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

@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto+Condensed%3A700&ver=1591716134');

@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: "icomoon";
  src: url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/icomoon/icomoon%20%281%29.woff") format("woff"), 
    url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/icomoon/icomoon%20%281%29.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/Font%20Awesome/fontawesome-webfont%20%281%29.woff") format("woff"), 
    url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/Font%20Awesome/fontawesome-webfont%20%282%29.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: steadysets;
  src:
    url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/steadysets/steadysets.ttf") format("truetype"), 
    url("//4878278.fs1.hubspotusercontent-na1.net/hubfs/4878278/AikomWave_June2020/Fonts/steadysets/steadysets.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}












































/* ******************************************************************************
*********************************************************************************
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 {
  -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 only screen and (min-width: 1000px){
  .dnd-section > .row-fluid, .content-wrapper{
    padding-right: 90px;
    padding-left: 90px;
  } 
}


@media (max-width: 999px) and (min-width: 690px){
  .dnd-section > .row-fluid, .content-wrapper {
    max-width: 600px !important;
  }
}
@media only screen and (max-width: 690px){
  .dnd-section > .row-fluid, .content-wrapper {
    max-width: 320px !important;
  }
}
@media only screen and (max-width: 690px) and (min-width: 480px){
  .dnd-section > .row-fluid, .content-wrapper {
    max-width: 420px !important;
  }
}

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


body {
  line-height: 1.59;
  -webkit-font-smoothing: antialiased;
}

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: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

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

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 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.8em;
  font-family: Open Sans;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-left: 0;
}

/* 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: 1300px) and (min-width: 1000px){
  h1, h3.form-title {
    font-size: 52.5px !important;
  }
  h2{
    font-size: 42.5px !important;
  }
  h5 {
    font-size: 20.4px !important;
  }

}


@media (max-width: 999px) and (min-width: 690px){
  h1, h3.form-title {
    font-size: 49px!important;
  }
  h2{
    font-size: 40px !important;
  }
  h5 {
    font-size: 19.2px !important;
  }
}

@media (max-width: 690px){
  h1, h3.form-title {
    font-size: 45px!important;
  }
  h2{
    font-size: 37px !important;
  }
  h5 {
    font-size: 19px !important;
  }
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
  h1 {
    font-size: 35px!important;
  }
  h2{
    font-size: 30px !important;
  }
  h4 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 28px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  padding: 15px 53px;
  
  text-decoration: none !important;
  font-size: 12px;
  font-family: Open Sans;
  margin: 15px 0;
  white-space: normal;
  outline: none;
}

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

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


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

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

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}

input.hs-search-field__input {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  outline: none;
  border-radius: 3px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  outline: none;
  border-radius: 3px;
}

form#email-prefs-form {
  max-width: 100%;
}

.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: #bfbfbf;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
h3.form-title {
  font-size: 70px !important;
  line-height: 80px !important;
    font-family: Roboto Condensed;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.hs-form-required {
  color: red;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
}
.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){
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  textarea,
  select, 
  form{
    width: 100%;
    max-width:100%;
  }
  .systems-page .success {
    min-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
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: #ececec;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 1px 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 {
}

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


header.header {
  position: relative;
  z-index: 9998;
  width: 100%;

  transition: all 0.2s;
}

header.header .header__container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 90px;
}



header.header  .custom-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: auto;
  margin-right: 2%;
}

header.header .custom-logo a {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
  transition: margin 0.15s ease;
}

header.header .custom-logo img {
  transition: height 0.15s ease, opacity 0.2s ease;
  text-indent: -9999px;
  max-width: none;
  width: auto !important;
  margin-bottom: 0;
  display: block;
  height: 45px;
}

.header-outer {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: #fff;
  z-index: 9999;
  overflow: visible;
  box-shadow: none;
}



/* Tablet Styles */

@media only screen and (min-width: 1000px){
  header.header .header__container .header_inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  header.header  .custom-menu-primary {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-left: auto;
  }

  header.header .custom-menu-primary .hs-menu-wrapper {
    display: -ms-flexbox;
    height: 100%;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  header.header .custom-menu-primary .hs-menu-wrapper > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    transition: padding 0.8s ease,margin 0.25s ease;
    min-height: 1px;
    line-height: 1px;
    height: 100%;
    width: 100%;
  }

  header.header .custom-menu-primary .hs-menu-wrapper > ul > li {
    z-index: 10;
    line-height: 0;
    font-size: 12px;
    position: relative;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  header.header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    text-decoration: none;
    transition: color 0.1s linear;
    display: block;
    font-family: Open Sans;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  header.header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    height: 38px;
    content: ' ';
    z-index: -1;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
  }
  .scroll .header .custom-logo a {
    margin-top: 16.666666666667px;
    margin-bottom: 16.666666666667px;
    transition: margin 0.32s ease;
  }

  .scroll .header .custom-logo img {
    height: 25px;
    transition: height 0.32s ease;
  }
  .scroll .header-outer {
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    transition: box-shadow 0.42s ease, opacity 0.3s ease;
  }
  .header-space {
    height: 105px;
  }
  .custom-menu-primary.mobile-menu {
    display: none;
  }
  header.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    min-width: 140px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
  }

  header.header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
    top: 64%;
  }

  header.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    text-decoration: none;
    transition: color .1s linear;
    display: block;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    padding: 5px 0;
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media (max-width: 1183px) and (min-width: 1000px){
  header.header .header__container {
    padding: 0px 40px;
  }

  header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .scroll header.header .header__container {
    padding: 0px 90px;
  }
  .scroll header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
  }
}


@media only screen and (max-width: 999px) and (min-width: 1px){
  header.header .header__container .header_inner {
    position: relative;
  }
  .header-space {
    height: 69px;
  }
  header.header {
    height: auto!important;
  }
  .custom-menu-primary .hs_cos_wrapper_type_menu{
    display: none;
  }
  .header-outer {
    padding: 12px 0;
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    transition: box-shadow 0.42s ease, opacity 0.3s ease;
  }
  header.header .custom-logo {
    text-align: left;
    line-height: 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    margin-right: 0;
  }
  header.header .custom-logo {
    text-align: left;
    line-height: 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    margin-right: 0;
  }


  header.header .custom-logo a {
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: middle;
    transform: none;
    margin: 0;
  }
  header.header .custom-logo img {
    position: relative;
    top: 0;
  }
  .custom-menu-primary {
    display: block;
    text-align: right;
    line-height: 0;
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
  }

  .mobile-trigger {
    display: flex !important;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 0;
    width: auto;
    height: 25px;
  }
  .lines-button {
    transition: .3s;
    cursor: pointer;
    line-height: 0px !important;
    top: 9px;
    position: relative;
    font-size: 0px !important;
    user-select: none;
    display: block;
    width: 22px !important;
  }
  .lines {
    display: block;
    height: 2px;
    background-color: #313131;
    transition: .3s;
    position: relative;
    transition: background .2s ease,opacity .2s ease;
    background-color: transparent !important;
    width: 22px !important;
  }


  .lines:before, .lines:after {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #313131;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .142rem center;
    transform-origin: .142rem center;
  }
  .lines:before {
    top: 6px;
    width: 16px !important;
  }
  .lines:after {
    top: -6px;
  }
  .lines-button:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    height: 2px !important;
    width: 22px !important;
    top: 0px !important;
    transition: transform .65s cubic-bezier(0.3,1,0.3,1) .04s,background-color .2s ease,opacity .2s ease !important;
    background-color: #313131 !important;
  }

  header.header .header__container {
    max-width: 420px;
    padding: 0;
  }

  .close-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block;
  }

  .close-icon:before {
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    transform: scale(0);
    background-color: rgba(0,0,0,.06);
  }

  .close-wrap {
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: .0s;
    animation-delay: .0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }

  .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }
  .mobile-open .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg);
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
  }

  .mobile-open .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  }

  @-webkit-keyframes crossLeft{
    100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
      transform:translateY(0px) translateX(0px) rotate(-45deg) 
    }
  }
  @keyframes crossLeft{
    100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
      transform:translateY(0px) translateX(0px) rotate(-45deg) 
    }
  }
  @-webkit-keyframes crossRight{
    100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
      transform:translateY(0px) translateX(0px) rotate(45deg) 
    }
  }
  @keyframes crossRight{
    100%{
      -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
      transform:translateY(0px) translateX(0px) rotate(45deg) 
    }
  }

  @-webkit-keyframes crossLeftClose{
    100%{
      -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
      transform:translateY(22px) translateX(22px) rotate(-45deg) 
    }
  }
  @keyframes crossLeftClose{
    100%{
      -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
      transform:translateY(22px) translateX(22px) rotate(-45deg) 
    }
  }

  @-webkit-keyframes crossRightClose{
    100%{
      -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
      transform:translateY(22px) translateX(-22px) rotate(45deg) 
    }
  }
  @keyframes crossRightClose{
    100%{
      -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
      transform:translateY(22px) translateX(-22px) rotate(45deg) 
    }
  }

  .custom-menu-primary.mobile-menu {
    padding-top: 96.9px;
    padding-bottom: 96.9px;
    top: 0!important;
    color: #eefbfa;
    right: 0;
    width: 300px !important;
    height: 100%;
    position: fixed !important;
    min-width: 390px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 5;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    text-align: left;
  }

  .mobile-open .custom-menu-primary.mobile-menu {
    z-index: 99999;
  }

  .custom-menu-primary.mobile-menu .hs_cos_wrapper_type_menu {
    display: block;
    width: 100%;
    opacity: 0;
    margin: auto 0;
    position: relative;
  }

  .mobile-open .custom-menu-primary.mobile-menu .hs_cos_wrapper_type_menu {
    opacity: 1;
  }

  .custom-menu-primary.mobile-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper {
    margin-bottom: 60px;
    position: relative;
    top: auto;
    width: 100%;
    display: inline-block;
    min-width: 190px;
    transform: translateX(110px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .mobile-open .close-icon {
    z-index: 100000;
  }

  .mobile-open .custom-menu-primary.mobile-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul {
    margin: 0;
    overflow-y: auto;
    height: calc(100vh - 96.9px);
    padding: 0;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 12px;
    position: relative;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #eefbfa;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    opacity: 1;
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a:after {
    transform: scaleX(0);
    border-top: 2px solid;
    content: '';
    padding-bottom: inherit;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    border-color: #fb6627;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #fb6627!important;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  #wrap {
    -ms-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    -webkit-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    position: relative;
    z-index: 10;
    height: 100%;
    height: 100vh !important;
  }

  .mobile-open #wrap {
    -ms-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    -webkit-transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    transition: transform .8s cubic-bezier(0.2,1,0.3,1);
    -ms-transform: scale(0.835) translateX(-466px) translateZ(0) !important;
    -webkit-transform: scale(0.835) translateX(-466px) translateZ(0) !important;
    transform: scale(0.835) translateX(-466px) translateZ(0) !important;
    height: 100vh !important;
    overflow-y: hidden;
  }
  .body-wrapper{
    background-color: #FFFFFF;

  }

  body.mobile-open {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
  }

  .slide-out-overlay {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(145deg, #0b1737, #0b1737);
  }

  .remove-overlay {
    opacity: 0;
  }

  .mobile-open .remove-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;    
    cursor: pointer;
  }
  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    display: none ;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 29px !important; /* Button height */
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 12px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #FFF; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>ul {
    padding-left: 20px;
    background-color: transparent;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 12px;
    background-color: transparent;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 10px;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px){
  header.header .header__container {
    max-width: 600px;
    padding: 0;
    position: relative;
  }
}



@media only screen and (max-width: 690px){
  header.header .header__container{
    max-width: 320px
  }
}


@media only screen and (max-width: 690px) and (min-width: 480px){
  header.header .header__container {
    max-width: 420px;
  }
}

@media (max-width: 999px) {
  header.header .header__container {
    padding: 0;
  }
  h3 {
    font-size: 27px !important;
  }
}


/* Mobile Styles */


@media only screen and (max-width: 450px){
  .custom-menu-primary.mobile-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper {
    margin-bottom: 83px;
  }
  .custom-menu-primary.mobile-menu {
    min-width: 78vw;
    width: 78vw !important;
    padding-left: 50px;
    padding-right: 50px;
    -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .mobile-open #wrap {
    -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
    transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
  }
}
@media (max-width: 400px) {
  /*   header.header .custom-logo img {
  max-width: 275px !important;
  width: 100% !important;
} */
  header.header .custom-logo {
    padding-right: 25px;
  }
  .header-outer {
    padding: 12px 5px;
  }
  .mobile-trigger {

    top: 21px;
    right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  position: relative;
  z-index: 10;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  padding: 0px 90px
}

.container-row {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10;
  min-height: 1px;
  padding-top: 70px;
}

.footer .footer-logo {
  margin-bottom: 30px;
}

.footer .footer-logo a {
  transition: all 0.2s ease;
}

.footer .footer-logo img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
  width: 170px !important;
  height: 48px;
}

.footer  .footer-address {
  margin-bottom: 30px;
}

.footer .footer-address p {
  margin: 0;
}

.footer .media_image {
  margin-bottom: 0;
}

.footer .media_image img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
  width: 175px !important;
}

.footer__copyright {
  position: relative;
  font-size: 14px;
  padding-bottom: 70px;
  padding-top: 31px;
}

.footer__copyright .page-center {
  width: 100%;
  margin: 0 auto;
  padding: 0px 90px;
}

.footer__copyright .copyright_text {
  text-align: center;
}

.footer__copyright .copyright_text p {
  margin: 0;
  line-height: 22px;
  margin-top: 3px;
}

.footer .footer-address p strong {
  font-family: Open Sans;
  font-weight: 600 !important;
}
.footer .footer-logo a:hover {
  opacity: 0.65;

}

.footer__copyright {

}
@media only screen and (min-width: 1000px){
  .container-row {
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  .footer__container, 
  .footer__copyright .page-center {
    max-width: 600px !important;
    padding: 0;
  }

  .footer .footer-logo, 
  .footer .footer-address, 
  .footer .media_image {
    margin-left: 30px;
  }

}

@media only screen and (max-width: 690px){
  .footer__copyright {
    padding-top: 53px;
  }
  .footer__container, .footer__copyright .page-center {
    max-width: 320px !important;
    padding: 0;
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .footer__container, 
  .footer__copyright .page-center {
    max-width: 420px !important;
    padding: 0;
  }
}




@media (max-width: 400px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

.blog-header {
  padding-top: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding-bottom: 52px;
  text-align: center;
}


.blog-header__inner {
  padding-top: 65px;
  padding-bottom: 50px;
}

.blog-header__inner h1 {
  margin: 0;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto Condensed;
  font-size: 70px !important;
  line-height: 80px;
  font-weight: 700;
}


.post-item .inner-wrap {
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 40px;
  min-height:621px;
}

.hs-blog-listing .blog-index .post-item {
  width: 31.1%;
  color: #676767;
}

.post-item .inner-wrap .post-content {
  position: relative;
  min-height: 98px;
}
.blog-header.blog-author-header {
  padding: 0;
}

.blog-author-header .blog-header__title {
  font-size: 40px !important;
}

.blog-author-header .blog-header__subtitle {
  font-weight: normal;
  font-size: 20px !important;
}
.post-item .inner-wrap .post-content .content-inner {
  position: relative;
}

.post-item .entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}

.hs-featured-image-wrapper {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
  max-height: 258px;
}

.hs-featured-image-wrapper img {
  vertical-align: baseline;
  height: auto;
  width: 100%;
  max-width: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

.meta-category {
  background-color: #fff;
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 110;
}

.meta-category .topic-link {
  margin: 0 10px 10px 0;
  position: relative;
  display: inline-block;
  color: #fb6627;
  font-family: Open Sans;
  font-size: 17px!important;
  line-height: 27px;
  font-weight: 400!important;
  text-decoration: none;
}

.meta-category .topic-link:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #fb6627!important;
}

.meta-category .topic-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.article-content-wrap {
  padding: 10px 30px 30px 30px;
  background-color: #fff;
}

.article-content-wrap .post-header {
  margin-bottom: 12px;
  color: #888;
}

.article-content-wrap .post-header h2 {
  margin: 0;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: #313131;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.article-content-wrap .post-header h2 a {
  color: inherit;
  text-decoration: none;
}

.grav-wrap {
  position: relative;
  margin-top: 30px;
  z-index: 110;
}

.text {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  color: #313131;
}

.text .author-link {
  color: inherit;
  font-family: Open Sans;
  font-size: 17px!important;
  font-weight: 400!important;
  display: block;
  line-height: 20px;
  text-decoration: none;
}

.text .date {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  pointer-events: none;
}

.post-item .inner-wrap:hover .hs-featured-image-wrapper img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.grav-wrap:hover img {
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}
.hs-blog-listing .blog-index {
  width: 100%;
}

.grav-wrap .author-link {
  font-family: Open Sans;
  font-size: 17px!important;
  line-height: 27px;
  font-weight: 400!important;
  text-decoration: none;
}

.grav-wrap .author-link  img {
  max-width: 100%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.grav-wrap .author-link:hover img {
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}
/* Post page */

.hs-blog-post .content-wrapper {
  padding-top: 40px;
  background-color: #ffffff;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

.hs-blog-post .post-heading-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 0;
  text-align: center;
  padding-top: 30px;
}

.hs-blog-post .post-heading-title .post-blog-title {
  margin-bottom: 14px;
  display: block;
}

.hs-blog-post .meta-category {
  display: none;
}

.hs-blog-post .post-heading-title .post-blog-title h1 {
  margin: 0;
  font-family: Roboto Condensed;
  font-size: 70px !important;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
}


.post-heading-title {
  border-bottom: 0;
  text-align: center;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 35px;
}
.post-heading-title .post-blog-title {
  margin-bottom: 14px;
}
.post-heading-title .post-blog-title span.meta-category {
  display: none;
}

/* Added the featured image alt and src variables in to the blog.html template - MS-DT request */

.post-heading-title .post-blog-title h1 {
  font-family: Roboto Condensed;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  padding: 10px 0 20px 0;
  top: 3px;
  position: relative;
  color: #313131;
  max-width: 1000px;
  margin: 0 auto!important;
}
.single-below-header span.meta-date {
  line-height: 14px;
  font-weight: 400;
  font-family: Open Sans;
  padding: 0 10px 0 10px;
  border-left: 1px solid rgba(0,0,0,0.1);
  font-size: 17px;
  color: #888;
}
.blog-post {
  max-width: 1000px;
  margin: 0 auto!important;
}
.blog-comments {
  max-width: 1000px;
  margin: 0 auto;
}

.hs-blog-post .post-heading-title .post-blog-title h1{
  padding: 20px 0 20px 0 !important;
}
.nectar-social.fixed.visible {
  transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: fixed;
  z-index: 1000;
}
.nectar-social.fixed.visible > a {
  text-decoration: none!important;
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #FB6627;
}
.nectar-social.fixed.visible > a:before {
  background-color: #FB6627;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
}
.nectar-social.fixed.visible > a i.icon-default-style.steadysets-icon-share {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  z-index: 10;
  position: relative;
  display: block;
  left: -1px;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 0px;
  font-weight: normal;
  line-height: 50px;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  word-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}
.nectar-social.fixed.visible > a i.icon-default-style.steadysets-icon-share:before {
  content: "\e63c";
}
.nectar-social.fixed.visible > a:after {
  -webkit-transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}
.nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.nectar-social-inner a {
  background-color: #FB6627;
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgba(0,0,0,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
}
.nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}
.nectar-social-inner a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}
.nectar-social-inner a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}
.nectar-social-inner a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0);
}
.nectar-social.fixed.visible:hover > a:before {
  box-shadow: 0 7px 15px rgba(0,0,0,0.2);
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
}
.nectar-social.fixed.visible:hover .nectar-social-inner a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}
.nectar-social.fixed.visible:hover .nectar-social-inner a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}
.nectar-social.fixed.visible:hover .nectar-social-inner a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}
.nectar-social.fixed.visible:hover .nectar-social-inner a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}
.nectar-social-inner a i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  text-rendering: auto;
  font: normal normal normal 14px/1 FontAwesome;
}
.nectar-social-inner a span {
  display: none;
}
.nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.nectar-social-inner a:hover:after {
  opacity: 0.2;
}

.nectar-social-inner a i:before {
  position: relative;
  top: 11px;
}

.hs-blog-post .blog-post {
  padding-bottom: 24px;
  position: relative;
}

.hs-blog-post .blog-post .post-col {
  position: relative;
}

.hs-blog-post .blog-post .post-col .post-content {
  position: relative;
  min-height: 98px;
}

.hs-blog-post .blog-post  .post-featured-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 50px;
  vertical-align: baseline;
}

.hs-blog-post .blog-post .content-inner {
  padding-bottom: 80px;
  position: relative;
}

.hs-blog-post .blog-post .content-inner p {
  padding-bottom: 1.5em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.hs-blog-post .blog-post .content-inner p img {
  display: block;
  float: none !important;
  margin: 0 
  width: auto;
}


.blog-index__tag-header.topic-header {
  padding-top: 35px;
  margin-top: 0;
}

.blog-index__tag-header.topic-header .topic-title {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  border-bottom: 1px solid #ddd;
}

.blog-index__tag-header.topic-header + .content-wrapper {
  padding-top: 40px;
}

.topic-header h1 {
  margin: 0;
  font-family: Roboto Condensed;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: normal;
}







.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin: 3.3rem 0;
}
.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 {

}
.blog-post h1 {
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
.scroll  .hs-blog-post .header-outer {
  box-shadow: none !important;
}
.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;
}
.nectar-social-inner a {
  text-decoration: none;
  cursor: pointer;
}
.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;
}

.blog-comments .comment-date {
  display: block;
}
.nectar-social.fixed.visible>a:hover:before {
  opacity: .8;
}
@media screen and (min-width: 768px) {

}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .blog-header__inner h1 {
    font-size: 52.5px !important;
    line-height: 60px;
  }
  .article-content-wrap .post-header h2 {
    font-size: 20.4px !important;
    line-height: 28.9px;
  }
}

@media screen and (min-width: 1000px) {
  .hs-blog-post .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hs-blog-listing .content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px 90px;
  }
  /*   .nectar-social {
  display: block !important;
  opacity: 1 !important;
} */
}

@media only screen and (max-width: 999px) and (min-width: 690px){
  .hs-blog-listing .blog-index .post-item {
    width: 47.7%;
  }
  .hs-blog-listing .content-wrapper {
    max-width: 600px;
    position: relative;
  }
  .blog-header__inner h1 {
    font-size: 49px !important;
    line-height: 56px;
  }
  .article-content-wrap .post-header h2 {
    font-size: 19.2px !important;
    line-height: 27.2px;
  }
  .hs-blog-post .post-heading-title .post-blog-title h1 {
    font-size: 49px !important;
    line-height: 56px;
  }

  .hs-blog-post .content-wrapper {
    max-width: 600px;
  }
  .topic-header h1 {
    font-size: 49px !important;
    line-height: 56px;
  }
}

@media (max-width:999px){
  .blog-header__inner {
    padding-top: 91px;
  }
  .post-item .inner-wrap {
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 25px;
    min-height: 621px;
  }
  .blog-header {
    padding-bottom: 25px;
  }

}

.hs-blog-listing .header-outer {
  box-shadow: none !important;
}

@media only screen and (max-width: 690px){
  .blog-header__inner h1{
    font-size: 45.5px !important;
    line-height: 52px;
  }
  .hs-blog-listing .blog-index .post-item {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 25px;
    margin-left: 0!important;
    position: relative!important;
    top: auto!important;
    display: block;
  }
  .hs-blog-listing .content-wrapper {
    max-width: 320px;
  }

  .article-content-wrap .post-header h2 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .topic-header h1 {
    font-size: 45.5px !important;
    line-height: 52px !important;
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .hs-blog-listing .content-wrapper {
    max-width: 420px;
  }
  .hs-blog-post .content-wrapper {
    max-width: 420px;
  }
}


@media only screen and (max-width: 690px){
  .hs-blog-post .post-heading-title .post-blog-title h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .post-heading-title .post-blog-title span.meta-category {
    padding: 0;
    display: inline-block;
    padding-left: 10px;
    color: #888;
    top: 0;
    position: relative;
    text-transform: none;
    font-family: Roboto Condensed;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
  }

  .post-heading-title .post-blog-title span.meta-category .topic-link {
    margin: 0;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    border: 2px solid #000;
    padding: 4px 8px;
    margin: 5px 6px 0px 5px;
    display: inline-block;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
  }
  .post-heading-title .post-blog-title span.meta-category .topic-link:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    transform: translateY(-3px)!important;
    border-color: transparent;
    color: #fff;
    background-color: #fb6627 !important;
  }

  .post-heading-title .post-blog-title span.meta-category .topic-link::before {
    content: none;
  }
  .hs-blog-post .content-wrapper {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.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 {

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

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .hs-blog-post .blog-post .content-inner p img {
    display: block;
    float: none !important;
    margin: 0 !important;
    width: 100%!IMPORTANT;
  }

}

@media(max-width: 360px){
  .hs-blog-listing .content-wrapper {
    padding: 0 10px;
  }
  .topic-header h1 {
    font-size: 44.5px !important;
    line-height: 52px !important;
  }
}


/* Custom Overrides MS-DT */

.feat-image {
  width: 100%; 
  margin-bottom: 50px;
}


.post-content img{
max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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: 3rem 20px;
}
.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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}