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











































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

[data-x-fa-pro-icon] {
  font-family: "FontAwesomePro" ;
}

[data-x-fa-pro-icon]:before {
  content: attr(data-x-fa-pro-icon);
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-solid-900.woff2') format('woff2'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-solid-900.woff') format('woff'), 
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-solid-900.ttf') format('truetype');
}

[data-x-icon],
[data-x-icon-s],
[data-x-icon][class*="cs-fa-"] {
  font-family: "FontAwesome";
  font-weight: 900;
}

[data-x-icon]:before,
[data-x-icon][class*="cs-fa-"]:before {
  content: attr(data-x-icon);
}
@font-face {
  font-family: 'FontAwesomeRegular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//f.hubspotusercontent20.net/hubfs/4597727/NewEagle_August2020/fonts//fa-regular-400.woff2%27) format('woff2'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-regular-400.woff') format('woff'), 
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesomePro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-regular-400.woff2') format('woff2'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-regular-400.woff') format('woff'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-regular-400.ttf') format('truetype');
}

[data-x-icon-o] {
  font-family: "FontAwesomeRegular";
}

[data-x-icon-o]:before {
  content: attr(data-x-icon-o);
}


[data-x-icon-l] {
  font-family: "FontAwesomeLight";
  font-weight: 300;
}

[data-x-icon-l]:before {
  content: attr(data-x-icon-l);
}

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-brands-400.woff2') format('woff2'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-brands-400.woff') format('woff'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-brands-400.ttf') format('truetype');
}

[data-x-icon-b] {
  font-family: "FontAwesomeBrands";
}
@font-face {
  font-family: 'FontAwesomeLight';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-light-300.woff2') format('woff2'), 
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-light-300.woff') format('woff'),
    url('https://4597727.fs1.hubspotusercontent-na1.net/hubfs/4597727/NewEagle_August2020/fonts/fa-light-300.ttf') format('truetype');
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}

html {
  font-size: 24px;
}

body {
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  background-color: #ffffff;
  font-style: normal;
}

p { 
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Lato';
  color: #494a52;
  word-break: break-word;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 3rem;
  line-height: 3.375rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.125rem;
  
}

h3 {
  font-size: 1.375rem;
  line-height: 1.938rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.645rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.4rem;
}

h6 {
  font-size: 0.938rem;
  line-height: 1.313rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (max-width: 766.98px) {
  html {
    font-size: 15px;
  }
}  

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin:15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative; 
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  white-space: normal !IMPORTANT;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-family: "Lato",sans-serif;
  width: auto;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  font-family: helvetica;
  font-size: 13px;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

form input, form select, form textarea, .hs-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #33475b;
  max-width: 100%;
  padding: 10px 15px;
  min-height: 27px;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  margin-bottom:;
}
form {
  max-width: 700px;
} 
input[type=password], input[type=search] { 
  height:100% !important;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: auto;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #f2545b;
}
input[type=“search”]::-webkit-search-decoration,
input[type=“search”]::-webkit-search-cancel-button,
input[type=“search”]::-webkit-search-results-button,
input[type=“search”]::-webkit-search-results-decoration {
  display: none;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
form input:focus, form select:focus, form textarea:focus, .hs-input:focus {
  outline: 0;
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #BAB3AF;
}
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: #BAB3AF;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  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);
}
.custom-menu {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  display: flex;
}

.custom-menu .hs-menu-wrapper > ul {
  margin: 0px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
}

.custom-menu .hs-menu-wrapper > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
}

.custom-menu .hs-menu-wrapper > ul > li > a {
  font-family: "Lato",sans-serif;
  font-size: 17.008px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px;
  padding: 12px;
  line-height: 47px;
  transition-property: color, text-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-menu .hs-menu-wrapper > ul ul {
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  visibility: hidden;
  position: absolute;
  right: auto;
  bottom: auto;
  top: 100%;
  left: 0;
  width: 224px;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
  height: auto;
}

.custom-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

.custom-menu .hs-menu-wrapper > ul ul li > a {
  margin: 0;
  padding: 12px;
  line-height: 26px;
  transition-property: color, text-shadow, background-color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 17px;
}

.custom-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '';
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  z-index: 2;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal; 
  font-family: "FontAwesome";
  font-weight: 900;
  margin: 5px;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
  top: -1px;
}

.custom-menu .hs-menu-wrapper > ul > li:nth-child(6) ul {
  right: 0;
  left: auto; 
} 



@media (max-width: 1320px) and (min-width: 1200px) {
  .custom-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    margin: 5px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header_top {
  z-index: 9999;
  height: 48px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.header_top > div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 0 1 100%;
  height: 3em;
  max-width: 1440px;
  display: flex;
}

.header_top:before, .header_top:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 32px;
  width: 32px;
  height: 32px;
}

.header_top > div > div {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
}

.header_top hr {
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  width: 0;
  height: 16px;
  max-height: none;
  border-width: 0 0 0 1px;
  border-style: solid;
  font-size: 16px;
  border-color: rgb(255,255,255);
}

.header_top a.anchor-button {
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5.6px;
  font-size: 16px;
  background-color: transparent;
  padding: 9.200px 13.600px;
  line-height: 26px;
  color: #fff;
  transition-property: color, text-shadow;
}

.header_top a.search_button {
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 32px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  border-radius: 100em;
  font-size: 1em;
  background-color: transparent;
  justify-content: center;
}

.header_top a.search_button i {
  height: auto;
  line-height: inherit;
  text-align: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: "FontAwesomeLight";
  font-weight: 300;
  width: auto;
  font-size: 16px;
  color: rgb(255,255,255);
  background-color: transparent;
}

.header_top a:hover, .header_top a:hover i {
  color: #bab3b0;
  border-color: #bab3b0;
}

.header_top a.anchor-button span {
  margin: 5px;
} 

.header__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
  z-index: 9999;
  height: 80px;
  font-size: 16px;
}

.header__main:before, .header__main:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 32px;
  width: 32px;
  height: 32px;
}

.header__main_inner {
  display: flex;
  z-index: 5;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 100%;
  height: 5em;
  max-width: 1440px;
}

.header__main_inner .header__container {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  background-color: transparent;
  max-width: unset;
  margin: 0;
}

.header_logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.header_logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a.mobile-trigger {
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 44px;
  height: 44px;
  border-radius: 0;
  font-size: 1em;
  background-color: transparent;
  display: none;
}

a.mobile-trigger > div {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0em 13.600px 0em 0em;
}

a.mobile-trigger > div > span {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin: 5px;
}

a.mobile-trigger > div > span span {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  speak: none;
  height: 1em;
  color: rgb(255,255,255);
  width: 19.19px;
  margin: 5.200px 0;
  font-size: 1.6px;
}

a.mobile-trigger > div > span span span {
  animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: inherit;
  background-color: currentColor;
}

a.mobile-trigger > div > span span span:nth-child(1) {
  transform: translate3d(0,-3.25em,0);
}

a.mobile-trigger > div > span span span:nth-child(3) {
  transform: translate3d(0,3.25em,0);
}

a.mobile-trigger:hover > div > span span, .mobile-open a.mobile-trigger > div > span span {
  color: #bab3b0;
}

.mobile-open a.mobile-trigger > div > span span span:nth-child(1) {
  animation-name: x-bun-t-1;
}

.mobile-open a.mobile-trigger > div > span span span:nth-child(2) {
  animation-name: x-patty-1;
}

.mobile-open a.mobile-trigger > div > span span span:nth-child(3) {
  animation-name: x-bun-b-1;
}
@keyframes x-bun-t-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}

@keyframes x-patty-1 {
  49% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% { 
    opacity: 0
  }
}

@keyframes x-bun-b-1 {
  50% { 
    transform: translate3d(0, 0, 0)
  } 

  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }
}

.custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute !important;
  top: calc(0px + 48px);
  width: 100%;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: border-color,background-color,box-shadow,opacity,transform;
  display: block !important;

}    
.custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: border-color,background-color,box-shadow,opacity,transform;
}    
.custom-menu-primary .hs-menu-wrapper > ul.go-left {
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  opacity: 0;
}    
.custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.fadIn .header__main {
  position: fixed;
  width: 100%;
  top: 0; 
  left: 0;
  z-index: 999;
}

/* Search start here */

.search_wrapper {
  font-size: 16px;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 0s linear .525s,opacity .5s cubic-bezier(.4,0,.2,1) 0s;
  pointer-events: none;
  z-index: 99999999;
  overflow: hidden;
  overflow-anchor: none;
  touch-action: auto;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
}

.search_wrapper .modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.75);
}

.search_wrapper .modal-close {
  font-family: "Lato",sans-serif;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: .5s;
  transition-property: color,opacity,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  z-index: 3;
  display: block;
  position: fixed;
  top: 0; 
  right: 0;
  width: calc(1em * 1);
  height: calc(1em * 1);
  font-size: 1.5em;
  color: rgba(255,255,255,0.5);
  outline:0 !important;
}

.search_wrapper .modal-close:hover {
  color: #ffffff;
}

.search_wrapper .modal-close span {
  display: block;
}

.search_wrapper .modal-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.search_wrapper .modal-content > div {
  display: table-cell;
  vertical-align: middle;
  padding: calc(1.5em * 1);
}

.search_wrapper .modal-content > div > div {
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0,-15px,0);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  max-width: 28em;
  padding: 2em;
  background-color: transparent;
}

.search_wrapper form {
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: .3s;
  transition-property: border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: text;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 100em;
  font-size: 1em;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 0.5em 0em rgba(0,0,0,0.15);
}

.search_wrapper form input {
  display: inline-block;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  order: 2;
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0,0,0,0.5);
  background: transparent;
  border: 0;
  padding: 0;
}

.search_wrapper form .search-btn-submit {
  font-family: "Lato",sans-serif;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: .3s;
  transition-property: color,border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  order: 1;
  width: 1em;
  height: 1em;
  margin: 0.5em 0.5em 0.5em 0.9em;
  font-size: 1em;
  color: rgba(0,0,0,1);
  background-color: transparent;
}

.search_wrapper form .search-btn-submit span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.search_wrapper form .search-btn-submit svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}

.search_wrapper form .search-btn-clear {
  font-family: "Lato",sans-serif;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: .3s;
  transition-property: color,border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  visibility: hidden;
  pointer-events: none;
  order: 3;
  width: 2em;
  height: 2em;
  margin: 0.5em;
  border-radius: 100em;
  font-size: 0.9em;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.25);
}

.search_wrapper form .search-btn-clear span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.search_wrapper form .search-btn-clear svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}

.search_wrapper form .search-btn-clear:hover, .search_wrapper form .search-btn-clear:focus {
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.3);
}

.search_wrapper form .search-btn-submit:hover, .search_wrapper form .search-btn-submit:focus {
  color: rgba(0,0,0,1);
  background-color: transparent;
}

.search_wrapper form input:focus {
  color: rgba(0,0,0,1); 
  box-shadow: none;
}
 
.search-open .search_wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s cubic-bezier(.4,0,.2,1) 0s;
  pointer-events: auto;
}

.search-open .search_wrapper button.modal-close {
  opacity: 1;
  cursor: pointer;
  transform: scale(1);
}

.search-open .search_wrapper .modal-content>div>div {
  transform: translate3d(0,0,0);
}
.search_wrapper form input::placeholder {
  color:currentColor;
  opacity:1
}



@media (min-width: 1200px) { 
  .custom_mobile_menu {
    display: none;
  }
}

/* Tablet Styles */

@media (max-width: 1200px) { 
  a.mobile-trigger {
    display: inline-flex;
  } 
  .custom-menu { 
    display: none;
  }
  .custom_mobile_menu {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
    font-size: 16px;
  }

  .custom_mobile_menu span.canvas-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0,0,0,0.75);
  }

  .custom_mobile_menu .menu-close {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    right: 0;
    width: calc(24px * 2);
    height: calc(24px * 2);
    font-size: 24px;
    color: rgb(255,255,255);
    outline: 0;
    cursor: pointer;
  }

  .custom-menu-primary.mobile-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    max-width: 24em;
    padding: calc(1.5em * 2);
    background-color: #6e011c;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
    transform: translate3d(115%, 0, 0);
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
  }

  .mobile-open .custom_mobile_menu {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }

  .mobile-open .custom_mobile_menu span.canvas-bg {
    opacity: 1;
  }

  .mobile-open .custom_mobile_menu button.menu-close {
    opacity: 1;
    transform: scale(1);
  }

  .mobile-open .custom-menu-primary.mobile-menu {
    transform: translate3d(0, 0, 0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow: hidden;
    position: relative;
    margin: 0px;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
    font-size: 16px;
    padding: 12px;
    line-height: 26px;
    padding-left: 17px;
    color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #bab3b0;
  }
  .custom_mobile_menu .menu-close:hover {
    color: #bab3b0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul.dl-menuopen > li.hs-item-has-children > a:after {
    content: '';
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color,text-shadow;
    z-index: 2;
    position: relative;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal; 
    font-family: "FontAwesome";
    font-weight: 900;
    margin: 5px;
    font-size: 1em; 
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back > a {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper {
    overflow-x: auto;
    max-height: calc(100vh - 48px);
  }

}
 
/* Mobile Styles */

@media (max-width: 767px) {
  .header_top a.anchor-button {
    font-size: 15px;
  } 


}

@media (max-width: 479px) {
  .header_top a.anchor-button {
    font-size: 14px;
  }
}


@media (max-width: 430px) {
  .header_logo img { 
    width: auto !important;
    margin-right: auto;
  }

  .header__main_inner .header__container {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
  }

  .header__main:before, .header__main:after {
    display: none;
  }

  .header_logo {
    width: 60%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}
.footer__main {
  height: auto;
  padding: 2em 0em 2em 0em;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.footer__main .footer__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 100%;
  height: auto;
  max-width: 100%;
  display: flex;
}

.footer__main:before, .footer__main:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}

.footer__main .cols_4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1; 
}

.footer__main .cols_4 p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 24px;
  margin: 0;
} 

.footer__main .cols_4 > div {
  margin: 26px 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  font-family: inherit;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  text-transform: none;
}
.footer__main .cols_3 h6 {
  margin: 0;
  color: inherit;
  border-radius: 100em;
  font-size: 16px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
}

.footer__main .cols_3 h6 a {
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100em;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  justify-content: center;
}

.footer__main .cols_3 h6  hr {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0 0 0 1em;
  font-size: 16px;
}

.footer__main .cols_3 h6 a i {
  height: auto;
  line-height: inherit;
  text-align: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesomeBrands";
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  font-size: 16px;
}

.footer__main .cols_2 ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  align-self: stretch;
  flex: 0 1 auto;
  margin: 0em 0em 16px 0em;
  font-size: 0;
}

.footer__main .cols_2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__main .cols_1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__main .cols_2 ul > li {
  flex: 0 1 auto;
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.footer__main .cols_2 ul > li > a {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 1 auto;
  font-size: 15px;
  background-color: transparent;
  padding: 12px;
  margin: 5px;
  line-height: 15px;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 400;
  transition-property: color, text-shadow;
}

.footer__main .cols_3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__main .cols_1 a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  margin: 16px 0em 16px 0em;
}

.footer__main .cols_1 a img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a.backtotop_js {
  opacity: 0;
  transition: opacity .3s ease;
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  width: 35px; 
  height: 35px;
  margin-bottom: -75px;
  border: 2px solid #272727;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  color: #272727;
  border-radius: 100%;
  -webkit-transition: margin-bottom .6s ease,opacity .3s ease;
  transition: margin-bottom .6s ease,opacity .3s ease;
  float: right;
  right: 10px;
  cursor: pointer;
}

.fadIn a.backtotop_js:hover {
  color: #272727;
  opacity: .825;
}

.fadIn a.backtotop_js {
  margin-bottom: 0;
  opacity: .375;
}

.fadIn a.backtotop_js i {
  font-style: normal;
}
.footer__main .cols_3 h6 a:nth-child(5) i,
.footer__main .cols_3 h6 a:nth-child(9) i {
  font-size: 20px;
}



@media (max-width:767px) { 
  .footer__main .cols_4 p {
    font-size: 15px;
    line-height: 22px;
  }

  .footer__main .cols_3 h6 a i {
    font-size: 15px;
  }

  .footer__main .cols_4>div {
    margin: 25px 0 0 0;
  }

  .footer__main .cols_2 ul>li>a {
    font-size: 14px;
  }

  .footer__main .cols_1 {
    margin-bottom: -1px;
  }
  .footer__main .footer__container {
    max-width: calc(100% - 64px);
  }
  .footer__main:before, .footer__main:after {
    display: none;
  }
}


@media (max-width:479px) {
  .footer__main .cols_4 p {
    font-size: 14px;
    line-height: 21px;
  }

  .footer__main .cols_4>div {
    margin: 23px 0 0 0;
  }
  footer.footer {
    overflow: hidden;
  }
  .footer__main .cols_2 ul>li>a {
    font-size: 13.125px;
    line-height: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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



.body-wrapper .content-wrapper {
  margin: 40px auto;
  width: 88%;
  padding: 0;
}

.body-wrapper .blog_index {
  width: 69.536945%;
  float: left; 
}

.body-wrapper .blog-sidebar {
  width: 25.536945%;
  float: right; 
}
.post-item {
  display: block;
  z-index: 2;
  margin: 0;
  padding: 0 1em 2em;
  width: 49.95%;
}

.post-listing {
  margin: 0 -1em;
  overflow: hidden;
}

.feature-image-wrapper {
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,.135), -4px 2px 4px -4px rgba(0,0,0,.135);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,.135), -4px 2px 4px -4px rgba(0,0,0,.135);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.feature-image-wrapper a {
  display: block;
  position: relative;
  background-color: #000;
}

.feature-image-wrapper a:before {
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 72px;
  text-align: center;
  text-shadow: 0 0.035em 0 rgba(0,0,0,.35);
  vertical-align: middle;
  color: #fff;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
  font-family: fontawesome!important;
  font-style: normal!important;
  font-weight: 400!important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgb(128,0,32);
}

.feature-image-wrapper a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  min-width: 100%;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}

.feature-image-wrapper a:hover:before {
  opacity: 1;
}

.feature-image-wrapper a:hover img {
  opacity: .15;
}

.post-item .post-description {
  padding: 6.75% 7.25%;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
  background-color: #fff;
  display: block;
}

.post-item .post-description h2 {
  font-size: 200%;
  line-height: 1.05;
  margin: 0;
}

.post-item .post-description h2 a {
  color: rgb(19,19,19);
}

.post-item .post-description h2 a:hover {
  color: rgb(128,0,32);
}

.post-item .post-description .p-meta {
  line-height: 1.5;
  text-transform: uppercase;
  margin: 8px 0 0;
  font-family: "Lato",sans-serif;
  font-size: 79%;
}

.post-item .post-description .p-meta span {
  display: inline-block; 
}

.post-item .post-description .p-meta span i {
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  display: inline-block; 
  font-style: normal; 
  font-family: "FontAwesome";   
  font-weight: 900;
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}

.post-item .post-description .p-meta span a {
  font-size: inherit; 
  color: rgb(128,0,32);
}

.post-item .post-description .p-meta span:after {
  content: "/";
  padding: 0 .5em 0 .45em;
}

.post-item .post-description .p-meta span:last-child:after {
  display: none;
}

.post-item .post-description .p-meta span a:hover {
  color: rgb(75,0,19);
}
.post-bdy-content {
  margin-top: 1.25em;
  font-size: 16px;
}

.post-bdy-content p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 1.313em;
}

.post-bdy-content a {
  color: rgb(128,0,32);
  line-height: 1.4;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 110%;
}

.post-bdy-content a:hover {
  color: rgb(75,0,19);
}
.blog-pagination {
  margin: 40px 0 0;
  height: 32px;
  text-align: center;
}

.blog-pagination ul {
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.blog-pagination ul a {
  margin: 0 .35em;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,.85);
  color: #bababa;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0,0,0,.25);
  display: inline-block;
}

.blog-pagination ul a:hover {
  color: #7a7a7a;
}

.blog-pagination ul a.pagination--disabled {
  display: none;
}

.blog-pagination ul a.pagination--active {
  box-shadow: inset 0 0.1em 0.35em rgba(0,0,0,.65), 0 1px 0 0 rgba(255,255,255,.95);
  text-shadow: 0 1px 2px rgba(0,0,0,.65);
  color: #fff;
  background-color: rgb(128,0,32);
  pointer-events: none;
}
.blog-sidebar > div + div {
  text-shadow: 0 1px 0 rgba(255,255,255,.95);
  margin-top: 2.75em;
}

.sidebar_search form {  
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  max-width: 100%;
}

.sidebar_search {
  text-shadow: 0 1px 0 rgba(255,255,255,.95);
}

.sidebar_search form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-decoration: inherit;
  text-shadow: none;
  color: #272727;
  font-family: fontawesome!important;
  font-style: normal!important;
  font-weight: 400!important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar_search form input {
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  width: 100%;
  display: inline-block;
  height: 2.65em;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  margin-bottom: 0;
  padding-left: 30px; 
  font-family: "Lato",sans-serif;
}

.body-wrapper .blog-sidebar h4, .body-wrapper .blog-sidebar h3 {
  margin: 0 0 .5em;
  font-size: 150%;
  line-height: 1;
  font-weight: 700;
}

.body-wrapper .blog-sidebar p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgb(19,19,19);
}

.blog-sidebar .contact_bar p:not(:last-child) {
  margin: 0 0 1.313em;
}

.blog-sidebar .sidebar-topic-filter ul {
  border: 1px solid rgba(0,0,0,.1);
  list-style: none;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.blog-sidebar .sidebar-topic-filter ul > li {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: .65em .85em;
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.blog-sidebar .sidebar-topic-filter ul > li a {
  border-bottom: 1px dotted;
  color: rgb(19,19,19);
}

.blog-sidebar .sidebar-topic-filter ul > li a:hover {
  color: rgb(128,0,32);
}
.sidebar_search form input:focus {
  border-color: rgba(0,0,0,.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);
}
.blog_subscribe img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
} 
.hs-blog-post .blog_index_inner {
  border-radius: 0 0 4px 4px;
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}

.hs-blog-post .blog_index h1 {
  font-size: 250%;
  line-height: 1.05;
  margin:0;
} 

.blog-post__body p {
  margin: 0 0 1.313em;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 24px;
  color: rgb(19,19,19);
}

.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 26px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.hs-blog-post .blog_index .p-meta {
  font-size: 85.7%;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 8px 0 0;
  font-family: "Lato",sans-serif;
  color: rgb(19,19,19);
  margin-bottom: 20px; 
}

.hs-blog-post .blog_index .p-meta span {
  display: inline-block;
  color: rgb(19,19,19);
}

.hs-blog-post .blog_index .p-meta span:after {
  content: "/";
  padding: 0 .5em 0 .45em;
}

.hs-blog-post .blog_index .p-meta span:last-child:after {
  display: none;
}

.hs-blog-post .blog_index .p-meta span i {
  font-style: normal;
}

.hs-blog-post .blog_index .p-meta span a {
  font-size: inherit;
  color: rgb(128,0,32);
}

.hs-blog-post .blog_index .p-meta span a:hover {
  color: rgb(75,0,19); 
}

.hs-blog-post .feature-image-wrapper {
  border-bottom: 1px solid #ddd;
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,.135), -4px 2px 4px -4px rgba(0,0,0,.135);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hs-blog-post .feature-image-wrapper img {
  min-width: 100%;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.sidebar_search form input::placeholder {
  color: #c5c5c5;
  font-family: "Lato",sans-serif;
} 
.sidebar_search ul > li {
  margin: 5px;
}
.blog_title {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: row;
  height: 6em;
  font-size: 16px;
  background-color: #ffffff;
  z-index: 9998;
}

.blog_title:before, .blog_title:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}

.blog_title > div {
  display: flex;
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 1 100%; 
  height: 6em;
}

.blog_title > div h1 {
  color: rgb(128,0,32);
  margin: 0;
  font-size: 48px;
}


@media (max-width:979px) {
  .body-wrapper .blog_index, .body-wrapper .blog-sidebar {
    float: none;
    display: block;
    width: auto;
  }

  .body-wrapper .blog-sidebar {
    margin-top: 4em; 
  }
}


@media (max-width:767px) {
  .post-item {
    width: 100%;
  }
  .hs-blog-post .blog_index_inner {
    padding: 36px;
  }
  .hs-blog-post .blog_index h1 {
    font-size: 37.5px;
  }
  .blog-post__body p {
    font-size: 15px;
    line-height: 23px;
  }
  .hs-blog-post .blog_index .p-meta {
    font-size: 12.855px;
  }
  .body-wrapper .blog-sidebar h4, .body-wrapper .blog-sidebar h3 {
    font-size: 22.5px;
  }
  .blog_title:before, .blog_title:after {
   display:none;
  }
  .blog_title > div {
    max-width: calc(100% - 64px);
    white-space: nowrap;
    margin: 0 auto;
  }

} 

@media (max-width:480px) {
  .hs-blog-post .blog_index_inner {
    padding: 25px;
  }

  .hs-blog-post .blog_index h1 {
    font-size: 28px;
  }

  .hs-blog-post .blog_index .p-meta {
    font-size: 11.998px;
  }

  .blog-post__body p { 
    font-size: 14px;
    line-height: 21px;
  }

  .body-wrapper .blog-sidebar h4, .body-wrapper .blog-sidebar h3 {
    font-size: 21px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #e8e8e8;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
}