/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * 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;
}
.banner-area .dnd-section {
  padding: 0;
}

.body-wrapper .banner-section .dnd-section > .row-fluid {
  width: 100%;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid {
  width: 90%;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Light/Barlow-Light-e63b11c8.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Light/Barlow-Light.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Light/Barlow-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Regular/Barlow-Regular-de39a856.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Regular/Barlow-Regular.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Regular/Barlow-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Medium/Barlow-Medium-de53478f.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Medium/Barlow-Medium.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Medium/Barlow-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20SemiBold/Barlow-SemiBold-d962d8ac.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20SemiBold/Barlow-SemiBold.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20SemiBold/Barlow-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Bold/Barlow-Bold-0f3e6c00.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Bold/Barlow-Bold.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Bold/Barlow-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20ExtraBold/Barlow-ExtraBold-772554a1.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20ExtraBold/Barlow-ExtraBold.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20ExtraBold/Barlow-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Black/Barlow-Black-9e2315e3.woff2") format("woff2"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Black/Barlow-Black.woff") format("woff"), 
    url("//5096255.fs1.hubspotusercontent-na1.net/hubfs/5096255/Fudo_April2020/Fonts/Barlow%20Black/Barlow-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

body {
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.33;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1em;
  font-weight: 700;
  font-family: Barlow, sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  margin:0;
  margin-bottom:15px;
}

/* 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 {
  outline: auto;
  outline-color: green;
}

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

/* @media (max-width: 767px) {
html {
font-size: 18.0px
}
}

@media (max-width: 480px) {
html {
font-size: 14.399999999999999px
}
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.hs-search-field {
  max-width: 500px;
  font-family: Barlow, sans-serif;
  border:1px solid;
  padding:5px;
}

.body-wrapper .hs-search-field form {
  border: none !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
  color: #ef464d;
}

.body-wrapper .hs-error-msgs label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  color: #ef464d;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.body-wrapper .blog-comments form {
  margin-top: 20px;
}

.body-wrapper .blog-comments .hs-button:hover {
  background-color: transparent !important;
}

.hs-form,
.hs-search-field {
  -webkit-box-shadow: 0 0 18px 2px rgba(55,57,79,0.2);
  box-shadow: 0 0 18px 2px rgba(55,57,79,0.2);
  padding: 40px 20px;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  white-space: normal;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  color: #37394f;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  padding-bottom: 8px;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100% !important;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  background-color: #fff;
}

#hs-pwd-widget-password {
  height: 25px !important;
}

.hs-input:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  outline:0;
}

.hs-input::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: rgba(55,57,79,0.28);
  opacity:1;
}

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

.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;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

.legal-consent-container input.hs-input[type=checkbox] {
    width:5%!important;
}

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

.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: 767px) {
  form,
  .hs-search-field {
    max-width: 100%;
  }
}

@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: Barlow, 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 {
  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.
*********************************************************************************
****************************************************************************** */

h1 {font-family: 'Barlow', sans-serif;
  font-weight: 700; !important
}
h2 {font-family: 'Barlow', sans-serif;
  font-weight: 700; 
}

p {font-family: 'Barlow', sans-serif;
  font-weight: 400; 
}
/* ******************************************************************************
*********************************************************************************
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 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;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  width:90%;
}

.custom-header {
  position: fixed;
  width: 100%;
  -webkit-transition: background .6s ease;
  transition: background .6s ease;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  line-height: normal;
}

.custom-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 23.5px 0;
}


.custom-logo a {
  text-decoration: none !important;
}

.custom-logo img {
  height: 24px;
  margin-right: 23px;
}

.custom-logo img.color {
  display: none;
}

.custom-logo img.light {
  display: inline-block;
}

.navbar__buttons {
  display: flex;
  margin-left: auto;
}

.navbar__buttons .button_1, .navbar__buttons .button_2 {
  margin-left: 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  min-width: 187px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border-style: solid;
}

.navbar__buttons .button_1:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.navbar__buttons .button_2:hover {
  background-image: none;
  text-decoration: underline;
}

.scroll-header .custom-header {
  z-index: 100;
  -webkit-box-shadow: 0 2px 6px 4px rgba(55,57,79,0.14);
  box-shadow: 0 2px 6px 4px rgba(55,57,79,0.14);
  border: solid 1px;
}

.scroll-header .custom-logo img.color {
  display: inline-block;
}

.scroll-header .custom-logo img.light {
  display: none;
}

.scroll-header .navbar__buttons .button_1,
.scroll-header .navbar__buttons .button_2 {
  text-decoration: none;
}

.scroll-header .navbar__buttons .button_2 {
  transition: none !important;
}

.scroll-header .navbar__buttons .button_2:hover {
  background-color: transparent !important;
}

.custom-header-no-nav .custom-header-hor-space {
  height: 48px;
}

.custom-header-no-nav .mobile-trigger {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

@media (min-width: 961px) {
  .navbar__mobile-button,
  .mobile-trigger,
  .custom-mobile-menu-group,
  .custom-menu-primary-desktop.mobile-menu {
    display: none !important;
  }
}

/* Mobile Styles */

@media (max-width: 960px) {
  .navbar__buttons {
    display: none !important;
  }

  .custom-logo > div {
    display: flex;
    align-items: center;
    height: 34px;
  }

  .mobile-trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
    width: 22px;
    padding: 2px 0;
    margin-right: 16px;
    color: #ff5023;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
  }

  .mobile-trigger .line {
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .scroll-header .mobile-trigger .line {
    background: #ff5023;
  }

  .custom-logo img {
    height: 21px;
  }

  .navbar__mobile-button {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    font-weight: 600;
    font-family: inherit;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    min-width: 148px;
    min-height: 28px;
    display: block;
    color: #ff5023;
    background-color: #fff;
  }

  .navbar__mobile-button:hover,
  .navbar__mobile-button:focus {
    background-image: none;
    text-decoration: underline;
    color: #ff5023;
  }

  .custom-header {
    font-size: 16px;
  }

  .scroll-header .navbar__mobile-button {
    color: #fff;
    background-color: #ff5023;
  }

  .scroll-header .navbar__mobile-button:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff8101), to(#ff5023));
    background-image: linear-gradient(to left, #ff8101, #ff5023);
    color: #fff;
  }

  .custom-mobile-menu-group {
    display: block;
    background-color: #ff5023;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 100%;
  }

  .mobile-open .custom-mobile-menu-group {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    visibility: visible;
  }

  .menu-navbar__logo {
    display: flex;
    margin: 30px 0;
  }

  .menu-navbar__logo a.close-btn {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 15px;
    text-decoration: none !important;
  }

  .menu-navbar__logo a.close-btn:before, 
  .menu-navbar__logo a.close-btn:after {
    left: 10px;
    position: absolute;
    content: '';
    height: 24px;
    width: 2px;
    background-color: #fff;
  }

  .menu-navbar__logo a.close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-navbar__logo a.close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-navbar__logo a {
    text-decoration: none !important;
  }

  .custom-mobile-menu-group .menu-navbar__logo a img {
    height: 21px;
  }

  .menu-navbar__buttons {
    margin-top: 40px;
  }

  .menu-navbar__buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff5023;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
    min-width: 187px;
    min-height: 48px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    margin: 20px 0;
  }

  .menu-navbar__buttons .btn.btn--light {
    color: #ff5023;
    background-color: #fff;
  }

  .menu-navbar__buttons .btn.btn--outline--light {
    color: #fff;
    background: none;
    border: solid 2px #fff;
  }

  .menu-navbar__buttons .btn.btn--outline--light:hover {
    border: solid 2px #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    text-decoration: underline;
  }

  .menu-navbar__buttons .btn.btn--light:hover {
    background-image: none;
    text-decoration: underline;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-header-no-nav .custom-header-hor-space {
    height: 34px;
  }
}

@media (max-width: 340px) {
  .navbar__mobile-button {
    position: relative;
    right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  text-align: left;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  padding: 60px 0;
  line-height: normal;
}

.custom-footer .footer__container {
  width: 90%;
}

.custom-footer .footer__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 25px auto 25px auto 25px auto;
  grid-template-columns: repeat(4, auto);
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 25px;
  grid-template-areas:
    "logo logo social social"
    "hr_1 hr_1 hr_1 hr_1"
    "culture help location contact"
    "hr_2 hr_2 hr_2 hr_2"
    "rights rights rights country";
}

.custom-footer .footer__main .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: logo;
  display: flex;
}

.custom-footer .footer__main .logo > div {
  width: 100%;
}

.custom-footer .footer__main .logo > div > .hs_cos_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.custom-footer .footer__main .logo a {
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-footer a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  padding: 11px 0;
}

.custom-footer .footer__main .logo img {
  height: 29.9px;
}

.custom-footer .footer__main .social {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: social;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.custom-footer .footer__main .social > * {
  display: inline-block;
  margin-left: 29px;
  height: 100%;
  text-decoration: none !important;
}

.custom-footer .footer__main hr {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  margin: 24px 0;
  height: auto;
  background-color: transparent;
  color: transparent;
}

.custom-footer .footer__main hr.hr_1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: hr_1;
}

.custom-footer .footer__main .culture {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: culture;
}

.custom-footer .footer__main h6 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
}

.custom-footer .footer__main .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-footer .footer__main .hs-menu-wrapper > ul > li {
  display: block;
  width: 100%;
}

.custom-footer .footer__main .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}

.custom-footer .footer__main .help {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: help;
}

.custom-footer .footer__main .location {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: location;
}

.custom-footer .footer__main .contact {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: contact;
}

.custom-footer .footer__main p {
  display: block;
  font-size: 14px;
  padding: 0 0;
  margin: 2px 0;
}

.custom-footer .footer__main .location__address {
  padding-top: 3px;
}

.custom-footer .footer__main .location__country {
  padding-top: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
}

.custom-footer .contact a.contact__email {
  padding-top: 0;
}

.custom-footer .footer__main hr.hr_2 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: hr_2;
}

.custom-footer .footer__main .rights {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: rights;
}

.custom-footer .footer__main .country {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  grid-area: country;
  text-align: right;
}

.custom-footer .footer__main hr.hr_3 {
  grid-area: hr_3;
  display: none;
}

.custom-footer .footer__main .country h3.form-title {
  display: none !important;
}

.custom-footer .footer__main .country .hs-form {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.custom-footer .footer__main .country .hs-form-field {
  margin: 0 !important;
}

.custom-footer .footer__main .country .hs-form-field > label {
  display: none !important;
}

.custom-footer .footer__main .country ul.l_tinynav1 {
  display: none !important;
}

.custom-footer .footer__main .country select {
  color: #37394f;
  cursor: pointer;
  font-family: 'Barlow';
  font-size: 16px;
  opacity: .9;
  font-weight: 300;
  border: none;
  background: none;
  -moz-text-align-last: right;
  text-align-last: right;
  height: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 !important;
  width: auto !important;
  padding-right: 5px !important;
  vertical-align: baseline;
}

.custom-footer .footer__main .country select:focus {
  outline: 0;
}

.custom-footer .footer__main .country .hs_submit.hs-submit {
  display: none !important;
}

@media (max-width: 720px) {
  .custom-footer .footer__main {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: (auto)[7];
    grid-template-rows: repeat(7, auto);
    grid-template-areas:
      "logo social"
      "hr_1 hr_1"
      "location location"
      "hr_2 hr_2"
      "contact contact"
      "hr_3 hr_3"
      "country country"
      "rights rights";
  }

  .custom-footer .footer__main .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .custom-footer .footer__main .social {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .custom-footer .footer__main hr.hr_1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main hr {
    opacity: .4;
  }

  .custom-footer .footer__main .culture {
    display: none;
  }

  .custom-footer .footer__main .help {
    display: none;
  }

  .custom-footer .footer__main .location {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main .contact {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main hr.hr_2 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main .rights {
    text-align: center;
    margin: auto;
    padding-top: 22px;
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main .country {
    text-align: center;
    margin: auto;
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .custom-footer .footer__main hr.hr_3 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    display: block;
  }

  .custom-footer .footer__main .social a {
    margin-left: 7px;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .custom-footer .footer__main .social a img {
    height: 32px;
  }

  .custom-footer .footer__main .logo img {
    height: 24px;
  }

  .custom-footer-no-nav .footer__main hr.hr_2 {
    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 */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-sidebar {
  padding: 3.3rem 0;
}

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

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

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

@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-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: 1.25rem;
}
.blog-index__post-content p {
  font-family: Barlow, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}

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

/* Some font weighhs defined */
.fudo-super-bold {
  font-weight: 900;
}

.fudo-bold {
  font-weight: 700;
}

strong, .fudo-semi-bold {
  font-weight: 550;
}

.block > h3 {
  font-weight: 700;
}

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Barlow, 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-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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Barlow, 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: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 calc(100%/3);
  }
}
@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 .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             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: 767px) {
  .blog-recent-posts__list {
    display: block;
  }

  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.no-banner .custom-header {
  background-color: rgba(255,80,35,0.85);
}

.no-banner.scroll-header .custom-header {
  background-color: #fff;
}

.no-banner .header-container-wrapper {
  min-height: 95px;
}

.body-wrapper .custom-tem-subs #email-prefs-form {
  max-width: 100%;
  width: 100%;
  border: none;
}

.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: Barlow, 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: 60px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: Barlow, sans-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;
}

@media (max-width: 960px) {
  .no-banner .header-container-wrapper {
    min-height: 81px;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }

  .systems-page h1 {
    font-size: 35px;
  }

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

  .systems-page h3 {
    font-size: 27px;
  }

  .systems-page h4 {
    font-size: 26px;
  }

}

.body-wrapper .page-center,
.body-wrapper .content-wrapper {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.volanta{
  text-align:center;
  color: #FFF;
  font-size:2rem;
}

.banner {
  background-size: cover !important;
  background-position: center center !important;
  padding: 115px 0;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(255,80,35,0.85) !important;
}

.banner h1 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: .75;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0;
}

.banner h2 {
  padding-top: 10px;
  font-size: 60px;
  font-weight: 900;
  line-height: .97;
  color: #fff;
  margin: 12px 0;
}

.banner h2 {
  padding-top: 10px;
  font-size: 60px;
  font-weight: 900;
  line-height: .97;
  color: #fff;
  margin: 12px 0;
}

.banner p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.3px;
  max-width: 500px;
  margin: 10px auto;
  color: #fff;
}

h6.fudo-subtitle{
  color:#FFF;
  font-weight: 400;
}

h3.hs_cos_wrapper .form-title{
  font-weight:700;
}

.blog-sidebar .blog-sidebar-topic-filter ul {
  list-style-type: none;
  padding: 0;
}

.blog-sidebar .blog-sidebar-topic-filter ul li {
  width: 100%;
  padding: 13px 25px;
  background-color: #ff5023;
  margin-bottom: 10px;
}

.blog-sidebar .blog-sidebar-topic-filter ul li:hover {
  background-color: #ec4115;
}

.blog-sidebar .blog-sidebar-topic-filter ul li a {
  color: #FFF;
  font-weight: 400;
  font-size: 19px;
}

.blog-sidebar .blog-sidebar-topic-filter ul li a:hover {
  text-decoration: none;
}

.blog-sidebar .blog-sidebar-topic-filter h3,
.blog-sidebar .blog-sidebar-recent-posts__list h4{
  font-size: 30px;
  font-weight: 700;
  color: #494a52;
}

.blog-sidebar-recent-posts__list ul {
  padding-left: 19px;
}

.blog-sidebar-recent-posts__list ul li a {
  padding: 0;
  margin-bottom: 10px;
}

.banner p span {
  font-weight: 600;
}

@media (max-width: 720px) {
  .banner h1 {
    padding-top: 100px;
    font-size: 18px;
  }

  .banner h2 {
    font-size: 42px;
    line-height: 1.05;
  }

}

@media (max-width: 340px) {
  .body-container-wrapper h1 {
    font-size: 50px;
  }
}