



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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


/* 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;
  max-width: 100%;
  display: block;  
}

/* 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;
}
.dnd-section {
  padding: 60px 20px;
  background-color: rgba(255, 255, 255,1.0);
}

.dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/* header */

.header__container--dnd .dnd-section {
  background-color: rgba(255, 255, 255,1.0); 
}

.header__container--dnd .dnd-section > .row-fluid {
  max-width: 1300px;  
}
/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: rgba(255, 96, 0,1.0);
    text-shadow: none;
}
::selection {
    color: #fff;
    background: rgba(255, 96, 0,1.0);
    text-shadow: none;
}

body {
  font-family: Noto Sans;
  font-size: 16px;
 	font-style: normal;
 	font-weight: 400;  
  line-height: 18px;  
  color: #e4652b;
  background-color: rgba(255, 255, 255,1.0);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Noto Sans;
  line-height: 20px;
}

/* Anchor Links */
a {
  color: rgba(2, 112, 224,1.0);
  text-decoration: none;
}

a:hover, a:focus {
  color: rgba(112, 112, 112,1.0);
  text-decoration: none;
}

.text-center {text-align: center;}
.text-right: {text-align: right;}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  font-weight: normal;
  font-family: Noto Sans Display;
  color: ;
  word-break: break-word;
  white-space: normal;  
}

 h1 {
 	font-size: 56px;
 	font-style: normal;
 	font-weight: 700;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 58px;
}
h2 {
 	font-size: 40px;
 	font-style: normal;
 	font-weight: 700;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 42px;
}

h3 {
 	font-size: 32px;
 	font-style: normal;
 	font-weight: 600;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 34px;
}

h4 {
 	font-size: 24px;
 	font-style: normal;
 	font-weight: 600;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 26px;
}

h5 {
 	font-size: 20px;
 	font-style: normal;
 	font-weight: 600;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 22px;
}

h6 {
 	font-size: 18px;
 	font-style: normal;
 	font-weight: 600;
 	font-family: Noto Sans Display;
 	color: #ffffff;
 	text-decoration: none;
  line-height: 20px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}


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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 8px solid #000;
  padding-left: 15px;
  font-weight: bold;
  margin-left: 0;
}

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


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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: rgba(112, 112, 112,1.0);
}

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

@media (max-width: 890px) {
  html, p {
    font-size: 13.6px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  html, p {
    font-size: 12.0px;
    line-height: 1.2;    
  }
}
form {
  max-width: 100%;
  font-family: Open Sans;
  background-color: rgba(255, 255, 255,0.0);
}

.form-title {
  color: rgba(0, 0, 0,1.0);
  background-color: rgba(255, 255, 255,0.0);  
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: auto;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: rgba(228, 101, 43,1.0);
  border-color: rgba(228, 101, 43,1.0);
  color: rgba(255, 255, 255,1.0);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 20px;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: rgba(102, 102, 102,1.0);
  border-color: rgba(255, 255, 255,1.0);

  color: rgba(255, 255, 255,1.0);
}

.hs-button:active {
  background-color: rgba(68, 68, 68,1.0);
  border-color: rgba(68, 68, 68,1.0);
}


.hs-form label {
  font-size: 12px;
  color: #000000;
  display: block;
  font-family: Open Sans;
  width: auto;
 	font-style: normal;
 	font-weight: 400;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: rgba(242, 84, 91,1.0);
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(51, 71, 91,1.0);
  background-color: rgba(255, 255, 255,1.0);
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

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

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

.hs-input:-moz-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input::-webkit-input-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(112, 112, 112,1.0);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
fieldset {
  max-width: 100% !important;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: rgba(200, 120, 114,1.0);

}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: rgba(185, 85, 77,1.0);
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: rgba(124, 152, 182,1.0);
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 12px;
  color: #000000;
}
.hs-richtext p {
  line-height: 18px;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Noto Sans;
}

@media (max-width: 480px) {
 .hs-input {
   width: 100% !important;
  }
input[type="checkbox"] {
 width: auto !Important; 
}
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-flow-vertical.hs-menu-wrapper ul { 
  display: block; 
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;  
} 
.hs-menu-flow-horizontal.hs-menu-wrapper ul { 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs_cos_wrapper_type_simple_menu li a {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0.5rem 0;
}

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.navigation-primary a {
 	font-size: 15px;
 	font-style: normal;
 	font-weight: 500;
 	font-family: Noto Sans;
 	color: #000000;
 	text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
}

.header_other .submenu.level-1 a {
  color: #000;
}


.header_other .social-links__icon svg {
    fill: #000000;
}

/* Active Menu Item Styles */

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #fff;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}



/* Menu */

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

@media (max-width: 768px) {
.navigation-primary a {
  color: #fff;
  }
  
  .submenu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all linear;    
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
}

/* Top Level Menu */

.submenu.level-1 {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in;
}

.submenu.level-1 > li {
  display: inline-block;
  margin: 0.7rem 2.1rem 0.7rem 0;
  position: relative;
  text-transform: uppercase;
}

.submenu.level-1 > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .submenu.level-1 > li {
    margin-right: 1.4rem;
  }
}

@media (max-width: 768px) {
  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 1px solid #d0d0d0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    padding: 0.7rem 2.1rem;
  }
}

/* Child Menus */

.submenu.level-2,
.submenu.level-3 {
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: hidden;
  width: 200px;
  z-index: 2;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2,
.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

.submenu.level-1 > li:last-child .submenu.level-2 {
  left: auto;
  right: 0;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #e4652b;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .submenu.level-2,
  .submenu.level-3 {
    border: none;
    border-top: 1px solid white;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
  }

  .submenu.level-2 .menu-item,
  .submenu.level-3 .menu-item {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 2.8rem;
  }
  .submenu.level-1 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-3 .menu-item .menu-link:hover {
  background-color: #e4652b;
  color: #fff !important;
  }

  .submenu.level-2 > .has-submenu .menu-link,
  .submenu.level-3 > .has-submenu .menu-link {
    width: 100%;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-3 > .has-submenu > .menu-arrow {
    display: none;
  }
  
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 2.8rem;
}

@media (max-width: 768px) {
  .submenu.level-3 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 3.5rem !important;
  }
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #000;
    display: inline-block;
    height: 2px;
    width: 20px;
  }

  .header__mobile-menu-icon {
    position: relative;
    top: -5px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
  }

  #nav-toggle:checked ~ .header__navigation {
    display: block;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .menu-arrow-icon,
  .menu-arrow-icon:after {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    height: 4px;
    width: 20px;
  }

  .menu-arrow-icon {
    position: relative;
    margin: 0 auto;
    top: 8px;
  }

  .menu-arrow-icon:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

}

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}
table {
  margin-bottom: 1rem;
  border:  1px solid #1E1E1E;
}

th,
td {
  padding: 10px 10px;
  vertical-align: top;
  background-color: #ffffff;  
  color: #1E1E1E;  
  border: 1px solid #1E1E1E;
}

thead th,
thead td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  text-align: center;
}

tfoot th,
tfoot td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  text-align: center;  
}

thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #1E1E1E;
}

tbody + tbody {
  border-top: 1px solid #1E1E1E;
}
caption {
  vertical-align: middle;
  padding: 10px;
  background-color: #1E1E1E;
  color: #CC0201;  
}
/* Header */

.header, .header_lp {
  padding: 0;
  position: relative;
}

.header.header_sticky {
  padding: 0;
  background-color: rgba(255, 255, 255, 1.0);  
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.navigation_wrapper {
  display: flex;
  align-items: center;
}

.wrapper-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.submenu,
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: inherit;
  font-weight: 600;
}

.menu-item,
.menu-item li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .menu-item {
      display: block;
  }
  
  
}

.menu-link {
  color: inherit;
  text-decoration: none;
}

.menu-link.button--primary {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
}

.navigation-primary {
  display: flex;
  align-items: center;
}

.menu-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.header .button--primary {
  margin: 0;
  color: white;
}

/* Main navigation */

.header .header__menu {
  margin-left: auto;
}

.header .navigation-primary .submenu.level-1 > .menu-item {
  display: inline-block;
}

/* Typography */

.navigation-primary .submenu.level-1 > li {
  margin: 0;
  padding: 1rem 2rem 1rem 0;  
}

.header__language-switcher-label-current {
 	font-size: 15px;
 	font-style: normal;
 	font-weight: 500;
  font-family: Noto Sans;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
 
/* Dropdown Caret */

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  left: 4px;
  top: 8px;
  border: 8px solid transparent;
}

.header__language-switcher-label-current:after {
  content: '';
  top: 6px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #e4652b;
  bottom: -3px;
  right: -6px;
}

.header__language-switcher-label-current:before {
  z-index: 1;
  bottom: 7px;
  right: -2px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: 0px;
  border: 8px solid transparent;
}

.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: -4px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border: 6px solid transparent;
  border-bottom-color: #e4652b;
  top: -3px;
}

.header__language-switcher:hover .header__language-switcher-label-current:before {
  top: 9px;
}

.header .navigation-primary .submenu.level-2,
.header .navigation-primary .submenu.level-3 {
  width: 200px;
  border: none;
  border-radius: 0;
  border-top: 4px solid #e4652b;
  transition: visibility 0s, opacity 0.3s;
  padding: 0;
}

.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item {
  display: list-item;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  border-bottom: none;
}

.header .navigation-primary .submenu.level-2 > .menu-item a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item a.menu-link {
  padding: 10px 20px;
  position: relative;
  color: #000000;
}

.header .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-2 > .menu-item.active-item > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-3 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #e4652b;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
  border-left-color: #ffffff;
}

.header .navigation-primary ul.submenu.level-3 {
  position: absolute;
  left: 100%;
  top: 0
}

/* Header no navigation */

.header__no-navigation .header__container {
  justify-content: center;
}






/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 0;
  border-top: 4px solid #e4652b;
  transition: visibility 0s, opacity 0.3s;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  background-color: #ffffff;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 5px 10px !important;
  font-size: 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Noto Sans;
  font-weight: 500;
  text-decoration: none;
}

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

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

@media (max-width: 1300px ) {
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 768px) {

  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
.header__logo_lp {
  margin: 0 auto;
  }

  .header .navigation-primary .submenu {
    background-color: #e4652b;
  }

  .header .navigation-primary .submenu.level-1 {
    z-index: 1;
  }

  .header .navigation-primary ul.submenu.level-3 {
    position: static;
  }
  .header .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link, 
  .header .navigation-primary .submenu.level-1>.menu-item>a.menu-link.active-item {
   color: #fff; 
  }
  
  .header .navigation-primary .submenu.level-2 > .has-submenu > .menu-arrow {
    display: block !important;
  }

  .header .navigation-primary .submenu > li.menu-item,
  .header .navigation-primary .submenu.level-1 > li.menu-item {
    border-top: none;
    padding: 10px 0;
  }

  .header .navigation-primary .submenu .menu-arrow-bg {
    visibility: hidden;
  }
   
  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow{
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: 20px;
    padding: 0;
    border: 8px solid transparent;
    border-top-color: #e4652b;
    border-bottom-color: transparent;    
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    content: '';
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -3px;
    right: -6px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow {
    top: 15px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    border-top-color: #ffffff;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"]:checked ~ .menu-arrow {
    transform: rotateX(180deg);
  }

  .header .navigation-primary .submenu.level-2, 
  .header .navigation-primary .submenu.level-3 {
    width: auto;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link {
    color: initial;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
    content: none;
  }  
  
  .header__logo {
    padding: 10px;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}
.footer {
  color: rgba(0, 0, 0,1.0);
}

.footer .hs-search-field__input {
  width: auto;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;  
}

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

.footer_copy_container {
  color: rgba(255, 255, 255,1.0);
  border-top: 1px solid #ddd;
}
.footer__copyright {
  font-family: Noto Sans;
  font-size: .7rem;
  padding: .5rem 0;
  max-width: 1300px;
  margin: 0 auto;  
  color: rgba(255, 255, 255,1.0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copyright a {
  color: rgba(255, 255, 255,1.0);
}

.footer__copyright .footer__copy span,
.footer__copyright .footer__privacy_lp span {
  flex: 0 0 50%;
}
.footer__copyright  .footer__privacy_lp a {
  color: rgba(255, 255, 255,1.0);
}



.back-to-top {
  background-color: rgba(0, 0, 0,1.0);
}

.back-to-top a svg {
  fill: rgba(255, 255, 255,1.0);
}

@media (max-width: 1300px) {
  .footer__container,
  .footer__copyright {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 480px) {

.footer__copyright {
  flex-flow: column wrap;
  }
  
}































.blog-header__inner {
  width: 100%;
  margin: 0 auto;
}

.blog-header__title {
  color: #fff;
  margin: 0;
}

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


.blog-footer {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.blog-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}

.blog-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-footer__title {
  color: #fff;
}
.blog-footer__inner .footer-content_col1 {
  color: #fff;
}
.blog-footer__inner .footer-content_col1,
.blog-footer__inner .footer-content_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.blog-footer__inner .footer-content_col2 img {
  width: 296px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #FF7A59;  
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-footer__inner .footer-content {
  color: #fff;
}
.blog-footer__inner .footer-content p {
  text-align: center;
}
.blog-footer__inner .footer-content form {
  margin: 0 auto;
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.blog-index__tag-header {
  padding: 1rem 0;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-header-author {
  max-width: 1300px;
  margin: 0 auto;  
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

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

/* pagination */

.blog-numeric-pagination {margin: 30px 0 !important;}


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

.content-wrapper-listing,
.blog-subtitle-author {
  max-width: 1300px;
  margin: 0 auto;
}


/* single post */


.blog-header.header-single-post {
  height: 400px;
}


.blog-single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}



.blog-post-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.blog-post-header .blog-post__meta {
  font-family: Noto Sans;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-post-header .blog-post__meta .meta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content .content-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-flow: column wrap;
  padding-left: 20px;
}



.blog-post__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0 0;
}



.blog-post__body {
  margin-top: 30px;
}


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



.about-author-sec {
 margin: 40px 0; 
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.about-author-sec h3 a.author-link {
  color: #000;
}

ul.social-share {
    padding: 0;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
    list-style: none;
    align-items: center;
}
ul.social-share li {
  margin: 0 5px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
ul.social-share li a {
  color: #fff;
  position: relative;
}

ul.social-share li a svg {
  fill: #fff;
  margin-top: 3px;
}

/* related posts */

.blog-recent-posts {
  max-width: 1300px;
  margin: 3rem auto 0;
  padding: 2rem 0;
}

/* blog sidebar */

.blog-sidebar {
  -ms-flex-preferred-size: 30%;
	flex-basis: 30%;
  margin-top: 200px;
}
.blog-sidebar h3 {
  margin-bottom: 30px;
  position: relative;
}
.blog-sidebar h3:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}
.blog-sidebar .widget-type-rss_listing,
.blog-sidebar .widget-type-post_filter {
  margin-top: 60px;
}
.blog-sidebar .widget-type-post_filter ul {
  padding: 0;
}
.blog-sidebar .widget-type-post_filter li {
  list-style: none;
  position: relative;
}
.blog-sidebar .widget-type-post_filter li a {
  color: #888282;
}



.blog-sidebar .hs-rss-item {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.blog-sidebar .hs-rss-item .hs-rss-item-text {
  padding-left: 20px;
}


.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  margin: 0;
}
.blog-comments form,
.blog-comments fieldset {
  max-width: 100% !important;
}

.blog-comments .hs-button {
  background-color: rgba(228, 101, 43,1.0);
  border: 2px solid rgba(228, 101, 43,1.0);
  color: rgba(255, 255, 255,1.0);
}
.blog-comments .hs-button:hover {
  background-color: rgba(102, 102, 102,1.0);
  color: rgba(255, 255, 255,1.0);
  border: 2px solid rgba(255, 255, 255,1.0);
}
.blog-comments .comment-from h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00626C;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  font-family: Noto Sans;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: rgba(0,0,0,0.63);
}
.blog-comments h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.blog-comments h3:after {
  content: "";
  position: absolute;
  background: #393333;
  width: 74px;
  height: 5px;
  left: 0;
  bottom: -15px;
}

.blog-comments .comment.depth-0,
.blog-comments .comment.depth-1 {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment.depth-1 {
  margin: 10px 0;
}

/* media query */

@media (max-width: 1300px) {
  .blog-header__inner,
  .blog-index__tag-header,
  .blog-single,
  .blog-footer__inner,
  .blog-recent-posts,
  .blog-subtitle-author {
    padding-left: 20px;
    padding-right: 20px;    
  }
}


@media screen and (max-width: 960px) {
  
.blog-single,
.blog-footer__inner {
    flex-direction: column;
}

    .blog-footer {
    height: 100% !important;
  }
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
  
.blog-recent-posts__list  {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}  
}

@media screen and (max-width: 480px) {
    
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}
.blog-recent-posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}  
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Noto Sans Display;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;  
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: rgba(255, 96, 0,1.0);
  border: 1.5px solid rgba(255, 96, 0,1.0);
  font-size: .75rem;
  color: #000;
  padding: .1rem .75rem;
}

/* subscription preferences */

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Noto Sans Display;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #e4652b;
}
/* passsword prompt */
.pwd-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  text-align: center;
}
#hs-pwd-widget-password {
  height: 32px !important;
}

.error-page .hs-button {
  width: auto;
}