/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */





















































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.dnd-section > .row-fluid {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: .625rem;
  padding-left: .625rem;
}

.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.custom-container-wrapper .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-container-wrapper .span12.dnd-column {
  padding-right: .625rem;
  padding-left: .625rem;
}

@media (min-width: 46.25em) {
  .dnd-section > .row-fluid,
  .custom-container-wrapper .span12.dnd-column {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: fs_matthew;
  font-style: normal;
  font-weight: 700;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/Mando_February2021/Fonts/fsmatthew-bold-webfont.eot) format("embedded-opentype"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-bold-webfont.woff) format("woff");
}

@font-face {
  font-family: fs_matthew;
  font-style: normal;
  font-weight: 600;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/Mando_February2021/Fonts/fsmatthew-medium-webfont.eot) format("embedded-opentype"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-medium-webfont.woff) format("woff")
}

@font-face {
  font-family: fs_matthew;
  font-style: normal;
  font-weight: 300;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/Mando_February2021/Fonts/fsmatthew-light-webfont.eot) format("embedded-opentype"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-light-webfont.woff) format("woff"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-light-webfont.ttf) format("truetype");
}

@font-face {
  font-family: fs_matthew;
  font-style: italic;
  font-weight: 300;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/Mando_February2021/Fonts/fsmatthew-light-italic-webfont.eot) format("embedded-opentype"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-light-italic-webfont.woff) format("woff");
}

@font-face {
  font-family: fs_matthew;
  font-style: normal;
  font-weight: 400;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/Mando_February2021/Fonts/fsmatthew-regular-webfont.eot) format("embedded-opentype"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-regular-webfont.woff) format("woff"),
    url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/fsmatthew-regular-webfont.ttf) format("truetype");
}

@font-face {
  font-family: Atkinson Hyperlegible;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/AtkinsonHyperlegible-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Atkinson Hyperlegible;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/AtkinsonHyperlegible-Italic.ttf);
  font-weight: 400;
  font-style:italic;
}

@font-face {
  font-family: Atkinson Hyperlegible;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/AtkinsonHyperlegible-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Atkinson Hyperlegible;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/AtkinsonHyperlegible-BoldItalic.ttf);
  font-weight: 700;
  font-style:italic;
}



@font-face {
  font-family: Lato;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/Lato-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/Lato-Bold.ttf);
  font-weight: 700;
}


@font-face {
  font-family: Merriweather;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/Merriweather-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Merriweather;
  src: url(//2180287.fs1.hubspotusercontent-na1.net/hubfs/2180287/raw_assets/public/Mando_Elcap/fonts/Merriweather-Bold.ttf);
  font-weight: 700;
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: fs_matthew,sans-serif;
  color: #000;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: .625rem;
}


::-moz-selection {
  background-color: #e0f89b;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #e0f89b;
  color: #000;
  text-shadow: none
}
/* Anchor Links */
a {
  color: #C4DB8F;
  text-decoration: none;
  transition: color .25s cubic-bezier(.645,.045,.355,1);
}

a:not([class]) {
  text-decoration: underline;
}

a:active, a:hover {
  outline-width: 0;
}

a:hover {
  text-decoration: none;
}

a.tel {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.touchevents a.tel {
  color: inherit;
  text-decoration: underline;
}

a.tel:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .625rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: fs_matthew,sans-serif;
  word-break: break-word;
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 1.625rem 0 2.125rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  position: relative;
  margin: 0.625rem 0;
  padding: 3.25rem 3.5rem 4.0625rem 3.875rem;
  width: 100%;
  background: #FAF9FA;
}

blockquote::before {
  content: '';
  position: absolute;
  top: 3.5rem;
  left: 1.375rem;
  z-index: 0;
  height: calc(100% - 7.3125rem);
  width: 0.3125rem;
  background: #BFBFBF;
}

blockquote p:first-child {
  margin: 0 0 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.08125rem;
  line-height: 2.1875rem;
  font-size: 24px;
}

blockquote p:first-child::before, 
blockquote p:first-child::after {
  color: #C4DB8F;
}

blockquote p:first-child::before {
  content: '\201C';
}

blockquote p:first-child::after {
  content: '\201D';
}

blockquote cite,
blockquote p:nth-of-type(2n) {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
}

img {
  max-width: 100%;
}
/* Horizontal Rules */
hr {
  margin: 2rem 0;
  height: 1px;
  background: #EBECED;
  border: 0;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

.visually-hidden,
.visually-hidden--sm-up {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.page-center {
  padding-right: .625rem;
  padding-left: .625rem;
}

.visually-hidden,
.visually-hidden--sm-up {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

@media (min-width: 46.25em) {
  .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@-webkit-keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: B;
  animation-name: B;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: fs_matthew,sans-serif;
  line-height: 1.15;
  font-size: 16px;
  font-weight: normal;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-clip: border-box;
  border: 2px solid transparent;
  font-family: fs_matthew,sans-serif;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .25s cubic-bezier(.645,.045,.355,1);
  border-radius: 3px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  white-space: normal;
  line-height: 1.15;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
}

.hs-button:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:focus {
  outline: 1px dotted #bfbfbf;
  outline-offset: 6px;
  border-color: #C4DB8F;
  background-color: #a9bf75;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  font-size: 1.2rem;
}

.hs-form .hs-form-field > label {
  padding-bottom: .75rem;
}

.hs-error-msgs label {
  color: #fc4c02;
}

.hs-form .field > label {
  padding: .75rem 0;
}

.hs-error-msgs label:not(:empty):before {
  content: "\0021";
  display: inline-block;
  margin-right: .375rem;
  height: 1.3125rem;
  width: 1.3125rem;
  background: #E73707;
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .75rem;
  width: 100%;
  border-radius: 3px;
  outline: inherit;
  font-size: 18px;
  line-height: 1.15;
  color: #33475b;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline-offset: 6px;
  outline: 1px dotted #bfbfbf;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #fc4c02;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}


ul.no-list {
  list-style: none;
}

.field {
  margin-bottom:0;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px .75rem;
  font-size: 16px;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

.hs-form .inputs-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.hs-form .hs-form-booleancheckbox label {
  position: relative;
  padding-left: 1.375rem;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  margin: 0 10px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
}

ul.no-list.hs-error-msgs {
    padding-left: 0;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: fs_matthew,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table thead th {
  background-color: #E73707;
  border-left: 1px solid #fff;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

table tbody td,
table thead th {
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}

table tbody td {
  border-bottom: 1px solid #bfbfbf;
}

table tbody tr:nth-child(2n) {
  background-color: #EBECED;
}

table tbody tr:focus>td,
table tbody tr:hover>td {
  background-color: #bfbfbf;
  box-shadow: inset 0 -1px 0 #bfbfbf;
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}

@media screen and (min-width: 768px) {
  table {
    display:table;
    width: auto;
    table-layout: auto;
  }
}

@media (max-width: 767px) {
  table tbody td {
    width: auto;
  }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



.custom-container-wrapper .span1,
.custom-container-wrapper .span2,
.custom-container-wrapper .span3,
.custom-container-wrapper .span4,
.custom-container-wrapper .span5,
.custom-container-wrapper .span6,
.custom-container-wrapper .span7,
.custom-container-wrapper .span8,
.custom-container-wrapper .span9,
.custom-container-wrapper .span10,
.custom-container-wrapper .span11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: .625rem;
  padding-left: .625rem;
  margin: 0;
}


.custom-get-in-touch.icon-area {
    background-color: white !important;
    margin-top: 12vh;
    margin-bottom: 10vh;
}

.custom-container-wrapper .row-fluid [class*="span"],
.banner-section .row-fluid [class*="span"] {
  min-height: unset;
}

.custom-container-wrapper .hs-form {
  position: relative;
}

.custom-container-wrapper .hs-form .hs-form-booleancheckbox input {
  position: absolute;
  top: .1875rem;
  left: 0;
  z-index: 0;
}

.custom-container-wrapper .hs-form .hs-recaptcha {
  margin-top: 2.625rem;
}

.custom-container-wrapper .grecaptcha-badge {
  margin: 0;
}

.custom-container-wrapper .hs-form .hs-submit .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 2.125rem 0 0;
}

.custom-container-wrapper input[type="submit"] {
  width: 100%;
  margin: 0;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
}

@media (min-width: 46.25em) {
  .custom-container-wrapper .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text {
    margin-left:5.3125rem;
    max-width: 80%;
  }
}

@media (min-width: 61.25em) {
  .custom-container-wrapper .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text {
    max-width:70%;
  }
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text h2,
.custom-container-wrapper .hs_cos_wrapper_type_rich_text h3,
.custom-container-wrapper .hs_cos_wrapper_type_rich_text h4,
.custom-container-wrapper .hs_cos_wrapper_type_rich_text h5,
.custom-container-wrapper .hs_cos_wrapper_type_rich_text h6 {
  margin: 0 0 .625rem;
  line-height: 1.3;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text img {
  max-width: 100%
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text p {
  margin-bottom: .625rem;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text li {
  position: relative;
  line-height: 1.5rem;
  font-size: 16px;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text ol,
.custom-container-wrapper .hs_cos_wrapper_type_rich_text ul {
  margin: 1.625rem 0 2.125rem;
  padding: .125rem 0;
  border: solid #bfbfbf;
  border-width: 1px 0;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text ol {
  counter-reset: a;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text li {
  margin: 1.9375rem 0;
  padding: 0 1.25rem 0 4.5rem;
  list-style: none
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text li:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  height: .875rem;
  width: .875rem;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  top: .3125rem;
  background: #FFCFB5;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text ol li:before {
  content: counter(a);
  top: 0;
  width: .875rem;
  color: #FFCFB5;
  font-weight: 700;
  counter-increment: a;
  text-align: center;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text a {
  word-break: break-word
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text hr {
  margin: 2rem 0;
  height: 1px;
  background: #EBECED;
  border: 0;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text img {
  margin: 0;
  height: auto;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text figure {
  margin: 4.375rem 0 1.875rem;
}


@media screen and (min-width: 46.25em) {
  .custom-container-wrapper .hs_cos_wrapper_type_rich_text figure {
    margin:4.375rem calc(-8.33333% + 1.875rem) 1.875rem;
  }
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text figure img {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .custom-container-wrapper .hs_cos_wrapper_type_rich_text figure img {
    margin:0;
  }
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text figcaption {
  margin: 1.3125rem 0;
  color: #84888b;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text .c-video--responsive {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text .c-video--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.custom-container-wrapper .hs_cos_wrapper_type_header h2 { 
  margin: 0;
}

.services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text,
.home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text {
  max-width: 100%;
}

.services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h4,
.home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .9375rem;
  color: #E73707;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2,
.home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0;
}

.services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p:first-of-type,
.home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p:first-of-type {
  margin-top: 0.9375rem;
}

.services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p a,
.home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.home-page .span12.dnd-module .hs_cos_wrapper_type_rich_text p strong {
  font-weight: bolder;
}

.custom-container-wrapper.services-page .span4 {
  padding-bottom: 1.25rem;
  line-height: 1.15;
}

.custom-container-wrapper.services-page .span4 h3 {
  margin: 0;
  color: #000;
  font-weight: 300;
  line-height: 1.33333;
  font-size: 18px;
}

.custom-container-wrapper.services-page .span4 p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .375rem;
  color: #84888b;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.15;
}

.services-page .dnd-section[class*="full-width"] .widget-type-linked_image,
.services-page .dnd-section[class*="full-width"] .hs_cos_wrapper_type_linked_image img {
  display: block;
  width: 100%;
}

.work-page .main-wrapper .dnd-section > .row-fluid,
.work-page .top-pane .dnd-section > .row-fluid {
  max-width: 65rem;
}

.work-page .span12.dnd-column>.row-fluid-wrapper>.row-fluid>.span12.dnd-module .hs_cos_wrapper_type_rich_text {
  max-width: 100%;
  margin-left: 0;
}

.work-page .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.2;
  margin: 0 0 1.875rem;
  font-size: 2.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.work-page .top-pane .hs_cos_wrapper_type_rich_text h2 {
  padding-left: 0;
  padding-right: 0;
}

.work-page .top-pane .hs_cos_wrapper_type_rich_text ol {
  counter-reset: a;
  list-style: none;
  margin: 16px 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

.work-page .top-pane .hs_cos_wrapper_type_rich_text ol li {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: .9375rem;
  font-size: 1.5rem;
  line-height: 1.41667; 
}

.work-page .top-pane .hs_cos_wrapper_type_rich_text ol li:before {
  content: counter(a);
  display: block;
  color: #C4DB8F;
  font-size: 2.25rem;
  font-weight: 700;
  counter-increment: a;
  position: static;
  height: auto;
  width: 100%;
  text-align: left;
  z-index: unset;
}

.work-page .main-wrapper .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin-bottom: .9375rem;
}

.work-page .main-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: .625rem;
}

.work-page .main-wrapper .span6 {
  width: 100%;
}

.work-page .bottom-pane .dnd-section {
  padding: 3rem 0;
}

.work-page .bottom-pane  blockquote {
  background-color: transparent;
  margin: 0 auto;
  width: 58.33333%;
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 1.15;
  font-weight: normal;
}

.work-page .bottom-pane blockquote::before {
  display: none;
}

.work-page .bottom-pane blockquote > svg {
  margin-bottom: 1.875rem;
  height: 4.75rem;
  width: 5.625rem;
  fill: #fff;
}

.work-page .bottom-pane blockquote > p {
  margin-bottom: .9375rem;
  color: #C4DB8F;
  font-size: 1.5rem;
  line-height: 1.25;
}

.work-page .bottom-pane blockquote > cite {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33333;
}

.home-page .work-post-wrapper .work-post-cta__title--desc {
  font-weight: 300;
}

.is-homepage .header-wrapper {
  min-height: 0;
}

.is-homepage .custom-header:not(.nav-down) {
  background-color: transparent;
  border-bottom-color: transparent;
}

/*

.is-homepage .custom-header:not(.nav-down) .c-mando-logo__cog-inner,
.is-homepage .custom-header:not(.nav-down) .c-mando-logo__cog-outer,
.is-homepage .custom-header:not(.nav-down) .c-mando-logo__divider,
.is-homepage .custom-header:not(.nav-down) .c-mando-logo__type{
  fill: #fff;
}

*/

/*

.is-homepage .custom-header:not(.nav-down) .c-navigation__mobile-menu-line,
.is-homepage .custom-header:not(.nav-down) .c-navigation__mobile-menu-line--bottom,
.is-homepage .custom-header:not(.nav-down) .c-navigation__mobile-menu-line--middle {
  background-color: #fff;
}

*/

@media (min-width: 61.25em) and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .c-header__inner {
    height: 7.6875rem;
  }
}

@media (min-width: 46.25em) {
  .custom-container-wrapper .span1,
  .custom-container-wrapper .span2,
  .custom-container-wrapper .span3,
  .custom-container-wrapper .span4,
  .custom-container-wrapper .span5,
  .custom-container-wrapper .span6,
  .custom-container-wrapper .span7,
  .custom-container-wrapper .span8,
  .custom-container-wrapper .span9,
  .custom-container-wrapper .span10,
  .custom-container-wrapper .span11 {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-container-wrapper .hs-form {
    margin-left: 5.3125rem;
  }

  .custom-container-wrapper .hs-form .hs-recaptcha {
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  .custom-container-wrapper input[type="submit"] {
    max-width: 14.3125rem;
  }

  .custom-container-wrapper .hs_cos_wrapper_type_header h2 {
    max-width: 90%;
  }

  .services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h4,
  .home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h4 {
    font-size: 1.25rem;
  }

  .services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2,
  .home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2 {
    max-width: 90%;
  }

  .services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p,
  .home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p {
    max-width: 80%;
  }

  .work-page .hs_cos_wrapper_type_rich_text h2 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .work-page .top-pane .hs_cos_wrapper_type_rich_text ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  

  .work-page .top-pane .hs_cos_wrapper_type_rich_text ol li {
    margin-bottom: 0;
    width: calc(33.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem;
  }

  .work-page .top-pane .hs_cos_wrapper_type_rich_text ol li:before {
    font-size: 3rem;
  }

  .work-page .main-wrapper .span6 {
    width: 50%;
    float: left;
  }

  .work-page .bottom-pane blockquote > p {
    font-size: 2.125rem;
    line-height: 1.35294;
  }

  .work-page .bottom-pane blockquote > svg {
    margin-bottom: calc(1.875rem - 1px);
  }
}

@media (min-width: 768px) {
  .is-homepage .custom-header:not(.nav-down) .custom-menu-primary a,
  .is-homepage .custom-header:not(.nav-down) .custom-menu-primary a:hover {
    color: #fff;
  }

  .is-homepage .custom-header:not(.nav-down) ul.submenu.level-1 li a:after {
    background-color: #fff;
  }

  .is-homepage .custom-header:not(.nav-down) ul.submenu ul.submenu {
    background-color: #000;
  }
}

@media (max-width: 979px) and (min-width: 46.25em) {
  .custom-container-wrapper.website-page .span8 {
    width: 66.666667%;
    margin: 0 auto;
  }
}

@media (min-width: 61.25em) {
  .custom-container-wrapper .span1 {
    width: 8.333333%;
  }

  .custom-container-wrapper .span2 {
    width: 16.666667%;
  }

  .custom-container-wrapper .span3 {
    width: 25%;
  }

  .custom-container-wrapper .span4 {
    width: 33.333333%;
  }

  .custom-container-wrapper .span5 {
    width: 41.666667%;
  }

  .custom-container-wrapper .span6 {
    width: 50%;
  }

  .custom-container-wrapper .span7 {
    width: 58.333333%;
  }

  .custom-container-wrapper .span8 {
    width: 66.666667%;
  }

  .custom-container-wrapper .span9 {
    width: 75%;
  }

  .custom-container-wrapper .span10 {
    width: 83.333333%;
  }

  .custom-container-wrapper .span11 {
    width: 91.666667%;
  }

  .custom-container-wrapper .span12 {
    width: 100%;
  }

  .custom-container-wrapper .hs_cos_wrapper_type_header h2,
  .services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2,
  .services-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p,
  .home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text h2,
  .home-page .span12.dnd-column > .row-fluid-wrapper > .row-fluid > .span12.dnd-module .hs_cos_wrapper_type_rich_text p {
    max-width: 70%;
  }

  .custom-container-wrapper.services-page .span4 {
    padding-top: .9375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .home-page .work-post-wrapper,
  .home-page .recent-posts-wrapper {
    padding-top: .9375rem;
  }
}

@media (max-width: 979px) {
  .custom-container-wrapper .dnd-section > .row-fluid {
    display: block !important;
  }

  .custom-container-wrapper .dnd-section .row-fluid {
    flex-wrap: wrap !important;
  }
}

@-webkit-keyframes zb {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes zb {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes Ab {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes Ab {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

svg.c-mando-logo__type.c-mando-logo__type--white.js-mando-logo__type {
    transform: none !important;
}

ul.submenu.level-1 li a {
    font-weight: 200 !important;
}

.is-homepage .custom-header:not(.nav-down) ul.submenu.level-1 li a:after {
    background-color: #fff0 !important;
}

li.no-submenu.menu-item a:hover {
    color: #fff !important;
}


a.menu-link a:hover {
    color: #fff;
}

body .custom-menu-primary a, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a, .priority-nav__wrapper .nav__dropdown-toggle a:hover {
    color: #e0f89b !important;
}

.header__container {
    /* max-width: 1200px; */
    padding-left: 8vw;
    padding-right: 8vw;
    background-color: #ffffff;
}


.header__container {
  margin: 0 auto;
}

.header-wrapper {
  min-height: 7rem;
}

.custom-menu-primary {
    display: none;
}

.custom-header {
  z-index: 4;
  width: 100%;
  background-color: #fff;
  transition: all .5s;
  position: fixed;
  top: 0;
  line-height: 2.2;
}

.custom-logo-inner .c-mando-logo__type-wrapper {
    height: 1.85rem !important;
}


.custom-header:after,
.custom-header:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.custom-header:after {
  clear: both;
}

.c-header--transparent {
  background-color: transparent;
  border-bottom-color: transparent;
}


a#cta_button_2180287_8a9014ce-b1a2-4395-84c6-c90469cd6f2a {
    color: #c4db8f;
    background-color: #28363f;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-right: 2em !important;
}



.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.0625rem;
  min-height: 6.3125rem;
}

.c-header__inner:after,
.c-header__inner:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-header__inner:after {
  clear: both;
}


  .c-header__inner {
    margin:auto;
  }
}

@media (min-width: 61.25em) {

  .c-header__inner {
    min-height:7.6875rem;
  }
}

/* ipad Styles */
@media (max-width: 1150px) {

.header__container {
    /* max-width: 1200px; */
    padding-left: 7vw !important;
    padding-right: 7vw !important;
}


}

/* Mobile Styles */
@media (max-width: 600px) {
  
  
  
a#cta_button_2180287_8a9014ce-b1a2-4395-84c6-c90469cd6f2a {
    color: #c4db8f;
    background-color: #28363f;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-weight: 600;
    width: 110em;
    margin-right: 0em !important;
}
  
  
  .custom-logo-inner .c-mando-logo {
    display: block;
    width: 5.9375rem;
}
  .c-header__inner {
    margin: 0 0.0rem;
}
  svg.c-mando-logo__type.c-mando-logo__type--white.js-mando-logo__type {
    width: 21vw;
}
  .custom-logo-inner .c-mando-logo__type {
    height: 1.125rem;
    margin-left: 6px;
    width: 5.5625rem;
}
  
  div#hs_cos_wrapper_main_nav {
    padding-left: 0vw !important;
}
  
  .c-navigation ul.submenu {
    align-items: center !important;
}
  ul.submenu.level-1 {
    line-height: 45px;
}
  
}
@media only screen and (max-width: 600px){
  .custom-banner-text.animated.delay-1s.fadeInUp {
padding-top: 30px !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

footer.footer.custom-footer {
    background-color: #28363f !important;
}

.span6.footer-content-info {
    margin-top: auto;
    margin-bottom: auto;
}

.custom-footer {
  border-top: 1px solid #bfbfbf;
  line-height: 1.15;
  font-size: 1em;
}

.social-media-icons p:hover {
    color: #fff;
}

.footer__container {
  padding-right: 17vw;
  padding-left: 17vw;
  
}

.footer__container_lower {
  padding-right: 8vw;
  padding-left: 8vw;
  
}


footer.footer.custom-footer {
    background-image: url(https://content.mando.agency/hubfs/footer-graphic.png);
    background-size: auto 472px;
    background-repeat: no-repeat;
    background-position: -2% -20%;
}

.custom-footer p {
  line-height: 1.15;
  font-size: 1em; 
}

.span6.footer-content-info {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.social-media-icons p {
    letter-spacing: 3px;
}

div#hs_cos_wrapper_liverpool_office p {
    color: #C4DB8F;
}

span#hs_cos_wrapper_legal_links_ p {
    margin-bottom: 0px !important;
    margin-left: 0 !important;
    color: black;
}
}


span#hs_cos_wrapper_liverpool_office_ p {
    color: #C4DB8F;
}

.c-company-info h2 {
    color: #C4DB8F;
}

.social-media-icons p {
    margin-right: 8px !IMPORTANT;
    color: #C4DB8F;;
}

.c-content-info {
    background-color: white;
}

.c-content-info {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
}

.social-media-icons {
    display: flex;
}

span#hs_cos_wrapper_call_us_ a {
    color: #C4DB8F;
}


.footer-content-info ul li a {
    color: black;
}

.footer .span4,
.footer .span6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: .625rem;
  margin: 0;
  padding-left: 0;
}

.footer a {
  text-decoration: none;
}

.span4.digital_experiences {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.span4.liverpool_office {
    width: 100% !important;
  padding-left:0;
}

.footer a:hover {
  text-decoration: underline;
}


.c-company-info {
  padding: 4rem 0 5rem;
}

span#hs_cos_wrapper_experiences_ h2 {
    color: white;
    font-weight: 200;
    font-size: 2em;
}

.custom-footer h2 {
  line-height: 1.2;
  margin: 1.625rem 0 0;
  margin-bottom: .3125rem;
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
}

.custom-footer h2:nth-child(n+2) {
  margin-top: 1.75rem;
}

.custom-footer .span4 p {
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1em;
}

.c-social-list {
  margin: 0 0 0 -.625rem;
  padding: 1.25rem 0;
}

.copyright p {
  margin: 0 0 1rem;
  font-weight: 600;
  text-align: center;
}

.footer-content-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -.5rem;
  padding: 0;
  list-style: none;
}

.footer-content-info ul li {
  display: inline-block;
  border-right: 1px solid #bfbfbf;
}

.footer-content-info ul li:last-child {
  border-right: 0;
}

.footer-content-info ul li a {
  padding: 0 .5625rem;
  font-weight: 300;
  line-height: 1;
}

.custom-footer.no-nav {
  padding-top: 1.625rem;
}


.footer__container_lower ul {
margin: 0 !important;
padding: 0 !important;
border: none !important;
border-width: 0 !important;
}

.footer__container_lower .custom-container-wrapper .hs_cos_wrapper_type_rich_text li:before {
display:none!important;
}
.footer__container_lower .custom-container-wrapper .hs_cos_wrapper_type_rich_text li {
margin: 0!important;
padding: 0!important;
list-style: none!important;
}

.footer .footer-content-info ul li {
border-right-color: rgba(191, 191, 191, 1.0);
margin: 0 !important;
padding: 0 !important;
}
@media (min-width: 46.25em) {
  .footer .span4,
  .footer .span6 {
  }

  .footer .span4 {
    width: 50%;
    padding:0;
    flex:1;
  }

  .footer .span6 {
    width: 30%;
  }
  
  .footer-right.footer-content-info {
    width: 66%;
}

  .custom-footer h2 {
    text-align: left;
  }

  .c-social-list {
    padding: .625rem 0 2.0625rem;
  }

  .copyright p {
    margin-bottom: 0;
    text-align: left;
  }

  .custom-footer .span4 a {
    text-align: left;
  }
  
  .social-media-icons P {
    font-size: 1em !important;
    margin-top: 44px !important;
}

  .footer-content-info ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -.5rem 0 0;
  }
}

.footer-row {
    display: flex;
}

.span4.call_us {
  padding-left:12vw;
}

.footer-right.footer-content-info {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
}


@media (min-width: 61.25em) {
  .footer__container > .row > .span4:not(:first-child) {
    width: 16.66667%;
  }

  .footer__container > .row > .span4.call_us {
    margin-left: 16.66667%;
  }
}

@media (max-width: 979px) {
  .footer .span4.digital_experiences {
    width: 100%;
  }
}


@media only screen and (max-width: 900px) {
   
   .footer-row {
    display: flex;
    flex-direction: column;
}
  
  .footer-right.footer-content-info {
    display: flex;
    justify-content: flex-start;
}

  .copyright-text-footer-bottom {
    margin-bottom: 20px;
    margin-top: 20p;
}
 

   .social-media-icons {
    display: none;
}  
  
 .footer-content-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -0.5rem;
    padding: 0;
    list-style: none;
    flex-direction: row;
    text-align: left;
    margin-top: 8px;
   justify-content:left;
}
 
.footer-content-info ul li a {
    padding: 0rem;
    padding-left: 0px;
    font-weight: 300;
    line-height: 1;
    padding-right: 17px;
}

.span6.copyright {
display: flex;
justify-content: left;
padding-bottom: 20px;
}
  .footer-content-info ul li {
    border: none;
}

  .custom-footer h2 {
    text-align: left;
    font-size: 1.2em;
}
  
  span#hs_cos_wrapper_experiences_ h2 {
    font-size: 36px;
    color: #28363f;
    font-weight: 100 !important;
}
  
 .footer__container {
    padding-right: 7vw !important;
    padding-left: 7vw !important;
}
  .custom-footer .span4 p {
    text-align: left;
}
  .span4.call_us {
    padding-left: 0vw;
}
  footer.footer.custom-footer {
    background-color: #ffffff !important;
}
  footer.footer.custom-footer {
    background-image: none;
}
  .c-company-info h2 {
    color: #28363f;
    font-weight: 200;
}
  span#hs_cos_wrapper_call_us_ a {
    color: #28363f;
    font-weight: 400;
}
  div#hs_cos_wrapper_liverpool_office p {
    color: #28363f;
}
  .custom-footer .span4 p {
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    font-size: 1em;
}
div#hs_cos_wrapper_liverpool_office p {
    color: #28363f;
    font-weight: 400;
}
  
.row {
    margin-top: 0px !important;
}
 
 .social-media-icons-mobile {
    display: flex;
}
  
.social-media-icons-mobile svg {
    width: 67px;
    padding-right: 27px;
    margin-top: 2vh;
}
  
  a.button-top {
    color: #c4db8f !important;
    background-color: #28363f;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-weight: 600;
    width: 110em;
  
}
  
  .copyright-text-footer-top {
    display: none;
}
  
  .c-company-info {
    padding: 2rem 0 2rem;
    border-bottom: solid 1px #00000047;
}
  
 .footer__container .row {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 2em;
    padding-bottom: 2em;
}
  
  .footer.row {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
  
  .footer__container_lower {
    padding-top: 2em;
    padding-bottom: 2em;
}
  
}


@media only screen and (min-width: 901px) {

.copyright-text-footer-bottom {
    display: none;
}


.footer-button {
    display: none;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.blog-post__body h2 {
  color: #C4DB8F !important;
  font-family: 'FS_MATTHEW' !important;
  font-weight: 500 !important;
}

.blog-post__body h3 {
  color: #C4DB8F !important;
  font-family: 'FS_MATTHEW' !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

p.post-snippet.blog {
  padding-top: 25px;
}

.blog-posts-wrapper h3 {
  color: #C4DB8F !important;
  font-family: 'FS_MATTHEW' !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

.blog-posts-wrapper .content-wrapper {
  padding-left:0 !important;
}

.content-wrapper-blog-hero {
  padding-left: 17vw;
  padding-right: 17vw;
}

.blog-pagination.insights ul li a {
  color: #28363F !important;
}

.content-wrapper {
  margin: 0 auto;
  padding-left: 17vw;

}

section.related-articles {
  background-color: #28363F;
}

.banner.custom-banner.blog.post {
  background-image: url(https://content.mando.agency/hubfs/top-banner.png);
  background-size: auto 405px;
  background-repeat: no-repeat;
  background-position: center right;
}


.summary-display {
  padding-top: 1px;
  padding-bottom: 30px;
}

.column-2 {
  margin-top: 6em;
  margin-bottom: 4em;
}

.column-1 {
  margin-top: 6em;
}

.blog-posts-wrapper {
  background-color: #28363f;
}



.blog-posts-wrapper p {
  color: #FFF !important;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.custom-banner.blog {
  background-color: #c4db8f !important;
  padding: 3.125rem 0;
}

.custom-banner.blog {
  padding: 3.125rem 0;
  background-color: #EBECED;
}

.custom-banner.blog h1 {
  color: #3B474E;
  line-height: 1.2;
}

.blog-post__body h2 {
  font-size: 32px;
  font-family: 'fs_matthew';
  font-weight: 300;
}

.custom-get-in-touch {
  background-color: #C4DB8F;
  padding: 0 0;
}

@media screen and (min-width: 768px) {
  .custom-get-in-touch {
    background-color: #C4DB8F;
    padding: 25px 0;
  }
}

.blog-cta h2 {
  font-family: 'fs_matthew';
  font-weight: 300;
}

.custom-banner.blog .custom-banner-text {
  margin: .9375rem 0 0;
}

.custom-banner.blog p {
  color: #28363f;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.custom-banner.blog p:last-child {
  margin-bottom: 0;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.custom-banner-inner h1 {
  font-size: 4rem;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.column-1 h2 {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }


}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: ;
}
.blog-index__post-content p {
  font-family: fs_matthew,sans-serif;
}
.blog-index__post-content a {
  color: #000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  width: 100%;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-posts-wrapper {
  line-height: 1.15;
  padding: 3.125rem 0;
  border-bottom: 1px solid #bfbfbf;
}


.blog-posts-wrapper.listing .content-wrapper {
  max-width: 65rem;
  overflow: hidden;
}

.blog-posts-wrapper.listing {
  padding-left: 17vw;
  padding-right: 17vw;
}

.post-item {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.post-item-inner {
  position: relative;
}

.post-item-link {
  color: #000;
  text-decoration: none;
}

.post-item-link:focus,
.post-item-link:hover {
  outline: 0;
  text-decoration: underline;
  color: #000;
}

.post-item-link:focus:before {
  outline: 1px dotted #bfbfbf;
  outline-offset: 6px;
}

.post-item-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post-item-image {
  position: relative;
  margin-bottom: .9375rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-item-image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
  height: 0;
}

.post-item-date {
  display: block;
  margin-bottom: .375rem;
  color: #84888b;
  font-weight: 300;
  font-size: 1rem;
}

.post-item-title {
  color: #000;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1rem;
  margin: 0;
}

.post-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .375rem;
  color: #84888b;
  font-size: 1rem;
  font-weight: 300;
}

.blog-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  margin: 0;padding: 60px 0 !important;margin-inline-start: 0;max-width: initial !important;margin-left: 1.25rem !important;
}

.blog-pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .1875rem;
  margin-left: .1875rem;
  list-style: none
}

.blog-pagination ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  min-width: 3.5rem;
  color: #000;
  font-size: 1rem;
  text-decoration: underline;
  border: 1px solid;
  border-radius: 100px;
  font-family: fs_matthew;
  font-weight: 500 !important;
  text-decoration:underline !important;
}

.blog-pagination ul li a.active {
  text-decoration: none;
  pointer-events: none;
  background-color: #28363F !important;color:#e0f89b !important;
}

.blog-pagination .c-pagination__link--next-arrow,
.blog-pagination .c-pagination__link--prev-arrow {
  height: 1.0625rem;
  width: .5625rem
}

.blog-pagination .c-pagination__link--first-arrow,
.blog-pagination .c-pagination__link--last-arrow {
  height: 1.0625rem;
  width: .875rem
}

.get-in-touch-wrapper.blog {
  padding: 3.125rem 0;
  line-height: 1.15;
  font-size: 1rem;
}

.get-in-touch-wrapper.blog .page-center {
  padding-right: .625rem;
  padding-left: .625rem;
}

.get-in-touch-wrapper.blog .span6 {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

.get-in-touch-wrapper.blog .desc {
  display: block;
  margin-bottom: .9375rem;
  color: #84888b;
  font-weight: 300;
  font-size: 22px;
}

.get-in-touch-wrapper.blog .title {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 32px;
}

.get-in-touch-wrapper.blog .get-in-touch__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 1rem .4375rem 0 -.4375rem;
  height: 100%;
}

.get-in-touch-wrapper.blog .custom-button {
  position: relative;
  display: inline-block;
  margin: 0 .4375rem;
  padding: 0;
  overflow: hidden;
  background-clip: border-box;
  border: 2px solid transparent;
  font-family: fs_matthew,sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .25s cubic-bezier(.645,.045,.355,1);
  padding: .625rem;
  width: 100%;
  border-radius: 3px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 22px;
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.get-in-touch-wrapper.blog .custom-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: -webkit-transform .25s cubic-bezier(.645,.045,.355,1);
  transition: transform .25s cubic-bezier(.645,.045,.355,1);
  transition: transform .25s cubic-bezier(.645,.045,.355,1),-webkit-transform .25s cubic-bezier(.645,.045,.355,1);
  background-color: #E73707;
}

.get-in-touch-wrapper.blog .custom-button:focus:after,
.get-in-touch-wrapper.blog .custom-button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.get-in-touch-wrapper.blog .custom-button.custom-button-brand {
  background-color: #C4DB8F;
  border-color: #C4DB8F;
  color: #000;
}

.get-in-touch-wrapper.blog .custom-button.custom-button-brand:after {
  background-color: #a9bf75;
}

.get-in-touch-wrapper.blog .custom-button.custom-button-brand:focus,
.get-in-touch-wrapper.blog .custom-button.custom-button-brand:hover {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-article-meta {
  position: relative;
  z-index: 0;
  padding: 1.125rem 0 1.125rem 6.1875rem;
}

.c-article-meta__image {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  height: 4.875rem;
  width: 4.875rem;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-article-meta__author {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
}

.c-article-meta__info {
  margin: 0;
  color: #3B474E;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  font-family: 'fs_matthew';

}

.news-banner {
  color: #28363f;
  margin-right: 5px;
  font-weight: 600;
  font-family: 'fs_matthew';
}


.c-article {
  margin: 3.125rem 0;
}

.c-article__inner {
  position: relative;
}

.c-article__heading {
  margin: 3.125rem 0;
  color: #3B474E;
  line-height: 1.2;
  font-size: 30px;
}

.c-share-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin: 0 0 1.875rem;
  padding: 0 0 1.875rem;
  border-bottom: 1px solid #EBECED;
  list-style: none;
}

.c-share-list__item {
  margin: 0 .5rem;
  width: 1.5625rem;
}

.c-share-list__link {
  display: block;
  margin: 0;
  height: 1.5625rem;
  width: inherit;
}

.c-share-list__link:focus use,
.c-share-list__link:hover use {
  fill: #E73707;
}

.c-share-list__icon {
  height: 1.5625rem;
  width: 1.5625rem;
}

.c-share-list__icon use {
  fill: #84888b;
  transition: fill .5s cubic-bezier(.645,.045,.355,1);
}

.blog-post__body {
  font-size: 1.25rem;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #000;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #000;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: fs_matthew,sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

.blog-posts-wrapper .grecaptcha-badge {
  margin: 15px 0 0;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


h2.post-item-title.blog {
  color: #28363f;
  font-weight: 300;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0;
  text-decoration: underline;
}

h2.post-item-title.blog:hover {
  color: #28363f;
  font-weight: 300;
  line-height: 1.3;
  font-size: 32px;
  margin: 0;
  text-decoration: none;
}


time.c-article-meta__info.blog-page {
  font-weight: 100 !important;
  font-size: 14px;
  margin-bottom: 1.3em;
  font-family: 'fs_matthew';
  /* font-weight: 300; */
}





@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }

  .blog-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin: 0;
    padding: 60px 0 !important;
    margin-inline-start: 0;
    max-width: initial !important;
    margin-left: -0.5rem !important;
  }

  .blog-pagination .next-link, .blog-pagination .prev-link {
    display:none;
  }


}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}


/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.blog-filter {
  background-color: #f45b5b;
}

.text-center p {
  color: white;
}

.content-wrapper.filter-style {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 17vw;
}

select#all-topics {
  width: 6em;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
  border-radius: 22px !important;
}





@media screen and (min-width: 61.25em) {
  .blog-post__body {
    max-width:66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 46.25em) {  
  .blog-post__body {
    max-width: 70%;
    margin-left: 3em;
  }
}


.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6 {
  margin: 0 0 .625rem;
  color: #000;
  line-height: 1.3
}

.blog-post__body h2 {
  font-size: 26px
}

@media screen and (min-width: 46.25em) {
  .blog-post__body h2 {
    font-size:32px
  }
}

.blog-post__body img {
  max-width: 100%
}

.blog-post__body li,.blog-post__body p {
  font-weight: 300
}

.blog-post__body li i,.blog-post__body p i {
  font-style: italic
}

.blog-post__body li b,.blog-post__body li strong,.blog-post__body p b,.blog-post__body p strong {
  font-weight: 700
}

.blog-post__body p {
  margin-bottom: .625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5
}

@media screen and (min-width: 46.25em) {
  .blog-post__body p {
    font-size:1.25rem
  }
}

.blog-post__body p:last-child {
  margin-bottom: 0
}

.blog-post__body li {
  position: relative;
  line-height: 1.5rem;
  font-size: 16px
}

.blog-post__body ol,.blog-post__body ul {
  margin: 1.625rem 0 2.125rem;
  padding: .125rem 0;
  border: solid #bfbfbf;
  border-width: 1px 0
}

.blog-post__body ol {
  counter-reset: a
}

.blog-post__body li {
  margin: 1.9375rem 0;
  padding: 0 1.25rem 0 4.5rem;
  list-style: none
}

.blog-post__body li:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  height: .875rem;
  width: .875rem
}

.blog-post__body ul li:before {
  top: .3125rem;
  background: #FFCFB5
}

.blog-post__body ol li:before {
  content: counter(a);
  top: 0;
  width: .875rem;
  color: #FFCFB5;
  font-weight: 700;
  counter-increment: a;
  text-align: center
}

.blog-post__body a {
  word-break: break-word
}

.blog-post__body a:hover {
  text-decoration: none
}

.blog-post__body img {
  margin: 0;
  height: auto
}

.blog-post__body figure {
  margin: 4.375rem 0 1.875rem
}

@media screen and (min-width: 46.25em) {
  .blog-post__body figure {
    margin:4.375rem calc(-8.33333% + 1.875rem) 1.875rem
  }
}

.blog-post__body figure img {
  margin: 0;
  width: 100%
}

@media screen and (min-width: 46.25em) {
  .blog-post__body figure img {
    margin:0
  }
}

.blog-post__body figcaption {
  margin: 1.3125rem 0;
  color: #84888b;
  font-weight: 600;
  text-align: center;
  font-size: 16px
}

.blog-post__body blockquote {
  position: relative;
  margin: .625rem 0;
  padding: 3.25rem 3.5rem 4.0625rem 3.875rem;
  width: 100%;
  background: #faf9fa
}

@media screen and (min-width: 46.25em) {
  .blog-post__body blockquote {
    width:75%
  }

  .blog-post__body blockquote:nth-of-type(odd) {
    float: left;
    margin-right: 1.375rem;
    margin-left: calc(-8.33333% + 1.875rem)
  }

  .blog-post__body blockquote:nth-of-type(2n) {
    float: right;
    margin-right: calc(-8.33333% + 1.875rem);
    margin-left: 1.375rem
  }
}

.blog-post__body blockquote:before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 1.375rem;
  z-index: 0;
  height: calc(100% - 7.3125rem);
  width: .3125rem;
  background: #bfbfbf
}

.blog-post__body blockquote p:first-child {
  margin: 0 0 1.5625rem;
  font-weight: 700;
  letter-spacing: .08125rem;
  line-height: 2.1875rem;
  font-size: 24px
}

.blog-post__body blockquote p:first-child:after,.blog-post__body blockquote p:first-child:before {
  color: #C4DB8F
}

.blog-post__body blockquote p:first-child:before {
  content: "\201C"
}

.blog-post__body blockquote p:first-child:after {
  content: "\201D"
}

.blog-post__body blockquote cite,.blog-post__body blockquote p:nth-of-type(2n) {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 16px
}

.blog-post__body .c-video--responsive {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 25px;
  padding-bottom: 56.25%
}

.blog-post__body .c-video--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.blog-post__body table {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed
}

@media screen and (min-width: 46.25em) {
  .blog-post__body table {
    display:table;
    width: auto;
    table-layout: auto
  }
}

.blog-post__body table thead th {
  background-color: #E73707;
  border-left: 1px solid #fff;
  color: #000;
  font-weight: 400;
  text-transform: uppercase
}

.blog-post__body table tbody td,.blog-post__body table thead th {
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap
}

.blog-post__body table tbody td {
  border-bottom: 1px solid #bfbfbf
}

.blog-post__body table tbody tr:nth-child(2n) {
  background-color: #EBECED
}

.blog-post__body table tbody tr:focus>td,.blog-post__body table tbody tr:hover>td {
  background-color: #bfbfbf;
  box-shadow: inset 0 -1px 0 #bfbfbf;
  transition: all .25s cubic-bezier(.645,.045,.355,1)
}

@media (min-width: 46.25em) {




  .get-in-touch-wrapper.blog .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .get-in-touch-wrapper.blog .span6 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .get-in-touch-wrapper.blog .span6:first-child {
    padding-left: calc(5.3125rem + .9375rem);
  }

  .get-in-touch-wrapper.blog .span6:right-child {
    padding-right: 5.3125rem;
  }

  .get-in-touch-wrapper.blog .title {
    line-height: 1.2;
    font-size: 45px;
  }

  .get-in-touch-wrapper.blog .get-in-touch__links {
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 5.3125rem;
    padding-left: 5.3125rem;
  }

  .get-in-touch-wrapper.blog .custom-button {
    max-width: 14.3125rem;
  }

  .c-article-meta {
    max-width: 80%;
  }

  .c-article__heading {
    margin:3.125rem 5.3125rem;
    font-size: 45px;
  }

  .c-share-list__list {
    margin:0 0 1.875rem 5.3125rem;
    max-width: 80%;
  }

  .blog-comments {
    margin-left: 5.3125rem;
    max-width: 80%;
  }
}

@media (min-width: 61.25em) {
  .blog-posts-wrapper .blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .blog-posts > .post-item {
    width: 75%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .blog-pagination ul {
    margin: 0 auto;
    max-width: 65rem;
  }
  .get-in-touch-wrapper.blog .span6 {
    width: 50%;
  }

  .get-in-touch-wrapper.blog .get-in-touch__links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -.4375rem;
    padding-left: 0;
  }

  .c-article-meta {
    max-width:70%;
  }

  .c-share-list__list {
    position:absolute;
    top: 10.3125rem;
    left: calc(70% + 7.1875rem);
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border: 0;
    max-width: none;
  }

  .c-share-list__item {
    margin:0;
  }

  .c-share-list__link {
    margin:0 0 1rem;
  }

  .blog-comments {
    max-width: 70%;
  }
}



.banner.custom-banner.blog.blog-case-studies {
  padding-left: 17vw;
}


/* BLOG PAGE STYLING CODE */

.banner.custom-banner.blog.blog-index-background {
  background-color: white !important;
  margin-top: 5em;
  margin-bottom: 5em;
}

.blog-posts-wrapper.listing.Listing-bg {
  background-color: #c4db8f;
}


p.post-snippet {
  color: #28363f !important;
  font-size: 1rem !important;
}

.post-item {
  margin-top: 2em;
  margin-bottom: 1em;
}

time.c-article-meta__info.blog-page {
  margin-bottom: 0.5em;
}

time.c-article-meta__info.blog-page {
  font-weight: 100 !important;
  font-size: .9em;
  margin-bottom: 1.3em;
}

.post-item.case-studies {
  width: 33%;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.banner.custom-banner.blog.blog-case-studies {
  background-color: white !important;
  margin-top: 5em;
  margin-bottom: 4em;
}

.post-item.case-studies h2 {
  color: white !important;
  font-size: 18px !important;
}

.blog-pagination.case-studies-blog ul li a {
  fill: #C4DB8F;
}

.blog-pagination ul li a {
  color: #C4DB8F !important;
}





@media only screen and (max-width: 600px) {


  .blog-post__body {
    max-width: 100% !important;
  }

  .blog-post__body {
    max-width: 70%;
    padding-right: 7vw;
    padding-left: 7vw;
  }


  .blog-post__body {
    margin-left: 0em !important;
  }

  .content-wrapper {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
  }

}

@media only screen and (max-width: 1150px) {

  .content-wrapper {
    padding-left: 7vw;
    padding-right: 17vw;
  }

  .content-wrapper.filter-style {
    padding-left: 7vw;
  }

  .blog-posts-wrapper.listing {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .content-wrapper-blog-hero {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .banner.custom-banner.blog.blog-case-studies {
    padding-left: 7vw;
  }

  .content-wrapper.filter-style {
    padding-left: 7vw !important;
  }


}

.hs-blog-post blockquote p:first-child::before, .hs-blog-post blockquote p:first-child::after {
  display:none;
}

.hs-blog-post #pagecontain li {
  padding-bottom:.3em;
}

.hs-blog-post #pagecontain h2 {
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 1.4em;
  margin-bottom: .4em;
  font-weight: 600;
}

.hs-blog-post #pagecontain h2:first-of-type {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2em;
  font-weight: 300;
  margin-bottom:1.8em;
  margin-top: 0;
}
.hs-blog-post #pagecontain p {
  padding-bottom: 1.8em;
  line-height: 1.8em;
}

.hs-blog-post #pagecontain h2:first-of-type {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: .4em;
  font-weight: 600;
  font-family: 'fs_matthew', sans-serif;
}

.hs-blog-post #pagecontain p + ul {
  margin-top: -20px;
}

.hs-blog-post #pagecontain h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}

.hs-blog-post #pagecontain h1 + ul,
.hs-blog-post #pagecontain h2 + ul,
.hs-blog-post #pagecontain h3 + ul,
.hs-blog-post #pagecontain h4 + ul,
.hs-blog-post #pagecontain h5 + ul,
.hs-blog-post #pagecontain h6 + ul {
  margin-top: -20px;
  padding-top: 1.8em; 
}

body .hs-blog-post .homepage-cta {
  display: flex;
  /* min-height: 15rem; */
align-items: center;
}

body .hs-blog-post .homepage-cta {
  padding-left: 17vw;
  /* padding-right: 17vw; */
}

body .hs-blog-post.hs-blog-post .homepage-cta {
  padding-top: 0;
  padding-bottom: 0;
}

body .hs-blog-post .homepagestyle1 {
}

body .hs-blog-post .homepagestyle1 a:hover, a:hover span {
  color: #000;
}


body .hs-blog-post .homepagestyle1 a {
  background-color: #28363F  !important;
  color: #C4DB8F  !important;
  border: 2px solid #28363F  !important;
  padding: 10px 20px  !important;
  border-radius: 50px  !important;
  text-decoration: none !important;
  display: inline-block  !important;
  margin-top: 20px  !important;
  transition: all 0.3s ease  !important;
  font-weight: 500  !important;
  font-size: 18px !important;
}

body .hs-blog-post .homepagestyle1 a span {
  color: #C4DB8F  !important;
  transition: all 0.3s ease  !important;
}

body .hs-blog-post .homepagestyle1 a:hover {
  background-color: #C4DB8F  !important;
  color: #C4DB8F  !important;
}

body .hs-blog-post .homepagestyle1 a:hover span {
  color: #28363F  !important;

}

body .hs-blog-post .homepagestyle2 a {
  color: #fff;
}

body .hs-blog-post .homepagestyle2 span {
  color: #fff !important;
}

body .hs-blog-post .homepagestyle2 {
  background-color: #F45B5B !important;
}

body .hs-blog-post .homepagestyle2 h2{
  color: #fff !important;
}



body .hs-blog-post .columnhome2 span:hover {
  color: #fff;
}

body .hs-blog-post .columnhome1 h2 {
  font-family: 'fs_matthew';
  font-weight: 300;
}

body .hs-blog-post .columnhome2 {
  width: 50%;
}
body .hs-blog-post .columnhome1 h2 {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  /* height: -webkit-fill-available; */
  margin: 0;
}

body .hs-blog-post .columnhome2 p {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  /* height: -webkit-fill-available; */
}

@media only screen and (max-width: 600px) {
  body .hs-blog-post .homepage-cta {
    display: flex;
    flex-direction: column;
    align-items:center;
  }

  body .hs-blog-post .columnhome1 {
    margin-bottom: 20px;
  }

  body .hs-blog-post .homepage-cta {
    display: flex;
    flex-direction: column;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
  }
  body .hs-blog-post .columnhome1, body .hs-blog-post .columnhome2 {
    width: 100%;
  }

  body .hs-blog-post .columnhome1 h2, body .hs-blog-post .columnhome2 p {
    justify-content: left;
  }

}

@media only screen and (max-width: 900px) {
  body .hs-blog-post .columnhome2 {
    width: 100%;
    padding: 0;
  }
  body .hs-blog-post .homepage-cta {
    display: flex;
    flex-direction: column;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
  }

  body .hs-blog-post .columnhome1 h2, body .hs-blog-post .columnhome2 p {
    align-content: flex-start;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: left;
  }
  body .hs-blog-post .homepage-cta {
    display: flex;
    height: auto;
  }
}


#mainContent #pagecontain a {
  color:#000;
}

#mainContent.darkgreenBkg #pagecontain a {
  color:#e6b69c;
}

.hs-blog-post #pagecontain h1:first-of-type {
  padding-bottom: 1.3em;
}

.hs-blog-post #pagecontain h3 {
  font-size: 1.3em;
  font-weight:400;
}


.hs-blog-post #pagecontain h4 {
  font-weight:400;
  font-size: 1.3em;
  text-transform: uppercase;
}

.hs-blog-post #pagecontain blockquote p {
  font-family: fs_matthew,sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2em;
}

.hs-blog-post #pagecontain blockquote {
  background-color: #fff;
  padding: 1em 0 1em;
  border-top: 15px solid;
  border-bottom: 1px solid;
  font-size: 1.8em;
  margin-bottom: 2.6em;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  margin-top: 1.4em;
}


#hs_cos_wrapper_post_body img {
  margin-bottom:1.8em;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework {
  background-color: #28363F;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item,
.searchresults .ma-search-results__listing li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.searchresults .ma-search-results__listing li {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 1.25rem;
}

.searchresults .ma-search-results__extra {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.searchresults .ma-search-results__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-item-content,
.searchresults .ma-search-results__listing li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-item-title,
.searchresults .ma-search-results__listing li .ma-search-results__title {
  color: #c4db8f;
  font-weight: 300;
  line-height: 1.3;
  font-size: 2rem;
  margin: 0;
  text-decoration: underline;
}

.searchresults .ma-search-results__listing li .ma-search-results__title {
  /* margin-top: 20px; */
  margin-bottom: 10px;
  display: block;
}

.searchresults .ma-search-results__listing li .ma-search-results__title:hover {
  text-decoration: none !important;
}

.searchresults h1 {
  color: #C4DB8F;
  font-weight: 700;
  font-size: 40px;
}


.searchresults .ma-search-results__pagination a {
  color: #C4DB8F;
}

.searchresults .ma-search-results ul {
  padding-left: 0;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-item__image,
.searchresults .ma-search-results__listing li .ma-search-results__featured-image {
  width: 100%;
  height: 205px;
}

@media screen and (min-width: 767px) {
  body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-item__image,
  .searchresults .ma-search-results__listing li .ma-search-results__featured-image {
    width: 100%;
    max-width: 350px;
  }

  .blogrework .post-item__content-wrap,
  .ma-search-results__content {
    margin-left: 40px;
    width: calc(100% - 390px);
  }
}


body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-item__image img,
.searchresults .ma-search-results__listing li .ma-search-results__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .c-article-meta__info {
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .c-article-meta__info {
    margin-top: 0px;
  }
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .c-article-meta__info .news-banner {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
}

body .blog-posts-wrapper.listing.Listing-bg.blogrework .post-item .post-snippet {
  color: #fff !important;
  padding-top: 0 !important;
  margin-top: 10px;
  margin-bottom: 0;
}

.searchresults .ma-search-results__description {
  color: #fff;
}

.searchresults a:hover .hs-search-highlight {
  font-weight: 700 !important;
  color: #c4db8f !important;
}

/* .searchresults .hs-search-highlight {
  color: #e73707 !important;
} */

body .blog-pagination.blogrework ul li a {
  height: 30px;
  min-width: 30px;
  background-color: #28363F !important;
  color: #e0f89b !important;
  border-color: #e0f89b !important;
  font-size: 14px !important;
}

body .blog-pagination.blogrework ul li a.active {
  background-color: #c4db8f !important;
  color: #28363F !important;
}

@media screen and (min-width: 767px) {
  body .blog-pagination.blogrework ul li a {
    font-size: 18px !important;
    height: 45px;
    min-width: 45px;
  }
}

.blog-post__search {
  background-color: #C4DB8F;
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hs-search__no-results p {
  color: #fff !important;
}

@media screen and (min-width: 1200px) {
  .blog-post__search {
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

.blog-post__search .hs_cos_wrapper {
  width: 100%;
}

.resetsearch {
  color: #28363F;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .blog-post__search .hs_cos_wrapper {
    max-width: 300px;
  }

  .resetsearch {
    margin-top: 0;
    margin-left: 20px;
  }
}

.blog-post__search .hs-search-field__button  {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6602 22.1152L19.792 17.2471C19.5723 17.0273 19.2744 16.9053 18.9619 16.9053H18.166C19.5137 15.1816 20.3145 13.0137 20.3145 10.6553C20.3145 5.04492 15.7686 0.499023 10.1582 0.499023C4.54785 0.499023 0.00195312 5.04492 0.00195312 10.6553C0.00195312 16.2656 4.54785 20.8115 10.1582 20.8115C12.5166 20.8115 14.6846 20.0107 16.4082 18.6631V19.459C16.4082 19.7715 16.5303 20.0693 16.75 20.2891L21.6182 25.1572C22.0771 25.6162 22.8193 25.6162 23.2734 25.1572L24.6553 23.7754C25.1143 23.3164 25.1143 22.5742 24.6602 22.1152ZM10.1582 16.9053C6.70605 16.9053 3.9082 14.1123 3.9082 10.6553C3.9082 7.20313 6.70117 4.40527 10.1582 4.40527C13.6104 4.40527 16.4082 7.19824 16.4082 10.6553C16.4082 14.1074 13.6152 16.9053 10.1582 16.9053Z' fill='%2328363F'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  border: none;
}

.blog-post__search .hs-search-field__button  svg {
  display: none;
}

.blog-post__search  #hs_cos_wrapper_module_17192260010681 .hs-search-field__bar>form>.hs-search-field__input {
  border-radius: 50px !important;
  color: #28363F !important;
  font-size: 16px !important;
  padding-right: 30px !important;
  height: 45px !important;
}

.blog-post__search .hs-search-field__form {
  position: relative;
}

.blog-post__search .hs-search-field__suggestions-container  {
  display: none !important;
}

.blog-post__search input[type="search" i]::-webkit-search-cancel-button {
  display: none !important;
}

.searchresults {
  background-color: #28363F;
  padding-left: 7vw !important;
  padding-right: 7vw !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .searchresults {
    padding-left: 17vw !important;
    padding-right: 17vw !important;
  }
}

.hs-blog-post .homepage-cta {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paginationrework,
.ma-search-results__pagination {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.paginationrework__back a,
.paginationrework__next a,
.ma-search-results__pagination .ma-search-results__prev-page,
.ma-search-results__pagination .ma-search-results__next-page {
  background-color: #C4DB8F  !important;
  color: #28363F  !important;
  border: 2px solid #C4DB8F  !important;
  padding: 10px 20px  !important;
  border-radius: 50px  !important;
  text-decoration: none !important;
  display: inline-block  !important;
  transition: all 0.3s ease  !important;
  font-weight: 700  !important;
  font-size: 18px !important;
}

.paginationrework__back a:hover,
.paginationrework__next a:hover,
.ma-search-results__pagination .ma-search-results__prev-page:hover,
.ma-search-results__pagination .ma-search-results__next-page:hover {
  background-color: #28363F  !important;
  color: #C4DB8F  !important;
}

.paginationrework__next--disabled,
.paginationrework__back--disabled,
.ma-search-results__prev-page.ma-search-results__prev-page--disabled, 
.ma-search-results__next-page.ma-search-results__next-page--disabled{
  pointer-events: none;
  opacity: 0.5;
  display: none !important;
}

.paginationrework__currents p,
.ma-search-results__pagination p {
  margin: 0 10px;
  color: #C4DB8F !important;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .paginationrework__currents p,
  .ma-search-results__pagination p {
    margin: 0 20px;
  }
}

.blogrework .post-item-link {
  display: block;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: fs_matthew,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3.125rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: fs_matthew,sans-serif;
  font-size: 1.25rem;
  color: #000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page form#email-prefs-form .hs-input {
  padding: .75rem !important;
}



.hs-landing-page .page-header > h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-landing-page form#email-prefs-form > #content .header {
  background-color: transparent;
}

.systems-page #hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

.systems-page form {
  max-width: 550px;
}

.systems-page > .form-container .hs-input {
  margin: 10px 0;
}

.hs_cos_wrapper_type_email_subscriptions form#email-prefs-form {
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  zoom: 1;
  background-image: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}


@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page form#email-prefs-form .hs-input {
    width: 100% !important;
  }

  .systems-page .hs-landing-page .systems-page .success {
    min-width: unset;
  }
}

@media (max-width: 479px) {
  form#email-prefs-form > .page-header > h1 {
    font-size: 32px;
  }
}

/* ****** error page ***** */

.error-page-wrapper .span8 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.error-page-wrapper .custom-article {
  margin: 3.125rem 0;
}

.error-page-wrapper .custom-article__inner {
  position: relative;
}

.error-page-wrapper .custom-title-block__title {
  margin: 0;
  color: #000;
  line-height: 1.3;
  font-size: 26px;
}


@media (min-width: 46.25em){
  .error-page-wrapper .span8 {
    width: 66.66667%;
    margin-left: 16.66667%;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .error-page-wrapper .custom-title-block__title {
    max-width: 90%;
    font-size: 32px;
  }

  .error-page-wrapper .custom-rich-text {
    margin-left: 5.3125rem;
    max-width: 80%;
  }

  .hs_cos_wrapper_type_email_subscriptions form#email-prefs-form {
    font-size: 1.25rem;
  }
}

@media (min-width: 61.25em) {
  .error-page-wrapper .custom-title-block__title {
    max-width: 70%;
  }

  .error-page-wrapper .custom-rich-text {
    max-width: 70%;
  }
}

#hs-subscriptions-masked-email {
  font-size: 24px;
  font-weight: 500;
}

#hs_cos_wrapper_subscription_preferences {
  padding-left: 20px;
  padding-right: 20px;
}

#hs_cos_wrapper_subscription_preferences .page-header {
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
}

#hs_cos_wrapper_subscription_preferences .localization-language {
  display: none;
}

#hs_cos_wrapper_subscription_preferences .item-inner p {
  margin-left: 38px;
  font-size: 18px;
  font-weight: 300;
}

#hs_cos_wrapper_subscription_preferences .item-inner span,
#hs_cos_wrapper_subscription_preferences .subscribe-options span {
  font-size: 24px;
  font-weight: 500;
}

#hs_cos_wrapper_subscription_preferences .item-inner input,
#hs_cos_wrapper_subscription_preferences .subscribe-options input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#hs_cos_wrapper_subscription_preferences .item-inner .fakelabel span:first-of-type,
#hs_cos_wrapper_subscription_preferences .subscribe-options span:first-of-type{
  position: relative;
  cursor: pointer;
}

#hs_cos_wrapper_subscription_preferences .item-inner .fakelabel span:first-of-type:before,
#hs_cos_wrapper_subscription_preferences .subscribe-options span:first-of-type:before {
  content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(35, 31, 32, 0.4);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: -3px;
}


#hs_cos_wrapper_subscription_preferences .item-inner input:checked + span:after,
#hs_cos_wrapper_subscription_preferences .subscribe-options input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 5px;
  height: 11px;
  border: solid #28363F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#hs_cos_wrapper_subscription_preferences .subscribe-options input:checked + span:after {
  top: 9px;
}

#hs_cos_wrapper_subscription_preferences .email-prefs {
  width: 100%;
  max-width: 550px;
}

#hs_cos_wrapper_subscription_preferences p.header {
  display: none;
}

#hs_cos_wrapper_subscription_preferences .subscribe-options {
  border-top: 1px solid #CBD6E2;
  margin-top: 20px;
  padding-top: 20px;
}

#hs_cos_wrapper_subscriptions_confirmation {
  width: 100%;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
}

#hs_cos_wrapper_subscriptions_confirmation .page-header {
  margin-bottom: 40px;
}

#hs_cos_wrapper_subscriptions_confirmation .page-header p, #hs_cos_wrapper_subscriptions_confirmation .page-header br {
  display: none;
}

#hs_cos_wrapper_backup_unsubscribe {
  width: 100%;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
}

#hs_cos_wrapper_backup_unsubscribe h3 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

#hs_cos_wrapper_subscriptions_confirmation .success {
  background-color: #C4DB8F;
  border: 1px solid #4F7D24;
  color: #3B5D1B;
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#hs_cos_wrapper_subscriptions_confirmation .success:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_76_2539)'%3E%3Cg clip-path='url(%23clip1_76_2539)'%3E%3Cg clip-path='url(%23clip2_76_2539)'%3E%3Cmask id='mask0_76_2539' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='7' y='7' width='21' height='21'%3E%3Cpath d='M27.2633 7.43542H7.43555V27.2632H27.2633V7.43542Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_76_2539)'%3E%3Cpath d='M25.3098 10.8687L14.6788 21.4997L9.38905 16.2099C9.18205 16.0029 8.89611 15.8748 8.57986 15.8748C7.94793 15.8748 7.43555 16.3872 7.43555 17.0191C7.43555 17.3354 7.56366 17.6213 7.77067 17.8283L13.8725 23.9244C14.0795 24.1314 14.3654 24.2601 14.6817 24.2601C14.9979 24.2601 15.2838 24.132 15.4908 23.9244L26.9282 12.4871C27.1352 12.28 27.2633 11.9941 27.2633 11.6779C27.2633 11.046 26.7509 10.5336 26.119 10.5336C25.8028 10.5336 25.5168 10.6616 25.3098 10.8687Z' fill='%233B5D1B'/%3E%3C/g%3E%3Cpath d='M17.349 33.8926C26.4857 33.8926 33.8924 26.4859 33.8924 17.3493C33.8924 8.21262 26.4857 0.805908 17.349 0.805908C8.21237 0.805908 0.805664 8.21262 0.805664 17.3493C0.805664 26.4859 8.21237 33.8926 17.349 33.8926Z' stroke='%233B5D1B' stroke-width='1.61184'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_76_2539'%3E%3Crect width='35' height='35' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_76_2539'%3E%3Crect width='35' height='35' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip2_76_2539'%3E%3Crect width='35' height='35' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}

.subscription-preferences .systems-page {
  padding-bottom: 40px;
}

.subscription-preferences .c-company-info {
  padding-top: 40px;
}

.subscription-preferences .c-company-info h2 {
  margin-top: 0;
}

.subscription-preferences .success {
  margin-bottom: 0 !important;
}

.subscription-preferences #hs_cos_wrapper_backup_unsubscribe h3 {
  margin-bottom: 0 !important;
}



@media (prefers-reduced-motion: reduce) {
  /* Apply reduced motion styles to objects with animations, movement, and transitions */
  *,
  *::before,
  *::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
    scroll-behavior: auto !important;
    transform: none !important;
    transform:translateY(0) !important.
  }
}

:focus {
  outline: 2px solid #e0f89b;
}

button:focus {
  outline: 2px solid #e0f89b;
}

button span:focus, button span:select {
  outline: 2px solid #e0f89b;
}

a:focus {
  outline: 2px solid #e0f89b;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 2px solid #e0f89b;
}

.hs-form input[type="text"]:focus,
.hs-form input[type="email"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
outline: 2px solid #e0f89b;
}


:root {
    --lime: #C1F300;
    --green: #124429;
    --brown: #282120;
    --blue: #28363F;
    --yellow: #FCBC1D;
    --orange: #FF7039;
    --silver: #AFAFAF;
    --grey: #F5F5F5;
    --pink: #E94B96;
    --light: #fff;
    --dark: #707070;
    --darker: #393939;
    --gradient: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.light-grey-bg {
  	background: var(--grey);
}

.dark-bg {
    background: var(--darker);
}

.blue-bg {
    background: var(--blue);
}

.row-reverse {
  	flex-direction: row-reverse !important;
}

p {
font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  font-weight: 300}
a, a h4 {
  text-decoration:none !important;
}
a:hover {
  text-decoration:underline !important;
}

 a h4:hover {
   text-decoration:none !important;
}

.cta_button span {
  text-decoration:none !important;
}

.cta_button, .cta_button:hover {
  color:#c4db8f !important;
}

.social-media-icons p {
  text-decoration:none !important;
}

.work-page {
  margin:0 !important;
  padding:60px 17vw;
}

.body-container__website {
  padding-top:60px;
  padding-bottom:60px;
}
.work-page .top_area-row-0-max-width-section-centering > .row-fluid {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}

.work-page .custom-container-wrapper .span12.dnd-column {
padding-right: 0 !important;
padding-left: 0 !important;
}
@media only screen and (max-width: 920px){

.work-page {
margin: 0 !important;
padding: 60px 7vw;
}
}
.span4.call_us p, footer p, footer ul {
  
font-family: fs_matthew, sans-serif;
}  

*, button, span{
    -webkit-appearance: none;
}

.casestudyCTA a {
  color:#000;
}

.custom-socials__link svg path {
  fill:#C4DB8F !important;
}

@media only screen and (max-width: 900px) {
  .custom-socials__link svg path {
  fill:#28363f !important;
}
}