/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, h1, h2, h3, h4, h5, h6, p {
  font-family: ars-maquette-web, Helvetica, Arial, Sans-Serif; }

html, h1, h2, h3, h4, h5, h6, p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 100;
  color: #1D2531;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased; }

.header-slider__content__title, .page-title__heading, .person__name, .banner__title {
  font-size: 32px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .header-slider__content__title, .page-title__heading, .person__name, .banner__title {
      font-size: 34px;
      line-height: 44px; } }
  @media (min-width: 1024px) {
    .header-slider__content__title, .page-title__heading, .person__name, .banner__title {
      font-size: 40px;
      line-height: 50px; } }

.header-slider__overlay__content h1, .title__heading, .person__role, .person__bio h1, .article__body h1, .content__right h1 {
  font-size: 32px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .header-slider__overlay__content h1, .title__heading, .person__role, .person__bio h1, .article__body h1, .content__right h1 {
      font-size: 34px;
      line-height: 44px; } }
  @media (min-width: 1024px) {
    .header-slider__overlay__content h1, .title__heading, .person__role, .person__bio h1, .article__body h1, .content__right h1 {
      font-size: 37px;
      line-height: 50px; } }

.news-listing__title, .article-listing__heading, .action__heading, .person__bio h2, .person__bio ol li::before, .person__bio ul li::before, .article__body h2, .article__body ol li::before, .article__body ul li::before, .content__right h2, .content__right ol li::before, .content__right ul li::before {
  font-size: 28px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .news-listing__title, .article-listing__heading, .action__heading, .person__bio h2, .person__bio ol li::before, .person__bio ul li::before, .article__body h2, .article__body ol li::before, .article__body ul li::before, .content__right h2, .content__right ol li::before, .content__right ul li::before {
      font-size: 32px;
      line-height: 44px; } }

.header-slider__content__lead, .investments-listing__title, .investments-listing__heading, .gives-listing__heading, .people-listing__name, .image-listing__title, .image-listing-small__title, .person__bio h3, .article__body h3, .article__info__title, .banner__lead, .banner__lead > p, .content__right h3, .content__title, .row__title, .stats__title, .grid__title, .small-listing__title {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .header-slider__content__lead, .investments-listing__title, .investments-listing__heading, .gives-listing__heading, .people-listing__name, .image-listing__title, .image-listing-small__title, .person__bio h3, .article__body h3, .article__info__title, .banner__lead, .banner__lead > p, .content__right h3, .content__title, .row__title, .stats__title, .grid__title, .small-listing__title {
      font-size: 20px;
      line-height: 26px; } }

.contact__list li p, .header-slider__content__link, .image-listing__heading, .image-listing-small__heading, .person__bio h4, .person__bio__quote, .article__body h4, .content__right h4, .testimonial__quote,
.testimonial__name,
.testimonial__role, .small-listing__heading {
  font-size: 18px;
  line-height: 26px; }

.title__sub-heading, .news-listing__lead, .investments-listing__lead, .investments-listing__lead > p, .gives-listing__lead, .people-listing__role, .action__body, .person__bio table th, .article__body table th, .article__author__lead, .content__right table th, .grid__column__heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }

.image-listing__lead, .image-listing__lead > p, .image-listing-small__lead, .person__bio ol li,
.person__bio ul li, .article__body ol li,
.article__body ul li, .content__right ol li,
.content__right ul li, .stats__lead, .small-listing__lead {
  font-size: 14px;
  line-height: 26px; }

small {
  font-size: 90%; }

::-moz-selection {
  background: #E32E23;
  background: rgba(227, 46, 35, 0.2); }

::selection {
  background: #E32E23;
  background: rgba(227, 46, 35, 0.2); }

html {
  box-sizing: border-box; }
  html * {
    box-sizing: inherit; }

section {
  overflow: hidden; }
  section > div {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
  section.js-slideReady > div {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, opacity 0s ease;
    transition: transform 0s ease, opacity 0s ease, -webkit-transform 0s ease; }

@-webkit-keyframes popUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes popUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #E32E23; }

[data-link],
[data-scroll] {
  cursor: pointer; }

.icon--twitter, .icon--instagram, .icon--facebook, .icon--linkedin, .icon--map {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-size: 20px;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .icon--twitter > a, .icon--instagram > a, .icon--facebook > a, .icon--linkedin > a, .icon--map > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }
  .-large.icon--twitter, .-large.icon--instagram, .-large.icon--facebook, .-large.icon--linkedin, .-large.icon--map {
    width: 40px;
    height: 40px;
    background-size: 30px; }

.icon--twitter {
  background-image: url(../img/icons/twitter_dark.svg); }
  .icon--twitter:hover {
    background-image: url(../img/icons/twitter_orange.svg); }
  .icon--twitter.-white {
    background-image: url(../img/icons/twitter_white.svg); }
    .icon--twitter.-white:hover {
      background-image: url(../img/icons/twitter_dark.svg); }

.icon--instagram {
  background-image: url(../img/icons/instagram_dark.svg); }
  .icon--instagram:hover {
    background-image: url(../img/icons/instagram_orange.svg); }
  .icon--instagram.-white {
    background-image: url(../img/icons/instagram_white.svg); }
    .icon--instagram.-white:hover {
      background-image: url(../img/icons/instagram_dark.svg); }

.icon--facebook {
  background-image: url(../img/icons/facebook_dark.svg); }
  .icon--facebook:hover {
    background-image: url(../img/icons/facebook_orange.svg); }
  .icon--facebook.-white {
    background-image: url(../img/icons/facebook_white.svg); }
    .icon--facebook.-white:hover {
      background-image: url(../img/icons/facebook_dark.svg); }

.icon--linkedin {
  background-image: url(../img/icons/linkedin_dark.svg);
  background-size: 15px; }
  .icon--linkedin:hover {
    background-image: url(../img/icons/linkedin_orange.svg); }
  .icon--linkedin.-white {
    background-image: url(../img/icons/linkedin_white.svg); }
    .icon--linkedin.-white:hover {
      background-image: url(../img/icons/linkedin_dark.svg); }

.icon--map {
  background-image: url(../img/icons/map_dark.svg);
  width: 20px;
  background-size: 15px; }
  .icon--map:hover {
    background-image: url(../img/icons/map_orange.svg); }
  .icon--map.-white {
    background-image: url(../img/icons/map_white.svg); }
    .icon--map.-white:hover {
      background-image: url(../img/icons/map_dark.svg); }

.load_icons {
  display: none;
  background-image: url(../img/icons/chev_left_orange.svg), url(../img/icons/chev_right_orange.svg), url(../img/icons/list_orange.svg), url(../img/icons/linkedin_orange.svg), url(../img/icons/twitter_orange.svg), url(../img/icons/chev_left_orange.png), url(../img/icons/chev_right_orange.png), url(../img/icons/list_orange.png), url(../img/icons/linkedin_orange.png), url(../img/icons/twitter_orange.png), url(../img/icons/linkedin_white.svg), url(../img/icons/twitter_white.svg), url(../img/icons/map_white.svg), url(../img/icons/linkedin_cyan.svg), url(../img/icons/twitter_cyan.svg), url(../img/icons/map_cyan.svg); }

.menu {
  width: 100%;
  padding: 15px 0 0 0; }
  @media (min-width: 768px) {
    .menu {
      padding: 30px 0 15px 0; } }

.menu__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  font-size: 0;
  position: relative;
  z-index: 1000; }
  .menu__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .menu__inner {
      max-width: 1170px; } }
  .menu__inner > * {
    font-size: 16px; }

.menu__logo {
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
  padding: 15px; }
  .menu__logo img {
    display: block;
    height: 30px; }
  @media (min-width: 768px) {
    .menu__logo {
      width: 200px; } }
  @media (min-width: 1024px) {
    .menu__logo {
      padding-left: 30px;
      width: 240px; }
      .menu__logo img {
        width: 95%;
        height: auto; } }

.menu__list__wrapper {
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  padding-bottom: 10vh;
  z-index: -1;
  background: #ffffff;
  text-align: center; }
  .menu__list__wrapper:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .menu__list__wrapper > .menu__list {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 4px); }
  @media (min-width: 1024px) {
    .menu__list__wrapper {
      display: inline-block !important;
      position: relative;
      width: calc(100% - 245px);
      height: auto;
      padding-bottom: 0;
      vertical-align: bottom;
      text-align: right;
      z-index: 1; } }

.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90%;
  text-align: right; }
  .menu__list li {
    display: block;
    width: 100%;
    text-align: center;
    color: #1D2531; }
    .menu__list li.active p {
      color: #E32E23; }
    .menu__list li p {
      font-size: 11px;
      line-height: 9px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 400; }
    .menu__list li a {
      display: block;
      padding: 15px 0 15px 30px; }
    @media (min-width: 1024px) {
      .menu__list li {
        display: inline-block;
        width: auto;
        text-align: left; }
        .menu__list li a {
          display: inline-block; } }

.menu__list__button {
  display: block;
  position: relative;
  float: right;
  width: 60px;
  height: 60px; }
  .menu__list__button > span {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 30px;
    background-color: #E32E23;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s; }
    .menu__list__button > span:nth-child(1) {
      -webkit-transform: translate(-15px, 8px);
              transform: translate(-15px, 8px); }
    .menu__list__button > span:nth-child(2) {
      -webkit-transform: translate(-15px, 0px);
              transform: translate(-15px, 0px); }
    .menu__list__button > span:nth-child(3) {
      -webkit-transform: translate(-15px, -8px);
              transform: translate(-15px, -8px); }
    .js-navOpen .menu__list__button > span:nth-child(1) {
      -webkit-transform: translate(-15px, 0px) rotate(-45deg);
              transform: translate(-15px, 0px) rotate(-45deg); }
    .js-navOpen .menu__list__button > span:nth-child(2) {
      opacity: 0; }
    .js-navOpen .menu__list__button > span:nth-child(3) {
      -webkit-transform: translate(-15px, 0px) rotate(45deg);
              transform: translate(-15px, 0px) rotate(45deg); }
  @media (min-width: 1024px) {
    .menu__list__button {
      display: none; } }

body.js-navOpen {
  overflow: hidden; }

.body__inner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s; }

.contact {
  position: relative;
  display: none;
  height: 100vh;
  width: 100%;
  background: #E32E23;
  text-align: right;
  z-index: 0; }
  @media (min-width: 768px) {
    .contact {
      height: auto; } }

.contact__container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .contact__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .contact__container {
      max-width: 1170px; } }

.contact__header {
  width: 100%;
  float: left;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .contact__header {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .contact__header {
      padding-top: 50px; } }

.contact__wrapper {
  width: 100%;
  float: left;
  padding-bottom: 60px; }

.contact__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .contact__list li {
    padding: 15px 0; }
    .contact__list li a {
      color: #ffffff; }
      .contact__list li a:hover {
        color: #1D2531; }
    .contact__list li .contact__text--break {
      text-transform: uppercase;
      font-size: 90%; }
    .contact__list li .icon--twitter {
      margin-left: -5px; }

.contact__list__button {
  display: block;
  position: relative;
  float: right;
  width: 30px;
  height: 60px;
  cursor: pointer; }
  .contact__list__button > span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 4px;
    background-color: #ffffff;
    -webkit-transition: opacity ease 0.25s, height ease 0.25s, background-color ease 0s, -webkit-transform ease 0.25s;
    transition: opacity ease 0.25s, height ease 0.25s, background-color ease 0s, -webkit-transform ease 0.25s;
    transition: transform ease 0.25s, opacity ease 0.25s, height ease 0.25s, background-color ease 0s;
    transition: transform ease 0.25s, opacity ease 0.25s, height ease 0.25s, background-color ease 0s, -webkit-transform ease 0.25s; }
    .contact__list__button > span:nth-child(1) {
      -webkit-transform: translate(4px, -15px) rotate(45deg);
              transform: translate(4px, -15px) rotate(45deg);
      opacity: 1;
      height: 30px; }
    .contact__list__button > span:nth-child(2) {
      -webkit-transform: translate(4px, -15px) rotate(-45deg);
              transform: translate(4px, -15px) rotate(-45deg);
      opacity: 1;
      height: 30px; }
  .contact__list__button:hover span {
    background-color: #1D2531; }
  @media (min-width: 1024px) {
    .contact__list__button {
      width: 60px; } }

body {
  background: #ffffff; }

footer {
  width: 100%;
  padding: 15px 0 30px 0;
  margin-top: 30px;
  background-color: #f3f3f3; }
  @media (min-width: 1024px) {
    footer {
      margin-top: 0;
      background-color: #ffffff; } }

.footer__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .footer__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .footer__inner {
      max-width: 1170px; } }

.footer__list,
.footer__icons {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left; }

.footer__list li p,
.footer__list li a {
  font-size: 13px;
  line-height: 15px;
  padding: 0 24px;
  letter-spacing: 0.04em; }

.footer__list li a {
  display: block; }

@media (min-width: 1024px) {
  .footer__list li {
    float: right;
    padding-top: 8px; } }

@media (min-width: 1024px) {
  .footer__list {
    width: auto;
    max-width: 83.3333333333%; } }

.footer__icons {
  padding: 0 15px; }
  .footer__icons li {
    float: left; }
  @media (min-width: 1024px) {
    .footer__icons {
      float: right;
      width: 16.6666666667%; }
      .footer__icons li {
        float: right; } }

.header-slider {
  position: relative; }

.header-slider__slide {
  background-size: cover; }

.header-slider__slide__background {
  position: relative;
  height: 500px;
  max-height: 70vh; }

.header-slider__slide__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 700px;
  max-height: 70vh;
  cursor: pointer; }
  .header-slider__slide__inner:after {
    content: " ";
    display: block;
    clear: both; }

.header-slider__slide__img-column {
  width: 33.3333333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-left: 4px solid #E32E23;
  border-right: 4px solid #E32E23; }
  @media (min-width: 768px) {
    .header-slider__slide__img-column {
      width: 16.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }
  .header-slider__slide__img-column:nth-child(1) {
    display: block; }
    .header-slider__slide__img-column:nth-child(1) .js-headerWheel {
      -webkit-transform: translate3D(0, 200px, 0);
              transform: translate3D(0, 200px, 0); }
      .header-slider__slide__img-column:nth-child(1) .js-headerWheel.done {
        -webkit-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0); }
  .header-slider__slide__img-column:nth-child(2) {
    display: block; }
    .header-slider__slide__img-column:nth-child(2) .js-headerWheel {
      -webkit-transform: translate3D(0, -100px, 0);
              transform: translate3D(0, -100px, 0); }
      .header-slider__slide__img-column:nth-child(2) .js-headerWheel.done {
        -webkit-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0); }
  .header-slider__slide__img-column:nth-child(3) {
    display: block; }
    .header-slider__slide__img-column:nth-child(3) .js-headerWheel {
      -webkit-transform: translate3D(0, 250px, 0);
              transform: translate3D(0, 250px, 0); }
      .header-slider__slide__img-column:nth-child(3) .js-headerWheel.done {
        -webkit-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0); }
  .header-slider__slide__img-column:nth-child(4) .js-headerWheel {
    -webkit-transform: translate3D(0, 50px, 0);
            transform: translate3D(0, 50px, 0); }
    .header-slider__slide__img-column:nth-child(4) .js-headerWheel.done {
      -webkit-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0); }
  .header-slider__slide__img-column:nth-child(5) .js-headerWheel {
    -webkit-transform: translate3D(0, -250px, 0);
            transform: translate3D(0, -250px, 0); }
    .header-slider__slide__img-column:nth-child(5) .js-headerWheel.done {
      -webkit-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0); }
  .header-slider__slide__img-column:nth-child(6) .js-headerWheel {
    -webkit-transform: translate3D(0, 100px, 0);
            transform: translate3D(0, 100px, 0); }
    .header-slider__slide__img-column:nth-child(6) .js-headerWheel.done {
      -webkit-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0); }

.js-headerWheel {
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 2.5s ease;
  transition: -webkit-transform 2.5s ease;
  transition: transform 2.5s ease;
  transition: transform 2.5s ease, -webkit-transform 2.5s ease; }

.header-slider__full-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(227, 46, 35, 0.9); }

.header-slider__overlay__container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  text-align: center;
  font-size: 0;
  position: relative;
  height: 100%; }
  .header-slider__overlay__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .header-slider__overlay__container {
      max-width: 1170px; } }
  .header-slider__overlay__container:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .header-slider__overlay__container > .header-slider__overlay__content {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 4px); }
  .header-slider__overlay__container > * {
    font-size: 14px; }

.header-slider__overlay__content {
  max-width: 80%; }
  .header-slider__overlay__content h1 {
    color: #ffffff; }

.header-slider__controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0; }
  .header-slider__controls .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
    height: 0;
    text-align: right; }
    .header-slider__controls .slick-dots:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 1200px) {
      .header-slider__controls .slick-dots {
        max-width: 1170px; } }
    .header-slider__controls .slick-dots li {
      float: right;
      clear: both;
      padding: 5px 15px 0 0; }
      .header-slider__controls .slick-dots li:first-child {
        padding-top: 30px; }
    .header-slider__controls .slick-dots button {
      display: block;
      position: relative;
      width: 10px;
      height: 10px;
      padding: 0;
      background-color: transparent;
      border: 1px solid #ffffff;
      color: transparent;
      font-size: 0; }
    .header-slider__controls .slick-dots .slick-active button {
      background-color: #ffffff; }

.header-slider__slide__container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  height: 100%; }
  .header-slider__slide__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .header-slider__slide__container {
      max-width: 1170px; } }

.header-slider__content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .header-slider__content {
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .header-slider__content {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.header-slider__logo {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .header-slider__logo {
      display: block; } }

.header-slider__content__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  @media (min-width: 768px) {
    .header-slider__content__inner {
      right: 15px; } }
  .header-slider__content__inner:hover {
    background-color: #E32E23; }
  .slick-active .header-slider__content__inner {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease;
    transition: background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, background-color 0.25s ease;
    transition: transform 0.5s 0.5s ease, background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease; }

.header-slider__content__title {
  margin-bottom: 15px;
  color: #ffffff; }

.header-slider__content__lead {
  margin-bottom: 60px;
  color: #ffffff; }

.header-slider__content__link {
  color: #ffffff; }

.header-slider__logo__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  height: 160px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  .header-slider__logo__inner:hover {
    background-color: #E32E23; }
  .slick-active .header-slider__logo__inner {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease;
    transition: background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, background-color 0.25s ease;
    transition: transform 0.5s 0.5s ease, background-color 0.25s ease, -webkit-transform 0.5s 0.5s ease; }

.header-slider__arrow__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.header-slider__arrow__container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .header-slider__arrow__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .header-slider__arrow__container {
      max-width: 1170px; } }

.header-slider__arrow__column {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.header-slider__arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.header-slider:hover .header-slider__arrow {
  background-position: 70% 50%; }

.title {
  padding: 30px 0; }

.title__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .title__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .title__inner {
      max-width: 1170px; } }

.title__content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .title__content {
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 16.6666666667%; } }
  @media (min-width: 1024px) {
    .title__content {
      padding: 0 60px; } }

.title__heading {
  margin-bottom: 20px;
  color: #E32E23; }

.page-title {
  padding: 60px 0 30px 0; }

.page-title__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .page-title__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .page-title__inner {
      max-width: 1170px; } }

.page-title__content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .page-title__content {
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.news-listing {
  padding: 30px 0; }

.news-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .news-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }

.news-listing__header {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px; }

.news-listing__item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .news-listing__item {
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .news-listing__item {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.news-listing__content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px 15px 30px 15px; }

.news-listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 67.5675675676%;
  position: relative;
  background-image: url(../img/gaja_placeholder.png);
  background-size: cover;
  overflow: hidden; }

.news-listing__icon {
  position: absolute;
  bottom: -26%;
  right: 0;
  width: 33%;
  height: 25%;
  background-size: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .news-listing__icon {
    bottom: 0; }
  .-newTab .news-listing__icon {
    background-size: 22%; }
  @media (min-width: 1024px) {
    .js-visible .news-listing__icon {
      bottom: -26%; }
    .news-listing__image:hover .news-listing__icon {
      bottom: 0; } }

.news-listing__title {
  margin-bottom: 15px;
  color: #E32E23; }

.news-listing__lead {
  margin-bottom: 7.5px; }

.news-listing__date {
  font-weight: 500;
  color: #E32E23; }

.investments-listing {
  padding: 60px 0; }

.investments-listing.-shallow-top {
  padding: 15px 0 60px 0; }

.investments-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .investments-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .investments-listing__inner {
      max-width: 1170px; } }

.investments-listing__header {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px; }

.investments-listing__title {
  margin-bottom: 15px;
  color: #E32E23; }

.investments-listing__wrapper {
  width: 100%;
  float: left;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .investments-listing__wrapper {
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-top: 15px; } }
  @media (min-width: 1024px) {
    .investments-listing__wrapper {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }

.investments-listing__item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  padding-bottom: 30px;
  cursor: pointer; }
  .investments-listing__item.-active {
    display: block; }
  @media (min-width: 768px) {
    .investments-listing__item {
      width: 50%;
      float: left;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .investments-listing__item {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.investments-listing__content {
  padding: 15px; }

.investments-listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 71.4285714286%;
  position: relative;
  background-size: cover;
  overflow: hidden; }

.investments-listing__logo {
  position: absolute;
  bottom: -65%;
  left: 15px;
  width: 65%;
  height: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .investments-listing__logo {
    bottom: 0; }
  @media (min-width: 1024px) {
    .js-visible .investments-listing__logo {
      bottom: -65%; }
    .investments-listing__item:hover .investments-listing__logo {
      bottom: 0; } }

.investments-listing__heading {
  margin-bottom: 5px;
  font-weight: 500;
  color: #E32E23; }

.gives-listing {
  padding: 60px 0; }

.gives-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .gives-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .gives-listing__inner {
      max-width: 1170px; } }

.gives-listing__wrapper {
  width: 100%;
  float: left;
  padding-top: 15px;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .gives-listing__wrapper {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .gives-listing__wrapper {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }

.gives-listing__item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .gives-listing__item {
      width: 50%;
      float: left;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .gives-listing__item {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.gives-listing__content {
  padding: 15px; }

.gives-listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 71.4285714286%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.gives-listing__logo {
  position: absolute;
  bottom: -65%;
  left: 15px;
  width: 65%;
  height: 65%;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .gives-listing__image:hover .gives-listing__logo {
    bottom: 0; }

.gives-listing__heading {
  margin-bottom: 5px;
  font-weight: 500;
  color: #E32E23; }

.people-listing {
  padding: 30px 0; }

.people-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-width: calc(100% - 30px); }
  .people-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  .people-listing__inner.-active {
    display: block; }
  @media (min-width: 1200px) {
    .people-listing__inner {
      max-width: 1140px; } }

.people-listing__wrapper {
  width: 100%;
  float: left;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .people-listing__wrapper {
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-top: 15px; } }
  @media (min-width: 1024px) {
    .people-listing__wrapper {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }

.people-listing__item {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .people-listing__item {
      width: 50%;
      float: left;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .people-listing__item {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.people-listing__item__wrapper {
  height: 100%; }

.people-listing__content {
  padding: 15px; }

.people-listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 71.4285714286%;
  position: relative;
  background-size: cover;
  overflow: hidden; }

.people-listing__icon {
  position: absolute;
  bottom: -25%;
  right: 0;
  width: 33%;
  height: 25%;
  background-size: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .people-listing__icon {
    bottom: 0; }
  @media (min-width: 1024px) {
    .js-visible .people-listing__icon {
      bottom: -25%; }
    .people-listing__item:hover .people-listing__icon {
      bottom: 0; } }

.people-listing__name {
  margin-bottom: 5px;
  font-weight: 500;
  color: #E32E23; }

.article-listing {
  padding: 30px 0; }

.article-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .article-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .article-listing__inner {
      max-width: 1170px; } }

.article-listing__wrapper {
  width: 100%;
  float: left;
  padding: 0; }

.article-listing__item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  margin-bottom: 15px;
  background: #f3f3f3; }
  .article-listing__item:hover {
    background: #f8f8f8; }
  .article-listing__item.-active {
    display: block; }
  @media (max-width: 1024px) {
    .article-listing__item.js-visible {
      background: #f8f8f8; } }
  @media (min-width: 768px) {
    .article-listing__item {
      padding: 15px; } }
  @media (min-width: 1024px) {
    .article-listing__item {
      padding: 30px; } }

.article-listing__item__wrapper {
  height: 100%; }

.article-listing__content {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px; }
  @media (min-width: 768px) {
    .article-listing__content {
      width: 50%;
      float: left;
      padding: 0;
      padding-bottom: 60px; }
      .article-listing__image + .article-listing__content {
        height: 300px; } }
  @media (min-width: 1024px) {
    .article-listing__content {
      width: 66.6666666667%;
      float: left; } }

.article-listing__image {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 300px;
  background-size: cover; }
  @media (min-width: 768px) {
    .article-listing__image {
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 50%; } }
  @media (min-width: 1024px) {
    .article-listing__image {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 66.6666666667%; } }
  @media (min-width: 768px) {
    .article-listing__image + .article-listing__content {
      margin-left: -100%; } }
  @media (min-width: 1024px) {
    .article-listing__image + .article-listing__content {
      margin-left: -100%; } }

.article-listing__heading {
  margin-bottom: 10px; }
  .article-listing__item:hover .article-listing__heading {
    color: #E32E23; }
  @media (max-width: 1024px) {
    .article-listing__item.js-visible .article-listing__heading {
      color: #E32E23; } }

@media (min-width: 768px) {
  .article-listing__info {
    position: absolute;
    bottom: 0;
    left: 0; } }

.image-listing {
  padding: 30px 0; }

.image-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .image-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .image-listing__inner {
      max-width: 1170px; } }

.image-listing__wrapper {
  width: 100%;
  float: left;
  padding-top: 15px;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .image-listing__wrapper {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .image-listing__wrapper {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }

.image-listing__header {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px; }
  @media (min-width: 1024px) {
    .image-listing__header {
      padding: 0 30px; } }

.image-listing__title {
  margin-bottom: 15px;
  color: #E32E23; }

.image-listing__item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .image-listing__item {
      width: 50%;
      float: left;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .image-listing__item {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }

.image-listing__image {
  width: 100%;
  height: 0;
  padding-bottom: 55.5555555556%;
  position: relative;
  background-color: #ffffff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.image-listing__overlay {
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(227, 46, 35, 0.8);
  padding: 30px;
  padding-right: 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .image-listing__overlay {
    top: 0; }
  @media (min-width: 1024px) {
    .js-visible .image-listing__overlay {
      top: 101%; }
    .image-listing__image:hover .image-listing__overlay {
      top: 0; } }

.image-listing__icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat; }

.image-listing__heading,
.image-listing__lead {
  color: #ffffff; }
  .image-listing__heading > p,
  .image-listing__lead > p {
    color: #ffffff; }

.image-listing__heading {
  font-weight: 500;
  margin-bottom: 5px; }

.image-listing__lead {
  line-height: 20px; }
  .image-listing__lead > p {
    line-height: 20px; }

.image-listing-small {
  padding: 30px 0; }

.image-listing-small__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .image-listing-small__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .image-listing-small__inner {
      max-width: 1170px; } }

.image-listing-small__left,
.image-listing-small__right {
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .image-listing-small__left {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .image-listing-small__right {
    width: 66.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

.image-listing-small__wrapper {
  width: 100%;
  float: left;
  padding-top: 15px;
  background: #f3f3f3; }
  @media (min-width: 768px) {
    .image-listing-small__wrapper {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .image-listing-small__wrapper {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; } }

.image-listing-small__header {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.image-listing-small__title {
  margin-bottom: 15px;
  color: #E32E23; }

.image-listing-small__item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .image-listing-small__item {
      width: 50%;
      float: left;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 1024px) {
    .image-listing-small__item {
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }

.image-listing-small__image {
  width: 100%;
  height: 0;
  padding-bottom: 55.5555555556%;
  position: relative;
  background-color: #ffffff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.image-listing-small__overlay {
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(227, 46, 35, 0.8);
  padding: 30px;
  padding-right: 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .image-listing-small__overlay {
    top: 0; }
  @media (min-width: 1024px) {
    .js-visible .image-listing-small__overlay {
      top: 101%; }
    .image-listing-small__image:hover .image-listing-small__overlay {
      top: 0; } }

.image-listing-small__icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat; }

.image-listing-small__heading,
.image-listing-small__lead {
  color: #ffffff; }

.image-listing-small__heading {
  font-weight: 500;
  margin-bottom: 5px; }

.image-listing-small__lead {
  line-height: 20px; }

.filters {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  padding: 60px 0 0 0; }
  .filters:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .filters {
      max-width: 1170px; } }

.filters__inner {
  width: 100%;
  float: left;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .filters__inner {
      padding: 0; } }
  @media (min-width: 1024px) {
    .filters__inner {
      padding: 0 15px; } }

.filters__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }
  .filters__list > * {
    font-size: 14px; }
  .filters__list li {
    display: inline-block;
    padding: 0 5px;
    border-width: 4px;
    border-color: #f3f3f3;
    border-right-style: solid; }
    .filters__list li:last-child {
      border-right-style: none; }
    .filters__list li p {
      cursor: pointer; }
      .filters__list li p:hover {
        color: #E32E23; }
    .filters__list li.-active p {
      color: #E32E23; }
    @media (min-width: 768px) {
      .filters__list li {
        padding: 0 15px; } }

.action__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  position: relative;
  overflow: hidden; }
  .action__inner:after {
    content: " ";
    display: block;
    clear: both; }
  .action__inner > * {
    font-size: 16px; }
  .action__inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: #f3f3f3;
    z-index: -1; }

.action__image {
  display: block;
  width: 100%; }

.action__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 15px;
  text-align: center; }
  .action__content.-image {
    padding: 0 15px; }
  .action__content.-left {
    padding-bottom: 70px; }
  @media (min-width: 1024px) {
    .action__content {
      width: calc(50% - 1px);
      text-align: left; }
      .action__content.-left {
        margin-left: -100%;
        padding-bottom: 30px; }
      .action__content.-right {
        margin-left: 50%; } }

.action__content__inner {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.action__heading {
  margin-bottom: 15px;
  color: #E32E23; }

.action__icon {
  position: absolute;
  bottom: -65px;
  right: 15px;
  width: 120px;
  height: 60px;
  background-size: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(227, 46, 35, 0.8);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .js-visible .action__icon {
    bottom: 0; }
  @media (min-width: 1024px) {
    .js-visible .action__icon {
      bottom: -65px; }
    .action__inner:hover .action__icon {
      bottom: 0; } }

.person__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .person__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .person__inner {
      max-width: 1170px; } }

.person__photo {
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .person__photo {
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 33.3333333333%; } }

.person__photo__inner {
  height: 300px;
  background-size: cover;
  background-position: 80%; }

.person__intro {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px; }
  @media (min-width: 1024px) {
    .person__intro {
      padding-left: 30px; }
      .person__photo + .person__intro {
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -100%; } }

.person__name {
  color: #E32E23; }

.person__info {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px; }
  @media (min-width: 1024px) {
    .person__info {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px;
      padding-top: 30px; } }

.person__info__link {
  color: #E32E23;
  font-weight: 400; }

.person__bio {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px; }
  .person__bio q {
    font-style: italic; }
  .person__bio mark {
    background: #E32E23; }
  .person__bio a {
    border-bottom: 4px solid #dadada; }
    .person__bio a:hover {
      border-bottom: 4px solid #E32E23; }
  .person__bio ol,
  .person__bio ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .person__bio ol li,
    .person__bio ul li {
      position: relative;
      padding-top: 12px;
      padding-bottom: 10px;
      padding-left: 30px;
      min-height: 30px; }
      .person__bio ol li::before,
      .person__bio ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 30px;
        color: #E32E23; }
      @media (min-width: 768px) {
        .person__bio ol li,
        .person__bio ul li {
          padding-left: 40px; }
          .person__bio ol li::before,
          .person__bio ul li::before {
            width: 40px; } }
  .person__bio ol li {
    counter-increment: step-counter; }
    .person__bio ol li::before {
      content: counter(step-counter) "."; }
  .person__bio ul li::before {
    content: '>'; }
  .person__bio hr {
    border: 2px solid #f3f3f3; }
  .person__bio table {
    width: 100%;
    margin-bottom: 15px; }
    .person__bio table thead {
      background-color: #f3f3f3; }
    .person__bio table th,
    .person__bio table td {
      padding: 10px;
      border: 2px solid #dadada; }
  .person__bio img {
    width: 100%; }
  .person__bio p {
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .person__bio {
      width: 58.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.person__bio__quote {
  font-style: italic;
  margin: 15px 0 15px 30px;
  color: #747474; }

.article__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .article__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .article__inner {
      max-width: 1170px; } }

.article__header,
.article__content,
.article__body,
.article__body__inner {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.article__header__info,
.article__header__links,
.article__info {
  width: 100%;
  float: left; }

.article__content {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .article__header__info {
    width: 58.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .article__body {
    width: 58.3333333333%;
    float: left; } }

@media (min-width: 768px) {
  .article__header__links,
  .article__info {
    width: 41.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

.article__header__links a {
  padding-left: 30px; }

@media (min-width: 768px) {
  .article__header__links {
    text-align: right; } }

@media (min-width: 768px) {
  .article__info {
    margin-left: 58.3333333333%;
    padding-left: 45px; } }

.article__body {
  background-color: #f3f3f3;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .article__body {
      margin-left: -100%; } }

.article__body {
  padding-top: 15px;
  padding-bottom: 15px; }
  .article__body q {
    font-style: italic; }
  .article__body mark {
    background: #E32E23; }
  .article__body a {
    border-bottom: 4px solid #dadada; }
    .article__body a:hover {
      border-bottom: 4px solid #E32E23; }
  .article__body ol,
  .article__body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .article__body ol li,
    .article__body ul li {
      position: relative;
      padding-top: 12px;
      padding-bottom: 10px;
      padding-left: 30px;
      min-height: 30px; }
      .article__body ol li::before,
      .article__body ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 30px;
        color: #E32E23; }
      @media (min-width: 768px) {
        .article__body ol li,
        .article__body ul li {
          padding-left: 40px; }
          .article__body ol li::before,
          .article__body ul li::before {
            width: 40px; } }
  .article__body ol li {
    counter-increment: step-counter; }
    .article__body ol li::before {
      content: counter(step-counter) "."; }
  .article__body ul li::before {
    content: '>'; }
  .article__body hr {
    border: 2px solid #f3f3f3; }
  .article__body table {
    width: 100%;
    margin-bottom: 15px; }
    .article__body table thead {
      background-color: #f3f3f3; }
    .article__body table th,
    .article__body table td {
      padding: 10px;
      border: 2px solid #dadada; }
  .article__body img {
    width: 100%; }
  .article__body p {
    margin-bottom: 10px; }

.article__author__image {
  width: 100%;
  height: 0;
  padding-bottom: 71.4285714286%;
  position: relative;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 10px; }

.article__info {
  padding-bottom: 15px; }

.article__info__title {
  margin-bottom: 5px;
  font-weight: 500;
  color: #E32E23; }

.banner__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  position: relative;
  overflow: hidden;
  background-size: cover; }
  .banner__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .banner__inner {
      max-width: 1170px; } }

.banner__content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 500px;
  max-height: 70vh; }
  @media (min-width: 768px) {
    .banner__content {
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .banner__content {
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 25%; } }

.banner__content--about {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  height: 500px;
  max-height: 70vh;
  background-color: rgba(227, 46, 35, 0.8); }
  .banner__content--about:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .banner__content--about > h2 {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 4px); }
  .banner__content--about h2 {
    color: #ffffff; }

.banner__content__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: popUp 0.5s 1 0.8s forwards ease;
  animation: popUp 0.5s 1 0.8s forwards ease; }
  @media (min-width: 768px) {
    .banner__content__inner {
      bottom: 0;
      left: -45px;
      right: 15px;
      padding: 30px 60px; } }

.banner__title {
  margin-bottom: 15px;
  color: #E32E23; }

.banner__logo {
  display: none; }
  @media (min-width: 768px) {
    .banner__logo {
      display: block;
      position: absolute;
      bottom: 0;
      right: 15px;
      width: calc(25% - 30px);
      height: 120px;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: rgba(227, 46, 35, 0.8);
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-animation: popUp 0.5s 1 1s forwards ease;
      animation: popUp 0.5s 1 1s forwards ease; } }

.content {
  padding: 30px 0 15px 0; }

.content__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .content__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .content__inner {
      max-width: 1170px; } }

.content__left {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .content__left {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.content__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px; }
  .content__right q {
    font-style: italic; }
  .content__right mark {
    background: #E32E23; }
  .content__right a {
    border-bottom: 4px solid #dadada; }
    .content__right a:hover {
      border-bottom: 4px solid #E32E23; }
  .content__right ol,
  .content__right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .content__right ol li,
    .content__right ul li {
      position: relative;
      padding-top: 12px;
      padding-bottom: 10px;
      padding-left: 30px;
      min-height: 30px; }
      .content__right ol li::before,
      .content__right ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 30px;
        color: #E32E23; }
      @media (min-width: 768px) {
        .content__right ol li,
        .content__right ul li {
          padding-left: 40px; }
          .content__right ol li::before,
          .content__right ul li::before {
            width: 40px; } }
  .content__right ol li {
    counter-increment: step-counter; }
    .content__right ol li::before {
      content: counter(step-counter) "."; }
  .content__right ul li::before {
    content: '>'; }
  .content__right hr {
    border: 2px solid #f3f3f3; }
  .content__right table {
    width: 100%;
    margin-bottom: 15px; }
    .content__right table thead {
      background-color: #f3f3f3; }
    .content__right table th,
    .content__right table td {
      padding: 10px;
      border: 2px solid #dadada; }
  .content__right img {
    width: 100%; }
  .content__right p {
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .content__right {
      padding-top: 0;
      width: 58.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.content__title {
  color: #E32E23; }

.content__icon {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat; }

.row {
  padding: 30px 0; }

.row__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .row__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .row__inner {
      max-width: 1170px; } }

.row__left,
.row__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.row__left {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .row__left {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.row__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .row__right {
      width: 75%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.row__right__inner {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: #f3f3f3;
  border-width: 4px;
  border-top-style: solid;
  border-bottom-style: solid; }

.row__title {
  color: #E32E23; }

.row__column {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 1024px) {
    .row__column {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  .row__column img {
    width: 100%;
    max-width: 200px; }

.stats {
  padding: 30px 0; }

.stats__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .stats__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .stats__inner {
      max-width: 1170px; } }

.stats__left,
.stats__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.stats__left {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .stats__left {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.stats__right {
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .stats__right {
      width: 75%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.stats__title {
  color: #E32E23; }

.stats__column {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 1024px) {
    .stats__column {
      width: 50%; }
      .stats__column:nth-child(odd) {
        padding-right: 7.5px; }
      .stats__column:nth-child(even) {
        padding-left: 7.5px; } }
  .stats__column img {
    width: 100%;
    max-width: 200px; }

.stats__column__inner {
  height: 150px;
  overflow: hidden;
  padding: 30px;
  background-color: #f3f3f3;
  text-align: center; }

.stats__stat {
  font-size: 40px;
  line-height: 46px;
  color: #E32E23; }
  @media (min-width: 768px) {
    .stats__stat {
      font-size: 50px;
      line-height: 58px; } }
  @media (min-width: 1024px) {
    .stats__stat {
      font-size: 60px;
      line-height: 70px; } }

.grid, .testimonial {
  padding: 15px 0; }
  .-connect.grid, .-connect.testimonial {
    padding-bottom: 0; }
    .-connect.grid + .grid, .-connect.testimonial + .grid, .-connect.grid + .testimonial, .-connect.testimonial + .testimonial {
      padding-top: 0; }

.grid__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  position: relative; }
  .grid__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .grid__inner {
      max-width: 1170px; } }

.grid__wrapper {
  width: 100%;
  float: left;
  padding: 15px 0; }
  .-dark .grid__wrapper {
    background: #f3f3f3; }

.grid__left {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .grid__left {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.grid__right {
  width: 100%;
  float: left;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .grid__right {
      width: 75%;
      float: left;
      padding-top: 0; } }

.grid__title {
  color: #E32E23; }

.grid__column {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  .grid__column + .grid__column {
    padding-top: 30px; }
  @media (min-width: 768px) {
    .grid__column {
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .grid__column + .grid__column {
        padding-top: 0; } }

.grid__column__header {
  margin-bottom: 15px; }

.grid__column__heading {
  font-weight: 500;
  color: #E32E23; }

.grid__column__icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: -1px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat; }

.testimonial__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .testimonial__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .testimonial__inner {
      max-width: 1170px; } }

.testimonial__wrapper {
  width: 100%;
  float: left; }
  .-dark .testimonial__wrapper {
    background: #f3f3f3; }
  .-connect.grid + .grid .testimonial__wrapper, .-connect.testimonial + .grid .testimonial__wrapper, .-connect.grid + .testimonial .testimonial__wrapper, .-connect.testimonial + .testimonial .testimonial__wrapper {
    padding-top: 30px; }

.testimonial__image {
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .testimonial__image {
      width: 50%;
      float: left;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .-reverse .testimonial__image {
      margin-left: 50%;
      padding-right: 0;
      padding-left: 15px; } }

.testimonial__content {
  width: 100%;
  float: left;
  padding: 15px;
  padding-right: 60px; }
  @media (min-width: 1024px) {
    .testimonial__content {
      width: 75%;
      float: left;
      margin-left: 25%; }
      .testimonial__image + .testimonial__content {
        width: 50%;
        float: left;
        margin-left: 0%; }
        .-reverse .testimonial__image + .testimonial__content {
          margin-left: -100%;
          padding-left: 30px; } }

.testimonial__image__inner {
  height: 300px;
  background-size: cover;
  background-position: center; }

.testimonial__quote {
  margin-bottom: 15px;
  font-style: italic; }

.testimonial__name {
  font-weight: 500; }

.controls {
  padding-bottom: 15px; }
  .controls.-top {
    padding-top: 30px; }

.controls__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .controls__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .controls__inner {
      max-width: 1170px; } }

.controls__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0;
  text-align: right; }
  .controls__right > * {
    font-size: 14px; }

.controls__icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 7.5px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f3f3; }
  .controls__icon:first-child {
    background-size: 15px; }

.small-listing {
  padding: 30px 0; }

.small-listing__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px); }
  .small-listing__inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .small-listing__inner {
      max-width: 1170px; } }

.small-listing__left,
.small-listing__right {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.small-listing__left {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .small-listing__left {
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 30px; } }

.small-listing__right {
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .small-listing__right {
      width: 75%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }

.small-listing__title {
  color: #E32E23; }

.small-listing__column {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 1024px) {
    .small-listing__column {
      width: 50%; }
      .small-listing__column:nth-child(odd) {
        padding-right: 7.5px; }
      .small-listing__column:nth-child(even) {
        padding-left: 7.5px; } }
  .small-listing__column img {
    width: 100%;
    max-width: 200px; }

.small-listing__column__inner {
  height: 150px;
  overflow: hidden;
  padding: 30px;
  background-color: #f3f3f3;
  text-align: left; }

.small-listing__column:hover .small-listing__heading {
  color: #E32E23; }

@media (max-width: 1024px) {
  .small-listing__column.js-visible .small-listing__heading {
    color: #E32E23; } }
/*# sourceMappingURL=styles.css.map */