



:root {
   /*  */
  --nav_breakpoint: 1440px;
  --primary_color: #3b4f66;
  --secondary_color: #e03c31;
  --accent_color_1: #63707d;
  --accent_color_2: #aeb4be;
  --naccent_color_3: #f58471;
  --accent_color_4: #F2EFEA;
  --black_color: #4e4f51;
  --white_color: #FFFFFF;
}


*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

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


/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}


.button-red {
  background-color: #E03C31;
  border: 1px solid #E03C31;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}


.button-red:disabled {
  background-color: #E03C31;
  border-color: #E03C31;
  color: #fff;
}

.button-red:hover,
.button-red:focus {
  background-color: #fff;
  border-color: #E03C31;
  color: #E03C31;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}


.button-red:active {
  background-color: #E03C31;
  border-color: #E03C31;
  color: #FFF;
  text-decoration: none;
}

.button-ghost-2 {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0px;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1.1;
  margin: 0;
    padding: 14px 33px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}


.button-ghost-2:disabled {
  background-color: #fff;
  border-color: #707070;
  color: #393939;
}

.button-ghost-2:hover,
.button-ghost-2:focus {
  background-color: #707070;
  border-color: #C9492E;
  color: #fff;
  font-family: Montserrat, sans-serif;
    font-weight: bold;
  text-decoration: none;
}


.button-ghost-2:active {
 background-color: #707070;
  border-color: #C9492E;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}


form.fieldset {
  max-width: 100% !important;
}

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

::-moz-placeholder {
  color: #BFBFBF;
}

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

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

form .inputs-list input,
form .inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #D04F44;
  padding-left:3px;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header DND sections */
header.header{
  background: black !important;
}
.header__container.content-wrapper{
max-width: 1940px;
  margin: 0px auto;
}
.header .dnd-section {
  padding: 0;
}
.menu a.menu-mobile:last-child{
  display: none;
}

.menu-mobile{
padding: 25px 0px !important;
}
/* Header container */
header.header {
  background-color: transparent !important;
    z-index: 9999999999999999;
    position: sticky;
}
.header {
  background-color: transparent !important;
}

.header.active {
background-color: #000 !important;
}

.menu>ul>li a{
  color: #fff !important;
}

.header.active .menu>ul>li a{
color: #fff !important;
}

.menu>ul>li>ul.normal-sub{
background: #000;
}

.menu-item#search{
  display: none !important;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}



/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */
  .menu > ul:first-of-type > li {
margin: 0px 5px !important;
}
.menu > ul:last-of-type > li {
margin: 0px 10px !important;
}

#nav-toggle {
  display: none !important;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1440px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

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

.menu .show-on-mobile {
    background: #000 !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    display: block;
    left: 0;
    position: absolute;
    top: 73px;
    z-index: 9999;
}

/* Mobile styles */

@media (max-width: 1440px) {


  .header__container form {
    max-width: 100%;
  }



  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.menu ul.submenu.level-1:first-of-type {
      display: flex;
  justify-content: right;
}

.menu ul.submenu.level-1:first-of-type li:last-child a{
  padding-right: 0px;
}

.menu ul.submenu.level-1:first-of-type li a{
font-size: 16px !important;
  font-family: lato, sans-serif !important;
}

.menu ul.submenu.level-1:first-of-type li a:hover{
color: #FFD67B !important;
}

.menu ul.submenu.level-1:last-of-type li a{
font-size: 18px !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: bold;
 
}

.menu ul.submenu.level-1:last-of-type li a:hover{
color: #FFD67B !important;
}

.menu ul.submenu.level-1:first-of-type li:last-child a:after{
    background-image: url(https://7006295.fs1.hubspotusercontent-na1.net/hubfs/7006295/Group%20235.png);
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    padding: 10px 60px;
      padding-right: 0px;
  margin-left: 60px;
    background-position: center;0

}

.menu ul.submenu.level-1:last-of-type {
margin-right: 90px;
}

.menu ul.submenu.level-1:last-of-type li:last-child a{
background: #E03C31;
  color: #fff;
  position: relative;
  line-height: 10px;
    margin-top: 7px;
}

.menu ul.submenu.level-1:last-of-type li:last-child a:hover{
background: #fff;
  color: #E03C31 !important;
}

/* .menu ul.submenu.level-1:last-of-type li:last-child a:after{
  background-image: url(https://7006295.fs1.hubspotusercontent-na1.net/hubfs/7006295/Phone.png) ;
    background-repeat: no-repeat ;
    background-size: 35px ;
    content: "";
    padding: 28px 30px ;
    margin-left: 30px;
    background-position: center ;
    background-color: #fff;
    position: absolute;
    top: 0;
} */

.phone-desktop-img{
  background-image: url(https://7006295.fs1.hubspotusercontent-na1.net/hubfs/7006295/Phone.png) ;
    background-repeat: no-repeat ;
    background-size: 35px ;
    content: "";
    padding: 28px 30px ;
    margin-left: 30px;
    background-position: center ;
    background-color: #fff;
    position: absolute;
        top: 78px;
    right: 14px;
  width:30px;
}

.menu ul.submenu.level-2:last-of-type li:last-child a{
background: none;
  color: #fff;
  position: relative;
}

.menu ul.submenu.level-2:last-of-type li:last-child a:hover{
background: none;
  color: #fff !important;
}

.menu ul.submenu.level-2:last-of-type li:last-child a:after{

    content: "";
  background-image: none;
  background: none;

}

  .phone-nav-icon{
    display: none !important;
  }

@media only screen and (max-width: 1440px){
  
  .phone-nav-icon{
    display: block !important;
  }
  
  .menu .submenu.level-2{
  padding: 0px;
  }
  .menu ul.submenu.level-1{
    padding: 10px 0px;
  
  }
  .menu ul.submenu.level-1:last-of-type{
  margin: 0px;
  }
  
  .menu .show-on-mobile{
  padding: 10px 0px !important;
  }
  .menu .submenu.level-2{
  background-color: #fff !important;
  }

  .menu ul li{
 list-style: none;
    border-bottom : 1px solid #000 !important; 
    padding: 7px;
  
}
  
  .menu ul.submenu.level-1:last-of-type li a{
font-size: 16px !important;
  font-family: Lato, sans-serif !important;
  font-weight: 400;
 
}
  
  .menu ul.submenu.level-1:last-of-type li:last-child a{
  background: #fff;
    color: #3b4f66;
    position: relative;
    line-height: 10px;
    margin-top: 0px;
    border-bottom: none; 
  }
  .menu ul:first-of-type li:last-child{
  border-bottom: 1px solid #000;
  }
  .menu ul li:last-child{
  border-bottom: none !important;
  }
  
  .menu ul.submenu.level-2:last-of-type li:last-child a {
    background: none;
    color: #3b4f66;
    position: relative;
        border-bottom: none; 
}
  .menu ul.submenu.level-1:last-of-type li:last-child a:after{
  background-image: none;
    background-repeat: no-repeat;
    background-size: 0px;
    content: "";
    padding: 0px;
    margin-left: 30px;
    background-position: center;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  .phone-desktop-img{
  display: none;
  }
    .menu ul.submenu.level-2:last-of-type li:last-child a:hover {
    background: none;
    color: #3b4f66;
    position: relative;
}
  .menu ul.submenu.level-1:first-of-type {
      display: block;
  justify-content: left;
    margin-bottom: 0px;
}
  
  .menu {
    height: 50px !important;
    overflow: hidden !important;
  }
  
  .menu ul.submenu.level-1:last-of-type li a{
font-size: 18px !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: bold;
 
}
  
    .menu ul.submenu.level-2:last-of-type li a{
font-size: 16px !important;
  font-family: Lato, sans-serif !important;
  font-weight: 400;
 
}
  
      .menu ul.submenu.level-2:last-of-type li{
margin: 10px 10px !important;
 
}
  
        .menu ul.submenu.level-1:first-of-type li{
margin: 10px 10px !important;
 
}
    .menu ul.submenu.level-1:last-of-type li {
margin: 30px 10px;
 
}
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

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


.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  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 {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

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

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  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 {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

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

.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;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


/* https://gist.github.com/JacobLett/12a8fbdce4960a54029c53c560a09c7e */
.align-baseline {
vertical-align: baseline !important;
}

.align-top {
vertical-align: top !important;
}

.align-middle {
vertical-align: middle !important;
}

.align-bottom {
vertical-align: bottom !important;
}

.align-text-bottom {
vertical-align: text-bottom !important;
}

.align-text-top {
vertical-align: text-top !important;
}

.bg-primary {
background-color: #3b4f66 !important;
}

.bg-secondary {
background-color: #e03c31 !important;
}

.bg-accent-1 {
background-color: #63707d !important;
}
.bg-accent-2 {
background-color: #aeb4be !important;
}
.bg-accent-3 {
background-color: #f58471 !important;
}
.bg-accent-4 {
background-color: #F2EFEA !important;
}
.bg-link {
background-color: #e03c31 !important;
}

.bg-black {
background-color: #4e4f51 !important;
}

.bg-white {
background-color: #FFFFFF !important;
}

.bg-success {
background-color: #28a745 !important;
}

.bg-warning {
background-color: #ffc107 !important;
}

.bg-danger {
background-color: #dc3545 !important;
}

.bg-muted {
background-color: #e2e2e2 !important;
}

.bg-transparent {
background-color: transparent !important;
}

.border {
border: 1px solid #dee2e6 !important;
}

.border-top {
border-top: 1px solid #dee2e6 !important;
}

.border-right {
border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
border-left: 1px solid #dee2e6 !important;
}

.border-0 {
border: 0 !important;
}

.border-top-0 {
border-top: 0 !important;
}

.border-right-0 {
border-right: 0 !important;
}

.border-bottom-0 {
border-bottom: 0 !important;
}

.border-left-0 {
border-left: 0 !important;
}

.border-primary {
border-color: #3b4f66 !important;
}

.border-secondary {
border-color: #e03c31 !important;
}

.border-success {
border-color: #28a745 !important;
}

.border-info {
border-color: #17a2b8 !important;
}

.border-warning {
border-color: #ffc107 !important;
}

.border-danger {
border-color: #dc3545 !important;
}

.border-light {
border-color: #f8f9fa !important;
}

.border-dark {
border-color: #343a40 !important;
}

.border-white {
border-color: #fff !important;
}

.rounded {
border-radius: 0.25rem !important;
}

.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}

.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.rounded-0 {
border-radius: 0 !important;
}

.clearfix::after {
display: block;
clear: both;
content: "";
}

.d-none {
display: none !important;
}

.d-inline {
display: inline !important;
}

.d-inline-block {
display: inline-block !important;
}

.d-block {
display: block !important;
}

.d-table {
display: table !important;
}

.d-table-row {
display: table-row !important;
}

.d-table-cell {
display: table-cell !important;
}

.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}

.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}

@media (min-width: 576px) {
.d-sm-none {
  display: none !important;
}
.d-sm-inline {
  display: inline !important;
}
.d-sm-inline-block {
  display: inline-block !important;
}
.d-sm-block {
  display: block !important;
}
.d-sm-table {
  display: table !important;
}
.d-sm-table-row {
  display: table-row !important;
}
.d-sm-table-cell {
  display: table-cell !important;
}
.d-sm-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-sm-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}

@media (min-width: 768px) {
.d-md-none {
  display: none !important;
}
.d-md-inline {
  display: inline !important;
}
.d-md-inline-block {
  display: inline-block !important;
}
.d-md-block {
  display: block !important;
}
.d-md-table {
  display: table !important;
}
.d-md-table-row {
  display: table-row !important;
}
.d-md-table-cell {
  display: table-cell !important;
}
.d-md-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-md-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}

@media (min-width: 992px) {
.d-lg-none {
  display: none !important;
}
.d-lg-inline {
  display: inline !important;
}
.d-lg-inline-block {
  display: inline-block !important;
}
.d-lg-block {
  display: block !important;
}
.d-lg-table {
  display: table !important;
}
.d-lg-table-row {
  display: table-row !important;
}
.d-lg-table-cell {
  display: table-cell !important;
}
.d-lg-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-lg-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}

@media (min-width: 1200px) {
.d-xl-none {
  display: none !important;
}
.d-xl-inline {
  display: inline !important;
}
.d-xl-inline-block {
  display: inline-block !important;
}
.d-xl-block {
  display: block !important;
}
.d-xl-table {
  display: table !important;
}
.d-xl-table-row {
  display: table-row !important;
}
.d-xl-table-cell {
  display: table-cell !important;
}
.d-xl-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-xl-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}

@media print {
.d-print-none {
  display: none !important;
}
.d-print-inline {
  display: inline !important;
}
.d-print-inline-block {
  display: inline-block !important;
}
.d-print-block {
  display: block !important;
}
.d-print-table {
  display: table !important;
}
.d-print-table-row {
  display: table-row !important;
}
.d-print-table-cell {
  display: table-cell !important;
}
.d-print-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-print-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}

.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}

.embed-responsive::before {
display: block;
content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.embed-responsive-21by9::before {
padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
padding-top: 56.25%;
}

.embed-responsive-4by3::before {
padding-top: 75%;
}

.embed-responsive-1by1::before {
padding-top: 100%;
}

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

.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}

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

.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}

.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}

.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}

.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}

.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}

.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}

.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}

.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}

.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}

.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}

.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}

.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}

.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}

.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}

.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}

.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}

.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}

.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}

.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}

.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}

.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}

.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}

.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}

.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}

.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}

.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}

.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}

.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}

.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}

.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}

@media (min-width: 576px) {
.flex-sm-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-sm-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-sm-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-sm-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-sm-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-sm-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-sm-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-sm-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-sm-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-sm-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-sm-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-sm-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-sm-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-sm-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-sm-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-sm-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-sm-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-sm-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-sm-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-sm-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-sm-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-sm-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-sm-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-sm-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-sm-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-sm-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-sm-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-sm-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}

@media (min-width: 768px) {
.flex-md-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-md-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-md-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-md-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-md-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-md-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-md-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-md-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-md-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-md-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-md-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-md-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-md-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-md-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-md-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-md-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-md-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-md-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-md-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-md-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-md-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-md-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-md-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-md-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-md-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-md-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-md-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-md-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-md-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-md-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}

@media (min-width: 992px) {
.flex-lg-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-lg-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-lg-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-lg-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-lg-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-lg-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-lg-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-lg-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-lg-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-lg-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-lg-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-lg-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-lg-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-lg-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-lg-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-lg-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-lg-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-lg-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-lg-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-lg-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-lg-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-lg-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-lg-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-lg-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-lg-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-lg-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-lg-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-lg-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}

@media (min-width: 1200px) {
.flex-xl-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-xl-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-xl-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-xl-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-xl-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-xl-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-xl-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-xl-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-xl-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-xl-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-xl-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-xl-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-xl-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-xl-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-xl-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-xl-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-xl-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-xl-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-xl-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-xl-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-xl-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-xl-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-xl-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-xl-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-xl-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-xl-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-xl-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-xl-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}

.float-left {
float: left !important;
}

.float-right {
float: right !important;
}

.float-none {
float: none !important;
}

@media (min-width: 576px) {
.float-sm-left {
  float: left !important;
}
.float-sm-right {
  float: right !important;
}
.float-sm-none {
  float: none !important;
}
}

@media (min-width: 768px) {
.float-md-left {
  float: left !important;
}
.float-md-right {
  float: right !important;
}
.float-md-none {
  float: none !important;
}
}

@media (min-width: 992px) {
.float-lg-left {
  float: left !important;
}
.float-lg-right {
  float: right !important;
}
.float-lg-none {
  float: none !important;
}
}

@media (min-width: 1200px) {
.float-xl-left {
  float: left !important;
}
.float-xl-right {
  float: right !important;
}
.float-xl-none {
  float: none !important;
}
}

.position-static {
position: static !important;
}

.position-relative {
position: relative !important;
}

.position-absolute {
position: absolute !important;
}

.position-fixed {
position: fixed !important;
}

.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}

.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}

.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}

.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
box-shadow: none !important;
}

.w-25 {
width: 25% !important;
}

.w-50 {
width: 50% !important;
}

.w-75 {
width: 75% !important;
}

.w-100 {
width: 100% !important;
}

.w-auto {
width: auto !important;
}

.h-25 {
height: 25% !important;
}

.h-50 {
height: 50% !important;
}

.h-75 {
height: 75% !important;
}

.h-100 {
height: 100% !important;
}

.h-auto {
height: auto !important;
}

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

.mh-100 {
max-height: 100% !important;
}

.m-0 {
margin: 0 !important;
}

.mt-0,
.my-0 {
margin-top: 0 !important;
}

.mr-0,
.mx-0 {
margin-right: 0 !important;
}

.mb-0,
.my-0 {
margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
margin-left: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.mt-3,
.my-3 {
margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
margin-right: 1rem !important;
}

.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
margin-left: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.mt-5,
.my-5 {
margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
margin-right: 3rem !important;
}

.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
margin-left: 3rem !important;
}

.p-0 {
padding: 0 !important;
}

.pt-0,
.py-0 {
padding-top: 0 !important;
}

.pr-0,
.px-0 {
padding-right: 0 !important;
}

.pb-0,
.py-0 {
padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
padding-left: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.pt-3,
.py-3 {
padding-top: 1rem !important;
}

.pr-3,
.px-3 {
padding-right: 1rem !important;
}

.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
padding-left: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.pt-5,
.py-5 {
padding-top: 3rem !important;
}

.pr-5,
.px-5 {
padding-right: 3rem !important;
}

.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
padding-left: 3rem !important;
}

.m-auto {
margin: auto !important;
}

.mt-auto,
.my-auto {
margin-top: auto !important;
}

.mr-auto,
.mx-auto {
margin-right: auto !important;
}

.mb-auto,
.my-auto {
margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
margin-left: auto !important;
}

@media (min-width: 576px) {
.m-sm-0 {
  margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
  margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
  margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
  margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
  margin-left: 0 !important;
}
.m-sm-1 {
  margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
  margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
  margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
  margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
  margin-left: 0.25rem !important;
}
.m-sm-2 {
  margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
  margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
  margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
  margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
  margin-left: 0.5rem !important;
}
.m-sm-3 {
  margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
  margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
  margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
  margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
  margin-left: 1rem !important;
}
.m-sm-4 {
  margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
  margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
  margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
  margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
  margin-left: 1.5rem !important;
}
.m-sm-5 {
  margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
  margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
  margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
  margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
  margin-left: 3rem !important;
}
.p-sm-0 {
  padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
  padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
  padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
  padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
  padding-left: 0 !important;
}
.p-sm-1 {
  padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
  padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
  padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
  padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
  padding-left: 0.25rem !important;
}
.p-sm-2 {
  padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
  padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
  padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
  padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
  padding-left: 0.5rem !important;
}
.p-sm-3 {
  padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
  padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
  padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
  padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
  padding-left: 1rem !important;
}
.p-sm-4 {
  padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
  padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
  padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
  padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
  padding-left: 1.5rem !important;
}
.p-sm-5 {
  padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
  padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
  padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
  padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
  padding-left: 3rem !important;
}
.m-sm-auto {
  margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
  margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
  margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
  margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
  margin-left: auto !important;
}
}

@media (min-width: 768px) {
.m-md-0 {
  margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
  margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
  margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
  margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
  margin-left: 0 !important;
}
.m-md-1 {
  margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
  margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
  margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
  margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
  margin-left: 0.25rem !important;
}
.m-md-2 {
  margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
  margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
  margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
  margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
  margin-left: 0.5rem !important;
}
.m-md-3 {
  margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
  margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
  margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
  margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
  margin-left: 1rem !important;
}
.m-md-4 {
  margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
  margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
  margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
  margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
  margin-left: 1.5rem !important;
}
.m-md-5 {
  margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
  margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
  margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
  margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
  margin-left: 3rem !important;
}
.p-md-0 {
  padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
  padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
  padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
  padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
  padding-left: 0 !important;
}
.p-md-1 {
  padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
  padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
  padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
  padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
  padding-left: 0.25rem !important;
}
.p-md-2 {
  padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
  padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
  padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
  padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
  padding-left: 0.5rem !important;
}
.p-md-3 {
  padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
  padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
  padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
  padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
  padding-left: 1rem !important;
}
.p-md-4 {
  padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
  padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
  padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
  padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
  padding-left: 1.5rem !important;
}
.p-md-5 {
  padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
  padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
  padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
  padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
  padding-left: 3rem !important;
}
.m-md-auto {
  margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
  margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
  margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
  margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
  margin-left: auto !important;
}
}

@media (min-width: 992px) {
.m-lg-0 {
  margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
  margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
  margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
  margin-left: 0 !important;
}
.m-lg-1 {
  margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
  margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
  margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
  margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
  margin-left: 0.25rem !important;
}
.m-lg-2 {
  margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
  margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
  margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
  margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
  margin-left: 0.5rem !important;
}
.m-lg-3 {
  margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
  margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
  margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
  margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
  margin-left: 1rem !important;
}
.m-lg-4 {
  margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
  margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
  margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
  margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
  margin-left: 1.5rem !important;
}
.m-lg-5 {
  margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
  margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
  margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
  margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
  margin-left: 3rem !important;
}
.p-lg-0 {
  padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
  padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
  padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
  padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
  padding-left: 0 !important;
}
.p-lg-1 {
  padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
  padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
  padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
  padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
  padding-left: 0.25rem !important;
}
.p-lg-2 {
  padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
  padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
  padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
  padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
  padding-left: 0.5rem !important;
}
.p-lg-3 {
  padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
  padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
  padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
  padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
  padding-left: 1rem !important;
}
.p-lg-4 {
  padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
  padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
  padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
  padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
  padding-left: 1.5rem !important;
}
.p-lg-5 {
  padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
  padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
  padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
  padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
  padding-left: 3rem !important;
}
.m-lg-auto {
  margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
  margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
  margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
  margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
  margin-left: auto !important;
}
}

@media (min-width: 1200px) {
.m-xl-0 {
  margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
  margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
  margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
  margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
  margin-left: 0 !important;
}
.m-xl-1 {
  margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
  margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
  margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
  margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
  margin-left: 0.25rem !important;
}
.m-xl-2 {
  margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
  margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
  margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
  margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
  margin-left: 0.5rem !important;
}
.m-xl-3 {
  margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
  margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
  margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
  margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
  margin-left: 1rem !important;
}
.m-xl-4 {
  margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
  margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
  margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
  margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
  margin-left: 1.5rem !important;
}
.m-xl-5 {
  margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
  margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
  margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
  margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
  margin-left: 3rem !important;
}
.p-xl-0 {
  padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
  padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
  padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
  padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
  padding-left: 0 !important;
}
.p-xl-1 {
  padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
  padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
  padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
  padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
  padding-left: 0.25rem !important;
}
.p-xl-2 {
  padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
  padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
  padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
  padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
  padding-left: 0.5rem !important;
}
.p-xl-3 {
  padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
  padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
  padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
  padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
  padding-left: 1rem !important;
}
.p-xl-4 {
  padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
  padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
  padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
  padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
  padding-left: 1.5rem !important;
}
.p-xl-5 {
  padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
  padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
  padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
  padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
  padding-left: 3rem !important;
}
.m-xl-auto {
  margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
  margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
  margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
  margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
  margin-left: auto !important;
}
}

.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
text-align: justify !important;
}

.text-nowrap {
white-space: nowrap !important;
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.text-left {
text-align: left !important;
}

.text-right {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

@media (min-width: 576px) {
.text-sm-left {
  text-align: left !important;
}
.text-sm-right {
  text-align: right !important;
}
.text-sm-center {
  text-align: center !important;
}
}

@media (min-width: 768px) {
.text-md-left {
  text-align: left !important;
}
.text-md-right {
  text-align: right !important;
}
.text-md-center {
  text-align: center !important;
}
}

@media (min-width: 992px) {
.text-lg-left {
  text-align: left !important;
}
.text-lg-right {
  text-align: right !important;
}
.text-lg-center {
  text-align: center !important;
}
}

@media (min-width: 1200px) {
.text-xl-left {
  text-align: left !important;
}
.text-xl-right {
  text-align: right !important;
}
.text-xl-center {
  text-align: center !important;
}
}

.text-lowercase {
text-transform: lowercase !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.text-capitalize {
text-transform: capitalize !important;
}

.font-weight-light {
font-weight: 300 !important;
}

.font-weight-normal {
font-weight: 400 !important;
}

.font-weight-bold {
font-weight: 700 !important;
}

.font-italic {
font-style: italic !important;
}

.text-white {
color: #fff !important;
}

.text-primary {
color: #3b4f66 !important;
}

a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important;
}

.text-secondary {
color: #e03c31 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important;
}

.text-success {
color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important;
}

.text-info {
color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
color: #117a8b !important;
}

.text-warning {
color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important;
}

.text-danger {
color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important;
}

.text-light {
color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important;
}

.text-dark {
color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important;
}

.text-body {
color: #212529 !important;
}

.text-muted {
color: #aeb4be !important;
}

.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}

.visible {
visibility: visible !important;
}

.invisible {
visibility: hidden !important;
}


img.hs-image-widget,
.blog-post__body img,
figure img,
.img-fluid{
max-width:100%;
height:auto
}

/* Create the parallax scrolling effect */
.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.object-fit {  
object-fit: cover;
height:100%;
width:100%;
}

@media (min-width: 960px) {
.breakout-row-l {
margin-left: -80px;
width: auto;
}
}




html, 
body {
    height: 100%;
}
html {
    background-color: #3b4f66;
}
.body-wrapper {
    background-color: #FFFFFF;
}


.content-wrapper {
  max-width: 1601px;
}


.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 30px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1601px;
}




@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}



.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* testing 
.dnd-section {
  border: 1px solid blue;
}

.dnd-section .row-fluid {
  border: 1px solid orange;
}
.dnd-section .dnd-column {
  border: 1px solid green;
}
*/

/* the default height of grid is 28px but lets remove that when the page is not being edited */
.row-fluid [class*="span"] {
  min-height: 0;
}
.hs-inline-edit .row-fluid [class*="span"] {
  min-height: 28px;
}

.body-container-wrapper {
  min-height:500px;
}

.dnd-section[class*="force-full-width-section"]  {
  padding:0;
} 

.grid {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
	align-items: center;
	margin: 2rem 0;
}

.grid.top-align,
.grid.left-image.top-align,
.grid.right-image.top-align {
	align-items: start!important;
}

.grid.bottom-align,
.grid.left-image.bottom-align,
.grid.right-image.bottom-align {
	align-items: flex-end!important;
}

.grid.two {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two-about-big-hearts {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}


.grid.two.text-center {
	text-align: center;
}

.grid.two.wide {
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr;
	grid-gap: 6rem;
}
.grid.two.wide-2 {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}
.grid.two.wide-3 {
	grid-template-columns: 1fr 3fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}

.grid.two.wide-3-right {
	grid-template-columns: 3fr 1fr;
	-ms-grid-columns:1fr 6rem 2fr;
	grid-gap: 3rem;
}

.grid.two.cta-container {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.sidebar {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.testimonial {
	grid-template-columns: 300px 1fr;
	-ms-grid-columns: 300px 6rem 1fr;
	grid-gap: 6rem;
}

.grid.two.left-side-big {
	grid-template-columns: 1.5fr 1fr;
	-ms-grid-columns: 1.5fr 6rem 1fr;
	grid-gap: 10px;
}

.grid.two.team {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 2fr;
	grid-gap: 6rem;
}

.grid.three {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr;
	grid-gap: 6rem;
}

.grid.three-about-us-cards {
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr;
	grid-gap: 2rem;
}

.grid.four {
	grid-template-columns: 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.five {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.six {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	-ms-grid-columns:1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr 6rem 1fr; /*ie base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.two.right-image {
	grid-template-columns: 1fr 400px;
	-ms-grid-columns:1fr 6rem 400px;
	grid-gap: 0 6rem;
}

.grid.two.left-image {
	grid-template-columns: 400px 1fr;
	-ms-grid-columns:400px 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.three.right-image {
	grid-template-columns: 1fr 1fr 400px;
	-ms-grid-columns:1fr 6rem 1fr 6rem 400px;
	grid-gap: 0 6rem;
}

.grid.three.left-image {
	grid-template-columns: 400px 1fr 1fr;
	-ms-grid-columns:400px 6rem 1fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.two.right-image.large {
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid.two.left-image.large {
	grid-template-columns: 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 2fr;
	grid-gap: 0 6rem;
}

.grid.three.right-image.large {
	grid-template-columns: 1fr 1fr 2fr;
	-ms-grid-columns: 1fr 6rem 1fr 6rem 2fr;
	grid-gap: 0 6rem;
}

.grid.three.left-image.large {
	grid-template-columns: 2fr 1fr 1fr;
	-ms-grid-columns: 2fr 6rem 1fr 6rem 1fr;
	grid-gap: 0 6rem;
}

.grid-item {
	position: relative;
}

.grid-item.center-text {
	position: relative;
	text-align: center;
}

.grid-item.left-text {
	position: relative;
	text-align: left;
}

.grid.two > .grid-item:nth-of-type(1),
.grid.two > div:nth-of-type(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.grid.two > .grid-item:nth-of-type(2),
.grid.two > div:nth-of-type(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.grid.two > .grid-item:nth-of-type(3),
.grid.two > div:nth-of-type(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid.two > .grid-item:nth-of-type(4),
.grid.two > div:nth-of-type(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.grid.two > .grid-item:nth-of-type(5),
.grid.two > div:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.grid.two > .grid-item:nth-of-type(6),
.grid.two > div:nth-of-type(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

/* if there is 3 columns*/

.grid.three > .grid-item:nth-of-type(1),
.grid.three > div:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(2),
.grid.three > div:nth-of-type(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(3),
.grid.three > div:nth-of-type(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.grid.three > .grid-item:nth-of-type(4),
.grid.three > div:nth-of-type(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(5),
.grid.three > div:nth-of-type(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(6),
.grid.three > div:nth-of-type(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

.grid.three > .grid-item:nth-of-type(7),
.grid.three > div:nth-of-type(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.grid.three > .grid-item:nth-of-type(8),
.grid.three > div:nth-of-type(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.grid.three > .grid-item:nth-of-type(9),
.grid.three > div:nth-of-type(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

/* if there is 4 columns*/

.grid.four > .grid-item:nth-of-type(1),
.grid.four > div:nth-of-type(1),
.grid.image-list.four > .grid-item:nth-of-type(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(2)
.grid.four > div:nth-of-type(2),
.grid.image-list.four > .grid-item:nth-of-type(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(3)
.grid.four > div:nth-of-type(3),
.grid.image-list.four > .grid-item:nth-of-type(3) {
	-ms-grid-column: 5;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(4)
.grid.four > div:nth-of-type(4),
.grid.image-list.four > .grid-item:nth-of-type(4) {
	-ms-grid-column: 7;
	-ms-grid-row: 1;
}

.grid.four > .grid-item:nth-of-type(5)
.grid.four > div:nth-of-type(5),
.grid.image-list.four > .grid-item:nth-of-type(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(6)
.grid.four > div:nth-of-type(6),
.grid.image-list.four > .grid-item:nth-of-type(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(7)
.grid.four > div:nth-of-type(7),
.grid.image-list.four > .grid-item:nth-of-type(7) {
	-ms-grid-column: 5;
	-ms-grid-row: 2;
}

.grid.four > .grid-item:nth-of-type(8)
.grid.four > div:nth-of-type(8),
.grid.image-list.four > .grid-item:nth-of-type(8) {
	-ms-grid-column: 7;
	-ms-grid-row: 2;
}

/* if there is 6 columns*/

.grid.six > .grid-item:nth-of-type(1),
.grid.six > div:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.grid.six > .grid-item:nth-of-type(2),
.grid.six > div:nth-of-type(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.grid.six > .grid-item:nth-of-type(3),
.grid.six > div:nth-of-type(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.grid.six > .grid-item:nth-of-type(4),
.grid.six > div:nth-of-type(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.grid.six > .grid-item:nth-of-type(5),
.grid.six > div:nth-of-type(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.grid.six > .grid-item:nth-of-type(6),
.grid.six > div:nth-of-type(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 12;
}

.grid.six > .grid-item:nth-of-type(7),
.grid.six > div:nth-of-type(7) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.grid.six > .grid-item:nth-of-type(8),
.grid.six > div:nth-of-type(8) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

.grid.six > .grid-item:nth-of-type(9),
.grid.six > div:nth-of-type(9) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

.grid.six > .grid-item:nth-of-type(10),
.grid.six > div:nth-of-type(10) {
	-ms-grid-row: 2;
	-ms-grid-column: 7;
}

.grid.six > .grid-item:nth-of-type(11),
.grid.six > div:nth-of-type(11) {
	-ms-grid-row: 2;
	-ms-grid-column: 9;
}

.grid.six > .grid-item:nth-of-type(12),
.grid.six > div:nth-of-type(12) {
	-ms-grid-row: 2;
	-ms-grid-column: 12;
}


/* MEDIA QUERIES */

@media all and (max-width: 1200px) {
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}
	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 4rem 1fr;
		grid-gap: 4rem;
		margin: 4rem 0;
	}
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
		text-align: center;
	}
	.social-media-buttons{
		text-align: center;
	}
	.contact-flex-item{
		text-align: center;
		display: block;
	}
}

@media all and (max-width: 1090px) {
	.grid.two.wide-2 {
		grid-template-columns: 1fr;
		-ms-grid-columns:1fr;
		grid-gap: 3rem;
	}
	.grid.two.wide-3 {
		grid-template-columns: 1fr;
		-ms-grid-columns:1fr;
		grid-gap: 3rem;
	}
}

@media all and (max-width: 992px) {

	.grid.two.right-image {
		grid-template-columns: 1fr 300px;
		-ms-grid-columns:1fr 4rem 300px;
		grid-gap: 0 4rem;
	}

	.three-about-us-cards{
		grid-template-columns: 1fr !important;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}

	.grid.two.left-image {
		grid-template-columns: 300px 1fr;
		-ms-grid-columns: 300px 4rem 1fr;
		grid-gap: 0 4rem;
	}

	.grid.three.right-image {
		grid-template-columns: 1fr 1fr 300px;
		-ms-grid-columns:1fr 4rem 1fr 4rem 300px;
		grid-gap: 0 4rem;
	}

	.grid.three.left-image {
		grid-template-columns: 300px 1fr 1fr;
		-ms-grid-columns: 300px 4rem 1fr 4rem 1fr;
		grid-gap: 0 4rem;
	}

	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 4rem 1fr;
		grid-gap: 4rem;
		margin: 4rem 0;
	}
	div.footer-item-container.grid.six {
		position: center;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
		text-align: center;
	}
	.social-media-buttons{
		text-align: center;
	}
	.contact-flex-item{
		text-align: center;
		display: block;
	}


}

@media all and (max-width: 768px) {

	.grid.two,
	.grid.two.sidebar,
	.grid.two.testimonial,
	.grid.two.cta-container,
	.grid.two.left-image,
	.grid.two.right-image,
	.grid.two-about-big-hearts,
	.grid.two.right-image.large,
	.grid.two.left-image.large,
	.grid.two.left-side-big,
  .grid.two.wide-3-right,
	.grid.three,
	.grid.three-about-us-cards,
	.grid.three.right-image,
	.grid.three.left-image,
	.grid.four,
	.grid.five,
	.grid.six {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}

	.grid.four.footer-item-container,
	.grid.five.footer-item-container {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}


	.grid.two-about-big-hearts > .grid-item:nth-child(1){
		order: 2;
	}

	.grid.two-about-big-hearts > .grid-item:nth-child(2){
		order: 1;
	}


}







html {
  
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4e4f51;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 16px;
                  font-size: 1.0rem;
              
          
  
      
  
  
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */
:focus {
  outline: thin dotted;
  outline-color: #e2e2e2;
}


a {
  color: #e03c31;
}

a:hover,
a:focus {
  /* color: #b81409; */
  color: #ec6350;
}

a:active {
  color: #ec6350;
}

/* Headings */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
}

h1, .h1, .blog-post h1 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 40px;
                  font-size: 2.5rem;
              
          
  
      
  
  
}

h2, .h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 32px;
                  font-size: 2.0rem;
              
          
  
      
  
  
}

h3, .h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 28px;
                  font-size: 1.75rem;
              
          
  
      
  
  
}

h4, .h4 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 24px;
                  font-size: 1.5rem;
              
          
  
      
  
  
}

h5, .h5 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 20px;
                  font-size: 1.25rem;
              
          
  
      
  
  
}

h6, .h6 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #3b4f66;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 16px;
                  font-size: 1.0rem;
              
          
  
      
  
  
}

/* decrease heading size on mobile */
@media only screen and (max-width: 800px ) {
  h1, .h1, .blog-post h1 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 30px;
                  font-size: 1.875rem;
              
          
  
      
  
  ;
  }
  h2, .h2 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 22px;
                  font-size: 1.375rem;
              
          
  
      
  
  ;
  }
  h3, .h3 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 20px;
                  font-size: 1.25rem;
              
          
  
      
  
  ;
  }
  h4, .h4 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 18px;
                  font-size: 1.125rem;
              
          
  
      
  
  ;
  }
  h5, .h5 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 16px;
                  font-size: 1.0rem;
              
          
  
      
  
  ;
  }
  h6, .h6 {
    
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 16px;
                  font-size: 1.0rem;
              
          
  
      
  
  ;
  }
 
}



/* Blockquote */
blockquote, .blockquote {
  border-left: none;
  margin: 2rem 0;
  padding-left: 0;
}

blockquote, blockquote p, .blockquote p {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: italic;
  color: #e03c31;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 28px;
                  font-size: 1.75rem;
              
          
  
      
  
  ;
}

blockquote p, .blockquote p {
  margin-bottom:0.5rem;
}


blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite, .blockquote cite {
  color: #aeb4be;
  font-size: 80%;
  display:block;
}

.lead {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4e4f51;
  
  
      
  
      
  
          
          
              
                  
              
              
              
              
                  
                  
                  font-size: 20px;
                  font-size: 1.25rem;
              
          
  
      
  
  
}

ul, ol {
  padding-left: 1rem;
}
li {
  margin-bottom: 0.5rem;
}
li:last-child {
  margin-bottom: 0;
}
hr {
  background-color: #aeb4be;
  border: 0;
  color: #aeb4be;
  height: 1px;
}


li::marker {
  color: #e03c31;
  font-size:0.7rem;
}

ol li::marker {
  font-size:1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


@media all and (max-width: 1400px) {
  .home-title-on-page{
    font-size: 100px !important;
  }
}

@media all and (max-width: 1400px) {
  .home-title-on-page{
      font-size: 80px !important;
      line-height: 90px !important;
  }
}

@media all and (max-width: 1200px) {
  .home-title-on-page{
    font-size: 70px !important;
  }
}

@media all and (max-width: 992px) {
  .home-title-on-page{
      font-size: 60px !important;
      line-height: 70px !important;
  }
}

@media all and (max-width: 860px) {
  .home-title-on-page{
      font-size: 50px !important;
      line-height: 60px !important;
  }
}


@media all and (max-width: 768px) {  
    .home-cta-title-on-page{
      font-size: 50px !important;
      line-height: 45px !important;
      text-align: center !important;
    }
  
    .home-title-on-page{
      font-size: 40px !important;
      text-align: right !important;
      line-height: 40px !important;
    } 
  
    .home-subtitle-on-page{
      font-size: 20px !important;
      text-align: right !important;
      line-height: normal !important;
          margin-bottom: 310px;
    }
}




button,
.button,
form .hs-button,
form input[type=submit]
{
  background-color: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
  border: 1px solid #e03c31;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
form .hs-button:hover,
form .hs-button:focus,
button:active,
.button:active,
.hs-button:active,
.card.clickable:hover .button
{
  background-color: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
  border: 1px solid #e03c31;
  color: #FFFFFF;
}



/* button secondary */
button.secondary,
.button.secondary,
form .hs-button.secondary {
  background-color: 

  
  
    
  


  rgba(59, 79, 102, 1.0)

;
  border: 1px solid #3b4f66;
  color: #FFFFFF;
}

button.secondary:hover,
button.secondary:focus,
button.secondary:active,
.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active,
.hs-button.secondary:hover,
.hs-button.secondary:focus,
.hs-button.secondary:active,
form input[type=submit].secondary:hover,
.card.clickable:hover .button.secondary {
  background-color: 

  
  
    
  


  rgba(74, 116, 163, 1.0)

;
  border: 1px solid #3b4f66;
  color: #FFFFFF;
}





/* button tertiary */
button.tertiary,
.button.tertiary,
.hs-button.tertiary,
form input[type=submit].tertiary:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #e03c31;
  color: #e03c31;
}

button.tertiary:hover,
button.tertiary:focus,
button.tertiary:active,
.button.tertiary:hover,
.button.tertiary:focus,
.button.tertiary:active,
.hs-button.tertiary:hover,
.hs-button.tertiary:focus,
.hs-button.tertiary:active,
.card.clickable:hover .button.button.tertiary {
  background-color: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
  border: 1px solid #e03c31;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




/* button Link */
button.link,
.button.link,
.hs-button.link,
form input[type=submit].link:hover
{
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #e03c31;
  padding: 1rem 0;
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-size:inherit;
}

button.link:hover,
button.link:focus,
button.link:active,
.button.link:hover,
.button.link:focus,
.button.link:active,
.hs-button.link:hover,
.hs-button.link:focus,
.hs-button.link:active,
.card.clickable:hover .button.button.link {
  background-color: transparent;
  border: none;
  color: #e03c31;
  text-decoration:underline;
}

button.link:active,
button.link:focus,
.button.link:focus,
.button.link:active,
.hs-button.link:focus,
.hs-button.link:active{
  text-decoration:none;
}




/* button Group */
.button-group a {
  margin: 0 0.5rem 0 0;
}
.button-group a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 800px ) { 
  .button-group {
   display:flex;
   flex-direction: column;
   margin: 1rem 0;
  }
  .button-group a {
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;

    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.card__link {
position:absolute;
top:0;
bottom:0;
width:100%;
  display:block;
}


.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card.clickable:hover {
-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}


.card__text {
  padding:1rem 1rem 1rem 1rem;
  background: #FFFFFF;
}

.card .card__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
  height: calc(100% - 250px);
}
@media (min-width: 576px) {
  .card .card__text {
  height: calc(100% - 200px);
  }
  
}
.card .card__text p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.card .top-crop  {  
  height:250px;
  overflow:hidden;
}
@media (min-width: 576px) {
    .card .top-crop  {  
    height:200px;
    }
}






form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(59, 79, 102, 1)

;
  color: #e03c31;
}

/* Form label */

form label {
  color: #3b4f66;
  font-weight:bold;
}





/* Form help text */

form legend {
  color: #3b4f66;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #4e4f51;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #e03c31;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #4e4f51;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #3b4f66;
}

.fn-date-picker td .pika-button:hover {
  background-color: #3b4f66 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #3b4f66;
}



/* Submit button styles are found in _buttons.css */

body .hs-form.stacked fieldset.form-columns-1 .hs-input {
  width: 100%;
}


body .hs-form.stacked fieldset.form-columns-2 .hs-form-field:first-child {
 padding-right: 1rem;
}

.input ul li.hs-form-checkbox .hs-input{
width: auto !important;
}
.government-page-sub-titles{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.government-main-page-sub-titles{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 40px;
}

.lato-light-style{
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.customer-centric-gray-head{
font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #000;
  margin: 0px;
}
.customer-centric-gray-subtitle{
font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #E03C31;
    margin: 10px 0px;
    line-height: 1;
}
.customer-centric-gray-p{
font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.cell_17017276435972-background-color{
border-radius: 10px;
}
.government-page-sub-titles{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.main-gov-subtitle{
  color:#fff;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.government-main-page-sub-titles{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.government-main-page-connected-tech{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0px;
}

.government-main-page-road-subtitles{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
}

.government-main-page-box-sub-title{
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
}

.lato-light-p-tag{
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.lato-regular-title-cta{
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 40px;
}

.image-style-gov-page{
margin-top: -100px;
    z-index: 5;
    position: relative;
}

@media all and (max-width: 992px) {
.image-style-gov-page{
  margin-top: 0px;
  z-index: 5;
  position: relative;
}

}

hr.red-line-thick {
    border: 0;
    border-bottom-color: #E03C31;
    background-color: #E03C31;
    border-top: 6px solid #E03C31;
  color: #E03C31;
	  width: 60px;
    margin-left: 0px;
}

.lato-light-style{
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.customer-centric-gray-head{
font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #000;
  margin: 0px;
}
.customer-centric-gray-subtitle{
font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #E03C31;
    margin: 10px 0px;
    line-height: 1;
}
.customer-centric-gray-p{
font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.cell_17017276435972-background-color{
border-radius: 10px;
}
.our-impact-num{
font-family: 'Montserrat';
    font-size: 350px;
    font-weight: 600;
    color: #000;
    line-height: 0.5;
    margin: 0px;
    position: relative;
    z-index: 1;
}
.our-impact-p{
    font-family: 'Lato';
    font-size: 20px;
    background-color: #fff;
    margin: 0px;
    position: relative;
    z-index: 2;
    color: #000;
}
.our-impact-p span{
    font-family: 'Montserrat';
    color: #E03C31;
    font-size: 40px;
}

.button-ghost-two {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
      text-decoration: none;
}

.button-ghost-two:hover {
    background-color: #E03C31;
    border: 1px solid #E03C31;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    text-decoration: none;
}

.button-ghost-three {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    text-decoration: none;
}

.button-ghost-three:hover {
    background-color: #E03C31;
    border: 1px solid #E03C31;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    text-decoration: none;
}
.card-square-list{
    align-items: center; 
  background-size: cover;  
    display: flex;
    height: 450px !important;
    margin: 0px !important;
  width:100%;
  margin: 0px; 
  justify-content: center;
}

.square-list-title{
  font-family: Montserrat, sans-serif; 
  font-weight: bold; 
  font-size:40px ; 
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;    
  max-width: 400px;
}
.card {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
/* background-color: #fff; */
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.card .top-crop {
position:relative;
}
.card__type {
font-size:0.8rem;
font-style:italic;
/* background-color:#aeb4be; */
color:#fff;
padding:3px 6px;
left:0;
top:0;
position:absolute;
}
.card__link {
position:absolute;
top:0;
bottom:0;
width:100%;
display:block;
z-index: 1;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.card-img, .card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}

/* .card.clickable:hover {
-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
} */

.card__text {
padding:0 1rem 1rem 1rem;
}

.card .card__text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: calc(100% - 250px);
}
@media (min-width: 576px) {
.card .card__text {
height: calc(100% - 200px);
}

}
.card .card__text p {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}

.top-crop  {  
height:250px;
overflow:hidden;
margin-bottom:1rem;
}
@media (min-width: 576px) {
.top-crop  {  
height:200px;
}
}
@media (max-width: 1400px) {
.our-impact-num{
font-family: 'Montserrat';
    font-size: 250px;
    font-weight: 600;
    color: #000;
    line-height: 0.5;
    margin: 0px;
    position: relative;
    z-index: 1;
}
}
@media (max-width: 1290px) {
  .gov-image{
  margin-top: 0px !important;
  }
}

@media (max-width: 980px) {
.our-impact-num{
font-family: 'Montserrat';
    font-size: 150px;
    font-weight: 600;
    color: #000;
    line-height: 0.5;
    margin: 0px;
    position: relative;
    z-index: 1;
}
}
@media (max-width: 450px) {
.our-impact-num{
font-family: 'Montserrat';
    font-size: 100px;
    font-weight: 600;
    color: #000;
    line-height: 0.5;
    margin: 0px;
    position: relative;
    z-index: 1;
}
}
.guardian-imag{
margin-top: -340px;
  width: 90%;
  height: auto;
}
@media (max-width: 768px){
  .guardian-imag{
margin-top: 0px;
  width: 90%;
  height: auto;
    margin: auto;
}
  
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #3b4f66;

  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}




th,
td {
  border-color: #3b4f66;
  color: #3b4f66;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(59, 79, 102, 1)

;
  border-color: rgba(255,255,255, 0.5);
  border-bottom-color: #3b4f66;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3b4f66;
}

tbody + tbody {
  border-top-color: #3b4f66;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  IF .menu position=relative -> ul = container width, ELSE ul = 100% width
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
 
header.header {
background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.product-alt header{
  background-color: #000 !important;
}

.header__logo{
    z-index: 99999;
}
  .menu .submenu.level-2 {
/*       background-color: header_dropdown_submenu_bg_color}}; */
      background-color: #000 !important;
    }

/* desktop only */
  @media only screen and (min-width: 1440px ) {
    .header__logo--main {
      padding-top:0;
      }
    .header__logo {
      max-width: 100%;
      }

    .header__container {
      position: relative;
    }
  }
  /* mobile only */
  @media only screen and (max-width: 1440px ) {
    .menu > ul {
      position: relative;
    }

    /* On mobile move the hubspot tools toggle so you can still use hamburger nav */
    body .hs-tools-menu {
      right:70px!important;
    }
  }

  .menu a {
    color:#fff;
  }


  .menu a.active-branch {
    color:#FFD67B;
  }

  .menu a.active-item {
    font-weight: bold;
    color:#FFD67B;
  }

/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/

  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Screen style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
 

  .menu-container {
    width: 80%;
    margin: 0 auto;
  }
  .menu-mobile {
    display: none;
    padding: 20px 0;
  }
  .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    color: #E03C31;
/*     position: relative;
    top: 50%; */
        position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9999999;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }

  .menu-dropdown-icon:before {
    content: "\f123";
    font-family: "Ionicons";
    display: block;
    cursor: pointer;
    float: right;
    color: #e2e2e2;
    position: relative;
    padding: 1.5rem 0;
  }
  .menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
  }
  .menu > ul:before,
  .menu > ul:after {
    content: "";
    display: table;
  }
  .menu > ul:after {
    clear: both;
  }
  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
  }
  
  .menu > ul > li a, .menu > ul > li span {
    text-decoration: none;
    padding: 1.5rem 1.25rem;
    display: block;
  }
  /* Top nav hover */
  .menu > ul > li:hover {
    background: transparent;
  }
  .menu > ul > li a:hover {
    color: #e03c31;
  }

  .menu .submenu.level-2 a.no-href:hover, .menu .submenu.level-2 a.no-href.active-branch:hover, .menu .submenu.level-2 a.no-href.active-branch   {
    color: inherit;
    cursor: initial;
  }
   
  /* dropdown menu */
  .menu > ul > li > ul {
    display: none;
    width: 100%;
    background: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
  }
  @media only screen and (min-width: 1440px ) {
    .menu > ul > li > ul {
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

  }



  .menu > ul > li:last-child > ul {
    text-align: right;
    left: auto;
    right: 20px;
    width: auto!important;
  }

  .menu > ul > li > ul:before,
  .menu > ul > li > ul:after {
    content: "";
    display: table;
  }
  .menu > ul > li > ul:after {
    clear: both;
  }
  .menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
  }

  /* Dropdown link color */
  .menu > ul > li > ul > li a {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: 95%;
    display: block;
    font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #4e4f51;
    font-size: 14px;
  }
  .menu > ul > li > ul > li > ul > li a {
    font-size:inherit;
    font-family: inherit;
    font-weight: inherit;
    border: 0;
  }

  /* Level 3 */
  .menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
  }
  .menu > ul > li > ul > li > ul:before,
  .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
  }
  .menu > ul > li > ul > li > ul:after {
    clear: both;
  }
  .menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }

  .menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
  }
  .menu > ul > li > ul.normal-sub > li {
    width: 100%;
  }
  .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1rem 0.2rem;
    font-size:inherit;
    font-family: inherit;
    font-weight: inherit;
  }
  /* Desktop only */
  @media only screen and (min-width: 1440px ) {
    .menu > ul > li > ul.normal-sub > li a {
      padding: 0.5rem 0.2rem;
    }
    .menu > ul > li > ul > li a {
      padding-top:0;
    }
    .menu > ul > li a {
      font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
    }

    .menu > ul > li > ul > li > ul > li {
      padding:0;
    }
    .menu > ul > li > ul > li > ul > li a {
      padding: 0.5rem 0.2rem;
    }
    #search .menu-link, #languageSwitcher .menu-link {

      padding: 1.5rem 1rem
    }

    #languageSwitcher .normal-sub {
      right:0;
    }
    #languageSwitcher:before {
      display: none;
    }
  }

  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media only screen and (max-width: 1440px ) {
 

    .menu-container {
      width: 100%;
      
    }
    .menu-mobile {
      display: block;
    }
    .menu-dropdown-icon:before {
      content: "\f217";
      font-family: "Ionicons";
      display: block;
      cursor: pointer;
      float: right;
      font-weight: bold;
      padding: 1rem 20px;
      background: #FFD67B;
      color: #fff;
      margin-right:10px;
    }

    .menu-dropdown-icon.open:before {
      content: "\f209";
    }

    .menu > ul > li > ul.normal-sub {

      left: auto;
      padding: 0 20px;
    }

    .menu > ul {
      display: none;
      border-top:1px solid #ccc;
    }

    .menu > ul > li > ul.normal-sub > li a {
      border: 0;
      padding: 1rem 0;
    }

    .menu > ul > li > ul > li > ul > li {
      padding: 0 0;
    }

    .menu .submenu.level-2 {
/*       background-color: header_dropdown_submenu_bg_color}}; */
      background-color: #000;
    }
    .menu > ul > li {
      width: 100%;
      float: none;
      display: block;
    }
    .menu > ul > li a {
      padding: 1rem 20px;
      width: 100%;
      display: block;
    }
    .menu > ul > li > ul {
      position: relative;
    }
    .menu > ul > li > ul.normal-sub {
      width: 100%;
    }



    .menu > ul > li:last-child > ul {
      text-align: left;
      right:auto;
    }
    .menu .normal-sub li {
      margin-top: 0;
    }
    .menu > ul > li > ul > li {
      float: none;
      width: 100%;
      margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
      margin: 0;
    }
    .menu > ul > li > ul > li > ul {
      position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
      float: none;
    }
    .menu .show-on-mobile {
      display: flex;
      flex-flow: column-reverse;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
      background: #000;
      left: 0;
      position: absolute;
      z-index: 9999;
      top: 73px;
      padding-top: 90px !important;
      margin-top: -80px !important;

    }
  }
  @media only screen and (max-width:1440px) {
    
    .menu ul.submenu.level-1:first-of-type li:last-child a:after {
      background-image:none;
    }
    
    .menu ul.submenu.level-1:last-of-type li:last-child a{
      color: #fff !important;
      background: #E03C31 !important;
      padding: 12px 24px;
    }
    
      .menu ul.submenu.level-1:last-of-type li:last-child a:hover{
      color: #fff !important;

    }
    
    .menu ul.submenu.level-2:last-of-type li:last-child a{
      color: #fff !important;
      background: none !important;
      padding: 0px;
    }
    
    .has-submenu ul{
      display: none;
    }
    
    .has-submenu.active ul{
      display: block;
    }
    
    .has-submenu{
      position: relative;
    }
    
    .has-submenu:after{
    content: '';
    background-image: url(https://7006295.fs1.hubspotusercontent-na1.net/hubfs/7006295/down-chevron.png);
    padding: 30px;
    background-position: center;
    background-size: 20px;
    z-index: 99999999;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    }
    .menu ul.submenu.level-1:last-of-type li a{
    text-decoration: none;
    }

    
    .menu ul.submenu.level-1:first-of-type li a{
    text-decoration: none;
    }
    .has-submenu.active:after{
      content: '';
      background-image:url(https://7006295.fs1.hubspotusercontent-na1.net/hubfs/7006295/down-chevron.png);
      transform: rotate(180deg);
    }

}


@media only screen and (max-width:768px) {
  .fleet-cta-btn{
    text-align: left !important;
  }
   .home-btns-div{
      justify-content: center !important;
    }
  .home-btns-div .button-red{
     padding: 15px 10px;
    font-size: 16px;
  }
  
   .home-btns-div p{
  margin: 10px 10px !important ;
  }
}
@media only screen and (max-width:500px) {
    .home-btns-div{
      display: flex !important;
      justify-content: center !important;
      text-align: center !important;
    }
}
.header--no-navigation .header__container {
    align-items: center;
    min-height:70px;
}




.footer {
  background-color: 

  
  
    
  


  rgba(237, 237, 237, 1.0)

;
  padding: 20px;
}

@media screen and (min-width:800px) {
  .footer {
    text-align:left;
  }

}

/* Footer Content */
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #000;
}

.footer a:hover {
  color:#FFFFFF;
}

.footer .hs_cos_wrapper_type_header h4 {
  margin: .5rem 0;
}

.footer .social-links__icon svg {
  fill: #aeb4be;
}


.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
  fill: #FFFFFF;
}

.footer .span4 .hs-menu-item {
  margin-bottom: 0.25rem;
}

.footer .social-links__icon:active svg {
  fill: #FFFFFF;

 }

.footer .footer__copyright a {
  padding:0 0 0 0.5rem;
}

.footer .footer__copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 1rem;
    margin-bottom:0;
}

.footer.footer--no-navigation .footer__copyright {
  border-top:none;
  padding:0;
}






.blog-post {
  margin: auto;
  max-width: none;
  padding: 0;
}

.blog-post__body {
  max-width: 800px;
  margin:0 auto;
  padding: 0 20px;
}

.blog-post__date {
  border-color: #4e4f51;
}

.blog-post__tags {
  margin:1rem 0;
}
.blog-post__tags a.blog-post__tag-link {
  text-decoration: none;
  border: 1px solid #aeb4be;
  color: #e03c31;
  padding:0.2rem;
  background-color:rgba(255,255,255,0.6);
}
.blog-post__tags a.blog-post__tag-link:hover {
  border: 1px solid #e03c31;
  color: #e03c31;
  cursor:pointer;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #4e4f51;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #262729;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #767779;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #3b4f66;
}

.blog-pagination__link {
  color: #4e4f51;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #3b4f66;
}

.blog .bc-page-title-header h1, .blog-header__title {
  color: #FFFFFF;
}



.blog-post__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3b4f66;
  font-size: 32px;
}

.blog-post__author {
  background-color: #f58471;
}

body .comment-reply-to {
  color: #FFFFFF;
  background-image:none;
  margin-bottom:1rem;
}

body .comment-reply-to:hover,
body .comment-reply-to:focus {
  color: #b81409;
}

body .replying-to {
font-weight: bold;
margin-bottom: 1rem;
display: block;
border-top: 1px solid #ccc;
padding-top: 1rem;
}

body .comment-reply-to:active {
  color: #ff6459;
}

.blog-header__author-social-links a {
  background-color: transparent!important;
}
.blog-header__author-social-links a:hover svg {
  fill: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
  cursor:pointer;
}
.blog-header__author-social-links svg {
  fill: #e03c31;
}


.hs-blog-listing .body-container--blog-index {
  background-color: #aeb4be;
}




.blog-sidebar .hs-search-field {
  margin-bottom:1rem;
}


.blog-sidebar .hs-search-field input {
  background-color: rgba(255, 255, 255, .8);
}

.blog-sidebar .card {
  background-color:  rgba(255, 255, 255, .8);
  padding:1rem 0.5rem;
  margin-bottom:1rem;
}

.blog-sidebar .hs-search-field input:focus {
  background-color: #FFFFFF;
}
.blog-header__author-avatar {
  width: 80px;
  height: 80px;
}

.blog-sidebar .hs-search-field__bar button:before {
  color: #63707d;
}

.blog-header {
  border-bottom: 4px solid #3b4f66;
  margin-bottom:2rem;
}

.blog-header.default, .blog-header.tag {
  background-image: url(https://1637283.fs1.hubspotusercontent-na1.net/hubfs/1637283/4.jpg);
  background-color: #3b4f66;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-header.default h1, .blog-header.tag h1 {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}


.blog-header.author .blog-header__title {
  color: inherit;
}



.blog-post__header img {
  display: block;
  margin:0 auto;
  border:1px solid rgba(0,0,0,0.1);
}



.blog-post__header .featured-img {
text-align: center;
max-height: 400px;
overflow: hidden;
}

.blog-post__header .featured-img img {
  object-fit: cover;
  
}

.blog-index__post--large .card {
  width: 100%;
}

.blog-index__post--large .card__text {
  height: auto;
}

.blog-index__post--large .card.top-crop  {  
  height:250px;
  overflow:hidden;
  margin-bottom:1rem;
}
@media (min-width: 768px) {
  .blog-index__post--large .card .top-crop  {  
    height:350px;
    }
}



/* Make the post body height larger when editing */
#hs_cos_wrapper_post_body.hs-baymax-editor {
  min-height:400px;
}

.blog-post__masthead {
  background-image: url(https://1637283.fs1.hubspotusercontent-na1.net/hubfs/1637283/blog-post-background.jpg);
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom:1rem;
  margin-bottom:2rem;
}


.blog-post__masthead .text-muted {
  color: #63707d !important;
}

@media screen and (min-width:768px) {
  .blog-post__masthead {
    padding-bottom:0;
    margin-bottom:0;
  }
.blog-post__masthead .content-wrapper {
  padding-right: 0;
}
.blog-post__body {
  padding-top: 3rem;;
}
}

.blog-post__body figure figcaption {
  font-size: 80%;
  font-weight: bold;
}

.blog-post__body pre, .blog-post__body code {
  background-color: #efefef;
  padding:1rem;
}

.card .blog-index__post-content {
  height: 100%;
}

.blog-post__body code {
  padding:0 0.25rem;
}

.blog-post__body blockquote {
  border-left:2px solid #e03c31;
  padding-left:2rem;
}


@media screen and (min-width:960px) {
  .blog-post__body blockquote {
    margin-left:-100px;
    margin-right:-100px;
  }

}


.blog-sidebar .card.subscribe h3 {
  font-weight: 700;
  text-decoration: none;
  font-family: Lato;
  font-style: normal;
  color: #3b4f66;
  font-size: 20px;
  font-size: 1.25rem;
}

.blog-sidebar .card.tags ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar .card.tags ul a {
  white-space: nowrap;
  font-size: inherit;
}
.blog-sidebar .card.tags ul li {
  padding:0.5rem;
  margin:0;
}

.card .default-featured {
  background-image: url(https://1637283.fs1.hubspotusercontent-na1.net/hubfs/1637283/5-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.card .default-featured a {
  position: absolute;
  top:0;
  bottom:0;
  width: 100%;
}




.hs-search-results__title, .hs-search-results__pagination a {
    color: #e03c31;
}





body .icon svg {
  fill: #3b4f66;
}

body .tns-nav button.tns-nav-active {
  background-color: #3b4f66;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #3b4f66;
}

body .team-member__description {
  background-color: #e03c31;
}




body .social-links {
  margin:1rem 0;
}

body .social-links__icon {
  width:auto;
  height:30px;
  background: transparent;
  margin: 0 0.8rem 0 0;
  border-radius: 0;
  display: block;
}
body .social-links__link:last-child .social-links__icon {
  margin-right:0;
}


body .social-links__icon:hover,
body .social-links__icon:focus {
  background-color: transparent;
}

body .social-links__icon:active {
  background-color: transparent;
}

body .social-links__icon:active svg {
  fill: ;

 }

body .social-links__icon svg {
  fill: ;
  position: static;
  height:30px;
  top:0;
  -ms-transform: translate(0,0);
    transform: translate(0,0);
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg,
body .social-links__icon:active svg {
  fill: ;
}


/* desktop styles */
@media screen and (min-width:800px) {
  body .social-links__icon {
    height:20px;
    margin: 0 0.8rem 0 0;
  }
  body .social-links__icon svg {
    height:20px;
  }

  body .social-links {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:flex-start;
  }
}





.bc-sharing-buttons svg {
  fill: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
}
.bc-sharing-buttons a {
  margin-right:5px;
}
.bc-sharing-buttons a:hover svg {
  fill: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
}



body #search a, body #languageSwitcher a {
  line-height: 16px;
}

#search .menu-link:hover svg {
  fill: #FFD67B;
}
body #search svg {
  fill: #fff;
}


body .hs-search-field__bar label {display: none;}
body .hs-search-field__bar .button, body .hs-search-field__bar button {
  position: absolute;
  width: 30px;
  height:30px;
  right:3px;
  top:3px;
  padding: 0;
  background: transparent;
  border: none;
}
.industrial-bc .hs-search-field__bar button svg {
  display: none!important;
}
body .hs-search-field__bar button:before {
  content: "\f21f";
  font-family: "Ionicons";
  position: absolute;
  left:2px;
  top:0;
  display: block;
  font-size:2rem;
  color: #cccccc;
  padding:0;
}

body .hs-search-field--open .hs-search-field__suggestions {
  padding: 1rem;
  border: none;
  right:auto;
  left:0;
  border: 1px solid #d1d6dc;
  max-width: none;
}
body .hs-search-field input {
  background-color: transparent;
}
body.hs-search-field {
  position: relative;
}




.search-results h1 {
    font-size: 1.5rem;
}



.bc-product-details__sku {
  color: #999;
  font-size:80%;
}
.bc-product-details__price {
  color: #3b4f66;
  font-weight:bold;
  margin:0.5rem 0;
  font-size:18px;
}
.bc-product-details__currency {
  font-size: 60%;
}
.bc-product-details__currency-symbol {
  position: relative;
  top:-2px;
  font-size: 80%;
}

.bc-product-details .bc-page-title-header {
margin-bottom:1rem;
}


.hs-tabs__nav {
  border-bottom: 1px solid #aeb4be;
}
body .hs-tabs__navitem {
color:#aeb4be;
border:none;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}
body .hs-tabs__navitem:not(.hs-tabs__navitem--active) {
  background-color: transparent;
  color:#aeb4be;
}
.hs-tabs__navitem.hs-tabs__navitem--active {
color:#e03c31;
}
body .hs-tabs__item {
  border:none;
}


.bc-cards-list .card.clickable h3 {
  color: #e03c31
}

.bc-team-members .hs-team-member__left svg {
  fill: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
}
.bc-team-members .hs-team-member__left a:hover svg {
  fill: 

  
  
    
  


  rgba(224, 60, 49, 1.0)

;
}
.bc-team-members .name {
  color: #3b4f66;
}
.bc-team-members .title {
  color: #aeb4be;
}





.bc-hover-img-blocks .card .overlay {
  background: rgba(224, 60, 49, .8);

}

.bc-hover-img-blocks .card:hover .card__image {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}


body .bc-company-history__item h3:after {
  background: #e03c31;
}
body .bc-company-history__date {
  color: #aeb4be;
}

body .bc-company-history__item:nth-child(even) {
  background:rgba(245, 248, 250, 0.8);
}
@media screen and (min-width:768px) { 

  body .bc-company-history__item:nth-child(even) {
    background:none;
  }

}



body .bc-hover-img-blocks .bc-hover-img-blocks__item .overlay {
  background: rgba(224, 60, 49, .8);
}



body .bc-global-locations-map .map svg path {
  fill:#aeb4be;
  stroke: rgba(255, 255, 255, .5);
  }
  .bc-global-locations-map .map svg circle {
  fill: #e03c31;
  stroke: #FFFFFF;
  cursor:pointer;
  stroke-width:2;
  }
  .bc-global-locations-map .map svg circle:hover {
    r:9;
    }


  body .bc-icon-module-icon {
      color: #aeb4be!important;
    }


.bc-hero-section {
  border-bottom:4px solid #e03c31;
}
.bc-hero-section .bc-hero__content h1 {
color: #FFFFFF
} 
.bc-hero__main-content {
color: #FFFFFF
}
/* https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.css */
.industrial-bc .blocker {
    background-color: rgba(0,0,0,0.4);
}
body .blocker {
    z-index: 9999;
}

body .modal {
    box-shadow: 0 .5rem 0.5rem rgba(0,0,0,.15)!important;
}

body .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: none;
    background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-x" fill="%23e03c31" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 .5rem 0.5rem rgba(0,0,0,.15)!important;
}
.block-list .block-list__item {
    min-height:100px;
    margin-bottom:1rem;
    }
    
    @media only screen and (min-width: 600px ) {
        .block-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -1rem 1rem 0;
        }
    
        .block-list:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        }
    
        .block-list__item {
            width: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-right: 1rem solid transparent;
        }
    
        .block-list--eqheight .block-list__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; 
        }
    
    }
    
    
    
    @media only screen and (min-width: 1440px ) {
        
        .block-list-2 .block-list__item {
        width: 50%; 
        }
    
        .block-list-3 .block-list__item {
        width: 33.3%; 
        }
    
        .block-list-4 .block-list__item {
        width: 25%; 
        }
      .block-list-5 .block-list__item {
        width: 20%; 
        }
        
    }
.dnd-section.has-page-title {
  background-color: #3b4f66;
  border-bottom:4px solid #aeb4be;
}   


.dnd-section.has-page-title h1 {
  color: #FFFFFF;
}

.dnd-section.has-page-title h2 {
  color: #aeb4be;
}


.bc-page-title-header h1, .bc-page-title-header h2 {
margin-bottom:0;
}
.bc-page-title-header h2 {
margin-top: -0.2rem;
font-style: italic;
}



.dnd-section[class*="background-color"].has-page-title h1, .bc-product-details .bc-page-title-header h1 {
    color: #3b4f66;
} 
.dnd-section[class*="background-color"].has-page-title h2,  .bc-product-details .bc-page-title-header h2 {
  color: #aeb4be;
}  


/* 
.dnd-section[class*="background-image"] *,
.dnd-section[class*="background-color"] *,
.dnd-section[class*="background-gradient"] *
 */
 .dnd-section[class*="background-image"].has-page-title h1, 
 .dnd-section[class*="background-image"].has-page-title h2 {
  color: #FFFFFF;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}  
 
.dnd-section[class*="background-image"].has-page-title h2 {
 color:  rgba(255, 255, 255, .75);
}
