/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 160%;
  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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  padding-right: .29297rem;
  padding-left: .29297rem;
  margin-left: auto;
  margin-right: auto;
}

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

.banner-area .dnd-section,.banner-area .widget-type-cell {
  padding: 0;
}


@media print, screen and (min-width: 40em){
.dnd-section > .row-fluid {
    padding-right: .78125rem;
    padding-left: .78125rem;
}
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media print, screen and (max-width: 74.99875em){
  .dnd-section > .row-fluid {
    padding-right: 30px;
    padding-left:  30px;
}
}


.dnd-section[class*="cta-section"], .dnd-section[class*="cta-section"] .row-fluid, .dnd-section[class*="cta-section"] .widget-type-cell{
   padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: 'Geograph';
  src: url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Black.woff2) format('woff2'),
    url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geograph';
  src: url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Bold.woff2) format('woff2'),
    url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geograph';
  src: url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Regular.woff2) format('woff2'),
    url(https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/raw_assets/public/Fonts/Geograph-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}


/* Anchor Links */
a {
  text-decoration: none;
  transition: .2s all;
}
a:hover, a:focus {

}
a:not([class]){
  border-bottom: 1px solid;
  border-color: #0098e0;
  position: relative;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  word-break: break-word;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.36719rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.09375rem;
  line-height: 1.2;
}

h3 {
  line-height: 1.3;
}

h4 {
  line-height: 1.2
}

h5 {
  line-height: 1.2;
}

h6 {
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul, ol, dl {
  line-height: 1.4;
}

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

blockquote {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.5625rem;
  border-left: 1px solid #4d4d4d;
  position: relative;
  font-style: italic;
  font-size: 1.32812rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

:focus {

}

.disable-focus-styles :focus {
  outline: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

@media print, screen and (max-width: 89.99875em){
  body {
    font-size: .9375rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
}

.cookie-reset-container{
  text-align: left !important;
  font-weight: bold;
  color: #fff !important;

}
  .cookie-reset-container a{
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .cookie-reset-container a,   .cookie-reset-container a:hover{
    color: inherit !important;
  }

  .cookie-reset-container a:hover{
    text-decoration: none;
  }

.hs-button, .button{
  cursor: pointer;
    background: #ffc46c;
    color: #111;
    text-align: center;
    font-size: .86538rem;
    border-radius: .24038rem;
    border: 0;
    padding: .76923rem 1.44231rem;
    display: inline-block;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    position: relative;
}



/* 

input.hs-button {
    background: transparent;
    border: 0;
    color: rgba(255,255,255,1.0);
    cursor: pointer;
    white-space: normal;
}
 */
@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
  form {
    margin-bottom: 15px;
  }
} 
h3.form-title {
  padding: 5px 10px 5px 0px;
  width: 100%;
}
/* .field:last-of-type {
    margin-bottom: 0;
} */

.hs-form label {
  display: block;
  margin: 0;
  font-size: .64453rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .29297rem;
  letter-spacing: .00781rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  font-weight: 700;
  color: #e02d76 !important;
  transition: .3s all;
  text-align: right;
  padding: 4px 0;
  right: 0;
  font-size: 12px;
  margin-bottom: .58594rem;
}

.hs-input, input[type=password] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  min-height: 1.93359rem;
  font-size: .66406rem;
  font-weight: 600;
  line-height: 1.5;
  padding: .48828rem;
  border: 1px solid ;
  letter-spacing: .5px;
}
.hs-input:focus{
  outline: none;
  box-shadow: 0 0 5px #6be6f2;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: unset;
}

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

.hs-input:-moz-placeholder {

}

.hs-input::-webkit-input-placeholder {

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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: #c87872;
}
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;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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;
}
@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: Lato, 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 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
  border: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* 

.button{
    cursor: pointer;
    background: #ffc46c;
    color: #111;
    text-align: center;
    font-size: .86538rem;
    border-radius: .24038rem;
    border: 0;
    padding: .76923rem 1.44231rem;
    display: inline-block;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    position: relative;
    font-family: "Geograph",Helvetica,Arial,Verdana,sans-serif !important;
  
}
 */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom_header {
  z-index: 6;
  will-change: transform,background-color,height;
  transition: 1s background-color,1s height,1s -webkit-transform;
  transition: 1s transform,1s background-color,1s height;
  transition: 1s transform,1s background-color,1s height,1s -webkit-transform;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__container {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  transition: .75s transform,.75s opacity,.75s -webkit-transform;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__logo {
/*   background: #222; */
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 17px 8px;
  position: relative;
  text-align: center;
}

.header__logo img{
  max-width: 138px;
}
.header__logo a {
  color: inherit;
}

.custom-menu-primary {
  position: relative;
  z-index: 7;
  width: 100%;
  padding: 15px 0;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
  color: #fff;
  font-weight: 800;
}

.fixed .custom_header {
  opacity: 0;
  transition: 1s background-color,1s height,1s opacity 1s,1s -webkit-transform .75s;
  transition: 1s transform .75s,1s background-color,1s height,1s opacity 1s;
  transition: 1s transform .75s,1s background-color,1s height,1s opacity 1s,1s -webkit-transform .75s;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  height: 110vh;
  width: 100%;
}


.navMain_toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
  max-height: 89px;
  will-change: transform;
  transition: .5s -webkit-transform ease-in-out;
  transition: .5s transform ease-in-out;
  transition: .5s transform ease-in-out,.5s -webkit-transform ease-in-out;
  font-weight: 800;
  font-family: 'Geograph',Helvetica,Arial,Verdana,sans-serif;
  font-size: .39062rem;
  text-transform: uppercase;
  background: #222;
  margin-top: -20px;
  padding: 40px 20px 15px;
  color: #fff;
  cursor: pointer;
}
.menu-active a.navMain_toggle {
  transition-delay: .3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.navMain_toggle_icon {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto 12px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  transition: .2s all;
}
.navMain_toggle_icon:before, .navMain_toggle_icon:after {
  content: "";
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: -7px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: .3s all;
}
.navMain_toggle_icon:after {
  top: 7px;
}
.navMain_toggle_title {
  will-change: opacity;
  transition: .3s opacity;
}



body.menu-active header.custom_header {
  opacity: 1!important;
  transition: .5s opacity,.3s background-color!important;
  -webkit-transform: translateY(0)!important;
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important;
  height: 110vh;
  width: 100%;
  z-index: 7;
  background: #222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.menu-active  .header__container {
  margin-top: -130px;
}

body.menu-active  .header__logo {
  display: block;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
  background: 0 0;
  margin-bottom: .58594rem;
}

body.menu-active .custom-menu-primary {
  font-family: 'Geograph',Helvetica,Arial,Verdana,sans-serif;
  transition-delay: 0s!important;
  position: relative;
  margin-top: 0!important;
  z-index: 6!important;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  left: 0;
  top: 0;
  height: auto;
  padding: 0;
  opacity: 1;
  background: 0 0;
  background: 0 0;
  transition: .3s margin 1s,.1s background-color 1s;
  margin-top: -500px;
}

.menu-active .navMain_toggle .navMain_toggle_icon {
  background: 0 0;
}

.menu-active .navMain_toggle_title {
  width: 0;
  opacity: 0;
}

.menu-active .navMain_toggle_icon:before {
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  top: 0;
  width: 24px;
  height: 2px;
}

.menu-active .navMain_toggle_icon:after {
  top: 0;
  width: 24px;
  height: 2px;
  -webkit-transform: rotate(
    -45deg
  );
  -ms-transform: rotate(-45deg);
  transform: rotate(
    -45deg
  );
}

.custom-menu-primary.toggled{
  display: none;
}
.menu-active .custom-menu-primary.toggled{
  display: block;
}
.menu-active .custom-menu-primary.desktop{
  display: none;
}
.no-banner .body-wrapper {
  padding-top: 69px;
}
@media print, screen and (min-width: 60em){
  .custom-menu-primary {
    padding: 5px 0 0 20px;
/*     background: #333; */
  }
  .navMain_toggle {
    padding: 42px 25px 22px;
    font-size: .54688rem;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px); 
  }
  .fixed .navMain_toggle {
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .navMain_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-right: 6px;
    margin-top: 7px;
    height: 1px;
    margin-bottom: 9px;
  }
  .navMain_toggle_icon:before, .navMain_toggle_icon:after {
    height: 1px;
  }
  .navMain_toggle_icon:before {
    top: -4px;
  }
  .navMain_toggle_icon:after {
    top: 4px;
  }
  body.menu-active .header__logo {
    margin-bottom: 1.95312rem;
    font-size: .70312rem;
  }
}
@media screen and (min-width: 91.25em){
  .header__logo {
    font-size: .54688rem;
    letter-spacing: .5em;
  }

}


@media screen and (max-width: 59.99875em){
  .header__logo {
/*     background: #333; */
    padding: 26px 80px 24px 20px;
  }

  .custom-menu-primary {
    position: fixed;
    margin-top: -500px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer_wrapper{
  font-weight: 400;
}
.footer_buttons {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
}

.footer_buttons > div {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
}
.footer_wrapper .footer_buttons a {
    margin: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    position: relative;
    font-size: .54688rem;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer_buttons .fbtn1 a {
    background: #333;
    color: #fff;
}
.footer_buttons a:after {
    content: none;
}
.footer_buttons .fbtn1 a:hover {
    background-color: #05c8dd;
    color: #fff;
    text-decoration: none;
}
.footer_buttons .fbtn2 a {
    background: #4d4d4d;
    color: #fff;
}

.footer_buttons .fbtn2 a:hover {
    background-color: #05c8dd;
    color: #fff;
    text-decoration: none;
}


.footer a, .footer__copyright a{
    border: 0;
}

.footer {
    font-size: .78125rem;
    padding: 30px 0;
    position: relative;
    z-index: 5;
}


.footer .logo{
    max-width: 140px;
    margin: auto;
}

.footer__container {
    max-width: 39.0625rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer_col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
    padding-right: .29297rem;
    padding-left: .29297rem;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer_col h4 {
    margin: 0;
    padding: 0;
    font-size: .54688rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
}
.footer_col.col2 {
    text-align: center;
}

.address address {
    font-style: normal;
    line-height: 1.4;
}

.footer_col .address h4 {
    line-height: 1.4;
}




.footer__copyright {
    background: #fff;
    color: #999;
    font-size: .50781rem;
    text-transform: uppercase;
    padding: 20px 0;
    z-index: 5;
    font-weight: 800;
    position: relative;
}
.cop-row {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.copyright-text {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
    padding-right: .29297rem;
    padding-left: .29297rem;
    min-width: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.copyright-text p {
    margin-bottom: 0;
}
.policy_links {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
    padding-right: .29297rem;
    padding-left: .29297rem;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.policy_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.policy_links ul li a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem .5rem;
    margin-bottom: 0;
    color: #999;
    padding-top: .19531rem;
    padding-bottom: .19531rem;
}
.policy_links ul li a:hover{
    color: #999;
    text-decoration: underline;
}


@media print, screen and (min-width: 40em){
    .footer_col {
        padding-right: .78125rem;
        padding-left: .78125rem;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .copyright-text {
        padding-right: .78125rem;
        padding-left: .78125rem;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .policy_links {
        padding-right: .78125rem;
        padding-left: .78125rem;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        text-align: right;
    }
}

@media print, screen and (min-width: 60em){
   .footer_wrapper  .footer_buttons a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: .78125rem;
    }
    .footer {
        padding: 80px 0 50px;
    }

    .address address {
        display: inline-block;
        float: right;
        font-style: normal;
        line-height: 1.4;
    }
    
    .footer_col .address h4 {
        line-height: 1.4;
    }
    .footer__copyright {
        padding: 20px 30px;
    }

    .policy_links ul {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .policy_links ul li a {
        padding-top: 0;
        padding-bottom: 0;
    }
}



@media print, screen and (max-width: 89.99875em){

}
@media screen and (max-width: 74.99875em){
    .cop-row {
        padding: 0 30px;
    }
    .footer__container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 39.99875em){
    .footer {
        font-weight: 800;
        text-transform: uppercase;
        font-size: .50781rem;
    }
    .footer_col.col2 .logo {
        display: none;
    }
    .footer ul.social_list {
        justify-content: flex-start;
    }
    .footer__copyright {
        padding-top: 0;
        background: #222 !important;
        text-transform: uppercase;
        font-size: .50781rem;
    }
    
    .policy_links ul {
        margin-top: .58594rem;
    }
    
    .policy_links ul li a {
        padding: 4px 0;
        display: block;
        text-decoration: underline;
        padding-top: .19531rem;
        padding-bottom: .19531rem;
    }
    .address address {
        margin-top: .78125rem;
    }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  padding-right: .29297rem;
  padding-left: .29297rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em){
  .content-wrapper {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
}
@media print, screen and (max-width: 74.99875em){
  .content-wrapper {
    padding-right: 30px;
    padding-left:  30px;
  }
}


.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');
    }

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  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: #494a52;
  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-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: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


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


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


.listing_wrapper {
  overflow: hidden;
  padding: 1.5625rem 0;
  overflow-y: auto;
}
.listing_row {
  max-width: 39.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.listing_content {
  margin-bottom: 1.36719rem;
  width: 100%;
}
.list_content_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.29297rem;
  margin-left: -.29297rem;
  align-items: flex-start;
}
.blog-sidebar {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;

}
.sidebar-inner{
  display: flex;
  flex-wrap: wrap;
}
.blog_filter {
  width: 100%;
}
.blog-index {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.featured_post_wrapper {
  display: flex;
  flex-wrap: wrap;
}
h2.featheaderLarge {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .495rem!important;
  font-size: 1.09375rem;
  text-transform: none;
  font-weight: 700;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  letter-spacing: -.5px;
  color: #3ea3a5;
  width: 100%;
}

.card.insightsFeatured {
  display: block;
  color: #666;
  margin-bottom: .58594rem;
  position: relative;
  border: none;
  width: 50%;
}
.card.insightsFeatured:first-of-type {
  width: 100%;
}
.card.insightsFeatured:first-of-type .card-image {
  display: block;
}
.card.insightsFeatured + .card.insightsFeatured {
  margin-top: 2rem;
}
.card-image {
  display: none;
}

img.card_image {
  width: 100%;
}

.card-section {
  margin-top: 1rem;
}

.card_label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  display: block;
  font-size: .54688rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.item_label {
  font-weight: 600;
  display: block;
  color: #4d4d4d;
  letter-spacing: 2px;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  margin-bottom: .58594rem;
  text-transform: uppercase;
  font-size: 15px;
}

.item_label .icon {
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-bottom: 0;
}

h3.card_header {
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  color: inherit;
  line-height: 1.2;
  text-shadow: -3px 0 #fff, -2px 0 #fff, -1px 0 #fff, 3px 0 #fff, 2px 0 #fff, 1px 0 #fff;
  font-size: 36px;
}
.card.insightsFeatured:first-of-type h3.card_header {
  font-size: 48px;
}

h3.card_header a {
  border: none;
  position: inherit;
  border-color: transparent;
  text-decoration: none;
  color: #666;
}

h3.card_header a:hover {
  text-decoration: underline;
}
.card.insightsFeatured:first-of-type h3.card_header a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}


h2.listheaderLarge {
  line-height: 1.2;
  margin-top: 0;
  text-transform: none;
  font-weight: 700;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  letter-spacing: -.5px;
  color: #3ea3a5;
  font-size: 1.09375rem;
  margin-bottom: .495rem;
}

.index-post_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.29297rem;
  margin-left: -.29297rem;
}
.blog-index__post {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-index__post-inner {
  border: 1px solid #cacaca;
  line-height: 1;
  display: block;
  color: #666;
  position: relative;
  margin-bottom: 1.5rem;
}
.blog-index__post-content {
  padding: 30px 25px;
}

.blog-post__tags {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  display: block;
  font-size: .54688rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.blog-post__tags .icon {
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-bottom: 0;
}

.blog-post__tags .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-index__post-content h3 {
  text-shadow: -3px 0 #fff, -2px 0 #fff, -1px 0 #fff, 3px 0 #fff, 2px 0 #fff, 1px 0 #fff;
  line-height: 1.2;
  font-size: .9375rem;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 400;
}

.blog-index__post-content h3 a {
  transition: .2s all;
  display: inline;
  text-shadow: 1px 1px #fff, 3px -1px #fff, -1px 1px #fff, -3px -1px #fff;
  text-decoration: none;
  color: #666;
  border: none;
  position: inherit;
}

.blog-index__post-content h3 a:hover {
  text-decoration: underline;
}

.blog-index__post-content h3 a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.allpost_link {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: .29297rem;
  padding-left: .29297rem;
}
a.readMore {
  font-size: .54688rem;
  font-weight: 800;
  letter-spacing: .5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: neutraface-display,Helvetica,Arial,Verdana,sans-serif;
  position: relative;
  color: #333;
}
a.readMore:hover{
  color: #333;
} 
a.readMore:after {
  transition: .3s transform,.3s -webkit-transform;
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: #6be6f2;
  will-change: transform;
}

a.readMore:hover:after {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
section.blog-logos {
  padding-top: .495rem;
}


.sidebar_form_wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #44a3a5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}
h2.sidebar_form-title {
  margin-bottom: .39062rem;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
.sdiebar_form form {
  max-width: 100%;
  margin: 0;
}
.sdiebar_form form .field {
  margin-bottom: .33rem;
}
.sdiebar_form form .field .hs-input {
  border: 0;
  padding: 15px 20px;
  min-height: unset;
  height: 1.93359rem !important;
}
.sdiebar_form form .field .hs-input::-webkit-input-placeholder {
  font-size: .42969rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.2;
  color: #4d4d4d;
}
.sdiebar_form form .field select {
  font-size: .42969rem;
  font-weight: 700;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzMyJyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMzIgMjQnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDMyLDAgMTYsMjQnIHN0eWxlPSdmaWxsOiByZ2IoMzQsIDM0LCAzNCknPjwvcG9seWdvbj48L3N2Zz4=);
  border: 0;
  background-position: right center;
  padding: 15px 20px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-position: 92% 50%;
}
.sdiebar_form .actions {
  width: 100%;
  margin: 0;
}
.sdiebar_form .hs_submit .actions:after {
  max-width: 72px;
  margin-left: auto;
  margin-right: auto;
}
p.filter-title {
  margin-bottom: .33rem;
  display: block;
  font-weight: 700;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  color: #4d4d4d;
  line-height: 1.3;
  font-size: .70312rem;
}

.site-search form {
  max-width: 100%;
  margin: 0;
}

.site-search form input.hs-search-field__input {
  border: 0;
  border: 1px solid #cacaca;
  letter-spacing: .5px;
  width: 100%;
  max-width: none;
  border-right: 1px solid #cacaca;
  padding: .39062rem .54688rem;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-size: .66406rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.93359rem;
  display: block;
  box-sizing: border-box;
  margin: 0;
  white-space: nowrap;
}

.site-search form input.hs-search-field__input:focus {
  outline: none;
  border: 1px solid #6be6f2;
  background-color: #fff;
  box-shadow: 0 0 5px #6be6f2;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.site-search form input.hs-search-field__input::-webkit-input-placeholder {
  font-size: .42969rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.2;
  color: #4d4d4d;
}
.search-form-button {
  padding: 0;
  border: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
  position: absolute;
  top: 50%;
  margin-top: .15625rem;
  right: .46875rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .78125rem;
}

.search-form-button svg {
  height: 25px !important;
  width: 20px;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  padding: 10px;
  background: #fff;
  z-index: 11;
}
.site-search {
  margin-bottom: .33rem;
}
.topic_dropdown {
  position: relative;
}
button.dropdown-toggler {
  outline-offset: -2px;
  white-space: nowrap;
  margin-top: 1px;
  background-color: #fff;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .85px;
  color: #333;
  text-transform: uppercase;
  padding: 19px 13px 18px 14px;
  border: solid 1px #cacaca;
  cursor: pointer;
}


button.dropdown-toggler span {
  display: inline-block;
}

button.dropdown-toggler:after {
  margin-top: -3px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  border-top-color: #000;
}

.topic-dd {
  border: 1px solid #aaa;
  overflow: auto;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  z-index: 2000;
  border-top: none;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  display: none;
}

.topic_dropdown {
  position: relative;
}

.topic-dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.topic-dd ul li {
  position: relative;
}

.topic-dd ul li a {
  border: 1px dotted transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .85px;
  color: #333;
  text-transform: uppercase;
  padding: 4px;
  vertical-align: text-top;
  margin: 3px 0 1px;
  padding-left: 26px;
}

.topic-dd ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #cacaca;
}
.topic-dd ul li.active:before {
  background-color: #000;
}
.featured_post_wrapper.mobile{
  display: none;
}
@media print, screen and (min-width: 40em){
  p.filter-title {
    margin-bottom: .66rem;
  }
  .sdiebar_form form .field {
    margin-bottom: .66rem;
  }
  .site-search {
    margin-bottom: .66rem;
  }
}
/* post-page */
.post_wrapper {
  overflow: hidden;
  padding: 1.5625rem 0;
}
.post_head {
  max-width: 39.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post_meta-col {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
p.meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-size: .50781rem;
}
p.meta span.divider {
  background: #cacaca;
  height: 17px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
p.meta a:hover {
  color: #3ea3a5;
}
.post_title {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
h1.blog-post__title {
  font-weight: 700;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.36719rem;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: none;
  color: #4d4d4d;
  margin-bottom: .99rem;
}
.blog-post__body {
  margin-bottom: 1.36719rem;
}
.post_row {
  max-width: 39.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.post_column {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0px;
  padding-right: .29297rem;
  padding-left: .29297rem;
}
.auth-row {
  max-width: 39.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.auth-col {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.a2a_kit {
  line-height: 32px;
}

.a2a_header {
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  letter-spacing: 3px;
  color: #999;
  font-weight: 700;
  margin-bottom: .39062rem;
  font-size: .70312rem;
  line-height: 1.3;
  display: inline-block;
  margin-right: 16px;
  float: left;
}

.a2a_default_style a {
  float: left;
  line-height: 16px;
  padding: 0 2px;
  cursor: pointer;
}

.a2a_kit .a2a_svg {
  line-height: 32px;
  padding: 0;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #666!important;
  border-radius: 4px;
  float: left;
}

.a2a_svg svg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
  opacity: .7;
}

hr.m-t-2 {
  clear: both;
  max-width: 39.0625rem;
  height: 0;
  margin: .78125rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #efefef;
  border-left: 0;
  margin-top: .495rem;
  margin-bottom: .495rem;
}
.au-de-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.29297rem;
  margin-left: -.29297rem;
}
.auth-de-col {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth-de-col > a {
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 300;
}
.auth-de-col > a > img {
  float: left;
  border-radius: 100%;
  border: 1px solid #cacaca;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}
.byline_content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
span.byline_title {
  display: block;
  color: #4d4d4d;
  line-height: 1.1;
  padding-bottom: .15625rem;
  font-size: .9375rem;
}
span.byline_subtitle {
  letter-spacing: 1px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  font-size: .42969rem;
  display: block;
}
.blog-post__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.29297rem;
  margin-left: -.29297rem;
}

.blog-post__links-inner {
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
a.blog-post__back-to-blog {
  font-size: .54688rem;
  font-weight: 800;
  letter-spacing: .5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: neutraface-display,Helvetica,Arial,Verdana,sans-serif;
  position: relative;
  color: #333;
}
a.blog-post__back-to-blog:hover{
  color: #333;
} 
a.blog-post__back-to-blog:before {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-right: 5px;
  margin-left: -8px;
  border-width: 5px 6px;
  border-color: transparent #4d4d4d transparent transparent;
}

.blog-comments {
  padding: 20px 0;
}
.blog_subscribe_form_wrapper {
  color: #fff;
  padding: 1.17188rem;
  min-height: 250px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3ea3a5;
}
.form_Wrapper_row {
  max-width: 39.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  z-index: 5;
}
.form_col {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0px;
  padding-right: .29297rem;
  padding-left: .29297rem;
}
h2.promo_header {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  line-height: .9;
  font-family: inherit;
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 400;
  margin-bottom: .495rem;
  text-align: center;
}
.subscribe_form form {
  max-width: 100%;
  margin: 0;
}
.subscribe_form form {
  max-width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.subscribe_form form .hs-submit {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subscribe_form form .hs-submit .actions {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0px;
}
.subscribe_form form .hs-submit .actions{
  margin: 0;
  width: 100%;
  font-size: .70312rem;
  line-height: 1.5;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 11px;
}
.subscribe_form form .hs-submit .actions:after {
  margin-left: auto;
  margin-right: auto;
  max-width: 72px;
}
.subscribe_form form .field {
  margin: 0;
  padding-right: .29297rem;
  padding-left: .29297rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: .33rem;
}

.subscribe_form form .field .hs-input::-webkit-input-placeholder {
  font-size: .42969rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.2;
  color: #4d4d4d;
}
.subscribe_form form .field .hs-input {
  font-family: neutraface-text,Helvetica,Arial,Verdana,sans-serif;
  border: 0;
}
.subscribe_form form .field select {
  line-height: 1.5;
  color: #222;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzMyJyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMzIgMjQnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDMyLDAgMTYsMjQnIHN0eWxlPSdmaWxsOiByZ2IoMzQsIDM0LCAzNCknPjwvcG9seWdvbj48L3N2Zz4=);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  border: 0;
  background-position: right center;
  padding: 15px 20px;
  letter-spacing: 1px;
  font-size: .42969rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}



.blog_subscribe_form_wrapper ul.hs-error-msgs.inputs-list li {
  display: flex;
  align-items:center;
  color: #000;
  font-size: 14px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  top: 8px;
}
.blog_subscribe_form_wrapper ul.hs-error-msgs.inputs-list li:before {
  background-image: url('https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/err.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.blog_subscribe_form_wrapper ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.blog_subscribe_form_wrapper ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}
.blog_subscribe_form_wrapper ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  margin: 0;
  color: #333 !important;
}
.blog_subscribe_form_wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  display: none !IMPORTANT;
}




.sidebar_form_wrapper ul.hs-error-msgs.inputs-list li {
  display: flex;
  align-items:center;
  color: #000;
  font-size: 14px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  top: 8px;
}
.sidebar_form_wrapper ul.hs-error-msgs.inputs-list li:before {
  background-image: url('https://9408020.fs1.hubspotusercontent-na1.net/hubfs/9408020/err.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.sidebar_form_wrapper ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.sidebar_form_wrapper ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}
.sidebar_form_wrapper ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  margin: 0;
  color: #333 !important;
}
.sidebar_form_wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  display: none !IMPORTANT;
}

a.topic-link.Featured {
    display: none;
}
@media print, screen and (min-width: 40em){

  .subscribe_form form .field {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: .66rem;
  }
  h2.promo_header {
    margin-bottom: .99rem;
    line-height: .9;
    font-size: 1.75781rem;
  }
  .form_col {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  .blog-post__links-inner {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  .blog-post__links {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  span.byline_subtitle {
    font-size: .46875rem;
  }
  .auth-de-col {
    padding-right: .78125rem;
    padding-left: .78125rem;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .au-de-row {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  hr.m-t-2 {
    margin-top: .99rem;
    margin-bottom: .99rem;
  }
  .auth-col {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  .post_column {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  h1.blog-post__title {
    font-size: 1.875rem;
    margin-bottom: 1.98rem;
  }
  .post_title {
    padding-right: .78125rem;
    padding-left: .78125rem
  }
  p.meta {
    font-size: .58594rem;
  }
  .post_meta-col {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  .post_wrapper {
    padding: 1.17188rem 0;
    min-height: 50vh;
  }
  .listing_wrapper{
    padding: 1.17188rem 0;
    min-height: 50vh;
  }
  .list_content_row {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  .blog-sidebar {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  .blog-index {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  h2.featheaderLarge {
    font-size: 1.17188rem;
    margin-bottom: .99rem!important;
  }
  h2.listheaderLarge {
    margin-bottom: .99rem;
  }

  .index-post_wrap {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  .blog-index__post {
    padding-right: .78125rem;
    padding-left: .78125rem;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .allpost_link {
    padding-right: .78125rem;
    padding-left: .78125rem;
  }
  section.blog-logos {
    padding-top: .99rem;
  }
  .blog-post__body {
    margin-bottom: 1.95312rem;
  }
}

@media print, screen and (min-width: 60em){
  .positionfixed .sidebar-inner {
    position: fixed;
    top: 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: fadeInDown .2s;
    animation: fadeInDown .2s;
    width: 100%;
    max-width: 306.656px;
    background: #fff;
  } 
  .positionfixed .sidebar_form_wrapper {
    order: 1;
    margin-top: 15px;
  }  
  .subscribe_form form .hs-submit .actions {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog_subscribe_form_wrapper {
    min-height: 300px;
  }
  .au-de-row {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  .post_wrapper {
    padding: 1.95312rem 0;
  }
  .listing_wrapper{
    padding: 1.95312rem 0;
  }
  .listing_content {
    margin-bottom: 1.95312rem;
  }
  .list_content_row {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  .blog-sidebar {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .blog-index {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  h2.featheaderLarge {
    font-size: 1.17188rem;
    margin-bottom: .99rem!important;
  }
  h2.listheaderLarge {
    font-size: 1.172rem;
  }
  .index-post_wrap {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
}

@media screen and (min-width: 75em){
  .au-de-row {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
  .post_column {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  h1.blog-post__title {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .list_content_row {
    font-size: 1.172rem;
  }
  .index-post_wrap {
    margin-right: -.78125rem;
    margin-left: -.78125rem;
  }
}


@media print, screen and (max-width: 74.99875em){
  .post_head {
    padding: 0 30px;
  }
  .blog-post {
    padding: 0 30px;
  }
  .listing_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-sidebar {
    margin-bottom: 30px;
  }
  .featured_post_wrapper.desktop{
    display: none;
  }
  .featured_post_wrapper.mobile{
    display: block;
    margin-bottom: 30px;
  }
  .blog-index hr.m-y-3 {
    display: none;
  }
}

@media print, screen and (max-width: 59.99875em){
  .auth-de-col>a>img {
    width: 60px !important;
    height: 60px;
  }
  .subscribe_form form .field {
    padding: 0;
  }
  .blog-post__body {
    font-size: .78125rem;
  }
}

@media print, screen and (max-width: 89.99875em){
  .blog-post__body {
    font-size: .9375rem;
  }
}
@media print, screen and (max-width: 40em){
  .card.insightsFeatured:first-of-type h3.card_header {
    font-size: 32px;
  }
  .blog-sidebar {
    margin-top: 30px;
  }
  .blog-index__post:hover h3 a {
  color: #3ea3a5;
}
}


@-webkit-keyframes fadeInDown {
  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 fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #DADADA;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 12rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page ul{
  padding: 0;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}

.systems-page div#hs_cos_wrapper_subscription_preferences .hs-button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: normal;
    text-transform: uppercase;
    font-family: neutraface-display,Helvetica,Arial,Verdana,sans-serif;
    text-align: center;
    border: 1px solid;
    font-size: .70312rem;
    margin: 10px 0;
}
.systems-page form#email-prefs-form input#submitbutton{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: normal;
    text-transform: uppercase;
    font-family: neutraface-display,Helvetica,Arial,Verdana,sans-serif;
    text-align: center;
    border: 1px solid;
    font-size: .70312rem;
    margin: 10px 0;
}
@media(max-width: 500px){
  .systems-page h1{
    font-size: 25px;
  }

  .systems-page h2{
    font-size: 20px;
  }
}