@charset "UTF-8";
/*! made with love and care from the whole mark-making* team */
/*
  Theme Name: HTML5 Blank
  Theme URI: http://html5blank.com
  Description: HTML5 Blank WordPress Theme
  Version: 1.4.2
  Author: Todd Motto (@toddmotto)
  Author URI: http://toddmotto.com
  Tags: Blank, HTML5, CSS3
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
/*
  Sass is sensitive to the order of selectors.
  That is, later commands in .scss files override earlier commands.
  Therefore you should always import your partials after Foundation to make the site your own.
*/
/*! 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;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  /* height: auto; */
}
.attachment-blog-tile.size-blog-tile.wp-post-image{
  aspect-ratio: 8/6!important;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-0 {
    margin-left: 0 !important;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .xlarge-offset-3 {
    margin-left: 25% !important;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .xlarge-offset-6 {
    margin-left: 50% !important;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .xlarge-offset-9 {
    margin-left: 75% !important;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }

  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }

  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }

  .row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }

  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }

  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }

  .row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:90.0625em) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:120.0625em) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #DE0824;
  border-color: #b2061d;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #b2061d;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #F8CA00;
  border-color: #c6a200;
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #c6a200;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
button.success, .button.success {
  background-color: #8A9B0F;
  border-color: #6e7c0c;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #6e7c0c;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #C02942;
  border-color: #9a2135;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9a2135;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #DE0824;
  border-color: #b2061d;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b2061d;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #DE0824;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #F8CA00;
  border-color: #c6a200;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #c6a200;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #F8CA00;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #8A9B0F;
  border-color: #6e7c0c;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #6e7c0c;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #8A9B0F;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #C02942;
  border-color: #9a2135;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #9a2135;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #C02942;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.0625em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #C02942;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #C02942;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #C02942;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #C02942;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #C02942;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .single-work-sidebar, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .single-work-sidebar, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.single-work-sidebar, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.single-work-sidebar, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.single-work-sidebar, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.single-work-sidebar, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.single-work-sidebar, td.hide-for-small, td.single-work-sidebar, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .single-work-sidebar, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.single-work-sidebar, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.single-work-sidebar, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.single-work-sidebar, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.single-work-sidebar, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.single-work-sidebar, td.hide-for-small, td.single-work-sidebar, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .single-work-sidebar, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.single-work-sidebar, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.single-work-sidebar, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.single-work-sidebar, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.single-work-sidebar, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.single-work-sidebar, td.hide-for-small, td.single-work-sidebar, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .single-work-sidebar, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.single-work-sidebar, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.single-work-sidebar, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.single-work-sidebar, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.single-work-sidebar, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.single-work-sidebar, td.hide-for-small, td.single-work-sidebar, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Dependency */
body.single-post .featureimg, body.single-work .featureimg {
  border-radius: 4px;
}

#mti_wfs_colophon {
  display: none !important;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.animated, .contact .social-hub #menu-social-media-hub li.facebook a:before, .contact .social-hub #menu-social-media-hub li.twitter a:before, .contact .social-hub #menu-social-media-hub li.linkedin a:before, .contact .social-hub #menu-social-media-hub li.googleplus a:before, .contact .social-hub #menu-social-media-hub li.behance a:before, .contact .social-hub #menu-social-media-hub li.instagram a:before, .contact .social-hub #menu-social-media-hub li.pinterest a:before, .contact .social-hub #menu-social-media-hub li.youtube a:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.animated.hinge, .contact .social-hub #menu-social-media-hub li.facebook a.hinge:before, .contact .social-hub #menu-social-media-hub li.twitter a.hinge:before, .contact .social-hub #menu-social-media-hub li.linkedin a.hinge:before, .contact .social-hub #menu-social-media-hub li.googleplus a.hinge:before, .contact .social-hub #menu-social-media-hub li.behance a.hinge:before, .contact .social-hub #menu-social-media-hub li.instagram a.hinge:before, .contact .social-hub #menu-social-media-hub li.pinterest a.hinge:before, .contact .social-hub #menu-social-media-hub li.youtube a.hinge:before {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
main {
  overflow: auto;
}

video {
  height: auto;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #F6F6F6;
}
@media only screen and (max-width: 40em) {
  body {
    background: none;
  }
}

.grecaptcha-logo, .grecaptcha-badge {
  display: none;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 400;
}

p {
  font-family: "HelveticaNeueW01-55Roma";
}

strong, b {
  font-weight: 400;
  font-family: "HelveticaNeueW01-75Bold";
}

h1 {
  margin: 0;
  letter-spacing: -1px;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}

body.page-template[class*=privacy-] h4 {
  font-weight: 500;
}
body.page-template[class*=privacy-] * h3[id] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  will-change: transform;
  transition: -webkit-transform 1s 0.3s ease;
  transition: transform 1s 0.3s ease;
}
body.page-template[class*=privacy-] * h3[id]:target {
  -webkit-transform: translateX(-0.5rem);
      -ms-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  box-shadow: 0px 1px #DE0824;
}
body.page-template[class*=privacy-] * h3[id]:target::before {
  content: "↪";
  opacity: 0.35;
  font-size: 1.1rem;
  position: absolute;
  left: -1.5rem;
  line-height: 1;
  top: 5px;
  display: block;
}
body.page-template[class*=privacy-] * h3[id]:target + h4 {
  margin-top: 5px;
}
body.page-template[class*=privacy-] * h3[id] + h4 {
  opacity: 0.7;
  font-size: 1em;
  margin-top: 0;
  font-weight: 400;
}
body.page-template[class*=privacy-] .cookie-table {
  font-size: 0.8rem;
  background-color: #ffffff;
  table-layout: fixed;
}
body.page-template[class*=privacy-] .cookie-table thead {
  background-color: #c0c0c0;
}
body.page-template[class*=privacy-] .cookie-table thead > tr > th:first-of-type {
  width: 15%;
}
body.page-template[class*=privacy-] .cookie-table tbody td {
  border: solid 1px whitesmoke;
}
body.page-template[class*=privacy-] .cookie-table td, body.page-template[class*=privacy-] .cookie-table th {
  padding: 0.5rem;
}

.single-work .guide-download {
  margin: 0.9375em 0em;
  padding: 0.9375em;
  background-color: #DE0824;
}
.single-work .guide-download a {
  display: block;
  color: #F6F6F6;
  text-align: center;
}

blockquote {
  margin: 0 0 0.625em 0;
  padding: 0;
  border: none;
  box-shadow: -1px -1px 1px #dfdfdf;
}
blockquote img {
  min-width: 3.125em;
  min-height: 3.125em;
  background-position: center center;
  background-color: white;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/i.gif");
  background-repeat: no-repeat;
}
blockquote p {
  position: relative;
  margin: 10px 0;
  padding: 10px;
  border: none;
  background-color: white;
  font-style: italic;
  font-family: "Georgia";
}

.alt-subheading section > article.page > h1 {
  text-transform: uppercase;
  text-indent: 0;
}
.alt-subheading article {
  padding: 0 0.9375em;
}
.alt-subheading article p {
  width: 100%;
}
.alt-subheading .sidebar {
  margin: 0.9375em 0.9375em 0 0.9375em;
}
.alt-subheading .sidebar .menu {
  margin: 0;
}

/* blockquote */
article blockquote {
  position: relative;
  width: auto;
  height: auto;
  padding: 1em;
  margin-bottom: 2em;
  background: #FFFFFF;
  border-radius: 0px;
  border: #E0E0E0 solid 1px;
}

article blockquote:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 23px 21px 0 0px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -17px;
  bottom: -23px;
  left: 17%;
}

article blockquote:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 26px 23px 0 0px;
  border-color: #E0E0E0 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -18px;
  bottom: -26px;
  left: 17%;
}

.greyfullwidth {
  background-color: #F6F6F6;
}
.greyfullwidth .mobile-title {
  display: none;
}
@media only screen and (max-width: 40em) {
  .greyfullwidth .mobile-title {
    display: block;
    background: #FFFFFF;
    padding-bottom: 2em;
  }
  .greyfullwidth .mobile-title h1 {
    font-size: 4em;
    line-height: 0.8em;
    margin: 0.2em 0;
  }
}
@media only screen and (max-width: 40em) {
  .greyfullwidth .mobile-grey-background {
    background: #E0E0E0;
  }
}

.redfullwidth {
  background-color: #DE0824;
  padding-bottom: 2.5em;
}

.whitefullwidth {
  background-color: #FFFFFF;
}

.iso-posts-loading {
  z-index: 999999;
  display: none;
}
.iso-posts-loading img {
  margin: 0 auto;
  width: 76px;
  position: relative;
  left: 50%;
  margin-left: -38px;
}

.work #nso-loop li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

ul#nso-loop {
  width: 100%;
  padding: 0;
  overflow: visible !important;
  float: right;
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 40em) {
  ul#nso-loop {
    margin-top: 0px;
  }
}
ul#nso-loop li {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  width: calc(25% - 10px);
  margin-bottom: 10px;
  overflow: hidden !important;
  float: left;
}
@media only screen and (max-width: 40em) {
  ul#nso-loop li {
    height: 0;
    padding-bottom: 48%;
    width: calc(50% - 10px);
    margin-left: 0%;
  }
}
ul#nso-loop li:hover .tile_content .overlay {
  top: 0px;
}
ul#nso-loop li:first-child h1 {
  margin-top: -70px;
  clear: both;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 100;
  font-family: helvetica, arial, sans-serif;
  white-space: nowrap;
}
ul#nso-loop li .tile_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
ul#nso-loop li .tile_content .overlay {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -200%;
  transition: top 0.5s;
  background: #DE0824;
  background: rgba(207, 10, 44, 0.7);
  display: table;
}
@media only screen and (max-width: 40em) {
  ul#nso-loop li .tile_content .overlay {
    display: none;
  }
}
ul#nso-loop li .tile_content .overlay a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
ul#nso-loop li .tile_content .overlay a h2 {
  color: #FFFFFF;
  padding: 0 1em;
  text-transform: none;
  font-style: normal;
  font-size: 1.2em;
  font-family: "helveticaneuew01-47ltcn 692686";
}
ul#nso-loop li .tile_content .nso-thumb {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
ul#nso-loop li .tile_content .nso-thumb img {
  height: 100%;
}

.more-posts-container {
  padding: 2em;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.more-posts-container button {
  margin: 0px;
  z-index: 99;
  color: #DE0824;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  font-style: italic;
  font-family: "Georgia";
}
.more-posts-container button:hover {
  background: #DE0824;
  color: #FFFFFF;
}
.more-posts-container button:focus {
  outline: 0;
}
.more-posts-container .iso-posts-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  text-align: center;
}
.more-posts-container .iso-posts-loading.lift-z {
  background: #FBFBFB;
  z-index: 9999;
}
.more-posts-container .iso-posts-loading #infscr-loading {
  padding: 3em;
}
.more-posts-container .iso-posts-loading #infscr-loading img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  box-shadow: none !important;
  border: 0;
}

.mobile-filter-head {
  display: none;
}
@media only screen and (max-width: 40em) {
  .mobile-filter-head {
    display: block;
  }
  .mobile-filter-head h2 {
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.2em;
    font-family: "helveticaneuew01-47ltcn 692686";
  }
  .mobile-filter-head span {
    padding-top: 0.83em;
    padding-bottom: 0.83em;
    line-height: 1em;
    text-align: right;
    text-transform: none;
    color: #DE0824;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.2em;
  }
  .mobile-filter-head span em {
    margin-left: 10px;
  }
  .mobile-filter-head span.active {
    background: #DE0824;
    color: #FFFFFF;
  }
  .mobile-filter-head span.active em:before {
    content: "" !important;
  }
}

.page-template-template-services-php .large-10.columns {
  width: 83%;
}

.accolades a {
  text-decoration: none;
}
.accolades .box-text {
  background: #DE0824;
  padding: 1em;
  margin: 0.5em;
  color: #FFFFFF;
  min-height: 250px;
}
.accolades .box-text:first-child {
  margin-left: 0px;
}
.accolades .box-text h3 {
  margin: 0px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-style: normal;
  font-size: 2.5em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  border-bottom: 1px solid #FFFFFF;
}
.accolades .box-text span {
  font-size: 1.125em;
  font-family: "HelveticaNeueW01-55Roma";
  line-height: 1.25em;
}

#iso-loop .large-10.columns {
  height: 100%;
  overflow: hidden;
}

ul#iso-loop div.iso-thumb a h4 {
  position: absolute;
  top: 2px;
  /* in conjunction with left property, decides the text position */
  left: 0.01em;
  /*line-height: 1.4;*/
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-variant: normal;
  font-size: 1.075em;
  font-weight: 700;
  margin: 0;
  direction: ltr;
  width: 100%;
  /* optional, though better have one */
  padding: 10px 20px;
  -webkit-font-smoothing: antialiased;
}

.sharedaddy {
  border-top: 1px solid #E0E0E0;
  padding: 1em 0;
  overflow: auto;
  margin-top: 3em;
}
.sharedaddy h3.sd-title {
  display: block;
  float: left;
  color: #DE0824;
  margin: 0em 0.5em 0em 0 !important;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 1.2em !important;
}
.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 0%;
  min-width: 0px;
  border-top: none !important;
  margin-bottom: 0em !important;
}
.sharedaddy .sd-content ul {
  margin: 0px !important;
}
.sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.sharedaddy .sd-content ul li a.sd-button,
.sharedaddy .sd-content ul li .option a.share-ustom,
.sharedaddy .sd-content ul li.preview-item div.option.option-smart-off a,
.sharedaddy .sd-content ul li.advanced a.share-more,
.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-official .sd-content > ul > li > a.sd-button,
.sharedaddy #sharing_email .sharing_send,
.sharedaddy .sd-social-official .sd-content > ul > li .digg_button > a {
  background: #FFFFFF !important;
}

.post-edit-link {
  float: left;
  margin-top: 30px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

article.sticky {
  background: #F0E68C;
}

div.blogpoststyle {
  padding: 10px;
  /* margin-top: -25px; */
}

ul h2.blogpagecategories {
  text-transform: uppercase !important;
  font-style: normal !important;
  font-family: "HelveticaNeueW01-57Cn" !important;
}

div.blogpoststyle h2.iso-title {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 28px;
}

.flex-video iframe {
  width: 100%;
}

a.blog-total-comments {
  font-size: 18px;
  float: right;
}

/*Moved from inline <style> in footer.php*/
#mti_wfs_colophon {
  display: none;
}

#blog-block .type-post article .comments {
  float: none;
}

/* line 293, ../root/scss/_blog.scss */
#iso-loop .tags {
  display: inline-block;
  padding-bottom: 7px;
}

/* line 295, ../root/scss/_blog.scss */
#iso-loop .tags a {
  /* direct copy from single work page project tags - is there an easier way to do this without duplication? Matt */
  background-color: #808080;
  margin: 0.4em 0.5em 0em 0;
  color: #FFF;
  display: inline-block;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 0.875em;
  text-transform: lowercase;
  padding: 2px 4px;
  border-radius: 2px;
}

/* line 308, ../root/scss/_blog.scss */
#iso-loop .tags a:hover {
  background-color: #DE0824;
}

#iso-loop .additional-comments {
  border: 0;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: grey;
}

/*Drop list for mobile styles*/
#filter-mobile {
  background-color: #DE0824;
  min-width: 150px;
  position: relative;
  display: none;
  /*visibility: hidden;*/
  transition: visibility 0.65s ease-in;
  /* margin-top: 25px; */
  z-index: 999;
  list-style: none;
  padding-left: 20px;
  float: right;
  text-align: left;
}

/*li.main-label a:hover  + ul#filter-mobile*/
/*{*/
/*visibility: visible;*/
/*}*/
a.onselecteffect {
  display: block;
  width: 115px;
  text-align: right;
  margin-left: 100px;
  height: 75px;
  vertical-align: middle;
  line-height: 69px;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}

a.highllightmobnav {
  background: #DE0824;
  color: white;
}

a.highllightmobnav:hover {
  color: white;
}

li.main-label {
  background: #DE0824;
  width: auto;
  text-align: right;
  float: right;
  margin-top: -71px;
  height: 0;
  list-style: none;
}

#filter-mobile > li {
  color: white !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#filter-mobile > li a {
  color: white !important;
}

li.non-selecttax {
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.1875em;
  font-family: "HelveticaNeueW01-57Cn" !important;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  /*line-height: 1.2125em;*/
}

#filter-mobile a.selectshowall {
  font-size: 1em !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

#filter-mobile li.dis {
  padding-top: 5px;
  border-top: 1px solid #D3D3D3;
}

#filter-mobile a.selectmobilemenu {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 0.85em !important;
}

#filter-mobile li.sec {
  padding-top: 10px;
}

#filter-mobile li:first-child {
  padding-top: 20px;
  padding-bottom: 5px;
}

#filter-mobile li:last-child {
  padding-bottom: 20px;
}

img.arrowmobile {
  padding-left: 10px;
}

li.main-label:hover a {
  /*background: #617F8A;*/
}

li.main-label:hover li a:hover {
  /*background: #95A9B1;*/
}

li.main-label a:hover {
  /*background: #617F8A;*/
}

img.arrowmobile.noselect {
  display: inline;
}

img.arrowmobile.select {
  display: none;
}

.leftsidebar .known {
  color: #DE0824;
}

aside.sidebar ul li a.known {
  color: #DE0824;
}

@media all and (max-width: 500px) {
  #iso-loop li:first-child h1 {
    font-size: 1.5em;
    padding-top: 20px;
  }
}
@media all and (max-width: 404px) {
  ul#filters:nth-child(2) {
    margin-top: -45px;
  }

  #iso-loop li:first-child h1 {
    margin-top: -90px !important;
  }
}
.highlightsidebarbaw {
  color: #DE0824 !important;
}

aside.leftsidebar.blog-sb-singlepost:first-child h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1em;
  padding: 0;
  text-transform: uppercase !important;
  font-style: normal !important;
  font-family: "HelveticaNeueW01-57Cn" !important;
  color: #808080;
}

aside.leftsidebar.blog-sb-singlepost ul li {
  padding-left: 1em !important;
  line-height: 1.2em !important;
}

aside.leftsidebar.blog-sb-singlepost ul li a {
  font-size: 1.02em !important;
}

aside.work-sb-singlepost ul li {
  margin: 0 1.875em 0.1125em 0 !important;
}

@media only screen and (min-width:40.0625em) {
  h1 {
    margin-top: 0px;
    margin-bottom: 18px;
    text-indent: 0;
    letter-spacing: -1px;
    font-size: 76px;
    line-height: 76px;
    font-family: "HelveticaNeueW01-77BdCn 692722";
  }

  aside.sidebar ul li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 53.125em) {
  .ps-container .ps-scrollbar-x-rail {
    position: absolute;
    /* please don't change 'position' */
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: background-color 0.2s linear, opacity 0.2s linear;
  }

  .ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .ps-container .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: background-color 0.2s linear, opacity 0.2s linear;
  }

  .ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .ps-container .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color 0.2s linear;
  }

  .ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
  }

  .ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
  }

  .ps-container .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color 0.2s linear;
  }

  .ps-container.ie .ps-scrollbar-y {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
  }

  .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
  }
}
.wp-block-buttons .wp-block-button {
  margin: 1rem 0 0;
  background-color: #DE0824;
  font-family: "HelveticaNeueW01-57Cn";
}

.home .home-sub, .work .home-sub, .blog .home-sub, .category .home-sub, .contact .home-sub, .about .home-sub, .services .home-sub, .resources .home-sub, .webinar-feedback .home-sub {
  padding: 2.5rem 0;
  font-size: 1.125rem;
  text-align: center;
}
@media only screen and (min-width:40.0625em) {
  .home .home-sub, .work .home-sub, .blog .home-sub, .category .home-sub, .contact .home-sub, .about .home-sub, .services .home-sub, .resources .home-sub, .webinar-feedback .home-sub {
    padding: 5.625rem 0 5.625rem;
  }
}
.home .home-sub h2, .work .home-sub h2, .blog .home-sub h2, .category .home-sub h2, .contact .home-sub h2, .about .home-sub h2, .services .home-sub h2, .resources .home-sub h2, .webinar-feedback .home-sub h2 {
  color: #DE0824;
}
.home .home-sub h2, .home .home-sub .splits-single, .home .home-sub .splits-single p, .work .home-sub h2, .work .home-sub .splits-single, .work .home-sub .splits-single p, .blog .home-sub h2, .blog .home-sub .splits-single, .blog .home-sub .splits-single p, .category .home-sub h2, .category .home-sub .splits-single, .category .home-sub .splits-single p, .contact .home-sub h2, .contact .home-sub .splits-single, .contact .home-sub .splits-single p, .about .home-sub h2, .about .home-sub .splits-single, .about .home-sub .splits-single p, .services .home-sub h2, .services .home-sub .splits-single, .services .home-sub .splits-single p, .webinar-feedback .home-sub h2, .webinar-feedback .home-sub .splits-single, .webinar-feedback .home-sub .splits-single p {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-family: "HelveticaNeueW01-45Ligh" !important;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (min-width:40.0625em) {
  .home .home-sub h2, .home .home-sub .splits-single, .home .home-sub .splits-single p, .work .home-sub h2, .work .home-sub .splits-single, .work .home-sub .splits-single p, .blog .home-sub h2, .blog .home-sub .splits-single, .blog .home-sub .splits-single p, .category .home-sub h2, .category .home-sub .splits-single, .category .home-sub .splits-single p, .contact .home-sub h2, .contact .home-sub .splits-single, .contact .home-sub .splits-single p, .about .home-sub h2, .about .home-sub .splits-single, .about .home-sub .splits-single p, .services .home-sub h2, .services .home-sub .splits-single, .services .home-sub .splits-single p, .webinar-feedback .home-sub h2, .webinar-feedback .home-sub .splits-single, .webinar-feedback .home-sub .splits-single p {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width:40.0625em) {
  .home .home-sub h2, .home .home-sub .splits-single, .home .home-sub .splits-single p, .work .home-sub h2, .work .home-sub .splits-single, .work .home-sub .splits-single p, .blog .home-sub h2, .blog .home-sub .splits-single, .blog .home-sub .splits-single p, .category .home-sub h2, .category .home-sub .splits-single, .category .home-sub .splits-single p, .contact .home-sub h2, .contact .home-sub .splits-single, .contact .home-sub .splits-single p, .about .home-sub h2, .about .home-sub .splits-single, .about .home-sub .splits-single p, .services .home-sub h2, .services .home-sub .splits-single, .services .home-sub .splits-single p, .webinar-feedback .home-sub h2, .webinar-feedback .home-sub .splits-single, .webinar-feedback .home-sub .splits-single p {
    font-size: 2.625rem;
    line-height: 3.75rem;
  }
}
.home .home-sub .read-more, .work .home-sub .read-more, .blog .home-sub .read-more, .category .home-sub .read-more, .contact .home-sub .read-more, .about .home-sub .read-more, .services .home-sub .read-more, .resources .home-sub .read-more, .webinar-feedback .home-sub .read-more {
  padding: 1em 0em;
  width: 100%;
  text-align: center;
  color: #DE0824;
  font-family: Georgia, serif;
  font-style: italic;
  text-decoration: underline;
}
@media only screen and (max-width: 40em) {
  .home .home-sub .read-more, .work .home-sub .read-more, .blog .home-sub .read-more, .category .home-sub .read-more, .contact .home-sub .read-more, .about .home-sub .read-more, .services .home-sub .read-more, .resources .home-sub .read-more, .webinar-feedback .home-sub .read-more {
    display: block;
  }
}
.home .home-sub .splits-single, .work .home-sub .splits-single, .blog .home-sub .splits-single, .category .home-sub .splits-single, .contact .home-sub .splits-single, .about .home-sub .splits-single, .services .home-sub .splits-single, .resources .home-sub .splits-single, .webinar-feedback .home-sub .splits-single {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .home .home-sub .splits-single, .work .home-sub .splits-single, .blog .home-sub .splits-single, .category .home-sub .splits-single, .contact .home-sub .splits-single, .about .home-sub .splits-single, .services .home-sub .splits-single, .resources .home-sub .splits-single,  .webinar-feedback .home-sub .splits-single {
    text-align: left;
  }
}
.home .home-sub .splits-single p, .work .home-sub .splits-single p, .blog .home-sub .splits-single p, .category .home-sub .splits-single p, .contact .home-sub .splits-single p, .about .home-sub .splits-single p, .services .home-sub .splits-single p, .resources .home-sub .splits-single p, .webinar-feedback .home-sub .splits-single p {
  margin-bottom: 0;
}
.home .home-sub .splits-multi, .work .home-sub .splits-multi, .blog .home-sub .splits-multi, .category .home-sub .splits-multi, .contact .home-sub .splits-multi, .about .home-sub .splits-multi, .services .home-sub .splits-multi, .resources .home-sub .splits-multi, .webinar-feedback .home-sub .splits-multi {
  font-family: "HelveticaNeueW01-45Ligh" !important;
  font-weight: 400 !important;
}
.home .home-sub .splits-multi h2, .work .home-sub .splits-multi h2, .blog .home-sub .splits-multi h2, .category .home-sub .splits-multi h2, .contact .home-sub .splits-multi h2, .about .home-sub .splits-multi h2, .services .home-sub .splits-multi h2, .resources .home-sub .splits-multi h2, .webinar-feedback .home-sub .splits-multi h2 {
  margin-bottom: 0;
}
.home .home-sub a, .work .home-sub a, .blog .home-sub a, .category .home-sub a, .contact .home-sub a, .about .home-sub a, .services .home-sub a, .resources .home-sub a, .webinar-feedback .home-sub a {
  color: #DE0824;
  text-decoration: none;
}
.home .home-sub a:hover, .work .home-sub a:hover, .blog .home-sub a:hover, .category .home-sub a:hover, .contact .home-sub a:hover, .about .home-sub a:hover, .services .home-sub a:hover,  .resources .home-sub a:hover, .webinar-feedback .home-sub a:hover {
  text-decoration: underline;
}
.home .intro, .work .intro, .blog .intro, .category .intro, .contact .intro, .about .intro, .services .intro, .resources .intro, .webinar-feedback .intro, .resources . {
  overflow: hidden;
  background-color: white;
  padding: 2.5rem 0;
}
@media only screen and (min-width:40.0625em) {
  .home .intro, .work .intro, .blog .intro, .category .intro, .contact .intro, .about .intro, .services .intro, .resources .intro, .webinar-feedback .intro {
    padding: 5.625rem 0 5rem;
  }
}
.home .intro .homehero, .work .intro .homehero, .blog .intro .homehero, .category .intro .homehero, .contact .intro .homehero, .about .intro .homehero, .services .intro .homehero, .resources .intro .homehero, .webinar-feedback .intro .homehero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .intro .homehero .herotext, .work .intro .homehero .herotext, .blog .intro .homehero .herotext, .category .intro .homehero .herotext, .contact .intro .homehero .herotext, .about .intro .homehero .herotext, .services .intro .homehero .herotext, .resources .intro .homehero .herotext, .webinar-feedback .intro .homehero .herotext {
  vertical-align: middle;
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext, .work .intro .homehero .herotext, .blog .intro .homehero .herotext, .category .intro .homehero .herotext, .contact .intro .homehero .herotext, .about .intro .homehero .herotext, .services .intro .homehero .herotext, .resources .intro .homehero .herotext, .webinar-feedback .intro .homehero .herotext {
    padding-right: 4em;
  }
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext, .work .intro .homehero .herotext, .blog .intro .homehero .herotext, .category .intro .homehero .herotext, .contact .intro .homehero .herotext, .about .intro .homehero .herotext, .services .intro .homehero .herotext, .resources .intro .homehero .herotext, .webinar-feedback .intro .homehero .herotext {
    padding-right: 8em;
  }
}
.home .intro .homehero .herotext h1, .home .intro .homehero .herotext h2, .work .intro .homehero .herotext h1, .work .intro .homehero .herotext h2, .blog .intro .homehero .herotext h1, .blog .intro .homehero .herotext h2, .category .intro .homehero .herotext h1, .category .intro .homehero .herotext h2, .contact .intro .homehero .herotext h1, .contact .intro .homehero .herotext h2, .about .intro .homehero .herotext h1, .about .intro .homehero .herotext h2, .services .intro .homehero .herotext h1, .services .intro .homehero .herotext h2, .resources .intro .homehero .herotext h1, .resources .intro .homehero .herotext h2, .webinar-feedback .intro .homehero .herotext h1, .webinar-feedback .intro .homehero .herotext h2 {
  color: #222222;
  font-size: 1.9375rem;
  line-height: 2.875rem;
  font-family: "HelveticaNeueW01-45Ligh";
  margin: 0;
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext h1, .home .intro .homehero .herotext h2, .work .intro .homehero .herotext h1, .work .intro .homehero .herotext h2, .blog .intro .homehero .herotext h1, .blog .intro .homehero .herotext h2, .category .intro .homehero .herotext h1, .category .intro .homehero .herotext h2, .contact .intro .homehero .herotext h1, .contact .intro .homehero .herotext h2, .about .intro .homehero .herotext h1, .about .intro .homehero .herotext h2, .services .intro .homehero .herotext h1, .services .intro .homehero .herotext h2, .resources .intro .homehero .herotext h1, .resources .intro .homehero .herotext h2, .webinar-feedback .intro .homehero .herotext h1, .webinar-feedback .intro .homehero .herotext h2 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext h1, .home .intro .homehero .herotext h2, .work .intro .homehero .herotext h1, .work .intro .homehero .herotext h2, .blog .intro .homehero .herotext h1, .blog .intro .homehero .herotext h2, .category .intro .homehero .herotext h1, .category .intro .homehero .herotext h2, .contact .intro .homehero .herotext h1, .contact .intro .homehero .herotext h2, .about .intro .homehero .herotext h1, .about .intro .homehero .herotext h2, .services .intro .homehero .herotext h1, .services .intro .homehero .herotext h2, .resources .intro .homehero .herotext h1, .resources .intro .homehero .herotext h2, .webinar-feedback .intro .homehero .herotext h1, .webinar-feedback .intro .homehero .herotext h2 {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}
.home .intro .homehero .herotext h1 span, .home .intro .homehero .herotext h2 span, .work .intro .homehero .herotext h1 span, .work .intro .homehero .herotext h2 span, .blog .intro .homehero .herotext h1 span, .blog .intro .homehero .herotext h2 span, .category .intro .homehero .herotext h1 span, .category .intro .homehero .herotext h2 span, .contact .intro .homehero .herotext h1 span, .contact .intro .homehero .herotext h2 span, .about .intro .homehero .herotext h1 span, .about .intro .homehero .herotext h2 span, .services .intro .homehero .herotext h1 span, .services .intro .homehero .herotext h2 span, .resources .intro .homehero .herotext h1 span, h1 span, .resources .intro .homehero .herotext h2 span, .webinar-feedback .intro .homehero .herotext h1 span, .webinar-feedback .intro .homehero .herotext h2 span {
  color: #DE0824;
}
.home .intro .homehero .herotext p, .work .intro .homehero .herotext p, .blog .intro .homehero .herotext p, .category .intro .homehero .herotext p, .contact .intro .homehero .herotext p, .about .intro .homehero .herotext p, .services .intro .homehero .herotext p,  .resources .intro .homehero .herotext p, .webinar-feedback .intro .homehero .herotext p {
  font-size: 1.25rem;
  font-family: "HelveticaNeueW01-45Ligh";
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext p, .work .intro .homehero .herotext p, .blog .intro .homehero .herotext p, .category .intro .homehero .herotext p, .contact .intro .homehero .herotext p, .about .intro .homehero .herotext p, .services .intro .homehero .herotext p,  .resources .intro .homehero .herotext p, .webinar-feedback .intro .homehero .herotext p {
    font-size: 1.5625rem;
  }
}
.home .intro .homehero .herotext p a[href], .work .intro .homehero .herotext p a[href], .blog .intro .homehero .herotext p a[href], .category .intro .homehero .herotext p a[href], .contact .intro .homehero .herotext p a[href], .about .intro .homehero .herotext p a[href], .services .intro .homehero .herotext p a[href], .resources .intro .homehero .herotext p a[href], .webinar-feedback .intro .homehero .herotext p a[href] {
  color: #DE0824;
}
.home .intro .homehero .herotext p.smaller, .work .intro .homehero .herotext p.smaller, .blog .intro .homehero .herotext p.smaller, .category .intro .homehero .herotext p.smaller, .contact .intro .homehero .herotext p.smaller, .about .intro .homehero .herotext p.smaller, .services .intro .homehero .herotext p.smaller,  .resources .intro .homehero .herotext p.smaller, .webinar-feedback .intro .homehero .herotext p.smaller {
  font-size: 1.125rem;
}
@media only screen and (min-width:40.0625em) {
  .home .intro .homehero .herotext p.smaller, .work .intro .homehero .herotext p.smaller, .blog .intro .homehero .herotext p.smaller, .category .intro .homehero .herotext p.smaller, .contact .intro .homehero .herotext p.smaller, .about .intro .homehero .herotext p.smaller, .services .intro .homehero .herotext p.smaller, .resources .intro .homehero .herotext p.smaller, .webinar-feedback .intro .homehero .herotext p.smaller {
    font-size: 1.125rem;
  }
}
.home .intro.slideout, .work .intro.slideout, .blog .intro.slideout, .category .intro.slideout, .contact .intro.slideout, .about .intro.slideout, .services .intro.slideout, .webinar-feedback .intro.slideout {
  background-position: -100% top;
}
.home .intro .scroll_indicator, .work .intro .scroll_indicator, .blog .intro .scroll_indicator, .category .intro .scroll_indicator, .contact .intro .scroll_indicator, .about .intro .scroll_indicator, .services .intro .scroll_indicator, .resources .intro .scroll_indicator, .webinar-feedback .intro .scroll_indicator {
  position: absolute;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0;
}

@media only screen and (min-width:40.0625em) {
  .work .intro {
    padding: 5.625rem 0 6.875rem;
  }
}

.home figure {
  margin: 0;
}
.home h1 {
  float: none;
}
.home .footer-sign-off {
  border-top: none;
/*  background-color: #DE0824;*/
/*  color: white;*/
/*  padding: 2em 0;*/
}
@media only screen and (min-width:64.0625em) {
  .home .work-breakout {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 40em) {
  .home main[role=main] article:nth-of-type(1) .center-img img {
    width: 40%;
    padding-top: 4em;
  }
}
@media only screen and (max-width: 40em) {
  .home main[role=main] article:nth-of-type(2) .center-img img {
    width: 40%;
    padding: 10% 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] article:nth-of-type(2) .center-img img {
    padding-top: 4em;
  }
}
@media only screen and (max-width: 40em) {
  .home main[role=main] article:nth-of-type(3) .center-img img {
    width: 40%;
    padding: 10% 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] article:nth-of-type(3) .center-img img {
    padding-top: 4em;
  }
}
@media only screen and (max-width: 40em) {
  .home main[role=main] article:nth-of-type(4) .center-img img {
    width: 80%;
    padding: 10% 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] article:nth-of-type(4) .center-img img {
    padding-top: 10em;
  }
}
@media only screen and (max-width: 40em) {
  .home main[role=main] article:nth-of-type(6) .center-img img {
    width: 40%;
    padding: 5% 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] article:nth-of-type(6) .center-img img {
    padding-top: 10em;
  }
}
.home main[role=main] .skrollr_window {
  position: relative;
  height: 15em;
  display: table;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] .skrollr_window {
    height: 35em;
  }
}
.home main[role=main] .skrollr_window a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  color: #222;
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] .skrollr_window a {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5em;
    text-decoration: none;
    position: relative;
    z-index: 999;
    font-family: "helveticaneuew01-47ltcn 692686";
    width: 100%;
  }
}
.home main[role=main] .skrollr_window a figcaption {
  display: none;
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] .skrollr_window a figcaption {
    padding: 1em;
    display: inline-block;
    margin-left: 4em;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media only screen and (min-width:64.0625em) {
  .home main[role=main] .skrollr_window a figcaption {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.home main[role=main] .skrollr_window a figcaption span {
  font-size: 2em;
}
.home main[role=main] .skrollr_window a figcaption span strong {
  position: relative;
}
.home main[role=main] .skrollr_window a figcaption span em {
  display: block;
  font-size: 0.7em;
  line-height: 2;
  font-style: normal;
}
.home main[role=main] .skrollr_window a figcaption span:after {
  line-height: 1;
  display: inline-block;
  font-family: "mm";
  content: "";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #DE0824;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #CF0A31, 0 0 0 1px #CF0A31;
}
.home main[role=main] .skrollr_window .center-img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] .skrollr_window .center-img {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
  }
}
.home main[role=main] .skrollr_window .center-img .pos-rel {
  position: relative;
}
.home main[role=main] .skrollr_window .center-img .pos-rel img {
  max-width: none;
  margin: 0 auto;
  display: block;
  padding-top: 5em;
  width: 50%;
}
@media only screen and (min-width:40.0625em) {
  .home main[role=main] .skrollr_window .center-img .pos-rel img {
    width: auto;
  }
}

.pattern.down {
  background-color: #DE0824;
}
.pattern.down #logo .icon-asterisk {
  color: white;
}
.pattern a {
  text-decoration: none;
}
.pattern .strip {
  position: relative;
}
@media only screen and (min-width:40.0625em) {
  .pattern {
    background: #FFFFFF;
  }
}

#logo {
  float: left;
}
@media only screen and (min-width:40.0625em) {
  #logo {
    margin-top: 1.5rem;
  }
}
#logo .icon-asterisk {
  position: relative;
  color: #DE0824;
  font-size: 2.8125rem;
  transition: -webkit-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  display: block;
}
@media only screen and (min-width:40.0625em) {
  #logo .icon-asterisk {
    font-size: 4.375rem;
  }
}
#logo .icon-asterisk:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

nav[role=navigation] {
  clear: both;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] {
    position: absolute;
    right: 0px;
    height: 100%;
    clear: none;
  }
  nav[role=navigation] .search-arrow {
    position: absolute;
    top: -0.625rem;
    right: 1.125rem;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 10px;
    border-color: #DE0824 transparent;
    border-style: solid;
  }
}
nav[role=navigation].active {
  background: #DE0824;
  min-height: 18.125rem;
}
nav[role=navigation].active ul {
  display: block;
}
nav[role=navigation].active #search {
  display: block;
  -webkit-animation: none;
          animation: none;
}
nav[role=navigation] form {
  position: relative;
  overflow: hidden;
  margin: 10px;
  transition: all 0.4s ease;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] form {
    position: absolute;
    top: 5em;
    right: 0;
    z-index: 1;
    height: 46px;
    overflow: visible;
    padding: 5px 0 5px 5px;
    width: 490px;
    background-color: #DE0824;
  }
}
nav[role=navigation] form input[type=search] {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  color: black;
  text-indent: 0.3125rem;
  height: 36px;
  transition: all 0.4s ease;
  box-shadow: none;
  -webkit-appearance: none;
  font-style: italic;
  font-size: 1em;
  width: 400px;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] form input[type=search] {
    position: relative;
    padding: 0;
    width: 400px;
    background-color: white;
  }
}
nav[role=navigation] form input[type=submit] {
  display: block;
  float: left;
  width: 85px;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 36px;
  background: white;
  color: #DE0824;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] form input[type=submit] {
    background: #DE0824;
    color: white;
    margin: 0;
  }
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style-type: none;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] ul {
    display: block;
    float: right;
  }
}
nav[role=navigation] ul li {
  padding: 0 0.625rem;
  line-height: 1.6;
  position: relative;
}
nav[role=navigation] ul li:first-child a {
  border-top: none;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] ul li {
    display: inline-block;
    padding: 2.8125rem 0;
    margin: 0 0 0 1.875rem;
  }
  nav[role=navigation] ul li::before {
    transition: all 0.2s ease;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    background-color: #DE0824;
  }
  nav[role=navigation] ul li:hover::before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  nav[role=navigation] ul li.current_page_item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background-color: #DE0824;
  }
}
nav[role=navigation] ul li a {
  display: block;
  padding: 0.3125rem 0;
  border-bottom: 1px solid #eb8379;
  color: #FFF;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 400;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  font-size: 1.375rem;
  font-style: normal;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] ul li a {
    border: 0;
    color: #000;
    transition: none;
    font-size: 1rem;
  }
  nav[role=navigation] ul li a:hover {
    color: #D32121;
    text-indent: 0;
  }
}
nav[role=navigation] #pop {
  color: #717171;
  position: absolute;
  display: none;
  visibility: hidden;
  top: 0;
}
@media only screen and (min-width:40.0625em) {
  nav[role=navigation] #pop {
    position: relative;
    display: block;
    visibility: visible;
    z-index: 999;
    float: right;
    padding: 3.125rem 1.875rem 0 2.1875rem;
  }
}
nav[role=navigation] #pop.red {
  color: #DE0824;
}
nav[role=navigation] #search {
  display: none;
  -webkit-animation: slide-fade-out 5s;
          animation: slide-fade-out 5s;
}
nav[role=navigation] #search.search-show {
  display: block;
  -webkit-animation: slide-fade-in 2s;
          animation: slide-fade-in 2s;
}

a.menu-link {
  display: block;
  float: right;
  padding: 0.625rem;
  padding-bottom: 0px;
  color: #DE0824;
  text-align: center;
  font-size: 1.75rem;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width:40.0625em) {
  a.menu-link {
    display: none;
  }
}
a.menu-link.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: white;
}

@media only screen and (min-width:40.0625em) {
  .sidebar li.current-menu-item a,
nav li.current-menu-item a,
li.current-page-ancestor a,
li.current_page_parent a,
body.post-type-archive-work .cptwork a,
body.tax-sector .cptwork a, body.tax-discipline .cptwork a,
body.single-work .cptwork a {
    color: #DE0824 !important;
  }

  body.post-type-archive-work li.current_page_parent a, body.single-work li.current_page_parent a, body.tax-sector li.current_page_parent a, body.tax-discipline li.current_page_parent a {
    color: #000 !important;
  }
}
/* === inputs === */
#mc_embed_signup #mce-responses {
  clear: both;
}
#mc_embed_signup #mce-responses .response {
  font-family: "HelveticaNeueW01-45Ligh";
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  margin-top: 1rem;
  float: left;
  width: 100%;
}
#mc_embed_signup #mce-responses .response a {
  color: inherit;
  display: block;
  text-decoration: underline;
}

input,
textarea {
  background: #E0E0E0;
  color: #1c1a1a;
  border: 1px solid #CDCCCC;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
input:focus,
textarea:focus {
  outline: 0;
}

input[type=submit] {
  font-family: "HelveticaNeueW01-57Cn";
  background-color: #DE0824;
  border: 0;
  color: #FFF;
  padding: 0.5em 2em;
  font-weight: 400;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#wpcf7-f16046-p16053-o1 form p:nth-of-type(1), #wpcf7-f16046-p16053-o1 form p:nth-of-type(3) {
  float: left;
  width: 47%;
}
#wpcf7-f16046-p16053-o1 form p:nth-of-type(2), #wpcf7-f16046-p16053-o1 form p:nth-of-type(4) {
  float: right;
  clear: none;
  width: 47%;
}

.work-single {
  padding-bottom: 4em;
}
.work-single .title {
  width: 100%;
  display: block;
  margin-top: 18px;
  font-size: 2.0625rem;
  line-height: 2.6875rem;
  font-family: "HelveticaNeueW01-55Roma";
  text-transform: uppercase;
}
.work-single h2 {
  color: #DE0824;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-style: italic;
  font-family: "Georgia";
  font-size: 1.875rem;
}
.work-single p {
  overflow: auto;
  margin: 0 0 1em 0;
  line-height: 1.625rem;
  font-size: 1.125rem;
  font-family: "HelveticaNeueW01-55Roma";
}
.work-single ul li, .work-single ol li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.work-single a {
  color: #DE0824;
}
.work-single .attachment-work-full {
  width: 100%;
}
.work-single .work-image-half,
.work-single .work-image-third,
.work-single .work-image-full,
.work-single .work-image-quarter,
.work-single .work-image-quarter-tall,
.work-single .work-image-3quarter,
.work-single .work-image-quarter-sqr {
  display: block;
  float: left;
  vertical-align: top;
}
.work-single .work-image-half img,
.work-single .work-image-third img,
.work-single .work-image-full img,
.work-single .work-image-quarter img,
.work-single .work-image-quarter-tall img,
.work-single .work-image-3quarter img,
.work-single .work-image-quarter-sqr img {
  width: 100%;
}
.work-single .work-image-half {
  width: 50%;
}
.work-single .work-image-quarter-tall,
.work-single .work-image-quarter,
.work-single .work-image-quarter-sqr {
  width: 25%;
}
.work-single .work-image-3quarter {
  width: 75%;
}
.work-single .work-image-full {
  clear: both;
  float: none;
}
.work-single .size-full {
  width: 100%;
}
.work-single .testimonials {
  overflow: hidden;
  padding-bottom: 2em;
  margin: 2em 0;
}
.work-single .testimonials .circle-text {
  position: relative;
  width: 100%;
}
@media only screen and (min-width:40.0625em) {
  .work-single .testimonials .circle-text {
    bottom: -1000px;
  }
}
@media only screen and (max-width: 40em) {
  .work-single .testimonials .circle-text {
    margin-bottom: 0.5em;
  }
}
.work-single .testimonials .circle-text:after {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
  border: 2px solid #DE0824;
  border-radius: 50%;
  content: "";
}
.work-single .testimonials .circle-text div {
  float: left;
  width: 80%;
  padding-top: 50%;
  margin: -2.5em 10% 0px 10%;
  text-align: center;
  color: #DE0824;
  text-transform: uppercase;
}
.work-single .testimonials .circle-text div h3 {
  margin: 0px;
  margin-bottom: 0.3em;
  font-style: normal;
  font-size: 3em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
.work-single .testimonials .circle-text div span {
  font-size: 1.125rem;
  font-family: "HelveticaNeueW01-55Roma";
}

aside #tags {
  list-style: none;
  margin-top: 2em;
  padding: 0em;
}
aside #tags li {
  margin-bottom: 1em;
}
aside #tags li a {
  padding: 0.5em;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  background: #CDCCCC;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
aside #tags li a:hover {
  background: #DE0824;
}
aside #tags li:first-child h2 {
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
  margin: 1.5em auto !important;
  line-height: 1em;
  color: #1c1a1a;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
aside .list-custom-taxonomy-widget h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
  margin: 1.5em auto;
  line-height: 1em;
  margin-bottom: 1em;
  color: #1c1a1a;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget h3 {
    color: white;
  }
  aside .list-custom-taxonomy-widget li.current-cat a {
    color: white !important;
    font-family: "HelveticaNeueW01-77BdCn 692722";
  }
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline {
  height: 100%;
  margin: 0;
  padding-left: 0;
  float: left;
  list-style: none;
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li {
  border: none;
  margin: 0;
  width: 100%;
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li.current-cat a {
  color: #DE0824;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget ul#lct-widget-discipline li {
    color: #FFFFFF;
    margin: 0.25em 0;
  }
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget ul#lct-widget-discipline li.hide-on-mobile {
    display: none;
  }
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li a {
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.6em;
  color: #717171;
  padding: 0;
  font-style: normal;
  font-size: 1.2em;
  font-family: "helveticaneuew01-47ltcn 692686";
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget ul#lct-widget-discipline li a {
    color: #FFFFFF;
  }
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li a:hover {
  color: #DE0824;
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li a.showall {
  color: #DE0824;
  padding: 0em 0em 0em 0em;
  display: block;
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget ul#lct-widget-discipline li a.showall {
    color: #FFFFFF;
  }
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0em 0em 0.7em 0em;
  line-height: 1.25em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #E0E0E0;
  margin: 0.75em 0em 0.75em 0em;
}
aside .list-custom-taxonomy-widget ul#lct-widget-discipline li hr.marg-bottom {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 40em) {
  aside .list-custom-taxonomy-widget ul#lct-widget-discipline li hr {
    margin-bottom: 0.75em;
  }
}

.popin-up {
  transition: all 0.5s ease 0.5s;
  bottom: 0px !important;
}

.pagination {
  padding: 2em 0;
}
.pagination a, .pagination span {
  transition: all 0.3s ease;
  margin-right: 0.5em;
  text-decoration: none;
  line-height: 1.6em;
  color: #717171;
  padding: 0;
  font-style: normal;
  font-size: 1.2em;
  font-family: "helveticaneuew01-47ltcn 692686";
}
.pagination a.next:hover, .pagination a.prev:hover, .pagination span.next:hover, .pagination span.prev:hover {
  color: #DE0824;
  border-bottom: 3px solid #DE0824;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
.pagination span.current {
  color: #DE0824;
  border-bottom: 3px solid #DE0824;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}

@media only screen {
  .archive .work-category .subhead {
    display: none;
  }
  .archive #work-articles {
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .archive #work-articles article {
    float: left;
    max-width: 33.33333%;
    padding: 0 0.25em 0.5em 0.25em;
  }
  .archive #work-articles article:nth-of-type(3n+1) {
    padding-left: 0;
  }
  .archive #work-articles article:nth-of-type(3n+3) {
    padding-right: 0;
  }
  .archive #work-articles article ul {
    margin-bottom: 0;
  }
  .archive #work-articles article ul li {
    position: relative;
    overflow: hidden;
    list-style-position: inside;
    list-style-type: none;
  }
  .archive #work-articles article ul li a {
    display: block;
  }
  .archive #work-articles article ul li figcaption {
    display: none;
  }
}
@media only screen and (min-width:40.0625em) {
  .archive .work-category {
    display: block;
  }
  .archive .work-category .subhead {
    display: block;
  }
  .archive #work-articles {
    overflow: hidden;
    width: 100%;
  }
  .archive #work-articles article {
    float: left;
    max-width: 30%;
  }
  .archive #work-articles article:nth-of-type(3n+1) {
    padding-left: 0.25em;
  }
  .archive #work-articles article:nth-of-type(3n+3) {
    padding-right: 0.25em;
  }
  .archive #work-articles article:nth-of-type(4n+1) {
    padding-left: 0;
  }
  .archive #work-articles article:nth-of-type(4n+4) {
    padding-right: 0;
  }
  .archive #work-articles article ul {
    margin-bottom: 0;
  }
  .archive #work-articles article ul li {
    position: relative;
    overflow: hidden;
    list-style-position: inside;
    list-style-type: none;
  }
  .archive #work-articles article ul li:hover figcaption {
    top: 0;
  }
  .archive #work-articles article ul li:hover a img {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out;
  }
  .archive #work-articles article ul li a {
    display: block;
  }
  .archive #work-articles article ul li figcaption {
    position: absolute;
    top: -16.875rem;
    display: block;
    padding: 0.625rem;
    width: 100%;
    height: 100%;
    background-color: #DE0824;
    -webkit-transition: all 0.5s ease-out;
  }
  .archive #work-articles article ul li figcaption:active {
    background-color: #ad061c;
  }
  .archive #work-articles article ul li figcaption a {
    width: 100%;
    height: 100%;
  }
  .archive #work-articles article ul li figcaption a h3, .archive #work-articles article ul li figcaption a h4, .archive #work-articles article ul li figcaption a p {
    color: white;
    font-family: "HelveticaNeueW01-57Cn";
  }
  .archive #work-articles article ul li figcaption a h3 {
    font-style: normal;
    font-variant: normal;
  }
  .archive #work-articles article ul li figcaption a h4 {
    font-style: normal;
    font-variant: normal;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .archive #work-articles article ul li figcaption a p {
    font-weight: 400;
  }
}
@media only screen and (max-width: 53.125rem) {
  .post-type-archive-work article ul li:hover figcaption {
    display: none;
  }
  .post-type-archive-work article ul li:hover a img {
    position: relative;
    top: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 64rem) {
  .archive #work-articles .large-3 {
    width: 20%;
  }
  .archive #work-articles article:nth-of-type(4n+1) {
    padding-left: 0.25em;
  }
  .archive #work-articles article:nth-of-type(4n+4) {
    padding-right: 0.25em;
  }
  .archive #work-articles article:nth-of-type(5n+1) {
    padding-left: 0em;
  }
  .archive #work-articles article:nth-of-type(5n+5) {
    padding-right: 0em;
  }
}
.blog #nso-loop .nso-post, .category #nso-loop .nso-post {
  width: calc(25% - 10px);
  margin-bottom: 0.625em;
  background: #FFFFFF;
  height: auto !important;
  padding: inherit !important;
  box-shadow: 0px 4px 25px -5px #DDD;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: box-shadow 500ms 50ms ease;
}
@media only screen and (max-width: 40em) {
  .blog #nso-loop .nso-post, .category #nso-loop .nso-post {
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (min-width:40.0625em) {
  .blog #nso-loop .nso-post:hover, .category #nso-loop .nso-post:hover {
    -webkit-transform: translateX(-2px) translateY(-4px);
        -ms-transform: translateX(-2px) translateY(-4px);
            transform: translateX(-2px) translateY(-4px);
    box-shadow: 0px 4px 25px -5px #888;
  }
}
.blog #nso-loop .nso-post .nso-thumb, .category #nso-loop .nso-post .nso-thumb {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.blog #nso-loop .nso-post .nso-thumb a, .category #nso-loop .nso-post .nso-thumb a {
  width: 100%;
  display: block;
}
.blog #nso-loop .nso-post .nso-thumb a img, .category #nso-loop .nso-post .nso-thumb a img {
  width: 100%;
}
.blog #nso-loop .nso-post .nso-blog-text, .category #nso-loop .nso-post .nso-blog-text {
  padding: 1em 1em;
  word-break: break-word;
}
.blog #nso-loop .nso-post .nso-blog-text .nso-title, .category #nso-loop .nso-post .nso-blog-text .nso-title {
  margin-top: 0px;
}
.blog #nso-loop .nso-post .nso-blog-text .nso-title a, .category #nso-loop .nso-post .nso-blog-text .nso-title a {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.625rem;
}
.blog #nso-loop .nso-post .nso-blog-text .tags ul, .category #nso-loop .nso-post .nso-blog-text .tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog #nso-loop .nso-post .nso-blog-text .tags ul li, .category #nso-loop .nso-post .nso-blog-text .tags ul li {
  margin-right: 2%;
}
.blog #nso-loop .nso-post .nso-blog-text em, .category #nso-loop .nso-post .nso-blog-text em {
  color: #717171;
  font-style: italic;
  font-family: "Georgia";
}
.blog #nso-loop .nso-post .nso-blog-text em.comment_count, .category #nso-loop .nso-post .nso-blog-text em.comment_count {
  float: right;
  color: #DE0824;
}
.blog #nso-loop .nso-post .nso-blog-text em.comment_count i, .category #nso-loop .nso-post .nso-blog-text em.comment_count i {
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.blog #nso-loop .nso-post .nso-blog-text em a, .category #nso-loop .nso-post .nso-blog-text em a {
  color: #DE0824;
  text-decoration: none;
}
.blog #nso-loop .nso-post .nso-blog-text .excerpt, .category #nso-loop .nso-post .nso-blog-text .excerpt {
  line-height: 16px;
  font-size: 14px;
}
.blog #nso-loop .nso-post .nso-blog-text .excerpt .read-more, .category #nso-loop .nso-post .nso-blog-text .excerpt .read-more {
  display: block;
  margin: 0.75em 0em;
  color: #DE0824;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  font-family: "Georgia";
}
.blog #nso-loop .nso-post .nso-blog-text hr, .category #nso-loop .nso-post .nso-blog-text hr {
  border: 0;
  margin: 1em 0;
  border-top: 1px solid #CDCCCC;
}
.blog #nso-loop .tags em, .category #nso-loop .tags em {
  position: relative;
  display: block;
  padding: 5px 0 !important;
  margin-bottom: 5px;
}
.blog #nso-loop .tags ul, .category #nso-loop .tags ul {
  overflow: auto;
}
.blog #nso-loop .tags ul li, .category #nso-loop .tags ul li {
  width: auto;
  height: inherit;
  padding: 0;
}
.blog #nso-loop .tags ul li a, .category #nso-loop .tags ul li a {
  display: block;
  padding: 0.2em 0.5em;
  background-color: #808080;
  color: #FFF;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 0.875rem;
  text-transform: lowercase;
  text-decoration: none;
  border-radius: 2px;
}

figure.wp-block-embed-youtube {
  margin: 0;
}

.webinar-feedback [role=form].wpcf7 {
  padding: 2vw 0;
  border-radius: 0.2rem;
}
.webinar-feedback [role=form].wpcf7 [type=checkbox] ~ span {
  display: inline-block;
  margin-left: 1rem;
}
.webinar-feedback [role=form].wpcf7 [role=alert][class$=sent-ok], .webinar-feedback [role=form].wpcf7 [role=alert][class$=spam-blocked] {
  padding: 1rem;
  display: inline-block;
  font-weight: bold;
}
.webinar-feedback [role=form].wpcf7 [role=alert][class$=sent-ok] {
  background-color: lawngreen;
}
.webinar-feedback [role=form].wpcf7 [role=alert][class$=spam-blocked] {
  background-color: orange;
}
.webinar-feedback [role=form].wpcf7 .wpcf7-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.webinar-feedback [role=form].wpcf7 .wpcf7-radio .wpcf7-list-item {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.webinar-feedback [role=form].wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 0;
}
.webinar-feedback [role=form].wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
}
.webinar-feedback [role=form].wpcf7 .wpcf7-textarea {
  font-family: "HelveticaNeueW01-55Roma";
  background-color: #FFFFFF;
  height: 140px;
}
.webinar-feedback .screen-reader-response[role=alert] {
  display: none;
}

.single-post [role=form].wpcf7 {
  padding: 2vw;
  background-color: #efefef;
  border: solid 1px #E0E0E4;
  border-radius: 0.2rem;
}
.single-post [role=form].wpcf7 [type=checkbox] ~ span {
  display: inline-block;
  margin-left: 1rem;
}
.single-post [role=form].wpcf7 [role=alert][class$=sent-ok], .single-post [role=form].wpcf7 [role=alert][class$=spam-blocked] {
  padding: 1rem;
  display: inline-block;
  font-weight: bold;
}
.single-post [role=form].wpcf7 [role=alert][class$=sent-ok] {
  background-color: lawngreen;
}
.single-post [role=form].wpcf7 [role=alert][class$=spam-blocked] {
  background-color: orange;
}
.single-post .screen-reader-response[role=alert] {
  display: none;
}
.single-post .pagetitle {
  display: none;
}
.single-post article span.date {
  width: 100%;
  margin-bottom: 1.875rem;
  font-family: "Kepler W03 SCd It Cp";
}
.single-post article span.date .encouraged {
  float: right;
}
.single-post article span.comments a {
  font-style: normal;
}
.single-post article span.comments a:before {
  font-family: "mm";
  content: "O";
}
.single-post article h2 {
  margin-bottom: 1em;
}
.single-post article iframe {
  width: 100%;
  min-width: 100%;
}
.single-post article .featureimg {
  padding-bottom: 1.875em;
}
.single-post article .attachment-work-full {
  width: 100%;
}
.single-post article .work-image-half,
.single-post article .work-image-third,
.single-post article .work-image-full,
.single-post article .work-image-quarter,
.single-post article .work-image-quarter-tall,
.single-post article .work-image-3quarter {
  display: block;
  float: left;
  vertical-align: top;
}
.single-post article .work-image-half img,
.single-post article .work-image-third img,
.single-post article .work-image-full img,
.single-post article .work-image-quarter img,
.single-post article .work-image-quarter-tall img,
.single-post article .work-image-3quarter img {
  width: 100%;
}
.single-post article .work-image-half {
  width: 50%;
}
.single-post article .work-image-quarter-tall,
.single-post article .work-image-quarter {
  width: 25%;
}
.single-post article .work-image-3quarter {
  width: 75%;
}
.single-post article .work-image-full {
  clear: both;
  float: none;
}
.single-post article .alignleft {
  padding-right: 1em;
  padding-bottom: 1em;
}
.single-post article .alignright {
  padding-left: 1em;
  padding-bottom: 1em;
}
.single-post article .half {
  width: 50%;
}
.single-post article .form-allowed-tags {
  display: none;
  visibility: hidden;
}
.single-post article #commentform textarea#comment {
  min-height: 12.5rem;
}
.single-post article #encouraged {
  background-color: #eeeeee;
  padding: 10px;
}
.single-post article #encouraged .avatar {
  float: left;
  display: inline;
  width: 2.25rem;
  border-radius: 50%;
  clear: none;
  margin-right: 0.625rem;
}
.single-post article #encouraged small {
  vertical-align: sub;
}
.single-post article #encouraged, .single-post article #comments {
  clear: left;
}
.single-post article #encouraged:target, .single-post article #comments:target {
  padding: 10px;
  border-left: solid 3px #DE0824;
  border-radius: 2px;
  transition: all 0.2s ease;
  background-color: #eeeeee;
}
.single-post article #comments b {
  display: block;
  font-family: "Kepler W03 SCd It Cp";
  color: #3e3e3e;
}
.single-post article #comments b p:first-letter {
  margin-right: 0.125rem;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 2.75rem;
}
.single-post article #comments b p {
  margin: 0;
}
.single-post article #comments b hr {
  margin: 0.1875rem 0;
}
.single-post article #comments .vcard {
  display: inline-block;
  padding: 0;
  border: none;
}
.single-post article #comments .vcard img {
  border-radius: 50%;
}
.single-post article #comments .vcard li {
  display: block;
  margin: 0;
}
.single-post article #comments .vcard .fn {
  font-size: 0.9375em;
  font-weight: bold;
}
.single-post article .the-comments .children {
  position: relative;
  margin-left: 20px;
  border-left: solid 3px #DE0824;
}
.single-post article .the-comments .children li {
  background-color: #ebebeb;
}
.single-post article .the-comments li {
  padding: 0.625rem;
  margin: 0.625rem 0;
  list-style-type: none;
  list-style-position: outside;
  background-color: #f5f5f5;
}
.single-post article .the-comments .says {
  display: none;
}
.single-post article .the-comments .comment-body {
  border-bottom: solid 1px #dddddd;
}
.single-post article .the-comments .comment-body .comment-author {
  margin: 1.25rem 0;
}
.single-post article .the-comments .comment-body .commentmetadata {
  display: inline;
}

.blog .pagination, .archive.category .pagination {
  height: auto;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.blog .pagination .page-numbers, .archive.category .pagination .page-numbers {
  display: inline-block;
  text-align: center;
  padding: 0 0.25rem;
  margin: 0 0.25rem;
  padding-bottom: 0.75rem;
  color: #717171;
  font-family: "HelveticaNeueW01-57Cn";
  font-size: 1.125rem;
}
.blog .pagination .current, .archive.category .pagination .current {
  border-bottom: 0.375rem solid #DE0824;
}

.widget_categories h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
  margin: 1.5em auto;
  line-height: 1em;
  margin-bottom: 1em;
  color: #1c1a1a;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
@media only screen and (max-width: 40em) {
  .widget_categories h3 {
    color: white;
  }
  .widget_categories li.current-cat a {
    color: white !important;
    font-family: "HelveticaNeueW01-77BdCn 692722";
  }
}
.widget_categories a.see-all {
  color: #DE0824;
  text-decoration: none;
  font-size: 1.2em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
.widget_categories hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #E0E0E0;
  margin: 0.75em 0em 0.75em 0em;
}
.widget_categories hr.marg-bottom {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 40em) {
  .widget_categories hr {
    margin-bottom: 0.75em;
  }
}
.widget_categories ul {
  height: 100%;
  margin: 0;
  padding-left: 0;
  float: left;
  list-style: none;
}
.widget_categories ul li {
  border: none;
  margin: 0;
  width: 100%;
}
.widget_categories ul li.current-cat a {
  color: #DE0824;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
@media only screen and (max-width: 40em) {
  .widget_categories ul li {
    color: #FFFFFF;
    margin: 0.25em 0;
  }
}
@media only screen and (max-width: 40em) {
  .widget_categories ul li.hide-on-mobile {
    display: none;
  }
}
.widget_categories ul li a {
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.6em;
  color: #717171;
  padding: 0;
  font-style: normal;
  font-size: 1.2em;
  font-family: "helveticaneuew01-47ltcn 692686";
}
@media only screen and (max-width: 40em) {
  .widget_categories ul li a {
    color: #FFFFFF;
  }
}
.widget_categories ul li a:hover {
  color: #DE0824;
}
.widget_categories ul li a.showall {
  color: #DE0824;
  padding: 0em 0em 0em 0em;
  display: block;
}
@media only screen and (max-width: 40em) {
  .widget_categories ul li a.showall {
    color: #FFFFFF;
  }
}
.widget_categories ul li h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0em 0em 0.7em 0em;
  line-height: 1.25em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}

.single-post__article .single-post__header {
  min-height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  padding: 1em 0;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #CDCCCC;
}
.single-post__article .single-post__header .single-post__title {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 2.0625rem;
  line-height: 2.6875rem;
  display: block;
  width: 100%;
}
.single-post__article .single-post__header .single-post__meta {
  display: block;
  width: 100%;
}
.single-post__article .single-post__header .single-post__meta .single-post__date,
.single-post__article .single-post__header .single-post__meta .single-post__tags {
  display: block;
  float: left;
}
.single-post__article .single-post__header .single-post__meta .single-post__date {
  font-weight: 400;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  color: #717171;
}
.single-post__article .single-post__header .single-post__meta .single-post__date a {
  color: #DE0824;
}
.single-post__article .single-post__header .single-post__meta .single-post__author,
.single-post__article .single-post__header .single-post__meta .single-post__tag-link {
  display: block;
  float: left;
  margin-left: 10px;
  font-weight: 400;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  color: #DE0824;
  text-decoration: none;
}
.single-post__article .single-post__header .single-post__meta .single-post__tags {
  margin-left: 10px;
}
.single-post__article .single-post__header .single-post__meta .single-post__tags .single-post__tag-link {
  margin-left: 0;
  margin-right: 10px;
  padding: 0.2em 0.5em;
  background-color: #767676;
  color: #FFF;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 0.875rem;
  text-transform: lowercase;
  text-decoration: none;
  border-radius: 2px;
}
.single-post__article .single-post__header .single-post__meta .single-post__tags:before,
.single-post__article .single-post__header .single-post__meta .single-post__author:before {
  content: "|";
  display: block;
  float: left;
  margin-right: 10px;
  color: #CDCCCC;
}

.single-post {
  padding-bottom: 4em;
}
.single-post article .wp-video + h2 {
  margin-top: 0.5em;
}
.single-post article img {
  width: auto;
  margin-bottom: 1em;
}
.single-post article img + h2 {
  margin-top: 0.5em;
}
.single-post article .attachment-post-thumbnail {
  margin-bottom: 1em;
}
.single-post article ul li, .single-post article ol li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.single-post article h2 {
  color: #DE0824;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 45px;
  font-weight: 400;
  font-style: italic;
  font-family: "Georgia";
  font-size: 1.875rem;
}
.single-post article h3 {
  color: #424548;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-style: normal;
  font-family: "Georgia";
  font-size: 1.4375rem;
}
.single-post article p {
  overflow: auto;
  margin: 0px;
  margin-bottom: 1em;
  line-height: 1.625rem;
  clear: both;
  font-size: 1.125rem;
  font-family: "HelveticaNeueW01-55Roma";
}
.single-post article p a {
  color: #DE0824;
}
.single-post article p a:last-child:after {
  content: "";
  clear: both;
}
.single-post article p strong, .single-post article p b {
  font-family: "HelveticaNeueW01-75Bold";
  font-weight: 400;
}
.single-post #encouraged, .single-post .comments {
  padding-top: 2em;
  padding-bottom: 2em;
}
.single-post #encouraged h2, .single-post .comments h2 {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.875em;
  font-size: 2.0625rem;
  line-height: 2.0625rem;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  color: #DE0824;
  border-bottom: 1px solid #CDCCCC;
}
.single-post #encouraged .logged-in-as, .single-post .comments .logged-in-as {
  display: none;
}
.single-post #encouraged .comments__container, .single-post .comments .comments__container {
  padding-right: 4em;
}
.single-post #encouraged label, .single-post .comments label {
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 1em;
  color: darkgrey;
  display: block;
  font-weight: 400;
}
.single-post #encouraged input[type=submit], .single-post .comments input[type=submit] {
  margin-top: 10px;
}
.single-post #encouraged p, .single-post .comments p {
  overflow: auto;
  margin: 0px;
  line-height: 1.625rem!important;
  font-size: 1.125rem;
  font-family: "HelveticaNeueW01-55Roma";
}
.single-post #encouraged p a:last-child:after, .single-post .comments p a:last-child:after {
  content: "";
  clear: both;
}

ul.posts {
  margin-top: 10px;
}
ul.posts li article {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  border: solid 1px lightGray;
}
ul.posts li article:hover {
  box-shadow: 7px 7px #DDD;
  left: -2px;
  top: -2px;
}
ul.posts li article .meta {
  padding: 10px;
}
ul.posts li article .meta h2 {
  font-size: 1.5em;
}
ul.posts li article .view-article {
  display: block;
}
ul.posts li article .comments {
  display: inline-block;
  float: right;
}
ul.posts li article .comments a:before {
  font-family: "mm";
  content: "O";
}
ul.posts li article .author {
  display: block;
}
ul.posts li:nth-child(-n+3) article {
  border-top: none;
}
ul.posts li.sticky article {
  background-color: #F0E68C !important;
}

.author .avatar {
  margin-bottom: 1.875rem;
}
.author .post-list li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.author .post-list li p {
  margin: 0;
  float: left;
  max-width: 55%;
  /* using pixels because of parent element */
  font-size: 16px;
  line-height: 1.25em;
  color: #333D47;
}
.author .post-list li span {
  display: block;
}
.author aside.authorposts ul li {
  position: relative;
  margin: 0;
  padding: 0.625rem 0;
  border-top: solid lightGray 1px;
}
.author aside.authorposts ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.author aside.authorposts ul li a {
  color: #717171;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1em;
  /* to fix the spacing on the mark-makers page */
  display: block;
  width: 100%;
  overflow: hidden;
}
.author aside.authorposts ul li a i {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0px 0 20px;
  border-color: #FBFBFB transparent transparent transparent;
  position: absolute;
  top: 15px;
  left: 100px;
}
.author aside.authorposts ul li a img {
  float: left;
  margin-right: 0.625rem;
  min-height: 110px;
  min-width: 110px;
  background: url("https://www.mark-making.com/wp-content/plugins/yet-another-related-posts-plugin/default.png") no-repeat !important;
  background-size: cover;
}
.author aside.authorposts ul li a span {
  display: block;
  text-transform: none;
  color: #DE0824;
  font-family: "KeplerW03-LightSCdItCp";
}

.comments {
  border-top: 1px solid #E0E0E0;
  background: #FFFFFF;
  padding-bottom: 1em;
}
.comments h2 {
  margin: 1em 0em;
  font-size: 2em;
}
.comments h2.comments-title {
  border-bottom: none;
  padding-bottom: 0;
}
.comments #reply-title {
  margin: 0em;
}
.comments .comment-form-comment,
.comments .comment-form-author,
.comments .comment-form-url,
.comments .comment-form-email {
  margin: 0px;
  margin-bottom: 0.63em;
}
.comments .comment-form-comment input, .comments .comment-form-comment textarea,
.comments .comment-form-author input,
.comments .comment-form-author textarea,
.comments .comment-form-url input,
.comments .comment-form-url textarea,
.comments .comment-form-email input,
.comments .comment-form-email textarea {
  background-color: #F6F6F6;
  border: 1px solid #E0E0E0;
  box-shadow: none;
}
.comments .author .avatar {
  /* width: 100%; */
  margin-bottom: 0px;
}
.comments .author .author-name {
  margin: 1em 0px 0px 0px;
}
.comments .author .author-name a {
  color: #333D47;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  font-weight: 600;
}
.comments .author .author-jobtitle {
  margin: 0em 0px 1em 0px;
}
.comments .author p {
  line-height: 1em;
  margin-bottom: 1em;
}
.comments .author .socialbuttons a {
  font-size: 2em;
  color: #767676;
  text-decoration: none;
}
.comments .comment {
  padding: 3em 0em;
  border-bottom: 1px solid #E0E0E0;
}
.comments .comment.odd {
  padding-left: 2em;
  border-left: solid 5px #DE0824;
}
.comments .comment cite a {
  color: #333D47;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  font-weight: 600;
  font-style: normal;
  font-size: 1.1875rem;
}
.comments .comment .comment-date {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 0.875rem;
  color: #333D47;
  text-transform: uppercase;
  text-decoration: none;
}
.comments .comment .comment-content {
  display: table;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.comments .comment .comment-content p {
  vertical-align: middle;
}
.comments .comment .reply {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 1.25em;
  color: #E0E0E0;
}
.comments .comment .reply:hover {
  color: #DE0824;
}
.comments .comment .reply .comment-reply-link {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
}

@media only screen {
  #blog-block p {
    margin-bottom: 0;
  }
  #blog-block .type-post {
    padding-bottom: 0;
  }
  #blog-block .type-post article {
    background-color: #fff;
  }
  #blog-block .type-post article img {
    width: 100%;
  }
  #blog-block .type-post article .comments {
    float: none;
  }
  #blog-block .type-post .tags {
    display: inline-block;
  }
  #blog-block .type-post .tags a {
    /* direct copy from single work page project tags - is there an easier way to do this without duplication? Matt */
    background-color: #808080;
    margin: 0.4em 0.5em 0em 0;
    color: #FFF;
    display: inline-block;
    font-family: "HelveticaNeueW01-77BdCn 692722";
    font-size: 1em;
    text-transform: lowercase;
    padding: 2px 4px;
    border-radius: 2px;
  }
  #blog-block .type-post .tags a:hover {
    background-color: #DE0824;
  }

  .date {
    margin: 0;
  }

  /* taken the important declaration off, as a punishment for crimes against CSS */
  h2 {
    font-size: 1.2em;
    line-height: 1em;
  }
  h2 a {
    color: #333D47;
  }
}
@media only screen and (min-width:40.0625em) {
  .pagetitle {
    display: block;
  }

  #blog-block .type-post {
    padding-bottom: 1.25em;
  }
  #blog-block .type-post article h2 {
    line-height: 1.2em;
  }
  #blog-block .type-post article .comments {
    float: right;
  }
}
@media only screen and (max-width: 25rem) {
  #blog-block .type-post article .comments {
    float: right;
  }
}
@media only screen and (min-width:40.0625em) {
  .contact .intro {
    padding: 5.625rem 0 4.375rem;
  }
}
.contact h1 {
  float: none;
  margin: 0.5em 0;
  font-size: 3em;
  text-transform: capitalize;
  color: #FFF;
}
.contact h2 {
  /*color: white;*/
  font-weight: 400;
  font-size: 1.875em;
  font-size: 2.0625rem;
  line-height: 2.0625rem;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
.contact .contact-details {
  padding-bottom: 5em;
}
.contact .contact-details a {
  color: #DE0824;
}
@media only screen and (min-width:40.0625em) {
  .contact .contact-details .contact-details__section.address, .contact .contact-details .contact-details__section.transport, .contact .contact-details .contact-details__section.get-in-touch {
    padding: 3em 0 0 3em;
  }
}
.contact .contact-details .contact-details__section.address h3, .contact .contact-details .contact-details__section.transport h3, .contact .contact-details .contact-details__section.get-in-touch h3 {
  display: block;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 1.125em;
  text-transform: uppercase;
  border-bottom: 1px solid #CDCCCC;
  padding-bottom: 10px;
}
.contact .contact-details .contact-details__section.address h3:before, .contact .contact-details .contact-details__section.transport h3:before, .contact .contact-details .contact-details__section.get-in-touch h3:before {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0;
  color: white;
  font-family: "mm";
  font-size: 20px;
  text-align: center;
  background: #DE0824;
  border-radius: 50%;
}
.contact .contact-details .contact-details__section.address h4, .contact .contact-details .contact-details__section.transport h4, .contact .contact-details .contact-details__section.get-in-touch h4 {
  color: #DE0824;
  font-family: "Georgia", serif;
  font-size: 1.125em;
  font-style: italic;
  margin-bottom: 0;
}
.contact .contact-details .contact-details__section.address p, .contact .contact-details .contact-details__section.transport p, .contact .contact-details .contact-details__section.get-in-touch p {
  margin-top: 0;
}
.contact .contact-details .contact-details__section.address h3:before {
  content: "" !important;
}
.contact .contact-details .contact-details__section.transport h3:before {
  content: "" !important;
}
.contact .contact-details .contact-details__section.get-in-touch h3:before {
  content: "" !important;
}
.contact .contact-map {
  display: block;
  overflow: auto;
}
.contact .social-hub .social-hub__title {
  display: block;
  text-align: center;
  padding: 1em;
}
.contact .social-hub #menu-social-media-hub {
  margin: 0;
  padding: 0 0 3em 0;
}
.contact .social-hub #menu-social-media-hub li {
  list-style-type: none;
  text-align: center;
}
@media only screen and (min-width:40.0625em) {
  .contact .social-hub #menu-social-media-hub li {
    display: block;
    width: 25%;
    float: left;
  }
}
.contact .social-hub #menu-social-media-hub li.facebook a, .contact .social-hub #menu-social-media-hub li.twitter a, .contact .social-hub #menu-social-media-hub li.linkedin a, .contact .social-hub #menu-social-media-hub li.linkedin a, .contact .social-hub #menu-social-media-hub li.googleplus a, .contact .social-hub #menu-social-media-hub li.behance a, .contact .social-hub #menu-social-media-hub li.instagram a, .contact .social-hub #menu-social-media-hub li.pinterest a, .contact .social-hub #menu-social-media-hub li.youtube a {
  display: block;
  font-size: 1.3215em;
  margin-bottom: 1em;
}
.contact .social-hub #menu-social-media-hub li.facebook a:before, .contact .social-hub #menu-social-media-hub li.twitter a:before, .contact .social-hub #menu-social-media-hub li.linkedin a:before, .contact .social-hub #menu-social-media-hub li.linkedin a:before, .contact .social-hub #menu-social-media-hub li.googleplus a:before, .contact .social-hub #menu-social-media-hub li.behance a:before, .contact .social-hub #menu-social-media-hub li.instagram a:before, .contact .social-hub #menu-social-media-hub li.pinterest a:before, .contact .social-hub #menu-social-media-hub li.youtube a:before {
  content: "";
  background-size: contain;
  width: auto;
  height: 2em;
  display: block;
  margin: 0.5em;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media only screen and (min-width:40.0625em) {
  .contact .social-hub #menu-social-media-hub li.facebook a:before, .contact .social-hub #menu-social-media-hub li.twitter a:before, .contact .social-hub #menu-social-media-hub li.linkedin a:before, .contact .social-hub #menu-social-media-hub li.linkedin a:before, .contact .social-hub #menu-social-media-hub li.googleplus a:before, .contact .social-hub #menu-social-media-hub li.behance a:before, .contact .social-hub #menu-social-media-hub li.instagram a:before, .contact .social-hub #menu-social-media-hub li.pinterest a:before, .contact .social-hub #menu-social-media-hub li.youtube a:before {
    height: 3em;
    transition: all 0.1s ease-in-out;
  }
}
@media only screen and (min-width:40.0625em) {
  .contact .social-hub #menu-social-media-hub li.facebook a:hover:before, .contact .social-hub #menu-social-media-hub li.twitter a:hover:before, .contact .social-hub #menu-social-media-hub li.linkedin a:hover:before, .contact .social-hub #menu-social-media-hub li.linkedin a:hover:before, .contact .social-hub #menu-social-media-hub li.googleplus a:hover:before, .contact .social-hub #menu-social-media-hub li.behance a:hover:before, .contact .social-hub #menu-social-media-hub li.instagram a:hover:before, .contact .social-hub #menu-social-media-hub li.pinterest a:hover:before, .contact .social-hub #menu-social-media-hub li.youtube a:hover:before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.contact .social-hub #menu-social-media-hub li.facebook a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-facebook.svg");
}
.contact .social-hub #menu-social-media-hub li.twitter a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-twitter.svg");
}
.contact .social-hub #menu-social-media-hub li.linkedin a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-linkedin.svg");
}
.contact .social-hub #menu-social-media-hub li.googleplus a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-google.svg");
}
.contact .social-hub #menu-social-media-hub li.behance a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-behance.svg");
}
.contact .social-hub #menu-social-media-hub li.instagram a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-instagram.svg");
}
.contact .social-hub #menu-social-media-hub li.pinterest a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-pinterest.svg");
}
.contact .social-hub #menu-social-media-hub li.youtube a:before {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-youtube.svg");
}
.contact .social-hub #menu-social-media-hub li a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.05em;
  font-family: "HelveticaNeueW01-57Cn";
  text-indent: 0;
  font-weight: 800;
}
.contact .social-hub #menu-social-media-hub li a .sub {
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.1em;
  margin-top: 0.5em;
  display: block;
}
.contact .contact-form {
  padding: 4em 0;
}
.contact .contact-form .contact-form__title {
  color: #DE0824;
  display: block;
  text-align: center;
  padding: 1em;
}
.contact .contact-form form p {
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 1.125em;
  color: #717171;
}
.contact .contact-form form p strong {
  display: block;
  font-weight: 400;
}
.contact .contact-form form input, .contact .contact-form form textarea {
  width: 100%;
  display: block;
}
.contact .contact-form form .submit {
  font-family: "HelveticaNeueW01-57Cn";
  background-color: #DE0824;
  border: 0;
  color: #FFF;
  padding: 0.5em 2em;
  font-weight: 400;
}
.contact .contact-form form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}
.contact .contact-form form .wpcf7-validation-errors {
  background-color: gold;
  border: 0;
  padding: 1em;
}
.contact .contact-form form .wpcf7-mail-sent-ok {
  background-color: green;
  border: 0;
  padding: 1em;
}

.tax-discipline .filter_sidebar nav a {
  font-family: "HelveticaNeueW01-45Ligh";
}

aside.filter_sidebar {
  margin-bottom: 1em;
}

nav#portfolio-discipline {
  margin-top: 1rem;
}
nav#portfolio-discipline button[aria-controls=disciplines-list] {
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  color: #959595;
  padding: 1rem 0;
  margin: 0;
  text-align: left;
  transition: all 1s ease;
  outline: none;
  width: auto;
}
@media only screen and (min-width:40.0625em) {
  nav#portfolio-discipline button[aria-controls=disciplines-list]:hover {
    color: #2d2d2d;
  }
}
nav#portfolio-discipline button[aria-controls=disciplines-list] b {
  font-weight: normal;
  font-size: 1.25em;
}
nav#portfolio-discipline button[aria-controls=disciplines-list] span[aria-hidden=true] {
  width: 10px;
  height: 20px;
  text-align: center;
  line-height: 1;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #DE0824;
  margin-left: 1em;
  display: inline-block;
  vertical-align: text-bottom;
}
nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=false] ~ #secondary-menu-controls {
  display: none;
  visibility: hidden;
}
nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] {
  color: #2d2d2d;
}
nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] span {
  position: relative;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls {
  visibility: visible;
  display: block;
  letter-spacing: 0.05em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}
@media only screen and (min-width:40.0625em) {
  nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls {
    transition: opacity 0.2s ease;
    opacity: 0.4;
    padding: 5px 0;
    position: absolute;
    right: 15px;
    top: 30px;
  }
  nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls:hover, nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls:focus {
    opacity: 1;
  }
}
nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls a {
  color: #959595;
  text-decoration: none;
}
@media only screen and (min-width:40.0625em) {
  nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls a:last-child {
    margin-left: 1.5rem;
  }
  nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls a:hover, nav#portfolio-discipline button[aria-controls=disciplines-list][aria-expanded=true] ~ #secondary-menu-controls a:focus {
    color: #DE0824;
    text-decoration: underline;
  }
}
nav#portfolio-discipline button[aria-controls=disciplines-list] + #disciplines-list:before {
  content: "";
  height: 1px;
  background-color: lightgray;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
nav#portfolio-discipline #disciplines-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 1rem 0;
  list-style-type: none;
  visibility: visible;
  opacity: 1;
  transition: visibility, opacity 1.2s 0.3ms ease;
}
nav#portfolio-discipline #disciplines-list[data-hidden=true] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
nav#portfolio-discipline #disciplines-list li {
  width: 100%;
}
@media only screen and (min-width:40.0625em) {
  nav#portfolio-discipline #disciplines-list li {
    width: auto;
    padding-right: 1em;
  }
  nav#portfolio-discipline #disciplines-list li:last-child {
    padding: 0;
  }
}
@media only screen and (min-width:64.0625em) {
  nav#portfolio-discipline #disciplines-list li {
    padding: 0;
  }
}
nav#portfolio-discipline #disciplines-list li a {
  padding: 1rem 0;
  display: inline-block;
  text-decoration: none;
  color: #959595;
  font-weight: normal;
  font-size: 1.25em;
}
@media only screen and (min-width:40.0625em) {
  nav#portfolio-discipline #disciplines-list li a {
    padding: 0;
  }
}
nav#portfolio-discipline #disciplines-list li a:hover, nav#portfolio-discipline #disciplines-list li a.active {
  color: #DE0824 !important;
}

.single-work aside.sidebar ul li, .single-post aside.sidebar ul li {
  transition: all 0.3s ease;
  margin: 0em 1.875em 0.3125em 0em;
  display: block;
  border-radius: 2px;
}
.single-work aside.sidebar .yarpp-thumbnail, .single-post aside.sidebar .yarpp-thumbnail {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0;
  padding-bottom: 1em;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1em;
}
.single-work aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail, .single-post aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  min-width: 100px;
  min-height: 100px;
  background-color: #CDCCCC;
}
@media only screen and (min-width:40.0625em) {
  .single-work aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail, .single-post aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail {
    width: 100%;
  }
}
@media only screen and (min-width:64.0625em) {
  .single-work aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail, .single-post aside.sidebar .yarpp-thumbnail .attachment-yarpp-thumbnail {
    width: 50%;
  }
}
.single-work aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title, .single-post aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title {
  text-indent: 0;
  margin: 0;
  margin-left: 5%;
  color: #1c1a1a;
  line-height: 1.2em;
  overflow: auto;
  max-height: initial;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "HelveticaNeueW01-55Roma";
}
@media only screen and (min-width:40.0625em) {
  .single-work aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title, .single-post aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width:64.0625em) {
  .single-work aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title, .single-post aside.sidebar .yarpp-thumbnail .yarpp-thumbnail-title {
    width: 45%;
    margin-left: 5%;
  }
}
.single-work aside.sidebar .yarpp-thumbnail:last-child, .single-post aside.sidebar .yarpp-thumbnail:last-child {
  border-bottom: none;
}

.related-content .related-content__header {
  min-height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  padding: 1em 0;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #CDCCCC;
}
.related-content .related-content__header .related-content__title {
  color: #717171;
  font-weight: 400;
  font-family: "HelveticaNeueW01-67MdCn 692710";
}
.related-content .yarpp-related-widget h3 {
  margin: 0;
}

aside.sidebar hr + a {
  font-family: "HelveticaNeueW01-47LtCn 692686";
}
aside.sidebar hr {
  margin: 0.625em 0em;
  background-color: #E0E0E0;
  height: 1px;
  border: 0;
}
aside.sidebar h2 {
  color: #1c1a1a;
  text-transform: capitalize;
  font-size: 1.375em;
  font-family: Georgia, serif;
  font-style: italic;
}
aside.sidebar h3 {
  margin: 1.5em auto;
  line-height: 1em;
  margin-bottom: 1em;
  color: #1c1a1a;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
aside.sidebar ul .current-cat a {
  color: #DE0824;
  font-size: 1.125em;
}
aside.sidebar ul li {
  list-style-position: inside;
  list-style-type: none;
}
aside.sidebar ul li a {
  text-decoration: none;
  color: #6c6c6c;
  transition: all 0.3s ease;
  font-family: sans-serif;
  font-style: normal;
  font-size: 1.125em;
  font-family: "HelveticaNeueW01-47LtCn 692686";
}
aside.sidebar ul li a:hover {
  color: #DE0824;
}
aside.sidebar ul li a.highlightSidebar {
  color: #DE0824;
  font-family: "HelveticaNeueW01-67MdCn 692710";
}
aside.sidebar ul li span {
  font-size: 0.875em;
  font-family: "Kepler W03 SCd Cp";
  color: #6c6c6c;
}

.services-sidebar {
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width:40.0625em) {
  .services-sidebar {
    position: absolute;
    width: auto;
    top: 20%;
    left: 5%;
  }
}
@media only screen and (min-width:40.0625em) {
  .services-sidebar {
    top: 25%;
  }
}
@media only screen and (min-width:64.0625em) {
  .services-sidebar {
    top: 30%;
  }
}
.services-sidebar h2 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 0;
  padding: 1.25em 0em 1.25em 0em;
}
.services-sidebar .menu {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0em;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (min-width:40.0625em) {
  .services-sidebar .menu {
    background-color: transparent;
    padding: 0;
    text-align: left;
  }
}
.services-sidebar .menu .current-menu-item a {
  color: #DE0824;
  margin: 0;
  line-height: 1.25em;
}
.services-sidebar.services-sidebar-invert .menu a {
  color: #666666;  
  text-shadow: none;
}
.services-sidebar.services-sidebar-invert .menu a:hover {
  text-shadow: none;
  color: #DE0824;  
}
.services-sidebar-top{
  align-items: flex-start;
  padding-top: 12px;
}
.services-sidebar-row{
  align-items: flex-start !important;
}

@media only screen and (min-width:40.0625em) {
  .services-sidebar .menu .current-menu-item a {
    color: white !important;
  }
}
.services-sidebar .menu .current-page-ancestor a {
  color: white !important;
}
.services-sidebar .menu li {
  display: inline-block;
  padding: 0 0.3em;
  line-height: 2.5em;
  text-transform: none;
}
.services-sidebar .menu li:first-child {
  border: none;
}
@media only screen and (min-width:40.0625em) {
  .services-sidebar .menu li {
    padding: 0em;
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
  }
  .services-sidebar.services-sidebar-invert .menu li§{
    border-color: rgba(0, 0, 0, 0.5);    
  }
}
.services-sidebar .menu li a {
  display: block;
  transition: all 0.3s ease;
  color: #1c1a1a;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 1.125rem;
  text-decoration: none;
}
@media only screen and (min-width:40.0625em) {
  .services-sidebar .menu li a {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    color: white;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.875rem;
  }
  .services-sidebar .menu li a:hover {
    color: white;
    text-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
  }
}
.services-sidebar .menu li span {
  font-size: 0.875em;
  font-family: "Kepler W03 SCd Cp";
  color: #6c6c6c;
}
.services-sidebar .sub-menu {
  display: none;
  padding-bottom: 1rem;
}
.services-sidebar .sub-menu li {
  border: none !important;
}
.services-sidebar .sub-menu li a {
  color: white;
  color: rgba(255, 255, 255, 0.7);
  border: none !important;
  line-height: 1.4rem;
  font-size: 1.2rem;
  padding: 0.4rem 0 0 0 !important;
}
.services-sidebar .sub-menu li a:hover {
  color: white !important;
}
.services-sidebar li.current-page-ancestor .sub-menu,
.services-sidebar li.current-menu-item .sub-menu {
  display: block;
}
.services-sidebar li.current-page-ancestor li.current-menu-item a {
  color: white !important;
}
.services-sidebar li.current-menu-item li.menu-item a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.services-sidebar li.current-menu-item li.menu-item a:hover {
  color: white !important;
}

.service-widget-sidebar h2 {
  font-family: "HelveticaNeueW01-45Ligh";
  font-weight: 400;
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 0.25em;
  border-bottom: 5px solid #DE0824;
  padding-bottom: 0.75em;
}
.service-widget-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-widget-sidebar ul li {
  text-transform: uppercase;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.5em 0;
}
.service-widget-sidebar .sub-service-nav a.nav-item {
  text-decoration: none;
  color: #222222;
  opacity: 0.7;
  transition: all 0.2s;
}
.service-widget-sidebar .sub-service-nav a.nav-item:hover,
.service-widget-sidebar .sub-service-nav a.current-menu-item {
  color: #DE0824;
  opacity: 1;
}

@media only screen {
  .work-sidebar > hr {
    display: none;
  }
  .work-sidebar.down {
    position: relative;
  }
  .work-sidebar.down .icon-close:before {
    content: "";
  }
  .work-sidebar.down #work-nav {
    display: block;
    padding: 1.25em;
  }
  .work-sidebar.down #work-nav > div:last-child ul {
    margin: 0;
  }
  .work-sidebar.down #work-nav a {
    font-size: 1em;
  }
  .work-sidebar.down h2.open {
    background-color: #DE0824;
    color: #FFF;
  }
  .work-sidebar h1.category-title {
    font-family: "HelveticaNeueW01-57Cn";
    text-transform: uppercase;
    font-size: 1.125em;
    display: inline-block;
    text-indent: 0;
    margin: 0;
    padding: 0.8125em;
  }
  .work-sidebar h2:after {
    font-family: "mm";
    content: "";
    color: #DE0824;
    font-size: 1.4em;
    vertical-align: sub;
    padding-left: 0.3125em;
  }
  .work-sidebar h2.open:after {
    color: #fFF;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .work-sidebar h2.sub-label {
    color: #DE0824;
    font: italic bold 0.9375em "Georgia", serif;
    padding: 0.935em;
  }

  #work-nav {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #DE0824;
    right: 0;
  }
}
@media only screen and (min-width:40.0625em) {
  aside.sidebar .category-title {
    display: none;
  }
  aside.sidebar h2:after {
    content: "";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  aside.sidebar h2.sub-label {
    color: #717171;
    padding: 0;
  }
  #work-nav {
    display: block;
    position: static;
    background-color: #F6F6F6;
    margin-top: 0;
  }
}
@media only screen and (max-width: 53.125em) {
  aside.work-sidebar a {
    color: #FFFFFF;
  }
  aside.work-sidebar h2 {
    display: inline-block;
    float: right;
  }
  aside.work-sidebar .widget_lc_taxonomy ul li {
    /* display: inline; */
  }
  aside.work-sidebar .widget_lc_taxonomy ul li a {
    font-size: 0.875em;
    color: #FFFFFF;
  }
  aside.work-sidebar .widget_lc_taxonomy h3 {
    color: #FFFFFF;
  }
}
/* all screens */
body.about {
  overflow-x: hidden;
}
body.about .intro {
  padding-bottom: 0;
}
body.about .top-arrow {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  border-color: #DE0824 transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
body.about .main {
  background-color: white;
}
body.about .main h2 {
  font-size: 1.875rem;
}
body.about .main .full-width-bg {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width:40.0625em) {
  body.about .main .full-width-bg {
    height: 44vw;
    background-attachment: fixed;
  }
}
@media (hover: none) {
  body.about .main .full-width-bg {
    background-attachment: initial !important;
  }
}
body.about .main .about-grid {
  display: inherit;
  padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4rem;
  grid-auto-rows: minmax(min-content, max-content);
}
body.about .main .about-grid img {
  width: 100%;
}
body.about .main .about-grid .polaroid img:first-of-type {
  margin-bottom: 1rem;
}
@media only screen and (min-width:40.0625em) {
  body.about .main .about-grid .polaroid {
    -webkit-transform: translateY(-2vh);
        -ms-transform: translateY(-2vh);
            transform: translateY(-2vh);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.about .main .about-grid .polaroid img {
    width: 60%;
    height: auto;
    transition: all 50ms 200ms ease;
  }
  body.about .main .about-grid .polaroid img:first-of-type {
    margin: 0;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  body.about .main .about-grid .polaroid img:last-of-type {
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    z-index: 1;
    position: relative;
    top: -40px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  body.about .main .about-grid .polaroid img:hover {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (min-width:40.0625em) {
  body.about .main .about-grid {
    display: grid;
    padding: 5.625rem 0.9375rem 5.625rem 0.9375rem;
  }
}
body.about .main .about-grid + .about-grid {
  padding-top: 0;
}
body.about .main .about-grid p {
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 1.125rem;
}
body.about .main .about-grid p a {
  text-decoration: underline;
  color: inherit;
}
body.about .main .about-grid p strong {
  font-weight: 400;
  font-family: "HelveticaNeueW01-75Bold";
}
body.about .main .about-grid p strong.first-paragraph {
  display: block;
  margin: 0 0 2.1875rem;
  line-height: 1.3;
  font-style: normal;
  font-family: georgia;
  font-size: 1.6rem;
}
body.about .main .about-grid blockquote {
  box-shadow: none;
  margin: 0 0 2rem 0;
  padding: 1rem;
  text-align: center;
  font-style: normal;
}
body.about .main .about-grid blockquote > div {
  position: relative;
}
body.about .main .about-grid blockquote > div:before, body.about .main .about-grid blockquote > div:after {
  width: 100%;
  color: #DE0824;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 1;
  z-index: 1;
  font-family: "Georgia";
  font-size: 90px;
  font-style: normal;
}
body.about .main .about-grid blockquote > div:before {
  top: 0;
  content: "“";
}
body.about .main .about-grid blockquote > div:after {
  bottom: 0;
  content: "”";
}
body.about .main .about-grid blockquote > div + cite {
  font-style: normal;
  overflow: auto;
  margin-top: 1.5em;
  display: block;
}
body.about .main .about-grid blockquote > div + cite b {
  display: block;
}
body.about .main .about-grid blockquote p {
  margin: 0 !important;
  position: relative;
  padding: 53.3333333333px 10px;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Georgia" !important;
}
body.about .main div:first-of-type {
  grid-column: 1/span 2;
}
body.about .main div:last-of-type {
  grid-column: 3/span 2;
}
body.about .main .go-all-the-way {
  grid-column: 1/-1;
}
body.about .main .scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
body.about .main .scale-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.about .offwhitefullwidth {
  overflow: hidden;
}
body.about article .flex-video {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/tv-frame.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
body.about article .flex-video div {
  overflow: hidden;
  width: 75%;
  position: absolute;
  height: 72%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 0px;
  margin: 3.5% 4%;
}
body.about article .flex-video div iframe {
  position: inherit;
  top: 2%;
  left: 2%;
  width: 100%;
  height: 100%;
}
body.about .redfullwidth {
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
body.about .approach {
  color: #FFF;
  padding: 2em;
}
@media only screen and (min-width:40.0625em) {
  body.about .approach {
    padding: 1em;
  }
}
@media only screen and (min-width:64.0625em) {
  body.about .approach {
    padding: 2em 0;
  }
}
body.about .approach section {
  padding-left: 2em;
  position: relative;
}
body.about .approach section p {
  line-height: 1.5em;
}
body.about .approach section h2 {
  font-family: "Georgia";
  font-style: italic;
  position: relative;
}
body.about .approach section h2:before {
  position: absolute;
  background-color: #DE0824;
  color: #FFF;
  padding: 10px 0;
  font-family: "mm";
  font-size: 2em;
  font-style: normal;
}
body.about .approach .from h2:before {
  content: "";
  top: -15px;
  left: -1.3em;
}
body.about .approach .born h2:before {
  content: "";
  top: -0.2em;
  left: -1.4em;
}
body.about .approach .are h2:before {
  content: "";
  top: -0.3em;
  left: -1.18em;
}
body.about .history li {
  padding: 0 2rem;
  text-align: center;
}
body.about .history li i {
  font-size: 4.25rem;
  line-height: 100%;
  text-align: center;
  width: 100%;
  display: block;
}
body.about .history li h2 {
  margin: 0.5em 0em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 3.5625rem;
}
body.about .history li p {
  margin: 0 0 2em 0;
  font-size: 1.125rem !important;
  font-family: "HelveticaNeueW01-55Roma";
  line-height: 1.625rem;
}
@media only screen and (min-width:40.0625em) {
  body.about .greyfullwidth article {
    margin-top: 3em;
  }
}
@media only screen and (min-width:40.0625em) {
  body.about .greyfullwidth .video {
    padding-right: 0.9375em;
  }
}
@media only screen and (min-width:40.0625em) {
  body.about .greyfullwidth .about-intro {
    padding-left: 0.9375em;
  }
}
body.about #idea-king {
  color: #333d47;
  line-height: 1.2em;
  letter-spacing: -2px;
  width: 7.5em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 0 1em 0;
  overflow: hidden;
  text-transform: lowercase;
  text-align: left;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 3.4375rem;
}
@media only screen and (min-width:40.0625em) {
  body.about #idea-king {
    padding-top: 1em;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
body.about #idea-king .level-1 {
  font-weight: bold;
  font-size: 1.25em;
}
body.about #idea-king .level-2 {
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-style: normal;
  font-size: 1.3em;
  text-transform: uppercase;
}
body.about #idea-king .level-2.final {
  border-bottom: 0.165em solid #333d47;
}
@media only screen and (min-width:40.0625em) {
  body.about #approaches {
    padding-bottom: 3em;
    width: 100%;
  }
}
body.about #approaches p {
  color: #FFFFFF;
}
body.about #approaches ul {
  margin: 0;
  padding: 0 1em;
}
@media only screen and (min-width:64.0625em) {
  body.about #approaches ul {
    padding: 1em;
  }
}
body.about #approaches ul li {
  list-style: none;
}
body.about #approaches ul li h3 {
  color: #FFFFFF;
  margin-top: 0;
  font-family: "HelveticaNeueW01-57Cn";
  font-style: normal;
  text-transform: uppercase;
}
body.about #authors {
  margin-bottom: 3em;
}
body.about #authors h3 {
  text-align: center;
  margin: 1.5em 0;
  color: #DE0824;
  font-weight: 400;
  font-style: italic;
  font-family: "Georgia";
  font-size: 1.875em;
}
body.about #authors .the-team {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body.about #authors .the-team li {
  padding: 0em;
  border-top: 1px solid #dfdfdf;
  list-style-type: none;
  display: block;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li {
    border: none;
    padding: 0.5em;
  }
}
body.about #authors .the-team li:last-child {
  float: left;
}
body.about #authors .the-team li section {
  display: table;
  height: 100%;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section {
    min-height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
}
body.about #authors .the-team li section a.thumbnail {
  overflow: auto;
  display: block;
}
body.about #authors .the-team li section a.thumbnail .avatar {
  max-width: 6.25rem;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section a.thumbnail .avatar {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section:hover .author-headings {
    top: 0;
  }
}
body.about #authors .the-team li section .author-headings {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 0.9375em;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section .author-headings {
    display: block;
    padding: 1em;
    overflow: hidden;
    position: absolute;
    height: 100%;
    background-color: #DE0824;
    background-color: rgba(207, 10, 44, 0.7);
    top: -100%;
    transition: all 0.5s ease-out;
  }
}
body.about #authors .the-team li section .author-headings a {
  float: left;
  color: #333D47;
  text-decoration: none;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section .author-headings a {
    float: none;
    height: 100%;
    display: block;
  }
}
body.about #authors .the-team li section .author-headings h4 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.25em;
  font-family: "HelveticaNeueW01-45Ligh";
  font-style: normal;
  font-size: 1.3125rem;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section .author-headings h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0;
    color: white;
  }
}
body.about #authors .the-team li section .author-headings h5 {
  font-family: "HelveticaNeueW01-57Cn";
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 0 0;
}
@media only screen and (min-width:40.0625em) {
  body.about #authors .the-team li section .author-headings h5 {
    margin: 0;
    padding-bottom: 1em;
    color: white;
  }
}

/* --- SINGLE AUTHOR STYLES --- */
.author article {
  background: none !important;
}
.author article:hover {
  left: 0px;
  top: 0px;
  box-shadow: none !important;
}
.author article .mm_name {
  line-height: 100%;
  margin: 0.9em 0 0 0;
  color: #333D47;
  font-size: 2.375rem;
  font-family: "HelveticaNeueW01-77BdCn 692722";
}
.author article .job-title {
  color: #6c6c6c;
  margin: 0.5em 0 1em 0;
  font-style: italic;
  font-family: "Georgia";
}
.author article .letterbox {
  margin-bottom: 1em;
}
.author article .bio {
  color: #333D47;
  line-height: 1.5625rem;
  font-size: 1.125rem;
}
.author article .contact-info {
  padding-top: 1em;
  margin: 1em 0em 3em 0em;
  overflow: hidden;
  border-top: 1px solid #E0E0E0;
}
.author article .contact-info ul {
  padding: 0em;
}
.author article .contact-info ul li {
  list-style-type: none;
  text-align: center;
  float: left;
  color: #DE0824;
  margin-right: 0.25em;
  font-size: 1.875rem;
}
.author article .contact-info ul li a {
  text-decoration: none;
  color: #DE0824;
}
.author article .contact-info .contact-telephone,
.author article .contact-info .contact-email {
  margin-top: 0.45em;
  display: block;
  float: left;
  margin-left: 1em;
}
.author article .contact-info .contact-telephone a,
.author article .contact-info .contact-email a {
  color: #DE0824;
  text-decoration: none;
}
.author article .contact-info .contact-telephone i,
.author article .contact-info .contact-email i {
  margin-right: 0.5em;
  color: #DE0824;
  font-size: 1.25rem;
}
.author aside ul {
  padding: 0px;
  margin: 0px;
}
.author aside h2 {
  font-size: 1.1875rem;
  line-height: 100%;
  font-weight: 600;
}
.author aside li {
  /*
  &.ali-williams, &.steve-turner {
    a {
      position: relative;
      &:before {
        content:  "\e801 ";
        position: absolute;
        left: -25px;
        top: 2px;
        font-size: 16px;
        font-family: 'mm';
      }
    }
  }
  */
}
.author .qa-bio h2 {
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.author .qa-bio p {
  margin-top: 0.25rem;
}
.author .qa-bio * > a {
  color: #DE0824;
  text-decoration: none;
}

body.vacancies h1 {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 2.0625rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 3rem;
  margin-top: 80px;
}
body.vacancies h1.title {
  margin-top: 18px;
}
body.vacancies h2 {
  color: #DE0824;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-style: italic;
  font-family: "Georgia";
  font-size: 1.875rem;
}
body.vacancies h3 {
  font-weight: 700;
}
body.vacancies .vacancy-wrap {
  padding: 2em;
}

@media only screen and (max-width: 40em) {
  body.vacancies .page-container {
    margin: 0;
  }
}
.ie8 body.services .section-container.tabs > section > .content {
  padding-top: 6.5625rem;
}

.services .greyfullwidth {
  border: none;
  background-color: #F4F4F4;
}
.services .greyfullwidth section {
  padding: 0 1.5em;
}
.services .greyfullwidth section article h2 {
  line-height: 1em;
  font-size: 3.625rem;
}
.services .greyfullwidth section article p {
  max-width: 100%;
}
.tabs-container {
  text-align: center;
}
.tabs-container .tab-content {
  border: none;
  display: none;
  padding: 0;
  background-color: #DE0824;
}
.tabs-container .tab-content.active {
  display: inherit;
}
.tabs-container .tab-content p {
  color: white;
  text-align: center;
  font-size: 1.1875rem;
}
.tabs-container .tabs {
  display: inline-block;
  padding: 0px;
}
.tabs-container .tabs .title {
  min-width: 6.5625rem;
  margin-right: 1.25rem;
  background-color: #DE0824;
  display: inline-block;
  cursor: pointer;
  color: white;
  border: none;
}
@media only screen and (max-width: 40em) {
  .tabs-container .tabs .title {
    float: left;
    min-width: 5rem;
    margin-right: 0.625rem;
  }
}
.tabs-container .tabs .title.active span {
  background-color: white;
  color: #DE0824;
}
.tabs-container .tabs .title span {
  border: solid 3px white;
  display: block;
  line-height: 1.1em;
  padding: 0;
  position: relative;
  background-color: #DE0824;
  text-align: center;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 5.625rem;
  font-weight: 800;
}
@media only screen and (max-width: 40em) {
  .tabs-container .tabs .title span {
    font-size: 4.375rem;
  }
}
.tabs-container .tabs .title span small {
  position: absolute;
  left: 5px;
  font-size: 18px;
  line-height: 100%;
  top: 5px;
}
@media only screen and (max-width: 40em) {
  .tabs-container .tabs .title span small {
    font-size: 0.75rem;
    top: 3px;
    left: 3px;
  }
}
.tabs-container .tabs .title p {
  text-align: center;
  color: white;
}
.tabs-container .tabs .title a {
  padding: 0;
  color: white;
  margin-top: 0.25em;
  display: block;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 1.375rem;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 40em) {
  .tabs-container .tabs .title a {
    font-size: 1rem;
  }
}
.services h3 {
  /*color: white;*/
  margin: 1em 0 0.625em 0;
}
.services #main-services {
  padding: 0;
}
.services #main-services .service {
  padding: 0;
}
@media only screen and (min-width:40.0625em) {
  .services #main-services .service {
    padding: 4.75rem 0px;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .services #main-services .service {
    padding: 0px;
  }
}
.services #main-services .service ul {
  margin: 0;
  text-align: center;
}
.services #main-services .service ul .service-choice {
  position: relative;
  padding: 2.8125rem 2%;
  border-bottom: none;
  width: 50%;
}
@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .services #main-services .service ul .service-choice {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding: 2.1875rem 0;
  }
  .services #main-services .service ul .service-choice p {
    display: block;
    width: 60%;
    margin: 1em 20% !important;
  }
}
@media only screen and (max-width: 40em) {
  .services #main-services .service ul .service-choice {
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    padding: 1.5rem 0px;
  }
  .services #main-services .service ul .service-choice p {
    margin: 1em 0em;
  }
}
.services #main-services .service ul .service-choice:last-child {
  border: none;
}
.services #main-services .service ul .service-choice i[class^=icon-] {
  display: none;
  visibility: hidden;
}
.services #main-services .service ul .service-choice h2 {
  margin: 0.5em 0em;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 2.8125rem;
}
.services #main-services .service ul .service-choice h2 a {
  color: #DE0824;
  text-decoration: none;
}
@media only screen and (max-width: 40em) {
  .services #main-services .service ul .service-choice h2 {
    margin: 0.3em 0em;
  }
  .services #main-services .service ul .service-choice h2 font {
    size: 1.875rem;
  }
}
.services #main-services .service ul .service-choice p {
  margin: 0;
  font-size: 1.125rem !important;
  font-family: "HelveticaNeueW01-55Roma";
  line-height: 1.625rem;
  padding: 0 2.5rem;
  color: #1c1a1a;
}
.services #main-services .service ul .service-choice .read-more {
  padding: 1em 0em;
  width: 100%;
  text-align: center;
  color: #DE0824;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
}
@media only screen and (max-width: 40em) {
  .services #main-services .service ul .service-choice .read-more {
    display: block;
  }
}
.services #main-services .view-article {
  display: block;
  width: 5.25rem;
  margin: 0 auto;
  padding: 1em 0 0.1875rem 0;
  text-transform: none;
  border-bottom: 1px solid #DE0824;
  font-family: Georgia, serif;
  font-style: italic;
}
.services section .content {
  padding-top: 6.5625rem;
}

.redfullwidth *:not(input):not(button) {
  color: white;
}

.redfullwidth .modal *:not(input):not(button) {
  color: #222;
}

.redfullwidth h3 {
  text-align: center;
  text-decoration: none;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 2.5rem;
  font-weight: normal;
}
@media only screen and (min-width:40.0625em) {
  .redfullwidth h3 {
    font-size: 3.5625rem;
  }
}
.services .main {
  background-color: #F6F6F6;
  border-bottom: 1px solid #E0E0E0;
  padding: 2em 2em;
}
@media only screen and (min-width:40.0625em) {
  .services .main {
    padding: 4em 3em;
  }
}
.services .main p {
  padding: 0;
  margin: 0;
  color: #333D47;
  text-align: center;
  font-size: 1.875rem;
  font-family: "HelveticaNeueW01-45Ligh";
  line-height: 2.1875rem;
}
@media only screen and (min-width:40.0625em) {
  .services .main p {
    padding: 1em;
    font-size: 3.25rem;
    font-family: "HelveticaNeueW01-45Ligh";
    line-height: 3.5rem;
  }
}
.services .main p strong {
  font-weight: normal;
  font-family: "HelveticaNeueW01-75Bold";
}
.services .orbit-timer {
  display: none;
}
.top-arrow {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  border-color: #F4F4F4 transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
@media only screen and (min-width:40.0625em) {
  .services .orbit-container {
    position: absolute;
    top: 0;
    z-index: 0;
    max-height: 600px;
    overflow: hidden;
  }
  .services .orbit-slides-container img {
    width: 100%;
  }
}

@media only screen and (min-width:40.0625em) {
  .page-template-template-sub-services-php .brandfullwidth {
    min-height: 35em !important;
  }
}

.page-template-template-services-php .brandfullwidth,
.page-template-template-sub-services-php .brandfullwidth {
  position: relative;
  overflow: hidden;
  min-height: 20em;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .brandfullwidth,
.page-template-template-sub-services-php .brandfullwidth {
    min-height: 55em;
  }
}
.page-template-template-services-php .brandfullwidth .wp-post-image,
.page-template-template-sub-services-php .brandfullwidth .wp-post-image {
  position: relative;
  min-width: 100%;
}
.page-template-template-services-php article > h3 [class^=icon-]:before, .page-template-template-services-php article > h3 [class*=icon-]:before,
.page-template-template-sub-services-php article > h3 [class^=icon-]:before,
.page-template-template-sub-services-php article > h3 [class*=icon-]:before {
  color: #DE0824;
  font-size: 1.35em;
}
.page-template-template-services-php h1,
.page-template-template-sub-services-php h1 {
  margin: 1.25rem 0 0.625rem;
  font-size: 2.8125rem;
  font-family: "HelveticaNeueW01-45Ligh";
/*  text-transform: capitalize;*/
  line-height: 1.35em;
  padding: 0;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php h1,
.page-template-template-sub-services-php h1 {
    margin: 0.5em 0 0 0;
    font-size: 2.4375rem;
  }
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php h1,
.page-template-template-sub-services-php h1 {
    margin: 3rem 0 1rem 0;
  }
}
.page-template-template-services-php p,
.page-template-template-sub-services-php p {
  line-height: 1.5em;
}
.page-template-template-services-php h2,
.page-template-template-sub-services-php h2 {
  margin: 1.5em 0em;
  line-height: 1.2;
  font-size: 1.5rem;
  font-family: "HelveticaNeueW01-45Ligh";
}
.page-template-template-services-php .service-widget-sidebar,
.page-template-template-sub-services-php .service-widget-sidebar {
  padding-bottom: 3.4rem !important;
}
.page-template-template-services-php .service-widget-sidebar h2,
.page-template-template-sub-services-php .service-widget-sidebar h2 {
  margin-top: 1rem;
}
.page-template-template-services-php ul,
.page-template-template-sub-services-php ul {
  padding-left: 1em;
}
.page-template-template-services-php cite,
.page-template-template-sub-services-php cite {
  display: block;
  margin-left: 3em;
  margin-bottom: 3em;
  font-family: "HelveticaNeueW01-57Cn";
  font-style: normal;
  font-size: 1.125rem;
}
.page-template-template-services-php cite span,
.page-template-template-sub-services-php cite span {
  display: block;
  color: #717171;
}
.page-template-template-services-php .faq-head,
.page-template-template-services-php .kind-words,
.page-template-template-sub-services-php .faq-head,
.page-template-template-sub-services-php .kind-words {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.page-template-template-services-php .faq-head h1, .page-template-template-services-php .faq-head h2, .page-template-template-services-php .faq-head h3,
.page-template-template-services-php .kind-words h1,
.page-template-template-services-php .kind-words h2,
.page-template-template-services-php .kind-words h3,
.page-template-template-sub-services-php .faq-head h1,
.page-template-template-sub-services-php .faq-head h2,
.page-template-template-sub-services-php .faq-head h3,
.page-template-template-sub-services-php .kind-words h1,
.page-template-template-sub-services-php .kind-words h2,
.page-template-template-sub-services-php .kind-words h3 {
  font-weight: 300;
  padding-bottom: 1rem;
  display: inline-block;
  border-bottom: 4px solid #DE0824;
  font-family: "HelveticaNeueW01-45Ligh";
}
.page-template-template-services-php .faq-head,
.page-template-template-sub-services-php .faq-head {
  margin-top: 2rem;
}
.page-template-template-services-php .faqs,
.page-template-template-sub-services-php .faqs {
  padding-bottom: 3rem;
}
.page-template-template-services-php .faqs .faq .q:before,
.page-template-template-sub-services-php .faqs .faq .q:before {
  color: #DE0824;
  position: absolute;
  left: 1rem;
  height: 20px;
  line-height: 1;
  z-index: 1;
  font-family: "Georgia";
  font-size: 50px;
  font-style: normal;
  content: "Q";
  top: 2.3rem;
}
.page-template-template-services-php .faqs .faq .q p,
.page-template-template-sub-services-php .faqs .faq .q p {
  margin: 0 1rem 0 4rem !important;
  position: relative;
  padding: 40px 10px 0 0;
  margin-left: 5rem;
  font-size: 18px;
  font-style: normal;
  font-family: "Georgia";
}
.page-template-template-services-php .faqs .faq .a p,
.page-template-template-sub-services-php .faqs .faq .a p {
  margin: 0 1rem 0 4rem !important;
  position: relative;
  padding: 20px 0;
}
.page-template-template-services-php .faqs.secondary,
.page-template-template-sub-services-php .faqs.secondary {
  margin-top: -3rem;
}
.page-template-template-services-php .background-row,
.page-template-template-sub-services-php .background-row {
  width: 100%;
  min-height: 15em;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .background-row,
.page-template-template-sub-services-php .background-row {
    min-height: 30em;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width:64.0625em) {
  .page-template-template-services-php .background-row,
.page-template-template-sub-services-php .background-row {
    background-attachment: fixed;
  }
}
.page-template-template-services-php .related-posts,
.page-template-template-sub-services-php .related-posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .related-posts,
.page-template-template-sub-services-php .related-posts {
    margin: 0;
  }
}
.page-template-template-services-php .related-posts .related-posts-header,
.page-template-template-sub-services-php .related-posts .related-posts-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .related-posts .related-posts-header,
.page-template-template-sub-services-php .related-posts .related-posts-header {
    margin-bottom: 1rem;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-template-template-services-php .related-posts .related-posts-header aside,
.page-template-template-sub-services-php .related-posts .related-posts-header aside {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .related-posts .related-posts-header aside,
.page-template-template-sub-services-php .related-posts .related-posts-header aside {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-template-services-php .related-posts .related-posts-header aside ul,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-template-services-php .related-posts .related-posts-header aside ul li,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li {
  display: inline-block;
  width: auto;
  padding-right: 1em;
}
.page-template-template-services-php .related-posts .related-posts-header aside ul li:last-child,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li:last-child {
  padding: 0;
}
.page-template-template-services-php .related-posts .related-posts-header aside ul li a,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #959595;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}
.page-template-template-services-php .related-posts .related-posts-header aside ul li a:hover, .page-template-template-services-php .related-posts .related-posts-header aside ul li a:focus, .page-template-template-services-php .related-posts .related-posts-header aside ul li a.active,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li a:hover,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li a:focus,
.page-template-template-sub-services-php .related-posts .related-posts-header aside ul li a.active {
  color: #DE0824 !important;
}
.page-template-template-services-php .related-posts .related-post,
.page-template-template-sub-services-php .related-posts .related-post {
  margin-bottom: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .related-posts .related-post,
.page-template-template-sub-services-php .related-posts .related-post {
    margin-bottom: 0;
    overflow: hidden;
  }
}
.page-template-template-services-php .related-posts .related-post[data-state=current],
.page-template-template-sub-services-php .related-posts .related-post[data-state=current] {
  background: none;
}
.page-template-template-services-php .related-posts .related-post[data-state=current] a,
.page-template-template-sub-services-php .related-posts .related-post[data-state=current] a {
  opacity: 1;
  font-weight: 700;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-template-template-services-php .related-posts .related-post[data-state=current] .flex__row,
.page-template-template-sub-services-php .related-posts .related-post[data-state=current] .flex__row {
  background-position-x: 50%;
  background-position-y: 10px;
  background-repeat: no-repeat;
}
.page-template-template-services-php .related-posts .related-post .flex__row,
.page-template-template-sub-services-php .related-posts .related-post .flex__row {
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
}
.page-template-template-services-php .related-posts .related-post .flex__row:hover, .page-template-template-services-php .related-posts .related-post .flex__row:focus,
.page-template-template-sub-services-php .related-posts .related-post .flex__row:hover,
.page-template-template-sub-services-php .related-posts .related-post .flex__row:focus {
  cursor: pointer;
  background-position-y: 240px;
}
.page-template-template-services-php .related-posts .related-post .flex__row:hover a, .page-template-template-services-php .related-posts .related-post .flex__row:focus a,
.page-template-template-sub-services-php .related-posts .related-post .flex__row:hover a,
.page-template-template-sub-services-php .related-posts .related-post .flex__row:focus a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-shadow: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-template-template-services-php .related-posts .related-post .flex__row,
.page-template-template-sub-services-php .related-posts .related-post .flex__row {
    background-image: none !important;
  }
  .page-template-template-services-php .related-posts .related-post .flex__row a,
.page-template-template-sub-services-php .related-posts .related-post .flex__row a {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
.page-template-template-services-php .related-posts .related-post a,
.page-template-template-sub-services-php .related-posts .related-post a {
  text-decoration: none;
  font-weight: 400;
  padding: 1rem;
  text-align: left;
  display: block;
  color: white;
  text-shadow: 0px 0 10px #333;
  height: 15em;
}
@media only screen and (min-width:40.0625em) {
  .page-template-template-services-php .related-posts .related-post a,
.page-template-template-sub-services-php .related-posts .related-post a {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.page-template-template-services-php .related-posts .related-post a span,
.page-template-template-sub-services-php .related-posts .related-post a span {
  font-size: 1.275em;
  line-height: 1;
}
.page-template-template-services-php .related-posts .related-post a small,
.page-template-template-sub-services-php .related-posts .related-post a small {
  display: block;
}
.page-template-template-services-php blockquote,
.page-template-template-sub-services-php blockquote {
  box-shadow: none;
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-style: normal;
}
.page-template-template-services-php blockquote > div,
.page-template-template-sub-services-php blockquote > div {
  position: relative;
}
.page-template-template-services-php blockquote > div:before, .page-template-template-services-php blockquote > div:after,
.page-template-template-sub-services-php blockquote > div:before,
.page-template-template-sub-services-php blockquote > div:after {
  width: 100%;
  color: #DE0824;
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 1;
  z-index: 1;
  font-family: "Georgia";
  font-size: 70px;
  font-style: normal;
}
.page-template-template-services-php blockquote > div:before,
.page-template-template-sub-services-php blockquote > div:before {
  top: 0;
  content: "“";
}
.page-template-template-services-php blockquote > div:after,
.page-template-template-sub-services-php blockquote > div:after {
  bottom: 0;
  content: "”";
}
.page-template-template-services-php blockquote p,
.page-template-template-sub-services-php blockquote p {
  margin: 0 !important;
  position: relative;
  padding: 40px 10px;
  font-size: 18px;
  font-style: normal;
  font-family: "Georgia";
}
.page-template-template-services-php blockquote cite,
.page-template-template-sub-services-php blockquote cite {
  font-style: normal;
  font-size: 15px;
  margin-left: 0;
  overflow: auto;
  margin-top: 1.5em;
  display: block;
}
.page-template-template-services-php blockquote cite b,
.page-template-template-sub-services-php blockquote cite b {
  display: block;
}
.page-template-template-services-php blockquote.bsdr,
.page-template-template-sub-services-php blockquote.bsdr {
  text-align: left;
}
.page-template-template-services-php blockquote.bsdr > div,
.page-template-template-sub-services-php blockquote.bsdr > div {
  padding-left: 3rem;
}
.page-template-template-services-php blockquote.bsdr > div::before, .page-template-template-services-php blockquote.bsdr > div::after,
.page-template-template-sub-services-php blockquote.bsdr > div::before,
.page-template-template-sub-services-php blockquote.bsdr > div::after {
  left: 3rem;
}
.page-template-template-services-php blockquote.bsdr > div em,
.page-template-template-sub-services-php blockquote.bsdr > div em {
  font-style: normal;
  position: relative;
}
.page-template-template-services-php blockquote.bsdr > div em:after,
.page-template-template-sub-services-php blockquote.bsdr > div em:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #DE0824;
}
.page-template-template-services-php blockquote.bsdr > div p:not(:first-of-type):not(:last-of-type),
.page-template-template-sub-services-php blockquote.bsdr > div p:not(:first-of-type):not(:last-of-type) {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-services-php blockquote.bsdr cite,
.page-template-template-sub-services-php blockquote.bsdr cite {
  padding-left: 3rem;
}

.greyfullwidth .columns article, .greyfullwidth .columns .sidebar-2 {
  padding: 0;
}

.services-sidebar {
  margin-left: 0;
  margin-top: 0;
}
.services-sidebar h4 {
  border-bottom: none;
  padding: 0 0 0 0.625em;
  line-height: 2.25em;
  margin: 0;
  font-size: 1.125rem;
}

aside h4 {
  font-size: 1.375em;
  font-family: "Kepler W03 SCd It Cp";
  border-bottom: 4px solid #DE0824;
  margin: 0 0 0.25em 0;
  padding: 0 0 0.25em 0;
}
aside li {
  line-height: 1.6;
}

section.define {
  padding: 0 !important;
}
@media only screen and (min-width:40.0625em) {
  section.define {
    padding: 0 20px !important;
  }
}

.search-results article {
  padding: 1.5rem 1rem !important;
  border-radius: 6px;
}
.search-results article:nth-child(odd) {
  background: #eaeaea;
}
.search-results article:nth-child(even) {
  background: #e4e4e4;
}
.search-results article .author a {
  color: #DE0824;
  text-decoration: none;
}

@media only screen {
  .search-results .large-8 {
    width: auto;
  }
  .search-results article {
    margin-bottom: 2em;
  }
  .search-results article h2 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .search-results article h2 a {
    text-decoration: none;
  }
  .search-results article h4 {
    margin-bottom: 0.5em;
    line-height: 1.3em;
  }
  .search-results article p {
    /* width: 66.66667%; */
  }
}
@media only screen and (min-width:40.0625em) {
  .search-results .large-8 {
    max-width: 700px;
  }
}
@font-face {
  font-family: "mm";
  src: url("fonts/mm.eot?🐼");
  src: url("fonts/mm.eot?🐼#iefix") format("embedded-opentype"), url("fonts/mm.woff2?🐼") format("woff2"), url("fonts/mm.woff?🐼") format("woff"), url("fonts/fonts/mm.ttf?🐼") format("truetype"), url("fonts/fonts/mm.svg?🐼#mm") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "mm";
    src: url("fonts/mm.svg?🐼#mm") format("svg");
  }
}
[class^=icon-]:before, [class*=icon-]:before {
  text-transform: none;
  text-align: center;
  font-family: "mm" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  speak: none;
}

.icon-reply:before {
  content: "";
}

/* '' */
.icon-asterisk:before {
  content: "";
}

/* '' */
.icon-downarrow:before {
  content: "";
}

/* '' */
.icon-close:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-brand:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-comment:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-googleplus:before {
  content: "";
}

/* '' */
.icon-design:before {
  content: "";
}

/* '' */
.icon-wordmark:before {
  content: "";
}

/* '' */
.icon-down-circle:before {
  content: "";
}

/* '' */
.icon-up-circle:before {
  content: "";
}

/* '' */
.icon-chat:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-train:before {
  content: "";
}

/* '' */
.icon-digital:before {
  content: "";
}

/* '' */
.icon-uni:before {
  content: "";
}

/* '' */
.icon-end-point:before {
  content: "";
}

/* '' */
.icon-instagram-circled:before {
  content: "";
}

/* '' */
.icon-pinterest-circled:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-behance:before {
  content: "";
}

/* '' */
.icon-clock:before {
  content: "";
}

/* '' */
.icon-archive:before {
  content: "";
}

/* '' */
.icon-hash:before {
  content: "";
}

/* '' */
.icon-resize-full:before {
  content: "";
}

/* '' */
.icon-award:before {
  content: "";
}

/* '' */
.icon-location:before {
  content: "";
}

/* '' */
.projectpledge h1.din {
  display: block;
  overflow: hidden;
  margin: 50px auto 0 auto;
  width: 100%;
  color: #000;
  word-spacing: -20px;
  letter-spacing: 0.15em;
  font-family: "DIN 1451 W01 Engschrift";
  font-size: 2.65em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.projectpledge h1.din span {
  position: relative;
  top: -0.05em;
  color: #d0112b;
  font-family: "Arial";
}
.projectpledge h1.din strong {
  display: block;
  margin-top: -5px;
  margin-bottom: 35px;
  text-transform: lowercase;
  word-spacing: normal;
  letter-spacing: normal;
  font-weight: 200;
  font-style: italic;
  font-size: 12px;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}
.projectpledge h1.din .blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.archive article {
  padding: 1.5rem 1rem !important;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.archive article:nth-child(odd) {
  background: #eaeaea;
}
.archive article:nth-child(even) {
  background: #e4e4e4;
}
.archive article .author a {
  color: #DE0824;
  text-decoration: none;
}
.archive article .meta a {
  overflow: auto;
  color: #DE0824;
  text-decoration: none;
}
.archive article .meta a h2 {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1.5rem;
}
.archive article .meta hr {
  margin: 0;
  border: none;
  height: 1px;
  background-color: #DE0824;
}
.archive .entry-title {
  margin: 0.75em 0em;
}
.archive .nso-container article {
  background-color: #FFFFFF;
  padding: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 40em) {
  .archive .nso-container article {
    background-color: #E0E0E0;
  }
}
.archive .nso-container article:hover {
  box-shadow: 7px 7px #DDD;
  left: -2px;
  top: -2px;
}
.archive .nso-container article a {
  text-decoration: none;
}
.archive .nso-container article h2 {
  text-transform: inherit;
  line-height: 1.625rem;
  color: #333D47;
  text-decoration: none;
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1.5rem;
}
.archive .nso-container article hr {
  background-color: transparent;
  border: none;
  color: transparent;
  border-top: 1px solid #E0E0E0;
}
.archive .nso-container article p {
  color: #1c1a1a;
  text-indent: 0;
}
.archive .nso-container article em {
  color: #717171;
  font-style: italic;
  font-family: "Georgia";
}
.archive .nso-container article em.comment_count {
  color: #DE0824;
  float: right;
}
.archive .nso-container article em.comment_count i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.archive .nso-container article em.author a {
  color: #DE0824 !important;
}
.archive aside .months {
  padding: 1em;
  background: #FFFFFF;
}
@media only screen and (max-width: 40em) {
  .archive aside .months {
    background-color: #E0E0E0;
  }
}
.archive aside .months ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.archive aside .months ul li {
  text-decoration: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.5em 0em;
}
.archive aside .months ul li:first-child {
  padding-top: 0em;
}
.archive aside .months ul li:last-child {
  border-bottom: none;
  padding-bottom: 0em;
}
.archive aside .months ul li.show-more {
  color: #DE0824;
  text-align: center;
  cursor: pointer;
  padding-top: 0.5em;
  font-style: italic;
  font-family: "Georgia";
}
.archive aside .months ul li a {
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1em;
  color: #333D47;
  padding: 0;
  font-style: normal;
  font-size: 1.2em;
  font-family: "helveticaneuew01-47ltcn 692686";
}
.archive aside .months ul li a:hover {
  color: #DE0824;
}
.archive aside .tags {
  margin-top: 1em;
  padding: 1em;
  background: #FFFFFF;
}
@media only screen and (max-width: 40em) {
  .archive aside .tags {
    background-color: #E0E0E0;
  }
}
.archive aside .tags a {
  background-color: #808080;
  margin: 0.4em 0.5em 0em 0;
  color: #FFF;
  display: inline-block;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-size: 0.875rem;
  text-transform: lowercase;
  padding: 13px;
  border-radius: 2px;
}
.archive aside h2 {
  text-transform: inherit;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
  margin: 1.5em auto !important;
  line-height: 1em;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}

.work-breakout {
  transition: width 200ms 10ms linear;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.work-breakout .work-flex-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work-breakout .work-flex-wrap > figure {
  min-height: 150px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.work-breakout .work-flex-wrap > figure:before {
  speak: none;
  content: "";
  font-size: 2rem;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: rgba(207, 10, 44, 0.85);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}
@media only screen and (min-width:64.0625em) {
  .work-breakout .work-flex-wrap > figure {
    width: 50%;
    height: 25em;
  }
}
.work-breakout .work-flex-wrap > figure a {
  display: block;
  overflow: auto;
  text-shadow: 0px 0 10px #333;
}
.work-breakout .work-flex-wrap > figure a figcaption {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
@media only screen and (min-width:40.0625em) {
  .work-breakout .work-flex-wrap > figure a figcaption {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.work-breakout .work-flex-wrap > figure a figcaption h2 {
  color: #FFF;
}
.work-breakout .work-flex-wrap > figure a figcaption h2 small {
  display: block;
}
.work-breakout .work-flex-wrap > figure a figcaption > .work-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  padding: 4rem;
}
.work-breakout .work-flex-wrap > figure a figcaption > .work-information h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
.work-breakout .work-flex-wrap > figure a img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: opacity 0.3s ease;
}
@media only screen and (min-width:64.0625em) {
  .work-breakout .work-flex-wrap > figure a img {
    position: absolute;
  }
}
.work-breakout .work-flex-wrap > figure a img:not([src]) {
  visibility: hidden;
}
.work-breakout .work-flex-wrap > figure a img.lazy {
  opacity: 0;
  visibility: hidden;
}
.work-breakout .work-flex-wrap > figure a img.lazy.loaded {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width:40.0625em) {
  .work-breakout .work-flex-wrap > figure a:hover figcaption, .work-breakout .work-flex-wrap > figure a:focus figcaption {
    position: absolute;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background-color: rgba(207, 10, 44, 0.85);
  }
}

.work-single-new {
  position: relative;
  background-color: #fff;
}
.work-single-new img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
}
.work-single-new p {
  font-family: "HelveticaNeueW01-45Ligh";
}
.work-single-new p strong, .work-single-new p b {
  font-weight: 400;
  font-family: "HelveticaNeueW01-75Bold";
}
.work-single-new .flex {
  height: 100%;
  box-sizing: border-box;
}
.work-single-new .flex__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media all and (min-width: 480px) {
  .work-single-new .flex__row--sm {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 720px) {
  .work-single-new .flex__row--md {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 960px) {
  .work-single-new .flex__row--lg {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.work-single-new .flex-column .flex__row {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work-single-new .flex__item {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  border: solid 1rem transparent;
  background-clip: content-box;
  transition: border 0.5s 0.2s ease;
}
@media only screen and (min-width:64.0625em) {
  .work-single-new .flex__item {
    border: solid 2rem transparent;
  }
}
.work-single-new .flex__item > .flex .flex__row .flex__item {
  border: none;
  padding: 0;
}
.work-single-new .flex__item h2 {
  margin: 0;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}
.work-single-new .flex__item h2:first-of-type {
  margin-top: 0;
}
.work-single-new .flex__item p {
  margin: 0;
}
.work-single-new .flex__item p + p {
  margin: 1rem 0 0;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .flex__item.take-up-seventy {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
  .work-single-new .flex__item.take-up-sixty {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
  .work-single-new .flex__item.take-up-forty {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
  .work-single-new .flex__item.take-up-thirty {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
.work-single-new .flex__item.no-spacing {
  padding: 0;
  border: none;
}
.work-single-new .flex__item img:not([src]) {
  visibility: hidden;
  min-height: 0;
}
.work-single-new .flex__item img.lazy {
  opacity: 0;
  visibility: hidden;
}
.work-single-new .flex__item img.lazy.loaded {
  opacity: 1;
  visibility: visible;
}
.work-single-new .flex__item .picture-element img {
  display: block;
  transition: opacity 0.2s ease;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 5rem;
  font-family: "object-fit: cover;";
  object-position: center center;
  object-fit: cover;
}
.work-single-new .flex__item .picture-element img.padded {
  padding: 2rem;
}
.work-single-new .flex__item .picture-element img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e6e6e6;
}
.work-single-new .flex__item .picture-element img:after {
  content: "";
  display: block;
  font-size: 24px;
  font-style: normal;
  font-family: "FontAwesome";
  color: #FFF;
  position: absolute;
  top: 50%;
  bottom: 0;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes popup {
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popup {
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.work-single-new [data-rel^=lightbox-]:focus {
  outline: none;
}
.work-single-new [data-rel^=lightbox-]:focus:before {
  speak: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 4px black;
  border: solid 4px rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 1;
}
.work-single-new [data-rel^=lightbox-]:active:before {
  display: none;
}
.work-single-new .wp-video {
  width: 100%;
  position: relative;
}
.work-single-new .wp-video .wp-video-shortcode {
  display: block;
}
.work-single-new video {
  min-width: 100%;
  height: auto;
  pointer-events: all;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new video:not([autoplay]) ~ span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-single-new video:not([autoplay]) ~ span i {
    width: 128px;
    height: 128px;
    border: solid 4px #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .work-single-new video:not([autoplay]) ~ span i:before {
    content: "▶";
    display: block;
    width: 100%;
    position: relative;
    font-style: normal;
    text-align: center;
    font-size: 3rem;
    text-indent: 10px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
  }
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .max-height {
    max-height: 30em;
    height: 30em;
    overflow: hidden;
  }
  .work-single-new .letterbox {
    max-height: 20em;
    height: 20em;
    overflow: hidden;
  }
}
.work-single-new .picture-element {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.work-single-new .picture-element--lightbox:after {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 32px;
  font-family: "mm";
  content: "";
  transition: color 0.3s ease;
  color: white;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  speak: none;
}
.work-single-new .picture-element--lightbox:hover:after, .work-single-new .picture-element--lightbox:focus:after {
  -webkit-animation-name: popup;
          animation-name: popup;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  color: white;
}
.work-single-new .picture-element--lightbox img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.work-single-new .picture-element--lightbox img:hover, .work-single-new .picture-element--lightbox img:focus {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.work-single-new div.section-row {
  overflow: hidden;
  position: relative;
}
.work-single-new div.section-row.collapse .row {
  max-width: 100%;
}
.work-single-new div.section-row.image-grid .flex__item {
  height: 600px;
  border: none;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new div.section-row.image-grid .flex__item img {
    position: absolute;
    top: 0;
  }
}
.work-single-new div.section-row.background-row {
  width: 100%;
  min-height: 15em;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new div.section-row.background-row {
    min-height: 30em;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width:64.0625em) {
  .work-single-new div.section-row.background-row {
    background-attachment: fixed;
  }
}
.work-single-new .section-header {
  margin: 0;
  padding: 0;
  border: none;
}
.work-single-new .section-header .picture-element img {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .project-highlight {
    margin: 90px 0 50px 0;
  }
}
.work-single-new .project-highlight-left p:first-of-type {
  margin: 0 0 75px;
  line-height: 1.3;
  font-style: normal;
  font-family: georgia;
  font-size: 1.6rem;
}
.work-single-new .project-highlight-right p {
  margin: 0;
}
.work-single-new .introduction *[class^=flex] {
  overflow: visible;
}
.work-single-new .introduction h1, .work-single-new .introduction h2 {
  font-size: 2.5rem;
}
.work-single-new .introduction h1.red-title-colour, .work-single-new .introduction h2.red-title-colour {
  color: #DE0824;
}
.work-single-new .introduction h1.black-title-colour, .work-single-new .introduction h2.black-title-colour {
  color: #000000;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .introduction h1, .work-single-new .introduction h2 {
    font-size: 2.1rem;
  }
  .work-single-new .introduction h1.white-title-colour, .work-single-new .introduction h2.white-title-colour {
    color: #ffffff;
  }
}
@media only screen and (min-width:64.0625em) {
  .work-single-new .introduction h1, .work-single-new .introduction h2 {
    font-size: 2.5rem;
  }
}
.work-single-new .introduction h1 {
  color: inherit;
  font-family: "HelveticaNeueW01-75Bold";
  line-height: 1;
  margin-bottom: 0.5rem;
}
.work-single-new .introduction h2 {
  margin: 0;
  line-height: 1.1;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .introduction {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin-top: 2rem;
  }
}
@media only screen and (min-width:64.0625em) {
  .work-single-new .introduction {
    bottom: 10%;
  }
}
.work-single-new .deliverables-list, .work-single-new .award-wins {
  padding: 0;
  margin: 0;
}
.work-single-new .deliverables-list li, .work-single-new .award-wins li {
  color: grey;
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
}
.work-single-new .deliverables-list li:before, .work-single-new .award-wins li:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  color: #DE0824;
}
.work-single-new .deliverables-list li span, .work-single-new .award-wins li span {
  color: #222;
}
.work-single-new .deliverables-list li.award:before, .work-single-new .award-wins li.award:before {
  font-family: "mm";
  content: "";
  position: absolute;
  color: #f7b614;
  text-shadow: 0px 1px 2px yellow;
  top: 0;
  left: 0;
  speak: none;
}
.work-single-new blockquote {
  box-shadow: none;
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-style: normal;
}
.work-single-new blockquote > div {
  position: relative;
}
.work-single-new blockquote > div:before, .work-single-new blockquote > div:after {
  width: 100%;
  color: #DE0824;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 1;
  z-index: 1;
  font-family: "Georgia";
  font-size: 90px;
  font-style: normal;
}
.work-single-new blockquote > div:before {
  top: 0;
  content: "“";
}
.work-single-new blockquote > div:after {
  bottom: 0;
  content: "”";
}
.work-single-new blockquote p {
  margin: 0 !important;
  position: relative;
  padding: 53.3333333333px 10px;
  font-size: 24px;
  font-style: normal;
  font-family: "Georgia";
}
.work-single-new blockquote cite {
  font-style: normal;
  overflow: auto;
  margin-top: 1.5em;
  display: block;
}
.work-single-new blockquote cite b {
  display: block;
}
.work-single-new blockquote.bsdr {
  text-align: left;
}
.work-single-new blockquote.bsdr > div {
  padding-left: 3rem;
}
.work-single-new blockquote.bsdr > div::before, .work-single-new blockquote.bsdr > div::after {
  left: 3rem;
}
.work-single-new blockquote.bsdr > div em {
  font-style: normal;
  position: relative;
}
.work-single-new blockquote.bsdr > div em:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #DE0824;
}
.work-single-new blockquote.bsdr > div p:not(:first-of-type):not(:last-of-type) {
  padding-top: 0;
  padding-bottom: 0;
}
.work-single-new blockquote.bsdr cite {
  padding-left: 3rem;
}
.work-single-new .statistics-row h2 {
  text-align: center;
  margin: 2rem 0;
}
.work-single-new .statistics-row .three-up {
  list-style-type: none;
  margin: 3rem 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .statistics-row .three-up {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.work-single-new .statistics-row .three-up li {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-family: "HelveticaNeueW01-67MdCn 692710";
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .statistics-row .three-up li {
    width: 30%;
  }
}
.work-single-new .statistics-row .three-up li.special {
  border: none;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .statistics-row .three-up li.special {
    width: 40%;
  }
  .work-single-new .statistics-row .three-up li.special b {
    font-size: 4rem;
  }
}
.work-single-new .statistics-row .three-up li b {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
.work-single-new .statistics-row .three-up li span {
  font-size: 1.2rem;
}
.work-single-new .website-outlink {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .website-outlink {
    margin-bottom: 0;
  }
}
.work-single-new .website-outlink i {
  -webkit-transform: rotateY(0.5turn);
          transform: rotateY(0.5turn);
  display: inline-block;
  text-indent: 1rem;
}
.work-single-new .website-outlink a[href] {
  font-size: 1.3rem;
  text-decoration: none;
  color: #DE0824;
}
.work-single-new .related-posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .related-posts {
    margin: 0;
  }
}
.work-single-new .related-posts .related-posts-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .related-posts .related-posts-header {
    margin-bottom: 1rem;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.work-single-new .related-posts .related-posts-header aside {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .related-posts .related-posts-header aside {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.work-single-new .related-posts .related-posts-header aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.work-single-new .related-posts .related-posts-header aside ul li {
  display: inline-block;
  width: auto;
  padding-right: 1em;
}
.work-single-new .related-posts .related-posts-header aside ul li:last-child {
  padding: 0;
}
.work-single-new .related-posts .related-posts-header aside ul li a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #959595;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
}
.work-single-new .related-posts .related-posts-header aside ul li a:hover, .work-single-new .related-posts .related-posts-header aside ul li a:focus, .work-single-new .related-posts .related-posts-header aside ul li a.active {
  color: #DE0824 !important;
}
.work-single-new .related-posts .related-post {
  margin-bottom: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .related-posts .related-post {
    margin-bottom: 0;
    overflow: hidden;
  }
}
.work-single-new .related-posts .related-post[data-state=current] {
  background: none;
}
.work-single-new .related-posts .related-post[data-state=current] a {
  opacity: 1;
  font-weight: 700;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.work-single-new .related-posts .related-post[data-state=current] .flex__row {
  background-position-x: 50%;
  background-position-y: 10px;
  background-repeat: no-repeat;
}
.work-single-new .related-posts .related-post .flex__row {
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
}
.work-single-new .related-posts .related-post .flex__row:hover, .work-single-new .related-posts .related-post .flex__row:focus {
  cursor: pointer;
  background-position-y: 240px;
}
.work-single-new .related-posts .related-post .flex__row:hover a, .work-single-new .related-posts .related-post .flex__row:focus a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-shadow: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .work-single-new .related-posts .related-post .flex__row {
    background-image: none !important;
  }
  .work-single-new .related-posts .related-post .flex__row a {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
.work-single-new .related-posts .related-post a {
  text-decoration: none;
  font-weight: 400;
  padding: 1rem;
  text-align: left;
  display: block;
  color: white;
  text-shadow: 0px 0 10px #333;
  height: 15em;
}
@media only screen and (min-width:40.0625em) {
  .work-single-new .related-posts .related-post a {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.work-single-new .related-posts .related-post a span {
  font-size: 1.275em;
  line-height: 1;
}
.work-single-new .related-posts .related-post a small {
  display: block;
}
.work-single-new .modules-container div:last-of-type.background-row {
  margin-bottom: 0;
}

.heartfelttips button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.heartfelttips .button-link {
  padding: 0.6em;
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  position: relative;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .button-link {
    padding: 1em;
  }
}
.heartfelttips .button-link:before {
  content: "";
  border: 1px solid #df0028;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  transition: all 0.2s ease;
}
.heartfelttips .button-link:hover {
  background-color: #df0028;
  color: #FFF;
}
.heartfelttips .button-link:hover:before {
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.heartfelttips .button-link--on-red {
  background-color: #FFF;
  color: #000;
}
.heartfelttips .button-link--on-red:before {
  content: "";
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  transition: all 0.2s ease;
}
.heartfelttips .button-link--on-red:hover {
  background-color: #000;
  color: #FFF;
}
.heartfelttips .button-link--on-red:hover:before {
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.heartfelttips .modal {
  position: relative;
}
.heartfelttips .modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8888;
}
.heartfelttips .modal #close {
  display: none;
}
.heartfelttips .modal:target:before {
  display: block;
}
.heartfelttips .modal:target .modal-dialog {
  top: 20%;
}
.heartfelttips .modal .btn-close {
  z-index: 9999;
  font-size: 30px;
  text-decoration: none;
  position: fixed;
  right: -10px;
  top: -90px;
  padding: 0.5em;
  line-height: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: white;
}
.heartfelttips .modal .btn-close span {
  color: red;
  line-height: 1;
  top: -4px;
  position: relative;
}
.heartfelttips .modal .btn-close span:hover {
  font-weight: bold;
}
.heartfelttips .modal-dialog {
  background: #fefefe;
  border: transparent solid 10px;
  border-radius: 5px;
  margin: 0;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100%;
  z-index: 9998;
  width: 100%;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .modal-dialog {
    left: 50%;
    width: 50%;
    /* fallback for browsers without support for calc() */
    width: calc(100%/2);
  }
}
.heartfelttips .modal-dialog video {
  width: 100%;
  height: auto;
}
.heartfelttips .hidden-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.heartfelttips .hidden-audio-element {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -200vw;
  left: -200%;
}
.heartfelttips .bottom-right-link, .heartfelttips .bottom-left-link {
  position: absolute;
  bottom: 10%;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .bottom-right-link, .heartfelttips .bottom-left-link {
    position: absolute;
    bottom: 5%;
    margin: 5% 0;
  }
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .bottom-right-link {
    right: 5%;
  }
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .bottom-left-link {
    left: 5%;
  }
}
@-webkit-keyframes win {
  50% {
    font-size: 100%;
  }
  100%, 0% {
    font-size: 120%;
  }
}
@keyframes win {
  50% {
    font-size: 100%;
  }
  100%, 0% {
    font-size: 120%;
  }
}
.heartfelttips #logo .icon-wordmark:before {
  content: " ";
  background: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/kid-logo.svg") no-repeat;
  display: inline-block;
  width: 6em;
  -webkit-transform: scale(1.4) translateX(0.5em);
      -ms-transform: scale(1.4) translateX(0.5em);
          transform: scale(1.4) translateX(0.5em);
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips #logo .icon-asterisk {
    display: none;
  }
}
.heartfelttips .content-header {
  overflow: visible;
  position: relative;
  border: 10px solid transparent;
}
.heartfelttips .content-header .content-pad {
  background-color: #F6F6F6;
  padding: 1em;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .content-header {
    margin: 0 0.5% 0;
  }
  .heartfelttips .content-header .content-pad {
    padding: 2em 9em 1em;
  }
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .content-header {
    margin: 0 0.5% 0;
  }
  .heartfelttips .content-header .content-pad {
    padding: 2em 5em 1em;
  }
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .content-header h1.one {
    margin-bottom: 35px;
    text-align: center;
  }
}
.heartfelttips .content-header h1.two {
  font-weight: 300;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .content-header h1.two {
    line-height: 120%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.heartfelttips .content-header p {
  line-height: 1.5;
}
.heartfelttips .content-header p a {
  color: #df0028;
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .content-header p.column-ize:first-letter {
    font-family: "HelveticaNeueW01-77BdCn 692722";
    font-size: 4em;
    font-weight: 400;
    font-variant: small-caps;
    color: #d0103a;
    text-align: center;
    line-height: 1;
    vertical-align: top;
    padding: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .content-header p.column-ize {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 3em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    column-span: all;
  }
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .content-header p.column-ize + p {
    margin: 0;
    border-top: 1px solid #df0028;
    padding-top: 10px;
  }
}
.heartfelttips .flex {
  overflow: hidden;
  display: table-cell;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.heartfelttips .flex.min-height {
  min-height: 340px;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .heartfelttips .flex.min-height {
    min-height: 30em;
  }
  .heartfelttips .flex.min-height-big {
    min-height: 50em;
  }
  .heartfelttips .flex.reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.heartfelttips .flex__cell {
  overflow: hidden;
  display: table-cell;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 20em;
}
.heartfelttips .flex__cell--split {
  display: table-cell;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .flex__cell.divide-across .flex__item--content {
    padding: 3em;
  }
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .flex__cell.divide-across .flex__item--content {
    padding: 0 1.5em;
  }
}
.heartfelttips .flex__cell.take-up-seventy {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}
.heartfelttips .flex__cell.take-up-thirty {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.heartfelttips .flex__cell.take-up-sixty {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
.heartfelttips .flex__cell.take-up-forty {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
.heartfelttips .flex__cell.mm-red {
  background-color: #df0028;
  color: #FFFFFF;
}
.heartfelttips .flex__cell.mm-black {
  background-color: #191919;
  color: #FFFFFF;
}
.heartfelttips .flex__cell.off-white {
  background-color: #eee9e9;
  background-color: rgba(238, 233, 233, 0.5);
}
.heartfelttips .flex__cell .fit-none {
  object-fit: none;
  font-family: "object-fit: none;";
}
.heartfelttips .flex__cell .fit-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.heartfelttips .flex__grid {
  display: table-cell;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.heartfelttips .flex__item {
  display: table-cell;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.heartfelttips .flex__item.anchor-to-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heartfelttips .flex__item.anchor-to-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heartfelttips .flex__item.anchor-to-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.heartfelttips .flex__item.min-height {
  min-height: 30em;
}
.heartfelttips .flex__item.flex-padding {
  padding: 2%;
}
.heartfelttips .flex__item.flex-padding--expand {
  padding: 10%;
}
.heartfelttips .flex__item img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.heartfelttips .flex__item img.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.heartfelttips .flex__item img.flex-padding {
  padding: 2%;
}
.heartfelttips .flex__item img.flex-padding--expand {
  padding: 10%;
}
.heartfelttips .flex__item a {
  overflow: auto;
}
.heartfelttips .flex__item--content {
  text-align: left;
  padding: 1.5em;
}
.heartfelttips .flex__item--content h2 {
  font-size: 1.4em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  line-height: 120%;
}
.heartfelttips .flex__item--content [class^=icon] a {
  text-decoration: none;
  font-style: normal;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .flex__item--content {
    padding: 3em;
  }
}
.heartfelttips .big-art-project,
.heartfelttips .timelapse {
  background-color: #df0028;
  background-size: cover;
  background-repeat: no-repeat;
}
.heartfelttips .big-art-project {
  position: relative;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/kid-drawing.jpg");
}
.heartfelttips .big-art-project:before {
  content: "";
  background: black;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(135deg, black 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.heartfelttips .timelapse {
  position: relative;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/lapse.jpg");
}
.heartfelttips .timelapse:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.heartfelttips .get-involved {
  position: relative;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/HFT-WIN.png");
  background-color: #df0028;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.heartfelttips .get-involved .flex__item--content {
  text-align: center;
  color: #FFF;
  padding: 3em;
  width: 100%;
}
.heartfelttips .get-involved .flex__item--content h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.heartfelttips .get-involved .flex__item--content .win-big {
  padding: 0;
  position: absolute;
  top: 1.1em;
  right: 0;
  left: 0;
  font-size: 6em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  line-height: 1;
}
.heartfelttips .get-involved .flex__item--content .svg-container {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.heartfelttips .get-involved .flex__item--content .svg-container img {
  width: 13em;
  margin: 0 auto;
  display: block;
}
.heartfelttips .get-involved .flex__item--content .win-promo-copy {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  right: 0;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .get-involved .flex__item--content .win-promo-copy {
    bottom: 30px;
  }
}
.heartfelttips .get-involved .flex__item--content .win-promo-copy .smaller {
  font-size: 0.8em;
}
.heartfelttips .get-involved .flex__item--content .win-promo-copy a {
  color: #FFF;
}
.heartfelttips .get-involved .hft-social-sharing {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.heartfelttips .get-involved .hft-social-sharing li {
  float: left;
  margin-right: 1em;
}
.heartfelttips .get-involved .hft-social-sharing li a {
  background-color: #fff;
  padding: 0.2em 0.5em;
  display: block;
  text-decoration: none;
}
.heartfelttips .hft-callout {
  background-color: white;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/hft-logo.png");
  background-repeat: no-repeat;
  background-position: 50% -10px;
  background-size: 100px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .hft-callout {
    border: none;
  }
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .hft-callout {
    background-position: 90% -5px;
    background-size: initial;
  }
}
.heartfelttips .hft-callout .flex__item {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .hft-callout .flex__item {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heartfelttips .hft-callout .flex__item--content {
  width: 100%;
  padding: 1em;
  text-align: center;
}
@media only screen and (min-width:64.0625em) {
  .heartfelttips .hft-callout .flex__item--content {
    width: 55%;
    text-align: left;
  }
}
.heartfelttips .hft-callout .flex__item--content a {
  color: #df0028;
  font-size: 1.4em;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  text-decoration: none;
}
.heartfelttips .blog-post-one,
.heartfelttips .blog-post-two {
  transition: all 0.2s ease;
}
.heartfelttips .blog-post-one .flex__item--content,
.heartfelttips .blog-post-two .flex__item--content {
  padding: 0 1.5em;
}
.heartfelttips .blog-post-one .flex__item--content h2, .heartfelttips .blog-post-one .flex__item--content p,
.heartfelttips .blog-post-two .flex__item--content h2,
.heartfelttips .blog-post-two .flex__item--content p {
  text-shadow: 0px 0px 110px white;
}
@media only screen and (min-width:40.0625em) {
  .heartfelttips .blog-post-one .flex__item--content,
.heartfelttips .blog-post-two .flex__item--content {
    padding: 1em;
  }
}
.heartfelttips .blog-post-one {
  position: relative;
  background-color: #cdcdcd;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/card.jpg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.heartfelttips .blog-post-one .flex__item--content {
  width: 100%;
}
.heartfelttips .blog-post-two {
  position: relative;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/dana.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 0;
}
@media only screen and (min-width: 49em) {
  .heartfelttips .blog-post-two {
    background-position: 10% 0;
  }
}
.heartfelttips .blog-post-two:before {
  content: "";
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(95deg, white 0, rgba(179, 179, 179, 0) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.heartfelttips .blog-post-two .flex__item--content {
  width: 50%;
}
.heartfelttips .radio-chlo {
  position: relative;
  background-color: white;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/chloe-on-radio.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.heartfelttips .radio-chlo .flex__item--content h2, .heartfelttips .radio-chlo .flex__item--content p {
  text-shadow: 0px 0px 15px black;
}
.heartfelttips .radio-chlo:before {
  content: "";
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.6) 25%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.heartfelttips .gif-cycle {
  background-color: white;
}
.heartfelttips .gif-cycle .flex__item--content {
  padding: 0 !important;
}
.heartfelttips .gallery-invoker {
  position: relative;
  background-color: white;
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/hft/gallery-starter.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.heartfelttips .gallery-invoker .flex__item--content h2 {
  text-shadow: 0px 0px 15px black;
}

/* all screens */
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    color: #DE0824;
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    color: #f7223e;
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
    color: #DE0824;
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
    color: #f7223e;
  }
}
body.newsletter-signup .top-arrow,
body.sign-up-nearly-there .top-arrow,
body.thanks-for-confirming .top-arrow {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  border-color: #F6F6F6 transparent;
  border-style: solid;
  border-width: 1.25rem 2.5rem 0 2.5rem;
}
body.newsletter-signup .legal-notice ul,
body.sign-up-nearly-there .legal-notice ul,
body.thanks-for-confirming .legal-notice ul {
  margin: 1em 0 0;
}
body.newsletter-signup #mc-embedded-subscribe-form fieldset,
body.sign-up-nearly-there #mc-embedded-subscribe-form fieldset,
body.thanks-for-confirming #mc-embedded-subscribe-form fieldset {
  border: 0;
  margin: 4rem 0;
  padding: 0;
}
body.newsletter-signup #mc-embedded-subscribe-form fieldset legend,
body.sign-up-nearly-there #mc-embedded-subscribe-form fieldset legend,
body.thanks-for-confirming #mc-embedded-subscribe-form fieldset legend {
  font-size: 22px;
  margin: 0 0 1em 0;
  padding: 0;
}
body.newsletter-signup #mc-embedded-subscribe-form .input-container,
body.sign-up-nearly-there #mc-embedded-subscribe-form .input-container,
body.thanks-for-confirming #mc-embedded-subscribe-form .input-container {
  margin: 1em 0;
}
body.newsletter-signup #mc-embedded-subscribe-form [name=bleepblop],
body.sign-up-nearly-there #mc-embedded-subscribe-form [name=bleepblop],
body.thanks-for-confirming #mc-embedded-subscribe-form [name=bleepblop] {
  display: none;
}
body.newsletter-signup #mc-embedded-subscribe-form input[role=input],
body.sign-up-nearly-there #mc-embedded-subscribe-form input[role=input],
body.thanks-for-confirming #mc-embedded-subscribe-form input[role=input] {
  margin: 0;
  border: 0;
  border-bottom: solid 1px #CDCCCC;
  background-color: transparent;
  font-family: "HelveticaNeueW01-45Ligh";
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
body.newsletter-signup #mc-embedded-subscribe-form input[role=input] ~ span,
body.sign-up-nearly-there #mc-embedded-subscribe-form input[role=input] ~ span,
body.thanks-for-confirming #mc-embedded-subscribe-form input[role=input] ~ span {
  width: 90%;
  opacity: 0;
  transition: all 1s ease;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: none;
}
@media only screen and (min-width:40.0625em) {
  body.newsletter-signup #mc-embedded-subscribe-form input[type=email]:valid ~ span,
body.sign-up-nearly-there #mc-embedded-subscribe-form input[type=email]:valid ~ span,
body.thanks-for-confirming #mc-embedded-subscribe-form input[type=email]:valid ~ span {
    background: linear-gradient(to right, #4caf50 20%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
  body.newsletter-signup #mc-embedded-subscribe-form input[role=input]:focus ~ span,
body.newsletter-signup #mc-embedded-subscribe-form input[role=input]:active ~ span,
body.newsletter-signup #mc-embedded-subscribe-form input[role=input]:not(:empty) ~ span,
body.sign-up-nearly-there #mc-embedded-subscribe-form input[role=input]:focus ~ span,
body.sign-up-nearly-there #mc-embedded-subscribe-form input[role=input]:active ~ span,
body.sign-up-nearly-there #mc-embedded-subscribe-form input[role=input]:not(:empty) ~ span,
body.thanks-for-confirming #mc-embedded-subscribe-form input[role=input]:focus ~ span,
body.thanks-for-confirming #mc-embedded-subscribe-form input[role=input]:active ~ span,
body.thanks-for-confirming #mc-embedded-subscribe-form input[role=input]:not(:empty) ~ span {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}
body.newsletter-signup #mc-embedded-subscribe-form button[type=submit],
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit],
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit] {
  margin: 1em 0 0 0;
  color: #4e4e4e;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-align: right;
  transition: all 0.5s ease;
}
body.newsletter-signup #mc-embedded-subscribe-form button[type=submit] span,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit] span,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit] span {
  color: #DE0824;
  display: inline-block;
}
body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:active, body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:hover, body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:focus,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:active,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:hover,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:focus,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:active,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:hover,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:focus {
  -webkit-animation-name: shake;
          animation-name: shake;
  outline: none;
}
body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:active span, body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:hover span, body.newsletter-signup #mc-embedded-subscribe-form button[type=submit]:focus span,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:active span,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:hover span,
body.sign-up-nearly-there #mc-embedded-subscribe-form button[type=submit]:focus span,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:active span,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:hover span,
body.thanks-for-confirming #mc-embedded-subscribe-form button[type=submit]:focus span {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shake;
          animation-name: shake;
}
body.newsletter-signup .main,
body.sign-up-nearly-there .main,
body.thanks-for-confirming .main {
  background-color: #F6F6F6;
  padding: 2em 2em;
}
@media only screen and (min-width:40.0625em) {
  body.newsletter-signup .main,
body.sign-up-nearly-there .main,
body.thanks-for-confirming .main {
    padding: 4em 3em;
  }
}
body.newsletter-signup .main h1,
body.sign-up-nearly-there .main h1,
body.thanks-for-confirming .main h1 {
  padding: 1em;
  margin: 0;
  text-align: center;
  font-size: 1.875rem;
  font-family: "HelveticaNeueW01-45Ligh";
  line-height: 2.1875rem;
}
@media only screen and (min-width:40.0625em) {
  body.newsletter-signup .main h1,
body.sign-up-nearly-there .main h1,
body.thanks-for-confirming .main h1 {
    font-size: 3.25rem;
    font-family: "HelveticaNeueW01-45Ligh";
    line-height: 3.5rem;
  }
}
body.newsletter-signup .main h1 strong,
body.sign-up-nearly-there .main h1 strong,
body.thanks-for-confirming .main h1 strong {
  font-weight: normal;
  font-family: "HelveticaNeueW01-75Bold";
}
body.newsletter-signup .main p,
body.sign-up-nearly-there .main p,
body.thanks-for-confirming .main p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-family: "HelveticaNeueW01-45Ligh";
  line-height: 1.125rem;
}
@media only screen and (min-width:40.0625em) {
  body.newsletter-signup .main p,
body.sign-up-nearly-there .main p,
body.thanks-for-confirming .main p {
    font-size: 1.5rem;
    font-family: "HelveticaNeueW01-45Ligh";
    line-height: 1.875rem;
  }
}
body.newsletter-signup .main p strong,
body.sign-up-nearly-there .main p strong,
body.thanks-for-confirming .main p strong {
  font-weight: normal;
  font-family: "HelveticaNeueW01-75Bold";
}
body.newsletter-signup .main p + p,
body.sign-up-nearly-there .main p + p,
body.thanks-for-confirming .main p + p {
  margin-top: 1em;
}
body.newsletter-signup .have-you-met,
body.sign-up-nearly-there .have-you-met,
body.thanks-for-confirming .have-you-met {
  background-color: #aaaaaa;
}
body.newsletter-signup .random-mmer,
body.sign-up-nearly-there .random-mmer,
body.thanks-for-confirming .random-mmer {
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
body.newsletter-signup .random-mmer h2,
body.sign-up-nearly-there .random-mmer h2,
body.thanks-for-confirming .random-mmer h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5rem;
}
body.newsletter-signup .random-mmer__link,
body.sign-up-nearly-there .random-mmer__link,
body.thanks-for-confirming .random-mmer__link {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}
body.newsletter-signup .random-mmer__link small,
body.sign-up-nearly-there .random-mmer__link small,
body.thanks-for-confirming .random-mmer__link small {
  margin: 0.5em 0 0 0;
  display: block;
}
body.newsletter-signup .random-mmer__link .letterbox,
body.sign-up-nearly-there .random-mmer__link .letterbox,
body.thanks-for-confirming .random-mmer__link .letterbox {
  display: block;
  margin: 0 auto 16px auto;
  overflow: auto;
}
body.newsletter-signup .padded,
body.sign-up-nearly-there .padded,
body.thanks-for-confirming .padded {
  padding: 4em 0;
}
body.newsletter-signup .centered,
body.sign-up-nearly-there .centered,
body.thanks-for-confirming .centered {
  text-align: center;
}

.legal-notice {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s ease, max-height 0.7s ease;
}
.legal-notice ul {
  margin: 0;
  padding: 0;
}
.legal-notice ul li {
  list-style-position: inside;
  list-style-type: initial;
  font-size: 12px;
  margin-bottom: 0.5em;
  color: #DE0824;
}
.legal-notice ul li small {
  font-size: 12px;
  line-height: 1;
  color: #474747;
}
.legal-notice ul li small b {
  font-family: "HelveticaNeueW01-75Bold";
  font-weight: normal;
}
.legal-notice.highlight {
  font-family: "HelveticaNeueW01-55Roma";
  -webkit-transform: translate3d(0, 1.5em, 0);
          transform: translate3d(0, 1.5em, 0);
  visibility: visible;
  max-height: 400px;
  opacity: 1;
}

h3.sd-title {
  display: none;
}

div.sd-content {
  float: left;
}

a.letstalk:after{
  content: ' >';
  text-decoration: none!important;
  border-bottom: 2px solid white;
  display: inline-block;
  padding-left: 0.5rem;
}
a.letstalk{
  font-size: 1.5rem;
  color: #DE0824;
  font-family: 'Georgia', 'serif';
  font-weight: normal;
  font-style: italic;  
}
.herotext a.letstalk{
  font-size: 1.9rem;
}

.footer-sign-off {
/*  margin-top: 1rem;*/
/*  margin-bottom: 1rem;*/
/*  background-color: #FFFFFF;*/
  background-color: #DE0824;
  color:white;
  text-align: center;
  padding: 1.5em 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.footer-sign-off h2 {
  color: white;
/*  color: #DE0824;*/
/*  font-family: "HelveticaNeueW01-45Ligh";*/
  font-family: "Georgia";
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-size: 1.45em;
/*  font-style: normal;*/
  font-style: italic;
}
.footer-sign-off h2 a {
  color: white;
  font-weight: normal;
/*  color: #DE0824;*/
  text-decoration: underline;
/*  text-decoration: none;*/
}
.footer-sign-off h2 a:hover {
  text-decoration: underline;
}

footer {
  position: relative;
  background-color: #F6F6F6;
}
footer * ul {
  padding: 0;
  list-style-type: none;
}
footer p {
  margin: 0;
  font-style: normal;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer li {
  list-style-type: none;
  position: relative;
}
footer li a {
  color: #FFF;
  font-style: normal;
}
footer .mme-newsletter {
  background-color: #fff;
  border-bottom: solid 1px #DE0824;
  overflow: hidden;
  position: relative;
  -webkit-filter: none;
          filter: none;
}
footer .mme-newsletter:target {
  transition: -webkit-filter 0.2s ease, filter 0.2s ease;
  -webkit-filter: drop-shadow(0 10px 1rem rgba(105, 107, 105, 0.7));
          filter: drop-shadow(0 10px 1rem rgba(105, 107, 105, 0.7));
}
footer .mme-newsletter p, footer .mme-newsletter label {
  font-size: 1.125em;
  line-height: 1.3;
}
footer .mme-newsletter p {
  margin: 0;
  font-family: "HelveticaNeueW01-45Ligh";
}
footer .mme-newsletter p + p {
  margin: 0;
}
footer .mme-newsletter p strong {
  font-family: "HelveticaNeueW01-75Bold";
  font-weight: 400;
}
footer .mme-newsletter form[role=form] {
  position: relative;
  margin: 4em 0px;
}
footer .mme-newsletter form[role=form] [name=bleepblop] {
  display: none;
}
footer .mme-newsletter form label {
  font-family: "HelveticaNeueW01-55Roma";
  display: inline-block;
  margin-bottom: 5px;
  clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
footer .mme-newsletter form input {
  margin: 0;
  border: 0;
  border-bottom: solid 1px #CDCCCC;
  background-color: transparent;
  font-family: "HelveticaNeueW01-45Ligh";
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

footer .mme-newsletter form input[type=email]:focus {
  background: transparent;
}

footer .mme-newsletter form input ~ span {
  width: 100%;
  opacity: 0;
  transition: all 1s ease;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: none;
}
footer .mme-newsletter form input:valid ~ span {
  background: linear-gradient(to right, #4caf50 20%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
@media only screen and (min-width:40.0625em) {
  footer .mme-newsletter form input:focus ~ span,
footer .mme-newsletter form input:active ~ span,
footer .mme-newsletter form input:not(:empty) ~ span {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}
footer .mme-newsletter form fieldset.your-interests {
  margin: 0;
  padding: 0;
  border: 0;
}
footer .mme-newsletter form fieldset.your-interests ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox] {
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox] ~ label {
  font-size: inherit;
  padding-left: 30px;
  margin-bottom: 0;
  margin-right: 2rem;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox] ~ label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: transparent;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 20px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #DE0824;
  border-width: 0 0 3px 3px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox]:checked {
  color: red;
}
footer .mme-newsletter form fieldset.your-interests ul li input[type=checkbox]:checked ~ label::after {
  opacity: 1;
}

footer .hbspt-form {
  position: relative;
}

footer .mme-newsletter form .hs-button {
  margin: 0;
  color: white;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-align: right;
  transition: all 0.5s ease;
  content: '→' !important;
  position: absolute;
  top: 0.75rem;
  right: 0;
}
footer .mme-newsletter form button[type=submit] span {
  display: inline-block;
  transition: all 0.5s ease;
}
footer .mme-newsletter form button[type=submit]:active, footer .mme-newsletter form button[type=submit]:hover {
  outline: none;
}
footer .mme-newsletter form button[type=submit]:active span, footer .mme-newsletter form button[type=submit]:hover span {
  -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
          transform: translateX(15%);
}
footer .mme-newsletter form button[type=submit]:focus {
  outline: none;
}
footer .mme-newsletter form button[type=submit]:focus span {
  color: #000000;
}
footer .mme-newsletter h2, footer .mme-newsletter h3 {
  margin: 1em 0 0.6em 0;
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1.375rem;
  font-style: normal;
  color: #222;
  line-height: 1em;
}
footer .mme-newsletter h3 {
  margin: 0 0 1em;
  color: #474747;
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1.125rem;
  font-style: normal;
}
footer .footer-top .accreditations {
  position: relative;
  padding: 1em;
}
footer .footer-top .accreditations__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:40.0625em) {
  footer .footer-top .accreditations__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .footer-top .accreditations__list--item {
  margin: 2vw 6vw;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 6.5em;
}
@media only screen and (min-width:40.0625em) {
  footer .footer-top .accreditations__list--item {
    height: 4.5em;
    width: auto;
    margin: 0 3%;
  }
}
footer .footer-top .accreditations__list--item:nth-of-type(1) {
  background-image: url("/wp-content/themes/mmbase/img/B_Corp@2x.png");
}
@media only screen and (min-width:40.0625em) {
  footer .footer-top .accreditations__list--item:nth-of-type(1) {
    margin-left: 0;
    background-size: contain;
    height: 7em;
  }
}
footer .footer-top .accreditations__list--item:nth-of-type(3) {
  background-image: url("/wp-content/themes/mmbase/img/BBAnew@2x.png");
  margin-right: 0;
  height: 7em;
}
footer .footer-top .accreditations__list--item:nth-of-type(2) {
  background-image: url("/wp-content/themes/mmbase/img/DBA@2x.png");
  display: none;
}
@media only screen and (min-width:40.0625em) {
  footer .footer-top .accreditations__list--item:nth-of-type(2) {
    background-size: 80%;
  }
}
footer .footer-top .accreditations__list--item:nth-of-type(4) {
  background-image: url("/wp-content/themes/mmbase/img/TheDrum@2x.png");
}
footer .footer-top .accreditations__list--item:nth-of-type(5) {
  background-image: url("/wp-content/themes/mmbase/img/B2BMarketing@2x.png");
  margin-right: 0;
  height: 7em;
}
@media only screen and (min-width:40.0625em) {
  footer .footer-top .accreditations__list--item:nth-of-type(5) {
    background-size: contain;
    height: 7em;
  }
}
footer .footer-bottom {
  background-color: #DE0824;
  position: relative;
  padding: 2em 0;
}
footer .footer-bottom .social-media-icons {
  overflow: hidden;
  padding: 0;
  margin: 1em 0 0 0;
  display: inline-block;
  width: 100%;
}
footer .footer-bottom .social-media-icons li {
  display: inline-block;
  line-height: 2.375em;
}
footer .footer-bottom .social-media-icons li a {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  color: #FFF;
  font-size: 1.05em;
  font-family: "HelveticaNeueW01-57Cn";
  text-transform: uppercase;
  text-indent: -100em;
  text-decoration: none;
}
footer .footer-bottom p {
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #FFF;
}
footer .footer-bottom p small {
  font-size: 14px;
}
footer .footer-bottom .menu {
  margin: 1em 0 0 0;
}
footer .footer-bottom .menu li {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 0.6em;
}
footer .footer-bottom .menu li:after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #FFF;
}
footer .footer-bottom .menu li:last-child {
  padding-right: 0;
}
footer .footer-bottom .menu li:last-child:after {
  display: none;
}
footer .footer-bottom .menu li a {
  color: #FFF;
  font-size: 14px;
}
footer .footer-bottom div {
  margin-bottom: 1em;
}
footer .footer-bottom div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.0625em) {
  footer .footer-bottom div:last-child {
    text-align: right;
  }
}

.no-svg#project-pledge-logo {
  background: url("https://www.mark-making.com/wp-content/themes/mmbase/img/sprite-social.png") no-repeat -148px 0px;
}
.no-svg.social-media-icons a {
  background: url("https://www.mark-making.com/wp-content/themes/mmbase/img/sprite-social.png") no-repeat 0 0;
  text-indent: -9999px;
}
.no-svg.social-media-icons [title=facebook] {
  background-position: 0 0;
}
.no-svg.social-media-icons [title=twitter] {
  background-position: -36px 0;
}
.no-svg.social-media-icons [title=linkedin] {
  background-position: -73px 0;
}
.no-svg.social-media-icons [title=google] {
  background-position: -110px 0;
}
.no-svg.social-media-icons li.menu-item-145 {
  display: block;
  vertical-align: bottom;
}
.no-svg.social-media-icons li.menu-item-145 a {
  width: 100%;
  margin-top: 0.6em;
  background: none;
  color: #FFF;
  font-size: 1.05em;
  font-family: "HelveticaNeueW01-57Cn";
  text-transform: uppercase;
  text-indent: 0;
  text-decoration: underline;
}

.svg .social-media-icons [title=facebook] {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-facebook.svg");
}
.svg .social-media-icons [title=twitter] {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-twitter.svg");
}
.svg .social-media-icons [title=linkedin] {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-linkedin.svg");
}
.svg .social-media-icons [title=google] {
  background-image: url("https://www.mark-making.com/wp-content/themes/mmbase/img/social-google.svg");
}
.svg .social-media-icons a {
  font-size: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body.financial-services .herotext {
  font-size:  1.25rem;
}

.video-block {
  padding: 3rem 0; 
  background: #ffffff;
}

.video-block:first-child {
  padding-top: 0;
}

.video-block:last-child {
  padding-bottom: 0;
}

.video-block-title {
  font-size: 1.875rem ;
  text-align:  center;
  margin-top:  0;
}

.video-block-text p {
  font-size:  1.2rem;
} 

.branding-block, .faq-block, .logos-block {
  padding: 3rem 0; 
  background:  #F6F6F6;
}

body.financial-services .is-white + .is-white {
  padding-top: 0;
}

.branding-block p {
  font-size:  1.2rem;
}

.branding-block h2 {
  font-size:  1.875rem;
}

.branding-block h2 a{
  font-size:  1.875rem;
  color:  #DE0824;
}

.faq-block-content a{
  color:  #DE0824;

}
.branding-block h3,
.branding-block h3 a{
  color:  #DE0824;
  font-size:  1.2rem;
  font-weight:  bold;
  margin: 1.2em 0 0 0;
}
.branding-block a{
  color:  #DE0824;
}
.branding-block h3{
  margin-bottom: -0.6em;
}

body.financial-services .is-white {
  background:  white;
}

.logos-block {
  padding-bottom:  0;
}

body.financial-services .is-white + .is-white .about-grid {
  padding-top:  0 !important;
}

ody.about .main div:first-of-type {
    grid-column: 1/span 2;
}
@media only screen and (min-width: 40.0625em) {
  .branding-block .about-grid,  .logos-block .about-grid {
      display: grid;
      padding: 5.625rem 0.9375rem 5.625rem 0.9375rem;
  }

   .column,
   .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

.branding-block .about-grid {
    display: inherit;
    padding: 1.875rem 0 1.875rem 0;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 4rem;
    grid-auto-rows: minmax(min-content, max-content);
}

.branding-block .row .column *:first-child {
  margin-top:  0;
}


blockquote.services-quote-small,
blockquote.services-quote  {
  text-align: center;
  border:  none;
  font-family: "Georgia";
  font-size:  1.875rem;
  font-weight:  500;
  width:  80%;
  margin:  0 auto;
  box-shadow:  none;
  outline:  none;
}

blockquote.services-quote-small:before {
  content:  '“';
  display: inline-block;
  font-family: "Georgia";
  font-size:  60px;
  margin-top:  0px;
  margin-bottom:  -40px;
  margin-right: -5px;
  color:  #DE0824;
  transform: translateY(15px);
}
blockquote.services-quote-small:after {
  content:  '”';
  display: inline-block;
  font-family: "Georgia";
  font-size:  60px;
  margin-top:  -40px;
  margin-bottom:  -20px;
  margin-left: -10px;
  color:  #DE0824;
  transform: translateY(15px);
}

blockquote.services-quote:before {
  content:  '“';
  display: block;
  text-align:  center;
  font-family: "Georgia";
  font-size:  120px;
   margin-top:  -30px;
  margin-bottom:  -80px;
  color:  #DE0824;
}

blockquote.services-quote:after {
  content:  '”';
  display: block;
  text-align:  center;
  font-family: "Georgia";
  font-size:  120px;
  margin-top:  -5px;
  margin-bottom:  -90px;
  color:  #DE0824;
}


blockquote.services-quote-small + cite,
blockquote.services-quote + cite {
  text-align:  center;
  font-style:  normal;
  text-decoration:  none;
  font-size:  1.25rem;
}

blockquote.services-quote-small + cite .quote-author,
blockquote.services-quote + cite .quote-author {
  font-weight:  600;
}

a.is-red {
  color: #DE0824;
}


.faq-block.is-white {
  background:  white;
}

.branding-block .about-grid .branding-image img {
  width:  100%;
  height:  auto;
}

.faq-block-content {
  /*max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;*/
}

/*
a[aria-controls=faq-block-content][aria-expanded=true] + .faq-block-content {
  max-height: 2000px;
}

@media only screen and (min-width: 40.0625em) {
  a[aria-controls=faq-block-content][aria-expanded=true] + .faq-block-content {
    max-height: 1200px;
  }
}
*/

#faq_title {
  display: block;
  position:  relative;
  padding:  1px 0;
}

.faq-block-title {
  padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  margin-bottom:  1.5rem;
}

.faq-block-title span {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color:  #DE0824;;
  font-size:  26px;
}

a[aria-controls=faq-block-content] span[aria-hidden=true] {
    position: relative;
    text-align: center;
    line-height: 1;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #DE0824;
    display: inline-block;
}

a[aria-controls=faq-block-content][aria-expanded=true] span {
    position: relative;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

span.is-red {
  color:  #DE0824;;
}

.faq-block p {
  font-size:  1.2rem;
}

.faq-block h2 {
  font-size:  1.875rem;
  text-align:  left;
}

.faq-block h3 {
  font-size:  1.2rem;
  font-weight:  bold;
  margin: 1.2em 0 0 0;
}

.page-template-template-careers .column *:first-child {
  margin-top:  0;
}

.white-block, .red-block, .grey-block {
  padding: 2rem 0;
  clear:  both;
}

.white-block {
  background: white;
}

.white-block + .white-block  {
  margin-top:  -1rem;
  padding-top:  0;
}

.red-block {
  background: #DE0824;
}

.red-block * {
  color: white;
}

.red-block:after {
  content: "";
  clear: both;
  display: table;
}

.grey-block:after {
  content: "";
  clear: both;
  display: table;
}

.page-template-template-careers .modules-container .red-block a {
   font-style:  italic;
  font-family: "Georgia";
  color:  white !important;
}

.grey-block {
  background: #F6F6F6;
}

.page-template-template-careers h2 {
font-size:  1.5rem;

}

.page-template-template-careers .new-job-desc  h2 {
  font-size:  1.875rem;
 color:  #DE0824;
}

.page-template-template-careers  h3 {
  margin-bottom:  0.5rem;
}



.page-template-template-careers .modules-container a {
  color: #DE0824 ;
  font-style:  italic;
  font-family: "Georgia";
}



.new-team-quote blockquote {
  text-align: left;
  font-size: 1rem!important;
  padding:  0 !important;
  margin-bottom:  1em;

}

.new-team-quote blockquote p {
text-align: left;
  font-size: 1.2rem!important;
  padding:  0 !important;

font-family: inherit;

  }


.flex__item *:first-child {
  margin-top:  0;
}

@media only screen and (min-width: 64.0625em) {
  .page-template-template-careers .work-single-new .flex__item {
      border: solid 3rem transparent;
      border-width:  2rem 2.5rem 2rem 2.5rem;
  }
}

.dad-column a{
  padding: 1em 0em;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
}

figure.contact-ali{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 600px;
    margin-bottom: 2rem;
/*     order: 2; */
}
@media only screen and (min-width: 1028px) {
  figure.contact-ali{
      padding: 0;
      margin: 0;
      width: 58%;
      position: absolute;
      right: 0;
      top:0;
      margin-right: -30%;
  }
}
@media only screen and (min-width: 1200px) {
  figure.contact-ali{
    margin-top: -3rem;
/*       margin-right: -18rem; */
/*       width: 50%; */
  }
}

/* New Coopa work - September 2024 */
.contact-block {
  position: relative;
}

.latest-posts {
  position: relative;
}

.contact-block h2 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: inherit !important;
  font-size: 2.5rem  !important;
  font-weight: normal !important;
  margin-top: 0;
  color: ;
}

.contact-block h3 {
  font-weight: 400 !important;
  display: block !important;
  font-size: 1.17em !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  color: rgb(34, 34, 34) !important;
}



@media only screen and (min-width: 40.0625em) {
  .contact-block h2, .resources .video-block h2, .latest-posts h2, .resource-posts-block h2 {
    margin-top: 0;
  }
}

.contact-block a {
  color: #DE0824;
}

 
}
@media only screen and (min-width: 64.0625em) {
  .contact-block h3 {
    font-size: 3.5625rem;
  }
}

.contact-block label {
    display: none;
}

.contact-block form p {
  margin-bottom: 0 !important;
}

.contact-block *::placeholder {
    font-family: "Georgia";
    font-style: italic;
    font-weight: normal;
    color: #4d4d4d;
}

.contact-block .wpcf7-form-control-wrap:has(*[aria-required="true"]) {
  position: relative;
  display: block;
}

.contact-block .wpcf7-form-control-wrap:has(*[aria-required="true"]:placeholder-shown):after {
  content: '*';
  font-size: 20px;
  width: 1rem;
  height: 1rem;
  line-height: 2.25;
  color: #DE0824;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  x-index: 9;
}

.contact-block textarea, select, input:not([type="submit"]) {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  box-shadow: none;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.contact-block input[type="submit"] {
  width: 50%;
  font-family: "Georgia";
  font-style: italic;
  padding: 0.75rem;
  margin-top: 1rem;

}

/* Hubspot forms */

.contact-block .hbspt-form fieldset {
  width: 100%;
  max-width: 800px;
}

.contact-block .hbspt-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.contact-block .hbspt-form .field {
  position: relative;
}

.contact-block .hbspt-form .field:has(*:required):after {
  content: '*';
  font-size: 20px;
  width: 1rem;
  height: 1rem;
  line-height: 2.25;
  color: #DE0824;
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  margin: 0;
  x-index: 9;
}

.contact-block .hs-error-msgs {
  border-left: 3px solid #DE0824;
  list-style: none;
  padding-left: 1rem;
  margin-left: 0;
}

.contact-block .hs-error-msgs label {
  display: block;
  color: #DE0824;
}

.hbspt-form .legal-consent-container {
  font-size: 0.875rem;
}

.footer .hbspt-form .submitted-message * {
  color: white !important;
}

/* End hubspot */


.testimonials-block {
  background: #4C4C4C !important;
  color: white;
  padding: 2.5rem 0;
}

@media only screen and (min-width:40.0625em) {
  .testimonials-block {
    padding: 5.625rem 0 5rem;
  }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide {
    width: auto
}

@media screen and (min-width: 48rem) {
    .glide {
        margin-left: 0;
        margin-right: 0
    }
}

.glide__slides {
    align-items: stretch
}

.glide__slide {
    display: flex;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-bottom: 4rem;
}

.glide__slide .slide__content {
    flex: 1 1 auto;
    text-align: center;
}

.slide__content blockquote {
  border: none;
  padding: 0 !important;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 2rem;
}

.glide__slides {
  padding: 0 !important;
}


.slide__content blockquote p {
  padding: 0;
  background: transparent;
  font-style: normal;
  font-size: 1.375rem;
}

.slide__content blockquote p:first-child {
  margin-top: 0;
}

.slide__content cite {
  font-weight: 400;
  margin: 0 !important;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.slide__content .quote-author {
  display: block;
  font-weight: 500;
}

.slide__content .quote-position {
  display: block;
  font-weight: 300;
}

.slide__content cite {

}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: 50%;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.glide__bullet {
    background-color: rgba(0,0,0,0);
    border: 1px solid white;
    max-width: 80px;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 100%;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    margin: 0 .25rem
}

.glide__bullet:hover, .glide__bullet:active, .glide__bullet:focus {
  background-color: white;
}

@media screen and (min-width: 48rem) {
  .glide__bullets {
    bottom: 0;
  }
    .glide__bullet {
        margin:0 1rem
    }
}

.glide__bullet--active {
    background-color: white;
}

.glide__arrows {
    position: static
}

.glide__arrow {
    position: absolute;
    bottom: -42px;
    z-index: 1;
    width: 28px;
    height: 28px;
    margin-top: -9px;
    background-color: #818999;
    transition: all .2s ease-in-out;
    background: url("/assets/images/icons/chevron.svg");
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
    display: none
}

@media screen and (min-width: 48rem) {
    .glide__arrow {
        top:50%;
        bottom: auto;
        display: block
    }
}

.glide__arrow--left {
    left: 16px;
    transform: rotate(90deg)
}

@media screen and (min-width: 26.5625rem) {
    .glide__arrow--left {
        left:-30px
    }
}

@media screen and (min-width: 48rem) {
    .glide__arrow--left {
        left:-2.5rem
    }
}

.glide__arrow--left:hover {
    transform: rotate(90deg) scale(1.1)
}

.glide__arrow--right {
    right: 14px;
    transform: rotate(270deg)
}

@media screen and (min-width: 26.5625rem) {
    .glide__arrow--right {
        right:-30px
    }
}

@media screen and (min-width: 48rem) {
    .glide__arrow--right {
        right:-2.5rem
    }
}

.glide__arrow--right:hover {
    transform: rotate(270deg) scale(1.1)
}

.latest-posts {
  padding: 2.5rem 0;
}

@media only screen and (min-width:40.0625em) {
  .latest-posts {
    padding: 5.625rem 0 5rem;
  }
}

.latest-posts-header {
  margin-bottom: 2rem;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}

.article-card {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}

.article-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card-content--inner {
  flex: 1;
}

.article-card-meta {
  color: #4C4C4C;
  margin: 1rem 0;
}

.article-card-title {
  margin-top: 0 !important;
  color: #222222 !important;
}

.article-card-title a {
  padding: 0;
  color: #222222 !important;
}

.article-card-title a {
  display: block;
  margin-top: auto;
  text-decoration: none;
  font-weight: 500;
  color: #222;
  font-size: 1.5rem;
}

.article-card-link {
  display: inline-block;
  color: #DE0824;
  font-family: "Georgia";
  font-style: italic;
  font-size: 1.25rem;
}

.article-card-link:after {
  content: ' >';
  display: inline-block;
  margin-left: 0.25rem;
}

.article-card-image {
  display: block;
  position: relative;
  padding-top: 66.6666%;
}

.article-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Fooer changes */

footer .mme-newsletter {
  background: transparent;
  color: white;
}

footer .mme-newsletter form {
  margin: 2em 0px 3em;
}

footer .mme-newsletter h2, footer .mme-newsletter h3 {
  color: white;
}

footer .mme-newsletter .legal-notice ul li small, footer .mme-newsletter form input[type='email'] {
  color: white;
  border-bottom-color: white;
}

@media only screen and (min-width: 40.0625em) {
    footer .footer-bottom .mme-newsletter div:last-child {
        text-align: left ! important;
    }
}

footer .mme-newsletter form input[role=input]:focus ~ span, footer .mme-newsletter form input[role=input]:active ~ span, footer .mme-newsletter form input[role=input]:not(:empty) ~ span {
  background: white;
}

footer .mme-newsletter form button[type=submit] {
  color: white;
  border-bottom-color: white;
}

footer .mme-newsletter ::-webkit-input-placeholder {
  color: white;
  opacity: 0.6;
}

footer .mme-newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 0.6;
}

footer .mme-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 0.6;
}

footer .mme-newsletter :-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}

.resources .block-featured-resource p a:not(.button),
.resources .video-block p a:not(.button),
.resource-posts-header p a  {
  font-style: italic;
  font-family: "Georgia";
  font-size: 1.25rem;
}

.resources .video-block p a:not(.button),
.resource-posts-header p a {
  color: #DE0824;
}

.resources .block-featured-resource p a:not(.button):after,
.resources .video-block p a:not(.button):after,
.resource-posts-header p a:after  {
  content: '>';
  margin-left: 0.25rem;
  display: inline-block;
}

.resources .flex {
  height: 100%;
  box-sizing: border-box;
}
.resources .flex__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media all and (min-width: 480px) {
  .resources .flex__row--sm {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 720px) {
  .resources .flex__row--md {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 960px) {
  .resources .flex__row--lg {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resources .flex-column .flex__row {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resources .flex__item {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  border: solid 1rem transparent;
  background-clip: content-box;
  transition: border 0.5s 0.2s ease;
}
@media only screen and (min-width:40.0625em) {
  .resources .flex__item {

    border: none;
    /*border: solid 2rem transparent;*/
  }
}
.resources .flex__item > .flex .flex__row .flex__item {
  border: none;
  padding: 0;
}

 .resources .block-featured-resource, .resources .video__even, .resources .video__odd, .contact-block, .resource-posts-block {
  padding: 2.5rem 0;
}

@media only screen and (min-width:40.0625em) {
  .resources .block-featured-resource, .resources .video__even, .resources .video__odd, .contact-block, .resource-posts-block {
    padding: 5.625rem 0 5rem;
  }
}

.background-white {
  background: white;
}

.background-grey {
  background: #F6F6F6;
}

.background-grey-dark {
  background: #4C4C4C;
}

.resources .redfullwidth h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.3;
}

.resources .redfullwidth .picture-element {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: block;
  position: relative;

}

.resources .redfullwidth .picture-column {
  text-align: center;
  align-content: center;
}

.resources .block-featured-resource .button {
  background: white;
  color: #DE0824;
  margin: 1rem auto 0;
}

@media only screen and (min-width:40.0625em) {
  .resources .redfullwidth .picture-element {
    margin-bottom: -12rem;
    max-width: 500px;
    top: -8rem;
  }
}

.resources .video-block h2, .latest-posts h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-align: left;
}

.resources .video-block .button {
  margin-top: 1.5rem;
}

.resources .video-thumbnail {
  display: block;
  padding-top: 56.25%; /* video ratio 16:9 */
  position: relative;
  overflow: hidden;
  /*transform: rotate(8deg);*/
  margin: auto;
  /*box-shadow: 8px 8px 10px rgba(0,0,0,0.3);*/
  cursor: pointer;
}

.resources .video-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "▶";
  color: #fff;
  font-size: 3rem;
  text-indent: 10px;
  display: block;
  line-height: 96px;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  width: 100px;
  height: 100px;
  border: solid 4px #fff;
  border-radius: 100%;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  text: 10px 10px 10px rgba(0,0,0,0.3);
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.resource-posts-header {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.resources .video-thumbnail:hover:after {
  /* transform: scale(1.1) */
}

.resources .video-thumbnail img {
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
}

.resource-posts-block h2 {
    text-align: center;
    text-decoration: none;
    font-family: "HelveticaNeueW01-45Ligh";
    font-size: 2.5rem;
    font-weight: normal;
    margin-top: 0;
}

.resource-posts-block .article-card-title {
   margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

.resource-posts-block .article-card-title a {
  color: #DE0824 !important;
}

.resource-posts-block .article-card-image {
  padding-top: 55.875%;
}

.article-card-content--inner p {
  margin-top: 0.75rem !important;
}

.modal {
  display: none;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  z-index: 999999999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;

}

.modal.is-active {
    display: flex
}

  .modal-background {
    background-color: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .modal-content {
    position: absolute;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    max-height: calc(100vh - 2rem);
    max-width: 1800px;
      width: 100%;
      display: flex;
      flex-direction: column;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      overflow: visible;
    }

.modal-content .video {
      display: flex;
      flex: 1 0 auto;
      height: calc((calc(100vw - 20px)/16)*9);
      max-width: calc(100vw - 2rem);
      max-width: 1800px;
      padding: 0 !important;
      margin: 0;
      background: $black;
      max-height: calc(90vh - 2rem);
      box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

 .modal-content .video > div {
        width: 100%;
      }

.modal-content .video iframe {
        display: none;
      }

.modal h2 {
  font-size: 1.875rem !important;
    line-height: 1.3;
}


      @media only screen and (min-width:40.0625rem) {
         .modal-content {
          width: calc(100vw - 60px);
        }
        .modal-content .video {
          height: calc((calc(100vw - 60px)/16)*9);
          width: calc(100vw - 60px);
        }
      }

      @media only screen and (min-width:48rem) {
        .modal-content {
          width: calc(100vw - 120px);
        }
        .modal-content .video {
          height: calc((calc(100vw - 120px)/16)*9);
          width: calc(100vw - 120px);
        }
      }

  .modal-content  h4 {
      font-weight: $font-weight-bold;
      margin: spacing();
    }

   .modal-content figure {
      position: relative;
      flex: 1 0 auto;
      margin: 0;

    }

    @media print, screen and (min-width: 769px) {
    .modal-content .video {
        height: calc(56.25vw - 33.75px);
    }
}


.modal-content .video {
    background: #000610;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .75);
    display: flex;
    flex: 1 0 auto;
    height: calc(56.25vw - 11.25px);
    margin: 0;
    max-height: calc(90vh - 2rem);
    max-width: calc(100vw - 2rem);
    max-width: 1800px;
    padding: 0 !important;
}
@media print, screen and (min-width: 769px) {
    .modal-content .video {
        height: calc(56.25vw - 33.75px);
    }
}

@media print, screen and (min-width: 769px) {
    .modal-content, .modal-content .video {
        width: calc(100vw - 60px);
    }
}

    @media screen and (min-width: 1024px) {
      .modal-content, .modal-content .video {
          width: calc(100vw - 120px);
      }
  }

    .modal-content .video {
        height: 56.25vw;
    }


.modal-content .content {
  color: #222;
  text-align: left;
  padding: 2rem;
  margin: auto;
  width: 75%;
  position: relative;
  z-index: 9;
}

@media print, screen and (min-width: 769px) {
  .modal-content .content {
    width: 50%;
  }
}

.modal-close:after, .modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

  .modal-close {
    background-color: transparent;
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    padding: 0;
    right: 12px;
    top: -36px;
    transition: all .3s ease-in-out;
}

  .modal-close: hover {
    background-color: transparent;
  }




.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.video iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.modal-close:before {
  height: 4px;
    width: 24px;
}

.modal-close:after {
  width: 4px;
    height: 24px;
}

.modal-close:hover {
  transform: rotate(180deg);
}
@media only screen and (min-width:40.0625rem) {
  .modal-close {
    right: 6px;
  }

}

section.goodmarks {
  overflow: hidden;
}


/* Banner container */
#award_banner {
  display: block;
  background: #d71920; /* Red bar */
  color: white;
  text-align: center;
  overflow: hidden;
  /* height: 0; */
  line-height: 40px;
  height: 60px;
  max-height: 0;
  transition: max-height 0.6s ease, background 0.3s ease;
  font-size: 18px;     
}

#award_banner a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}
#award_banner strong {
  font-family: serif;
}
#award_banner:hover {
  background: #c2141c; /* Darker red (≈10% darker) */
}

/* Frame fade animation */
.frame {
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  width: 100%;
  text-align: center;
}

.frame.active {
  opacity: 1;
}

.blink {
  display: inline-block;
  animation: blink 0.6s steps(1, start) infinite; /* 0.6s = 300ms visible + 300ms hidden */
}
.blank {
  display: inline-block;
  visibility: hidden;
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}



/* HOMEPAGE AMENDS 11SEP 2025 */
@media only screen and (max-width: 600px) {

    body.home .herotext{
      padding: 2rem 0 3rem;
      font-size: 1.8rem;
      line-height: 2.75rem;
    }

    body.home .work-flex-wrap figcaption{
        display:none!important;
    }
    body.home .work-breakout .work-flex-wrap>figure{
        width:50%;
        padding: 0;
        margin:0;
        min-height:0;
    }
    body.home .home-sub .splits-single{
      font-size: 1.8rem;
      line-height: 2.75rem;     
        text-align:left;
        margin: 0.5rem 0;
        padding-top:0
    }
    body.home .home-sub .read-more{
        padding:0;
    }
    body.home .home-sub .splits-multi{
        margin:0.5rem 0;
    }
    body .contact-block{
        margin:0.75rem 0;
    }
    body footer .footer-top .accreditations__list--item{
        margin-left:0px;
        margin-top:1.25rem;
        margin-bottom:1.25rem;
    }
    footer .footer-bottom{ 
        padding: 2.5em 0 5rem 0;
    }
}



