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

.home-banner-area {
  color: #FFFFFF;
}
.home-banner-area .dnd-section {
  position: relative;
  z-index: 1;
}
.home-banner-area .dnd-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: -1;
  bottom: 0;
}
@media (min-width: 768px) {
  .home-banner-area .dnd-section:before {
    top: 0;
    width: 50%;
    height: 100%;
  }
}

.home-banner-area h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin: 0;
  text-transform: none;
}

.home-banner-area p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 767px) {
  .body-container--home-page .dnd-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 1024px) {
  .body-container__website .cell_16944534927465-padding {
     padding-left: 0px !important;
  }
  .body-container__website .cell_16945327267192-padding {
     padding-left: 0px !important;
  }
}

@media (min-width: 1024px) {
  body .widget-type-cell.cell_16944534927464-background-image,
  body .widget-type-cell.cell_16945139638843-background-image {
    aspect-ratio: 1/1;
  }
  body .widget-type-cell.cell_16944534927464-background-image img {
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}
body .widget-type-cell.cell_16945139638843-background-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "PotassiumIcons";
  src: url("https://2859863.fs1.hubspotusercontent-na1.net/hubfs/2859863/Naed_Sept2020%20-%20Sitemap/Font/va-icons.eot#iefix") format("embedded-opentype"),
    url("https://2859863.fs1.hubspotusercontent-na1.net/hubfs/2859863/Naed_Sept2020%20-%20Sitemap/Font/va-icons.ttf?64fzz1") format("truetype"), 
    url("https://2859863.fs1.hubspotusercontent-na1.net/hubfs/2859863/Naed_Sept2020%20-%20Sitemap/Font/va-icons.woff?64fzz1") format("woff"), url("//cdn2.hubspot.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Vanadyl/icons/va-icons/va-icons.svg?64fzz1#va-icons") format("svg");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html{
  font-size: 62.5%;
}

p {
  margin: 20px 0;
  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: 20px 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Noto Sans, sans-serif;
  color: #494a52;
  word-break: break-word;
}
h1, h2, h3 {
  text-transform: uppercase;
}
h1 {
  font-size: 2.1rem;
  line-height: 1.5em;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.5em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

/* 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: none
}

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

.body-container--home-page p {
  margin: 0;
}

.body-container--home-page h2 {
  margin: 0 0 15px;
  text-transform: none;
}

.body-container--home-page h3 {
  margin: 0;
  text-transform: none;
}

.body-container--home-page h4 {
  margin: 0 0 10px;
}
/* ******************************************************************************
*********************************************************************************
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;
  margin-bottom: 20px;
  max-width: 500px;
}
h3.form-title {
  padding: 5px;
}
.footer-form .form-title:empty {
  display: none;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  padding: 5px 0;
  display: block;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form-field {
  margin-bottom: 20px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
  font-family: "Noto Sans",sans-serif;
  font-size: .75em;
  text-decoration: none;
  border: 1px solid;
  margin-top: 10px;
  line-height: normal;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-form label {
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;

  display: inline-block;
  font-weight: 400;
  font-size: 20px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page input[type="password"]{
  height: auto !important;
}

.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 0.75em;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  padding: 20px;
  margin-top: 10px;
  outline: none;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
}

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

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

.hs-input:-moz-placeholder {
  color: #474747;
}

.hs-input::-webkit-input-placeholder {
  color: #474747;
}

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  line-height: 1.3;
}
.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;
}

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

.hs-form-required {
  color: #757680;

}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
.custom-menu-primary {
  padding-right: 36px;
}

@media (min-width:1031px){
  body .custom-menu-primary .submenu.level-1>li:nth-child(7)>ul,
  body .custom-menu-primary .submenu.level-1>li:nth-child(6)>ul {
    right: 0;
    left: auto;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(7)>ul li> ul,
  body .custom-menu-primary .submenu.level-1>li:nth-child(6)>ul li> ul {
    left: auto;
    right: 100%;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
  }
  body .custom-menu-primary .submenu.level-2 li:last-child {
    border-bottom: none;
  }
  body .custom-menu-primary .submenu.level-1 li>ul>li.has-submenu:hover:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 8px;
    height: calc(100% + 2px);
    display: block;
    left: auto;
    z-index: 555;
    right: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  body .custom-menu-primary .submenu.level-1 li:nth-child(7)>ul>li.has-submenu:hover:after,
  body .custom-menu-primary .submenu.level-1 li:nth-child(6)>ul>li.has-submenu:hover:after {
    right: auto;
    left: -1px;
  }

  body .custom-menu-primary .submenu.level-2 li>ul>li {
    border-top: none;
  }
  body .custom-menu-primary .submenu.level-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body .custom-menu-primary .submenu.level-1>li>a {
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 0.66667em;
    border-bottom: none;
    -webkit-transition: 0.3s border linear;
    -o-transition: 0.3s border linear;
    -moz-transition: 0.3s border linear;
    transition: 0.3s border linear;
    font-weight: 400;
    line-height: 36px;
    padding: 10px 20px;
  }

  body .custom-menu-primary .submenu.level-1>li.has-submenu>a {
    position: relative;
    padding-right: 45px;
    line-height: 36px;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url(https://2859863.fs1.hubspotusercontent-na1.net/hubfs/2859863/Naed_Sept2020%20-%20Sitemap/Images/menu-down-arrow.png);
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  body .custom-menu-primary .submenu.level-1 li>ul {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding-top: 0px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    z-index: 55;
  }
  body .custom-menu-primary .submenu.level-2 li>ul {
    display: none;
  } 
  body .custom-menu-primary .submenu.level-2 li:hover>ul {
    display: block;
  } 

  body .custom-menu-primary .submenu.level-2 li>ul{
    position: absolute;
    top: -1px;
    left: 100%;
  }
  body .custom-menu-primary .submenu.level-1>li ul>li.has-submenu>a {
    position: relative;
    padding-right: 45px;
  }
  body .custom-menu-primary .submenu.level-1 li>ul>li.has-submenu:hover {
    border-color: #fff;
  }
  body .custom-menu-primary .submenu.level-1 li>ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .custom-menu-primary .submenu.level-1 li>ul>li>a {
    border-bottom: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    font-size: 0.66667em;
    padding: 10px 20px;
    display: block;
  }
  body .custom-menu-primary .submenu.level-1 li>ul>li:hover>a {
    opacity: .6;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  }
  body .custom-menu-primary .submenu.level-2 li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid transparent;
  }
  body .custom-menu-primary .submenu.level-2 li.has-submenu>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url(https://cdn2.hubspot.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo%20Potassium/Icons/menu-down-arrow.png);
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  } 
  body .custom-menu-primary .submenu.level-2 li>ul {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 1360px){
  body .custom-menu-primary .submenu.level-1>li>a {
    font-size: 0.58333em;
    padding: 5px 10px;
  }
}

@media (max-width:1030px){
  .header__navigation {
    position: absolute;
    top: 98px;
    right: 0;
    left: 0;
    background: #fff;
    max-height: calc(100vh - 110px);
    overflow-y: auto !important;
  }
  .custom-menu-primary {
    padding-right: 0;
  }
  body .custom-menu-primary .submenu.level-1>li {
    width: 100%;
    display: block;
  }
  body .custom-menu-primary .submenu.level-1>li>a {
    margin: 0px;
    color: #757680;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
  }
  body .custom-menu-primary .submenu.level-1>li>a:hover {
    color: #757680 !important;
  }
  body .custom-menu-primary .submenu>li.has-submenu>a:after {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 10px;
    padding-left: 19px;
    top: 11px;
    position: absolute;
  }
  body .custom-menu-primary .submenu>li.mobile-menu-active>a:after {
    content: '\f078';
  }
  body .custom-menu-primary .submenu.level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
  }
  body .custom-menu-primary .submenu.level-2 ul, body .custom-menu-primary .submenu.level-2 {
    background: transparent !important;
  }
  body .custom-menu-primary .submenu.level-1 li >ul {
    padding: 0 0 0 20px;
  }
  body .custom-menu-primary .submenu>li {
    position: relative;
  }
  body .custom-menu-primary .submenu.level-1 li>ul>li>a {
    padding: 5px 10px;
    color: #757680 !important;
    font-weight: 400;
    font-size: 16px;
    display: block;
  }
  body .custom-menu-primary .submenu.level-1>li:last-child:after {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    pointer-events: none;
  }
  body .custom-menu-primary .submenu.level-1>li:last-child {
    padding-bottom: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-wrapper {
  padding: 0 15px;
  min-height: 340px;
  background-color: #757680;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -7px;
}

.banner-wrapper h1 {
  margin: 20px 0;
  text-align: center;
  color: #fff;
}

.banner-wrapper p {
  margin: 0 0 20px 0;
  color: white;
  text-align: center;
  font-weight: 300;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.semicircle-wrapper-white {
  width: 100%;
  overflow-x: hidden;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  position: relative;
  z-index: 9;
  margin-bottom: -60px;
}

.semicircle-wrapper-white .semicircle-inner {
  background-color: #fff;
  width: 110%;
  margin-left: -5%;
  height: 60px;
  -webkit-border-top-left-radius: 50% 50px;
  -moz-border-radius-topleft: 50% 50px;
  border-top-left-radius: 50% 50px;
  -webkit-border-top-right-radius: 50% 50px;
  -moz-border-radius-topright: 50% 50px;
  border-top-right-radius: 50% 50px;
}



@media (max-width: 767px){
  .semicircle-wrapper-white .semicircle-inner {
    margin-left: 0;
    width: 100%;
  }  
  .inputs-list>li {
    padding-left: 20px !important;
    margin-left: 0 !important;
  }
}


.cf-btn {
	all: unset;
	border-radius: 6px;
	color: #c31231;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.cf-btn.primary {
	background-color: #C31231;
	color: #FFFFFF;
	padding: 11px 15px;
}

.cf-btn.primary:hover,
.cf-btn.primary:focus-visible,
.cf-btn.primary:focus {
	background-color: #990E27;
}

.cf-btn.primary:active {
	background-color: #B3102E;
}

.cf-btn.secondary {
	background-color: #444444;
	color: #FFFFFF;
	padding: 11px 15px;
}

.cf-btn.secondary:hover,
.cf-btn.secondary:focus-visible,
.cf-btn.secondary:focus {
	background-color: #222222;
}

.cf-btn.secondary:active {
	background-color: #333333;
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  min-height: 137px;
}
.header-wrapper.no-nav{
  min-height: 100px;
}
.sticky .no-nav.header-wrapper {
  top: 0;
}
.header {
  background-color: transparent;
}
header.header:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  z-index: 5;
  bottom: 0px;
  background-color: #fff;
  opacity: 0.1;
}
.sticky .header-wrapper {
  top: -40px;
}
.sticky .header-wrapper.animate {
  top: 0;
}
.header-wrapper {
  -webkit-transition: 0.5s top;
  -o-transition: 0.5s top;
  -moz-transition: 0.5s top;
  transition: 0.5s top;
  position: relative;
  top: 0;
}
.header-logo img {
  max-width: 85px;
  max-height: 500px;
  height: 100%;
  display: block;
  padding: 20px 0;
}
header.header {
  font-size: 24px;
  line-height: 1.5;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 55555;
}
.header-top {
  width: 100%;
  z-index: 9999;
  -webkit-transition: .5s top;
  -o-transition: .5s top;
  -moz-transition: .5s top;
  transition: .5s top;
  -webkit-transform: translateZ(0);
  top: 0px;
  -webkit-transition: 0.5s top;
  -o-transition: 0.5s top;
  -moz-transition: 0.5s top;
  transition: 0.5s top;
  -webkit-transform: translateZ(0);
  position: relative;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;

}

.top-links .submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
}

.top-links ul li {
  display: inline-block;
  font-size: 24px;
}

.top-links .submenu.level-1 li a {
  padding: 0px 15px;
  cursor: pointer;
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 0.66667em;
  -webkit-transition: 0.3s opacity linear;
  -o-transition: 0.3s opacity linear;
  -moz-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  font-weight: 400;
}
.top-links .submenu.level-1 li a:hover {
  opacity: 0.8;
}


.header-bottom .header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.header-bottom .google-search-module-btn {
  width: 16px;
  height: 16px;
  background-image: url(https://cdn2.hubspot.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo%20Potassium/Icons/menu-search.png);
  display: block;
  margin-left: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}



.header-search-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(48, 48, 48, 0.93);
  color: #ffffff;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header-search-wrapper.search-open {
  opacity: 1;
  visibility: visible;
}


.header-search-wrapper .hs-search-field__input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.91667em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-top: 200px;
  border-bottom: 2px solid #757680;
  padding: 20px;
  outline: none;
  font-family: "Noto Sans", sans-serif;
}

.header-search-module-label {
  margin-right: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-top: 200px;
}
.header-search-wrapper button {
  margin-left: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-top: 200px;
}

.search-open .search-module-icon,
.search-open.header-search-wrapper button,
.search-open .header-search-module-label,
.search-open.header-search-wrapper .hs-search-field__input {
  opacity: 1 !important;
  margin-top: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.search-open.header-search-wrapper form {
  max-width: 100%;
}
.header-search-wrapper .hs-search-form {
  width: 100%;
}
.header-search-wrapper .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-module-icon {
  margin-left: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-top: 200px;
}
.po-icon-search:before {
  content: "\e922";
}
.search-module-icon  i {
  font-size: 1.25em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s linear color;
  -o-transition: 0.3s linear color;
  -moz-transition: 0.3s linear color;
  transition: 0.3s linear color;
}
[class^="po-icon"], [class*=" po-icon"] {
  color: #757680;
  display: inline-block;
  font-family: 'PotassiumIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-search-module-popup-close i {
  color: #fff;
  font-size: 1.66667em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.header-search-module-popup-close:hover i {
  color: #757680;
}
.header-search-module-popup-close {
  position: absolute;
  top: 4%;
  right: 6%;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.po-icon-close:before {
  content: "\e90c";
}
@media (max-width: 1360px){
  .top-links .submenu.level-1 li a{
    font-size: 0.58333em;
  }
}

@media (min-width: 1031px){
  .hs-search-formmobile {
    display: none;
  }
  .custom-menu-primary.hs-mobile-menu {
    display: none;
  }
}

@media (max-width: 1030px){
  .header-wrapper {
    min-height: 138px;
  }
  .custom-menu-primary.hs-desktop-menu {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .top-links ul li a{
    font-size: 0.58333em;
  }
  .header--toggle.header__navigation--toggle {
    padding: .438em 0 .625em;
    line-height: 1.125em;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 28px 5px 32px 0px;
    background: transparent;
    cursor: pointer;
  }
  .slicknav_icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }
  span.slicknav_icon .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 3px;
  }
  .hs-search-formmobile {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .hs-search-formmobile .hs-search-field__input {
    color: #757680;
    font-size: 16px;
    padding-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    padding-top: 17px;
    font-family: "Noto Sans", sans-serif;
    padding: 8px 50px 8px 5px;
    background-color: transparent;
    border: 0;
    outline-width: 0px;
    border-bottom: 1px solid #757680;
    margin-top: 10px;
    outline: none;
    line-height: normal;
  }
  .hs-search-formmobile form {
    margin: 0;
  }
  .hs-search-formmobile form:after {
    content: "\e922";
    font-family: 'PotassiumIcons';
    display: block;
    color: #757680;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    margin-top: 10px;
    right: 0px;
    left: auto;
    position: absolute;
  }
  .menu-open {
    overflow: hidden;
  }
  .child-trigger {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 33px;
    cursor: pointer;
  }
  .hs-search-formmobile form {
    max-width: 100%;
  }
}
@media (max-width: 767px){
  .header-wrapper.no-nav {
    top: 0;
  }
  .header-wrapper {
    top: 0;
  } 
  .sticky .header-wrapper {
    top: 0;
  }
  .header-top{
    display: none; 
  }
  .header-wrapper {
    min-height: 98px;
  }
}

@media (max-width: 320px){
  .header--toggle.header__navigation--toggle {
    margin: 28px 10px 32px 0px;
  }
}

.header-wrapper.header-variant-23 {
  min-height: 106px;
}

.header-wrapper.header-variant-23 .header-top {
  /*background-color: #253192;*/
  background-color: #4E6C9A;
}

.header-wrapper.header-variant-23 .header-logo img {
  padding: 5px 0;
  max-width: 100px;
}

.header-wrapper.header-variant-23 .submenu.level-1 li:last-child .has-submenu .submenu {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
  left: auto;
  right: 100%;
}
.header-wrapper.header-variant-23 .submenu.level-1 .has-submenu:first-child:hover {
  border-top-color: transparent;
}
.header-wrapper.header-variant-23 .submenu.level-1 li:last-child .has-submenu:hover:after {
  right: auto;
  left: -1px;
}

@media (max-width: 1030px) {
  .header-wrapper.header-variant-23 .header--toggle.header__navigation--toggle {
    margin: 15px 5px 15px 0;
  }
  .header-wrapper.header-variant-23 .header__navigation {
    top: 68px
  }
}
@media (max-width: 767px) {
  .header-wrapper.header-variant-23 {
   min-height: 68px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.footer a {
  font-weight: 700;
}
.footer__container {
  margin: 0 auto;
  padding: 0 15px
}
footer.footer.no-nav .footer-bottom .footer__container {
  min-height: 76px;
}
.footer-bottom .footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-links .submenu.level-1>li:not(:last-of-type):after {
  content: " | ";
  display: inline-block;
  vertical-align: top;
}
.footer-links .submenu.level-1 {
  margin: 20px 0;
}
.footer__copyright {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0 0;
}
.footer-bottom {
  width: 100%;
  background-color: #424242;
  padding: 32px 0px;
}
.footer-links a {
  color: #757680;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.footer-links a:hover {
  color: #757680;
}
/* .footer-links a:after {
content: "";
display: block;
width: 0px;
height: 2px;
background-color: #c31231;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.footer-links a:hover:after {
width: 100%;
} */
.svg-inline--fa.fa-w-10 {
  width: .625em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.btn-go-top {
  width: 45px;
  height: 45px;
  border: 1px solid #a1a1a3;
  text-align: center;
  cursor: pointer;
  margin-left: 70px;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
}
.btn-go-top svg {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #a1a1a3;
} 
.btn-go-top:hover svg {
  color: #757680;
}
.btn-go-top:hover {
  border-color: #757680;
}

.footer-top {
  padding: 20px 0px;
}
footer.footer .footer-top h4,
footer.footer .footer-top h3 {
  font-size: 24px;
  color: #303030;
  font-weight: 400;
  text-transform: none;
}

footer.footer .footer-content p {
  font-size: 18px;
  line-height: 27px;
}

.footer-top-left {
  width: 65.81196581200001%;
  display: flex;
  flex-wrap: wrap;
}

.footer-rss.hs-ftcol2 {
  min-height: 28px;
  margin-left: 2.564102564%;
  width: 48.717948718%;
}
.footer-form.hs-ftcol3 {
  width: 31.623931624%;
  margin-left: 2.564102564%;
}
.footer-top .footer__container {
  display: flex;
  flex-wrap: wrap;
}
footer.footer .footer-top .widget-type-rss_listing .hs-rss-title span {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
footer.footer .footer-top .widget-type-rss_listing .hs-rss-byline .hs-rss-date {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

footer.footer .footer-top .widget-type-rss_listing .hs-rss-item:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: -20px;
  left: 0px;
}
.footer-content.hs-ftcol1 {
  width: 48.717948718%;
}
.footer-rss.hs-ftcol2 {
  min-height: 28px;
  width: 48.717948718%;
  margin-left: 2.564102564%;
}
.footer-form-inner {
  max-width: 267px;
  width: 100%;
}
.footer-form .hs-button {
  width: 100%;
}
.footer-form .hs-button:hover{
  background-color: #424242;
  border-color: #424242;
}
footer.footer .footer-top form .inputs-list li>label {
  font-size: 18px;
  margin-bottom: 1px;
  margin-top: 0;
  line-height: normal;
}
footer.footer .footer-top form .inputs-list li:nth-child(2n + 2)>label {
  margin-top: 2px;
}
footer.footer .footer-top form .inputs-list li:last-child {
  /*   padding-bottom: 2px;
  padding-top: 0; */
}
.footer-form .inputs-list {
  margin: 24px 0;
  padding-top: 0;
}
footer.footer .footer-top form .inputs-list li:first-child>label {
  margin-top: -1px;
}
input[type="radio"] + span:before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #a1a1a3;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
  background-color: #FFF;
  height: 20px;
  width: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
input[type="radio"]:checked + span:after {
  content: "";
  cursor: pointer;
}
input[type="radio"] + span:after {
  position: absolute;
  left: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #303030;
}
input[type="radio"] + span {
  margin-left: 14px;
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
}
input[type="radio"] {
  visibility: hidden;
  display: none;
}
input[type="radio"] + span:hover:before {
  border-color: #303030;
  cursor: pointer;
}
.blog-sidebar .inputs-list:first-child {
  padding-top: 0;
}
.footer-form .hs-input::-webkit-input-placeholder  {
  color: #807979;
}
.footer-form .hs-input::-moz-placeholder {
  color: #807979;
}
.footer-form .hs-input:-moz-placeholder {
  color: #807979;
}
.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  line-height: 1.5;
  margin-bottom: -1px;
  margin-left: 20px;
}
.inputs-list>li+li {
  padding-top: 0px !important;
}
.footer-form .hs-input {
  margin-bottom: 0;
  line-height: normal;
  color: #303030;
}
.footer-contact:before {
  display: table;
  content: "";
}

.footer .hs-rss-item {
  position: relative;
  margin-bottom: 40px;
}

footer.footer .follow-us {
  width: 100%;
  margin: 0 auto;
  background-color: #757680;
}
footer.footer .follow-us ul {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
  margin: 0;
}
.follow-us .social-bar .title {
  padding: 15px 0px 0px 0px;
  line-height: 48px;
  color: #fff;
}
footer.footer .follow-us .social-bar .social li {
  padding: 5px 50px;
  font-size: 45px;
}
footer.footer .follow-us .social-bar .social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.footer .follow-us .social-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.svg-inline--fa.fa-w-9 {
  width: .5625em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-14 {
  width: .875em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
footer.footer .follow-us i, footer.footer .follow-us svg {
  color: #fff;
}
footer.footer .footer-top .widget-type-rss_listing .hs-rss-item:last-child:before {
  display: none;
}
.footer .hs-rss-item:last-child {
  margin-bottom: 20px;
}

@media (max-width: 1030px){
  .footer__copyright {
    margin: 7px 0px 2px;
  }

}


@media (max-width: 1024px){
  footer.footer .follow-us .social-bar .social li {
    font-size: 30px;
  }
}


@media (max-width: 767px){
  .footer-content.hs-ftcol1, 
  .footer-rss.hs-ftcol2, 
  .footer-form.hs-ftcol3 {
    width: 100%;
    margin: 0;
  }
  .footer__copyright {
    margin: 7px 0 2px 0;
  }
  footer.footer .follow-us .social-bar .social li {
    padding: 5px 0px;
  }
  footer.footer .follow-us .social-bar > li {
    width: 100%;
    text-align: center;
  }
  footer.footer .follow-us .social-bar .social {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-nav .footer-links {
    width: 100%;
  }
  .no-nav  .btn-go-top {
    margin-left: auto;
  }
  .no-nav .footer-links {
    width: 100%;
    margin-bottom: 11px;
    margin-top: 13px;
  }
}
@media (max-width: 680px){
  .footer-links {
    width: 100%;
  }
}


@media (max-width: 580px){
  .footer__copyright {
    margin: 2px 0 1px 0;
  }
  .footer-form-inner {
    max-width: 234px;
    width: 100%;
  }
  .inputs-list>li+li {
    padding-top: 0px !important;
  }
  footer.footer .footer-top form .inputs-list li:nth-child(2n+2)>label {
    margin-top: 1px;
  }
  .footer-form .inputs-list {
    margin-top: 21px;
  }
  .footer-form .hs-button {
    margin-top: 7px;
  }
  .btn-go-top {
    min-width: 45px;
    margin-left: 0;
  }
}



@media (max-width: 400px){
  .footer__copyright {
    font-size: 16px;
  }
}

footer .site-footer a {
  color: #FFF !important;
  font-size: 15px;
  font-weight: normal;
  line-height: 2em;
  
}

footer .site-footer .submenu li {
  display: block;
}
/* ******************************************************************************
*********************************************************************************
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 15px;
  margin: 0 auto;
}
.blog-listing {
  padding: 100px 0;
  FONT-VARIANT: JIS04;
}
.blog-listing .content-wrapper {

}
.blog-listing>.content-wrapper>.hs-row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-index {
  width: 74.358974359%;
}
.blog-sidebar {
  width: 23.076923077%;
}
.blog-sidebar .sidebar-content h3 {
  margin-top: 0;
  line-height: 1em;
}
.blog-sidebar h3.form-title:empty {
  display: none;
}
.featured-image-wrapper {
  width: 100%;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #fff;
  padding: 10px 40px;
}

.blog-index .social {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-index .social date {
  font-size: 0.58333em;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-index .social .icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-index .social .icons li {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  font-weight: normal;
}

.blog-index .social .icons li a {
  position: relative;
  color: #c31231;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog-listing .post-content .avatar img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
  width: 100px;
  margin-bottom: 10px;
}

.blog-listing .post-content .avatar {
  margin-top: -50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  z-index: 9998;
}

.blog-listing .post-content .avatar span {
  display: block;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
}

.blog-listing .post-content .avatar span.text {
  font-size: 0.5em;
}

.blog-listing .post-content .avatar  span.name {
  font-size: 0.58333em;
  color: #757680;
}

.blog-listing .post-content  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-listing .post-content .post-text h2 {
  font-size: 1em;
  text-transform: none;
}
.blog-listing .post-content .post-text h2 a {
  color: #303030;
  font-weight: 700
}
.blog-post__body p {
  font-weight: 300;
}
.post-bdy-content{
  font-weight: 300; 
}
.read-more a {
  color: #c31231;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  float: right;
  font-weight: 700;
}
.read-more a:hover {
  color: #c31231;
}
.read-more a:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f101";
  margin-left: 10px;
  font-size: 18px;
  display: inline;
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
}
.blog-listing .post-item {
  margin-bottom: 100px;
}

.blog-listing  .featured-image-wrapper .categories{
  margin-left: 170px;
}
.blog-listing  .featured-image-wrapper .categories .text {
  font-size: 0.5em;
  font-weight: normal;
}

.blog-listing  .featured-image-wrapper .categories .tags {
  margin: 0;
  margin-left: -8px;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.blog-listing  .featured-image-wrapper .categories .tags li a {
  color: #fff;
  display: inline-block;
  font-size: 0.58333em;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1px 5px;
  line-height: 1.5em;
}

.blog-sidebar h3 {
  color: #303030;
  font-weight: normal;
  margin: 10px 0;
  text-transform: none;
  font-size: 1em;
  clear: both;
  line-height: 1.5em;
}
.blog-sidebar p {
  font-size: 0.66667em;
  line-height: 24px;
  margin: 10px 0;
}

.blog-sidebar .cell-wrapper{
  margin-bottom: 50px;
}

.blog-sidebar .cell-wrapper:after {
  content: "";
  display: table;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar .categories ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.blog-sidebar .categories ul li a {
  font-size: 0.58333em;
  font-weight: normal;
  line-height: 48px;
  position: relative;
  color: #c31231;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.recent-posts .single-post .post-title span {
  font-size: 0.5em;
  text-transform: uppercase;
  line-height: 1em;
}

.recent-posts .single-post .post-title h4{
  font-size: .66667em;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #757680;
}

.blog-sidebar .blog-subscribe .hs-form {
  margin: 0 0 10px;
  padding: 10px 0 0;
}
.blog-sidebar .blog-subscribe .hs-form .hs-input {
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: .75em;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: normal;
}
.blog-sidebar .blog-subscribe .hs-form .hs-form-field {
  margin: 0;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-sidebar .hs-form ul li {
  padding-left: 0px;
  margin-bottom: 0px;
  display: block;
  margin-left: 20px;
}
.blog-sidebar .blog-subscribe .hs-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 20px;
}
.blog-sidebar .blog-subscribe .hs-button:hover {
  background-color: #fff;
  color: #757680;
}
.blog-pagination {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a {
  border: 1px solid #e7e7e7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.58333em;
  font-weight: normal;
  color: #c31231;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog-pagination li {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.blog-pagination {}

.blog-pagination ul li a.active {
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
}

.blog-post__body h1 {
  font-size: 1em;
  text-transform: none;
}
.blog-post__body h1>span {
  font-size: 1.91667em;
  color: #303030;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-post-wrapper .author.post-bottom-author{
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post-wrapper .author .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
.blog-post-wrapper .author img {
  margin: 25px auto;
  display: block;
  width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px white solid;
}
.blog-post-wrapper .author  .about {
  padding: 0 50px 25px 10px;
}
.blog-post-wrapper .author h4 {
  color: #303030;
  font-weight: bold;
  font-size: 1em;
}
.blog-post-wrapper .author p {
  font-size: 0.66667em;
  line-height: 1.5;
}
.post-social {}

.post-social .icons {
  width: 100%;
  margin: 20px 0 50px 0;
  padding: 0;
}
.post-social .icons li {
  display: inline;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #303030;
  opacity: 0.5;
}
.post-social .icons li a {
  color: #c31231;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-post__body p,
.post-bdy-content {
  font-weight: 300;
}
.blog-post-wrapper.blog-listing .featured-image-wrapper .categories {
  margin-left: 0;
}
.blog-post__body img {
  width: 100%;
}
.blog-comments .hs-button.primary:hover {
  background-color: #424242;
}
@media (max-width: 767px){
  .blog-index, .blog-sidebar {
    width: 100%;
  } 
  .blog-listing .post-content .avatar {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-listing .post-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-listing .featured-image-wrapper .categories {
    margin-left: 0;
  }
  .blog-index .social .icons li:first-child {
    margin-left: 0;
  }
  .blog-index .social {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
  }
  .blog-post-wrapper .author{
    text-align: left;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 24px;
    line-height: 1.5;
  }
  .blog-post-wrapper .author .image, .blog-post-wrapper .author .about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    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__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: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  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: #494a52;
  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 {
  padding: 40px 0;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.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;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 100% !important;
}
.content-wrapper.communication-preferences form {
  max-width: 100%;
}
.hs-search-results {
  margin-top: 6rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 4rem;
}
ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-search-results__title {
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}
.hs-search-results__title:hover {
  color: #000000;
}
.hs-search-results__description {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.hs-search-highlight {
  font-weight: bold;
  color: #000000;
}

.hs-search-results__pagination {
  display: flex;
  justify-content: space-between;
}
.hs-search-results__prev-page {
  justify-self: start;
}
.hs-search-results__next-page {
  justify-self: end;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}