@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 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; }

html {
  font-size: 100%; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

h2 {
  margin-top: 72px;
  margin-top: 4.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h3 {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h4, h5, h6 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

p {
  margin: 24px 0px;
  margin: 1.5rem 0rem; }

.page ul {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  padding-left: 24px;
  padding-left: 1.5rem; }

.page ol {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  padding-left: 24px;
  padding-left: 1.5rem; }

.page li {
  margin: 12px 0px;
  margin: 0.75rem 0rem; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 48px 0px;
  margin: 3rem 0rem; }

blockquote {
  margin: 48px 0px;
  margin: 3rem 0rem;
  padding: 0px 48px;
  padding: 0rem 3rem; }

blockquote footer {
  margin-top: 12px;
  margin-top: 0.75rem; }

figcaption {
  margin-top: 12px;
  margin-top: 0.75rem; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.sr-only,
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0; }

.inline-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.inline-list li {
  display: inline-block;
  margin: 0px;
  padding: 0px; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.overlay-wrapper {
  position: relative; }

.overlay-wrapper > * {
  position: relative;
  z-index: 100; }

.overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.overlay-background {
  background-size: cover;
  background-position: center; }

.overlay-zero {
  z-index: 8; }

.overlay-one {
  z-index: 9; }

.overlay-two {
  z-index: 10; }

.overlay-three {
  z-index: 11; }

[class*="col-"] {
  width: 100%;
  padding: 24px;
  padding: 1.5rem; }

.row {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
  display: flex;
  flex-wrap: wrap; }

.row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

@media only screen and (min-width: 540px) {
  .col-xs-1 {
    width: 8.33%; }

  .col-xs-2 {
    width: 16.66%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33%; }

  .col-xs-5 {
    width: 41.66%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33%; }

  .col-xs-8 {
    width: 66.66%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33%; }

  .col-xs-11 {
    width: 91.66%; }

  .col-xs-12 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  [class*="col-"] {
    float: left;
    padding: 24px 24px;
    padding: 1.5rem 1.5rem; }

  .col-sm-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%; }

  .col-sm-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%; }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; }

  .col-sm-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%; }

  .col-sm-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%; }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; }

  .col-sm-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%; }

  .col-sm-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%; }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; }

  .col-sm-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%; }

  .col-sm-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%; }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media only screen and (min-width: 992px) {
  .col-md-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%; }

  .col-md-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%; }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; }

  .col-md-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%; }

  .col-md-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%; }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; }

  .col-md-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%; }

  .col-md-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%; }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; }

  .col-md-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%; }

  .col-md-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%; }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    max-width: 8.33%;
    flex: 0 0 8.33%; }

  .col-lg-2 {
    max-width: 16.66%;
    flex: 0 0 16.66%; }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; }

  .col-lg-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%; }

  .col-lg-5 {
    max-width: 41.66%;
    flex: 0 0 41.66%; }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; }

  .col-lg-7 {
    max-width: 58.33%;
    flex: 0 0 58.33%; }

  .col-lg-8 {
    max-width: 66.66%;
    flex: 0 0 66.66%; }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; }

  .col-lg-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%; }

  .col-lg-11 {
    max-width: 91.66%;
    flex: 0 0 91.66%; }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }
.header {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .header {
      margin-bottom: 48px;
      margin-bottom: 3rem; } }

.header--inner {
  height: 288px;
  height: 18rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .header--inner {
      height: 256px;
      height: 16rem; } }

.header--branding-nav {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 200; }

.toolbar-horizontal .header--branding-nav {
  top: 39px; }

.toolbar-horizontal.toolbar-tray-open .header--branding-nav {
  top: 79px; }

.header--branding {
  float: left; }
  @media only screen and (max-width: 767px) {
    .header--branding {
      padding: 5px 0px;
      padding: 0.3125rem 0rem; } }

@media only screen and (max-width: 767px) {
  .header--branding img {
    width: 40px;
    width: 2.5rem; } }

.header-menu {
  float: right; }

.header--title {
  position: absolute;
  bottom: 48px;
  bottom: 3rem;
  z-index: 99; }

.header--title-heading {
  margin: 0px; }

.wrapper {
  max-width: 1152px;
  max-width: 72rem;
  margin: 0px auto;
  padding: 0px 24px;
  padding: 0rem 1.5rem; }

.content {
  max-width: 620px;
  max-width: 38.75rem; }

.subheading {
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }

.projects {
  margin-bottom: 72px;
  margin-bottom: 4.5rem; }

.page {
  padding-bottom: 288px;
  padding-bottom: 18rem; }
  @media only screen and (max-width: 767px) {
    .page {
      padding-bottom: 192px;
      padding-bottom: 12rem; } }

.node-page .align-left,
.node-page .align-right {
  float: none; }
.node-page .align-center img
.align-right img {
  display: block;
  margin: 0px auto; }
@media only screen and (min-width: 1200px) {
  .node-page .align-right {
    float: right;
    margin-right: -527px;
    margin-right: -32.9375rem;
    width: 386px;
    width: 24.125rem; }
  .node-page figure.align-right {
    margin-top: 0px;
    margin-bottom: 0px; } }

.node-page > div h2:first-child,
.node-page > div h3:first-child,
.node-page > div h4:first-child,
.node-page > div p:first-child,
.project-section--text > div h2:first-child,
.project-section--text > div h3:first-child,
.project-section--text > div h4:first-child,
.project-section--text > div p:first-child {
  margin-top: 0px; }

@media only screen and (min-width: 1200px) {
  .node-name--resources,
  .node-name--about {
    margin-left: 200px;
    margin-left: 12.5rem; } }

.footer {
  position: relative; }

.subfooter {
  padding: 12px 0px;
  padding: 0.75rem 0rem; }

@media only screen and (min-width: 768px) {
  .social-menu {
    text-align: center; } }

.credit {
  position: absolute;
  right: -40px;
  bottom: 110px;
  transform: rotate(90deg); }

.about--heading {
  display: flex;
  align-items: center; }

.about--heading img {
  width: 72px;
  width: 4.5rem;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
  margin-right: 0.75rem; }

.about--heading h3,
.about--heading h2 {
  margin: 0px 0px 6px;
  margin: 0rem 0rem 0.375rem; }

@media only screen and (min-width: 768px) {
  .about .row {
    margin-left: -12px;
    margin-left: -0.75rem;
    margin-right: -12px;
    margin-right: -0.75rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem; } }

.about .col-sm-4 {
  padding-bottom: 0px;
  padding-bottom: 0rem; }
  @media only screen and (min-width: 768px) {
    .about .col-sm-4 {
      padding: 12px;
      padding: 0.75rem; } }

.about .col-sm-4 a {
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .about .col-sm-4 a {
      padding-bottom: 0px; } }

.about--social {
  position: relative;
  margin-left: 30px; }

.about--social:before {
  content: '';
  background-image: url(../assets/twitter.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -30px; }

.profile--title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

@media only screen and (min-width: 768px) {
  .about--link {
    display: block; } }

@media only screen and (min-width: 768px) {
  .about--link img {
    display: block;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; } }

.button {
  display: inline-block;
  padding: 14px 24px 12px;
  padding: 0.875rem 1.5rem 0.75rem;
  min-width: 144px;
  min-width: 9rem;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  text-align: center; }

.button-facebook {
  padding-left: 48px;
  position: relative; }

.button-facebook:before {
  content: '';
  background-image: url(../assets/facebook-white.svg);
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 20px; }

.eu-cookie-compliance-secondary-button,
.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  padding: 14px 24px 12px;
  padding: 0.875rem 1.5rem 0.75rem;
  min-width: 144px;
  min-width: 9rem;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  text-align: center; }

.eu-cookie-compliance-message h2 {
  margin-bottom: 0px; }

.eu-cookie-compliance-message {
  margin-top: 20px;
  margin-top: 1.25rem; }

ul.ctas {
  padding-left: 0px; }

.ctas li {
  margin-right: 24px;
  margin-right: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .ctas li {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }

.cta {
  display: inline-block;
  padding-top: 14px;
  padding-top: 0.875rem;
  min-width: 144px;
  min-width: 9rem;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  text-align: center; }

.cta-wrapper {
  margin: 36px 0px;
  margin: 2.25rem 0rem; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.webform-submission-form form {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
.webform-submission-form label,
.webform-submission-form fieldset legend {
  display: block;
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }
.webform-submission-form .form-actions {
  text-align: center;
  margin-top: 96px;
  margin-top: 6rem; }
.webform-submission-form fieldset {
  margin: 0px 0px 36px 0px;
  margin: 0rem 0rem 2.25rem 0rem; }
.webform-submission-form input[type="text"],
.webform-submission-form input[type="search"],
.webform-submission-form input[type="email"],
.webform-submission-form select,
.webform-submission-form textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  padding: 0.75rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem; }
.webform-submission-form select {
  background-image: url(../assets/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: bottom 18px right 18px;
  padding-right: 36px;
  padding-right: 2.25rem; }
.webform-submission-form hr {
  margin: 24px 0px 48px;
  margin: 1.5rem 0rem 3rem; }
.webform-submission-form .js-form-type-checkbox {
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }
.webform-submission-form .js-form-type-checkbox input {
  display: none; }
.webform-submission-form .js-form-type-checkbox label {
  padding: 7px 0px 7px 48px;
  padding: 0.4375rem 0rem 0.4375rem 3rem;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer; }
.webform-submission-form .js-form-type-checkbox label:before {
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 6px;
  -moz-border-radius: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  top: 0px;
  left: 0px; }
.webform-submission-form .js-form-type-checkbox input:checked + label:after {
  content: '✓';
  position: absolute;
  display: block;
  width: 36px;
  width: 2.25rem;
  box-sizing: border-box;
  top: 8px;
  left: 0px;
  text-align: center;
  font-size: 30px; }
.webform-submission-form .js-webform-select-other {
  margin-bottom: 0px; }

.homepage--section {
  background-size: cover;
  background-position: center; }

.homepage--introduction .wrapper {
  min-height: 528px;
  min-height: 33rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .homepage--introduction .wrapper {
      min-height: auto;
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 48px;
      padding-bottom: 3rem; } }

.homepage--introduction-header .wrapper {
  min-height: 144px;
  min-height: 9rem; }
  @media only screen and (max-width: 767px) {
    .homepage--introduction-header .wrapper {
      display: block;
      min-height: auto;
      padding: 12px 12px;
      padding: 0.75rem 0.75rem; } }

.homepage--introduction-header img {
  display: block; }
  @media only screen and (max-width: 767px) {
    .homepage--introduction-header img {
      height: 48px;
      height: 3rem;
      width: auto;
      margin: 0px auto; } }

.homepage--featured .wrapper {
  min-height: 672px;
  min-height: 42rem; }
  @media only screen and (max-width: 767px) {
    .homepage--featured .wrapper {
      position: relative;
      min-height: auto;
      padding: 48px 24px;
      padding: 3rem 1.5rem; } }

.homepage--introduction-text {
  width: 672px;
  width: 42rem;
  margin: 0px; }

@media only screen and (min-width: 768px) {
  .homepage--section-text {
    position: absolute;
    bottom: 96px;
    bottom: 6rem; } }

.homepage--section-text h2 {
  margin-top: 0px; }
  @media only screen and (max-width: 767px) {
    .homepage--section-text h2 {
      margin-top: 24px;
      margin-top: 1.5rem; } }

.homepage--section-text .subheading {
  margin-bottom: 72px;
  margin-bottom: 4.5rem; }

.homepage--other {
  padding-top: 24px;
  padding-top: 1.5rem; }

.menu li {
  margin-right: 24px;
  margin-right: 1.5rem; }

.header-menu li {
  margin-right: 0px;
  margin-left: 12px;
  margin-left: 0.75rem; }
  @media only screen and (max-width: 991px) {
    .header-menu li {
      margin: 12px 0px;
      margin: 0.75rem 0rem;
      padding: 12px 0px;
      padding: 0.75rem 0rem; } }

.social-menu {
  padding: 72px 0px;
  padding: 4.5rem 0rem; }

.social-menu a {
  display: block; }

.social-menu li:last-of-type {
  margin-right: 0px; }

.footer-menu {
  padding-bottom: 72px;
  padding-bottom: 4.5rem; }

@media only screen and (max-width: 767px) {
  .header-menu {
    display: none; } }

.footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.footer-menu li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: 24px;
  margin-right: 1.5rem; }

.project-block {
  display: block;
  background-size: cover;
  background-position: center;
  height: 384px;
  height: 24rem;
  overflow: hidden;
  position: relative; }

.project-block .overlay-wrapper {
  height: 384px;
  height: 24rem;
  position: absolute; }

.project-block h3 {
  margin-top: 0px;
  height: 56px;
  height: 3.5rem; }

.project-block--text {
  padding: 24px;
  padding: 1.5rem; }

.project-block--text .read-more {
  margin-bottom: 0px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .projects .col-sm-4 {
    max-width: 50%;
    flex: 0 0 50%; } }
.project-section,
.project-section-alt {
  padding: 72px 0px;
  padding: 4.5rem 0rem; }

@media only screen and (max-width: 540px) {
  .project-section,
  .project-section-alt {
    padding: 24px 0px;
    padding: 1.5rem 0rem; }

  .project-section:first-of-type {
    padding-top: 0px;
    padding-top: 0rem; } }
.project-section .row,
.project-section-alt .row {
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .project-section .row,
    .project-section-alt .row {
      display: flex; } }

.project-section--image,
.project-section--text {
  max-width: 504px;
  max-width: 31.5rem;
  margin: 0px auto; }

.project-section--image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 340px;
  height: 21.25rem; }

.project-navigation {
  display: flex;
  align-items: center; }

.project-navigation--arrow {
  flex: 0 0 60px;
  height: 60px;
  position: relative; }

.project-navigation--arrow {
  border-radius: 50%; }

.project-navigation--previous .project-navigation--arrow:before {
  content: '◀';
  position: absolute;
  line-height: 1;
  top: 20px;
  left: 19px; }

.project-navigation--next .project-navigation--arrow:before {
  content: '◀';
  position: absolute;
  line-height: 1;
  top: 20px;
  left: 21px;
  transform: rotate(180deg); }

.project-navigation--project {
  margin-left: 10px;
  margin-left: 0.625rem; }

.project-navigation--project {
  display: block; }

.project-navigation--project:before {
  display: block; }

.project-navigation--next .project-navigation--project:before {
  content: 'Next'; }

.project-navigation--previous .project-navigation--project:before {
  content: 'Previous'; }

@media only screen and (min-width: 768px) {
  .project-navigation--next .project-navigation {
    flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .project-navigation--next .project-navigation--project {
    text-align: right;
    margin-left: 0px;
    margin-left: 0rem;
    margin-right: 10px;
    margin-right: 0.625rem; } }

@media only screen and (max-width: 991px) {
  .responsive-menu {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 120;
    padding: 64px 64px 24px 24px;
    padding: 4rem 4rem 1.5rem 1.5rem;
    background-color: white;
    height: 100vh; } }
@media only screen and (min-width: 992px) {
  .responsive-menu {
    display: block !important; } }

.responsive-menu nav {
  margin-bottom: 48px;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 992px) {
    .responsive-menu nav {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }

.responsive-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

@media only screen and (min-width: 992px) {
  .responsive-menu li {
    display: inline-block; } }

.responsive-menu a {
  margin-left: 12px;
  margin-left: 0.75rem; }
  @media only screen and (max-width: 991px) {
    .responsive-menu a {
      display: block;
      margin-left: 0px; } }

.responsive-menu--icon {
  position: absolute;
  z-index: 150;
  right: 24px;
  right: 1.5rem;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  padding: 0px;
  border: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  cursor: pointer;
  background-color: transparent; }
  @media only screen and (min-width: 992px) {
    .responsive-menu--icon {
      display: none; } }

.responsive-menu--icon span {
  display: block;
  position: absolute;
  height: 2.3px;
  height: 0.14375rem;
  width: 16px;
  width: 1rem;
  background: black;
  opacity: 1;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out; }

.responsive-menu--icon span:nth-child(1) {
  top: 14px;
  top: 0.875rem; }

.responsive-menu--icon span:nth-child(2),
.responsive-menu--icon span:nth-child(3) {
  top: 19px;
  top: 1.1875rem; }

.responsive-menu--icon span:nth-child(4) {
  top: 24px;
  top: 1.5rem; }

.responsive-menu--icon.open {
  position: fixed; }

.responsive-menu--icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.responsive-menu--icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.responsive-menu--icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.responsive-menu--icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (min-width: 768px) {
  .responsive-menu .search-block-form {
    display: none; } }

.response-menu--twitter,
.response-menu--search {
  width: 21px;
  width: 1.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media only screen and (min-width: 768px) {
    .response-menu--twitter,
    .response-menu--search {
      float: right;
      margin-top: 0px; } }

@media only screen and (min-width: 768px) {
  .response-menu--search {
    margin-left: 20px;
    margin-left: 1.25rem; } }

table {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .table-scroll {
    overflow-y: scroll; } }

body {
  background-color: #fafafa;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #262626; }

h1 {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 700;
  color: #262626; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1;
      font-weight: 700;
      color: #262626; } }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  color: #262626; }

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  color: #262626;
  font-weight: 500; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #262626;
  font-weight: 500; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #262626;
  font-weight: 500; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #262626;
  font-weight: 500; }

p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }

a {
  color: #e12326; }

.page ul {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }

.page ol {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }

hr {
  border-top: 1px solid #CCC; }

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 500;
  font-weight: 300;
  border-left: 5px solid #f4c4c5; }

blockquote footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500; }

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500; }

*:focus {
  outline: 1px dotted #e12326; }

.subheading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 500; }

.page {
  background: url("../assets/mam-stripes-grad-grey.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x; }
  @media only screen and (max-width: 767px) {
    .page {
      background-size: 102px; } }

.node-page p a {
  color: #262626;
  text-decoration: none;
  background-image: linear-gradient(to right, #e12326 100%, transparent 100%);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 1.04em;
  text-shadow: 0.07em 0.07em #fafafa, -0.07em 0.07em #fafafa, -0.07em -0.07em #fafafa, 0.07em -0.07em #fafafa; }

.about--heading {
  text-decoration: none; }

.about--heading h2,
.about--heading h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500; }

.about--link h3 {
  font-size: 20px;
  font-size: 1.25rem; }

.about--job-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #757575;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (min-width: 768px) {
  .about--link .about--job-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem; } }

@media only screen and (min-width: 768px) {
  .about .row {
    border-bottom: 1px solid #CCC; } }

.about .row:last-of-type {
  border-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .about .col-sm-4 a {
    border-bottom: 1px solid #CCC; } }

.about .row:last-of-type .col-sm-4:last-of-type a {
  border-bottom: 0px; }

.about--social {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500; }

.about--social a {
  text-decoration: none; }

.button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  background-color: #e12326; }

.eu-cookie-compliance-secondary-button,
.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  background-image: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #e12326;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  background-color: #fff;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
  font-family: inherit;
  font-weight: 700;
  font-size: inherit; }

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button {
  background-color: #feebea; }

.eu-cookie-compliance-secondary-button:hover,
.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover,
.eu-cookie-compliance-save-preferences-button:hover {
  opacity: 0.8; }

.eu-cookie-compliance-more-button {
  font-size: 12px; }

.cta {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #e12326;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  display: block;
  position: relative;
  display: inline-block; }
  .cta:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    height: 0.3125rem;
    background-color: #e12326;
    bottom: -8px;
    bottom: -0.5rem;
    width: 100%; }

.footer {
  background-color: #fff; }

.subfooter {
  background-color: #e12326;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #fff; }

.credit {
  font-size: 14px;
  color: #e12326; }

.credit a {
  text-decoration: none; }

.webform-submission-form label,
.webform-submission-form fieldset legend {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500; }
.webform-submission-form input[type="text"],
.webform-submission-form input[type="search"],
.webform-submission-form input[type="email"],
.webform-submission-form select,
.webform-submission-form textarea {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  color: #262626; }
.webform-submission-form input.button {
  border: 0px; }
.webform-submission-form .js-form-type-checkbox label::before {
  border: 1px solid #CCCCCC;
  background-color: #fff; }
.webform-submission-form .js-form-type-checkbox input:checked + label:after {
  font-size: 30px;
  font-size: 1.875rem;
  color: #e85554; }
.webform-submission-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
  opacity: 1;
  /* Firefox */ }
.webform-submission-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888; }
.webform-submission-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888; }

.header--title-heading {
  color: #fff; }

.header .overlay-background {
  filter: grayscale(1); }

.homepage--featured h2,
.homepage--other h2 {
  color: #e12326; }

.homepage--introduction-text {
  font-size: 48px;
  font-size: 3rem;
  line-height: 56px;
  line-height: 3.5rem;
  color: #fff;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .homepage--introduction-text {
      font-size: 32px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 2.375rem; } }

.homepage--introduction .overlay-background {
  filter: grayscale(1); }

.homepage--section h2 a {
  text-decoration: none; }

.homepage--featured:nth-of-type(even) {
  color: #fff; }
  .homepage--featured:nth-of-type(even) h2 a,
  .homepage--featured:nth-of-type(even) h2 {
    color: #fff; }
  .homepage--featured:nth-of-type(even) .button {
    border: 2px solid #fff;
    background-color: transparent; }
  .homepage--featured:nth-of-type(even) .cta {
    color: #fff; }
    .homepage--featured:nth-of-type(even) .cta:after {
      background-color: #fff; }
  .homepage--featured:nth-of-type(even) .overlay-background {
    filter: grayscale(1); }

.header-menu a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  display: block;
  position: relative; }
  .header-menu a:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    height: 0.3125rem;
    background-color: #fff;
    bottom: -8px;
    bottom: -0.5rem;
    width: 100%; }
  @media only screen and (max-width: 991px) {
    .header-menu a:after {
      display: none; } }

.header--branding-nav *:focus {
  outline: 1px dotted #fff; }

@media only screen and (max-width: 991px) {
  .header-menu li {
    border-bottom: 1px solid #EF9293; } }

@media only screen and (max-width: 991px) {
  .header-menu li:last-of-type {
    border-bottom: 0px; } }

.footer-menu a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #e12326;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  display: block;
  position: relative; }
  .footer-menu a:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    height: 0.3125rem;
    background-color: #e12326;
    bottom: -8px;
    bottom: -0.5rem;
    width: 100%; }

.header--branding-nav {
  background: -moz-linear-gradient(top, #e85554 0%, rgba(232, 85, 84, 0) 100%);
  background: -webkit-linear-gradient(top, #e85554 0%, rgba(232, 85, 84, 0) 100%);
  background: linear-gradient(to bottom, #e85554 0%, rgba(232, 85, 84, 0) 100%); }

.responsive-menu--icon span {
  background: #fafafa; }

@media only screen and (max-width: 991px) {
  .responsive-menu {
    background-color: #e85554; } }

.overlay-red {
  background-color: #e12326;
  opacity: 0.8; }

.overlay-grey {
  background-color: #fafafa;
  opacity: 0.7; }

.overlay-grey-grad {
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%); }

.overlay-pink {
  background-color: #f9c2c1;
  opacity: 0.7; }

.overlay-pink-grad {
  background: -moz-linear-gradient(top, rgba(225, 35, 38, 0) 0%, #e12326 100%);
  background: -webkit-linear-gradient(top, rgba(225, 35, 38, 0) 0%, #e12326 100%);
  background: linear-gradient(to bottom, rgba(225, 35, 38, 0) 0%, #e12326 100%); }

.overlay-grey-grad {
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%); }

.overlay-black-grad {
  background: -moz-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 20%);
  background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 20%);
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.8) 20%); }

.overlay-grey-stripes {
  background: url("../assets/mam-stripes-grad-grey.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x; }
  @media only screen and (max-width: 767px) {
    .overlay-grey-stripes {
      background-size: 102px; } }

.overlay-red-stripes {
  background: url("../assets/mam-stripes-grad-red.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0.3; }
  @media only screen and (max-width: 767px) {
    .overlay-red-stripes {
      background-size: 102px; } }

.overlay-grey2-stripes {
  background: url("../assets/mam-stripes-grad-grey.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0.2; }
  @media only screen and (max-width: 767px) {
    .overlay-grey2-stripes {
      background-size: 102px; } }

.overlay-white-stripes {
  background: url("../assets/mam-stripes-heading.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 767px) {
    .overlay-white-stripes {
      background-size: 102px; } }
  @media only screen and (max-width: 767px) {
    .overlay-white-stripes {
      background-size: contain; } }

.overlay-featured-stripes {
  background: url("../assets/mam-stripes-grad-grey.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x; }
  @media only screen and (max-width: 767px) {
    .overlay-featured-stripes {
      background-size: 102px; } }

.overlay-featured-grad {
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%); }

.overlay-featured {
  background-color: #fafafa;
  opacity: 0.7; }

.homepage--featured:nth-of-type(even) .overlay-featured-stripes {
  background: url("../assets/mam-stripes-grad-red.png");
  background-size: 156px;
  background-position: bottom;
  background-repeat: repeat-x;
  opacity: 0.3; }
  @media only screen and (max-width: 767px) {
    .homepage--featured:nth-of-type(even) .overlay-featured-stripes {
      background-size: 102px; } }
.homepage--featured:nth-of-type(even) .overlay-featured-grad {
  background: -moz-linear-gradient(top, rgba(225, 35, 38, 0) 0%, #e12326 100%);
  background: -webkit-linear-gradient(top, rgba(225, 35, 38, 0) 0%, #e12326 100%);
  background: linear-gradient(to bottom, rgba(225, 35, 38, 0) 0%, #e12326 100%); }
.homepage--featured:nth-of-type(even) .overlay-featured {
  background-color: #f9c2c1;
  opacity: 0.7; }

a.project-block {
  text-decoration: none;
  color: #fff; }

.project-block h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #fff; }

.project-block p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.project-section-alt {
  background-color: #e85454;
  color: #fff; }

.project-navigation {
  text-decoration: none; }

.project-navigation--project {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626; }

.project-navigation--project:before {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em; }

.project-navigation--arrow {
  color: #fff;
  background-color: #e12326; }

.project-section p a {
  color: #262626;
  text-decoration: none;
  background-image: linear-gradient(to right, #e12326 100%, transparent 100%);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 1.04em;
  text-shadow: 0.07em 0.07em #fafafa, -0.07em 0.07em #fafafa, -0.07em -0.07em #fafafa, 0.07em -0.07em #fafafa; }

.project-section-alt p a {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 100%, transparent 100%);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 1.04em;
  text-shadow: 0.07em 0.07em #e85454, -0.07em 0.07em #e85454, -0.07em -0.07em #e85454, 0.07em -0.07em #e85454; }

.read-more {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block; }

.read-more a {
  text-decoration: none;
  color: #e12326;
  display: block;
  position: relative; }
  .read-more a:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    height: 0.1875rem;
    background-color: #e12326;
    bottom: -6px;
    bottom: -0.375rem;
    width: 100%; }

.homepage--section h2 a,
.button,
.social-menu a,
.header-menu a,
.footer-menu a,
.header--branding,
.cta,
.read-more,
.project-navigation {
  transition: opacity .3s ease-out; }
  .homepage--section h2 a:hover,
  .button:hover,
  .social-menu a:hover,
  .header-menu a:hover,
  .footer-menu a:hover,
  .header--branding:hover,
  .cta:hover,
  .read-more:hover,
  .project-navigation:hover {
    opacity: 0.8; }

.header-menu a:after,
.footer-menu a:after,
.cta:after,
.read-more a:after {
  right: 0;
  left: auto;
  width: 0;
  transition: width 0.3s ease-out; }
.header-menu a:hover:after,
.footer-menu a:hover:after,
.cta:hover:after,
.read-more a:hover:after {
  right: auto;
  left: 0;
  width: 100%; }

.header--branding-nav {
  transform: translateY(0);
  transition: transform .2s ease-out, opacity .2s ease-out;
  opacity: 1; }

.scrolled .header--branding-nav {
  transform: translateY(-120px);
  opacity: 1; }

.header-menu a,
a.header--branding {
  color: #fff; }

.header-menu a:after {
  background-color: #fff; }

.scroll-body .header--branding-nav {
  background: -moz-linear-gradient(top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(to bottom, #fafafa 0%, rgba(250, 250, 250, 0) 100%); }
.scroll-body a.header--branding {
  color: #262626; }
@media only screen and (min-width: 992px) {
  .scroll-body .header-menu a {
    color: #262626; } }
.scroll-body .header-menu a:after {
  background-color: #e12326; }
.scroll-body .responsive-menu--icon span {
  background-color: #262626; }
.scroll-body .responsive-menu--icon.open span {
  background: #fafafa; }
.scroll-body *:focus {
  outline: 1px dotted #e12326; }

.button {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  transition: box-shadow 0.2s ease-in-out; }
  .button:hover {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.2); }
  .button:focus {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.4);
    -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.4);
    box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.4);
    outline: 0; }

.button-trans:hover {
  box-shadow: none; }
.button-trans:focus {
  box-shadow: none; }

.homepage--section,
.homepage--other .row {
  overflow: hidden; }

.homepage--introduction-text,
.homepage--section-text,
.homepage--other .col-sm-4,
.homepage--other .col-sm-6 {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.7s ease-out, opacity 0.9s ease-out; }
  @media only screen and (max-width: 767px) {
    .homepage--introduction-text,
    .homepage--section-text,
    .homepage--other .col-sm-4,
    .homepage--other .col-sm-6 {
      transition: transform 0.6s ease-out, opacity 0.8s ease-out; } }

.appear-anim .homepage--introduction-text,
.appear-anim .homepage--section-text,
.appear-anim .col-sm-4,
.appear-anim .col-sm-6 {
  transform: translateY(96px);
  opacity: 0; }

@media only screen and (min-width: 1200px) {
  .project-block .overlay-wrapper {
    transform: translateY(280px);
    transition: transform 0.5s ease-in-out; } }

.project-block:hover .overlay-wrapper {
  transform: translate(0px); }

.webform-submission-form input[type="text"],
.webform-submission-form input[type="search"],
.webform-submission-form input[type="email"],
.webform-submission-form select,
.webform-submission-form textarea {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  .webform-submission-form input[type="text"]:hover,
  .webform-submission-form input[type="search"]:hover,
  .webform-submission-form input[type="email"]:hover,
  .webform-submission-form select:hover,
  .webform-submission-form textarea:hover {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1);
    -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1);
    box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1); }
  .webform-submission-form input[type="text"]:focus,
  .webform-submission-form input[type="search"]:focus,
  .webform-submission-form input[type="email"]:focus,
  .webform-submission-form select:focus,
  .webform-submission-form textarea:focus {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.3);
    outline: 0;
    border-color: #e85554; }
.webform-submission-form .js-form-type-checkbox label:before {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0);
  transition: box-shadow 0.2s ease-in-out; }
.webform-submission-form .js-form-type-checkbox label:hover:before {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1);
  -moz-box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1);
  box-shadow: 2px 2px 3px 0px rgba(38, 38, 38, 0.1); }

/* .webform-submission-form {
  .js-form-type-textfield, 
  .js-form-type-email,
  .js-form-type-select {

    position: relative;
    input,
    select {
      @include rem(padding, 20, 12, 6);
      @include rem(font-size, 16);
    }

    label {
      position: absolute;
      margin: 0px;
      @include rem(left, 12);
      @include rem(top, 12);
      transform: scale(1);
      transform-origin: top left;
      transition: all 0.2s ease-in-out;
      @include noselect();
      opacity: 0.5;
    }

    label.dynamic-focus {
      transform: scale(0.7);
      @include rem(top, 3);
      opacity: 0.7;
    }

  }
} */

/*# sourceMappingURL=styles.css.map */
