/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .dnd-section > .row-fluid {
    max-width: 970px !important;
  }
}
@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 750px !important;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
  .dnd-module {
    margin-bottom: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FontAwesome";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/fontawesome-webfont.woff") format("woff"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/glyphicons-halflings-regular.woff") format("woff"), 
    url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/glyphicons-halflings-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/Source_Sans_Pro-normal-400.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/Source_Sans_Pro-italic-400.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/Source_Sans_Pro-normal-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: "Crimson Text";
  src: url("https://7290859.fs1.hubspotusercontent-na1.net/hubfs/7290859/OCP_July2020/fonts/Crimson_Text-italic-400.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-10FFFF;
}

html {
  font-size: 10px;
  font-family: sans-serif;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: ease-in .2s;
  transition: ease-in .2s;
}
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.1;
  text-transform: uppercase;
  font-style: italic;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.1;
  font-style: italic;
}

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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;
  max-width: 500px;
}
h3.form-title {
  font-family: "Crimson Text","Times New Roman";
  font-style: italic;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}
.hs-button, 
.blog-comments .hs-button.primary{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-family:"Source Sans Pro";
  font-size:14px;
  font-weight:400;
  letter-spacing:normal;
  line-height:20px
}

.hs-button:hover, .hs-button:focus, 
.blog-comments .hs-button.primary:hover, 
.blog-comments .hs-button.primary:focus{
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active, 
.blog-comments .hs-button.primary:active{
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  line-height: 22.85px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Tahoma;
  font-size:14.3px;
}

.hs-error-msgs label {
  color: #DF0000 !important;
  background-color: #FFDFDF !important;
  line-height: 22.85px !important;
  margin-bottom: 5px !important;
  font-family: Tahoma !important;
  font-weight: bold !important;
  font-size: 14.3px !important;
  padding: 5px !important;
  margin-top: 5px !important;
  display: block !important;
}
.hs-membership-global-error.hs-error-msg {
  display: none !important;
}
.hs-input, 
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing:normal;
  line-height:normal;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 5px;
  font-family:Tahoma;
  font-size:12.35px;
  font-weight:400;
}
.hs-input:focus {
  outline: -webkit-focus-ring-color auto 2px !important;
}
#hs-search-module .hs-button.primary {
  margin-top: 18px;
}
.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 {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #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;
}
#hs_cos_wrapper_backup_unsubscribe .email-edit.hs-input {
  width: 100% !important;
  font-size: 12.35px !important;
  padding: 2px 5px !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
#hs_cos_wrapper_subscription_preferences form {
  max-width: 100%;
}
@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 {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header_height {
  min-height: 120px;
}
.header_height.lp_header {
  min-height: 72px;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.lp_header .header_bottom {
  top: 0;
}
.body-wrapper {
  overflow: hidden;
}
.header_top {
  padding: 0 3rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header_row {
  margin-right: -15px;
  margin-left: -15px;
}
.header_top_nav {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.33%;
  margin-left: 8.33%;
  text-align: right;
}
.header_top_nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: .5em .5em .25em .5em;
  position: relative;
}
.header_top_nav .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  line-height: 2em;
}   
.header_top_nav .hs-menu-wrapper>ul>li>ul {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-globe:before {
  content: "\e135";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_top_nav .hs-menu-wrapper>ul>li>ul {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  display: none;
  background: #fff;
}
.active .header_top_nav .hs-menu-wrapper>ul>li>ul{
  display:block;
}
.fa.fa-shopping-cart {
  margin-right: 3px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform .3s ease-out;
}
.glyphicon.glyphicon-globe {
  margin-right: 3px;
  margin-top: 2px;
  font-size: 0.9em;
}
.header_top_nav .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
}
.header_top_nav .hs-menu-wrapper>ul>li.hs-item-has-children {
  border-bottom: 4px solid #061f5c;
}
.active .header_top_nav .hs-menu-wrapper>ul>li.hs-item-has-children {
  border-bottom: 4px solid #fff;
}
.header_top_nav .hs-menu-wrapper>ul>li>ul>Li>a:hover {
  text-decoration: none;
  background-repeat: repeat-x;
  color: #262626;
}
.active .header_top_nav .hs-menu-wrapper>ul>li>a>.caret {
  transform: rotate(180deg);
}
.header_bottom {
  position: fixed;
  top: 3em;
  left: 0;
  width: 100vw;
  z-index: 601;
  box-shadow: 0 -2px 10px 0 rgba(0,0,0,.3);
}
.header_bottom_row {
  margin-right: -15px;
  margin-left: -15px;
  vertical-align: bottom;
}
.header_logo_menu {
  text-align: left;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.66%;
  margin-left: 8.33%;
}
.header__logo a {
  display: inline-block;
  white-space: initial;
  margin: 6px;
  height: 60px;
}
.header__logo img {
  height: auto;
  max-width: 55px;
}
.header_bottom .header__container {
  max-width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}
.header__logo {
  float: left;
}
.custom-menu-primary {
  vertical-align: bottom;
  margin-top: 1em;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  float: left;
  position: relative;
  top: 18px;
  left: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  line-height: 1.42857143;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  position: relative;
  padding: .35em 0;
  border-bottom: .3em solid transparent;
  display: inline-block;
  margin: 0 1.25rem;
  float: left;
  margin-right: calc(1.25rem + 4px)
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  -webkit-transition: ease-in .2s;
  transition: ease-in .2s;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}
.header_form {
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 15px;
  float: left;
  width: 41.66%;
}
.header_form .main-nav-shim {
  display: none;
}
.search-bar-container {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  white-space: initial;
  margin-top: 25px;
}
form#nav-search {
  max-width: 100%;
}
.search-bar-container .form-group {
  margin-bottom: 7.5px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#nav-search input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  display: table-cell;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: none;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family:"Source Sans Pro";
}
#nav-search input:focus {
  outline: none !important;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
  display: table-cell;
}
#nav-search .input-group-btn>.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid;
  text-shadow: 0 1px 0 #fff;
  background-repeat: repeat-x;
  font-family: "Source Sans Pro";
  position: relative;
  margin-left: -1px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background: 0;
  box-shadow: none;
  border-left: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#nav-search .input-group-btn>.btn:hover {
  text-decoration: none;
}
.fa-search:before {
  content: "\f002";
}
.btn .caret {
  margin-left: 0;
}

#nav-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  right: auto;
  left: 0;
  color: #000;
  background: #fff;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover {
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .caret {
  margin-left: 5px;
  transition: transform .3s ease-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.clicked .caret {
  transform: rotate(-180deg);
}
.open_fil #nav-search .dropdown-menu {
  display: block;
}
#nav-search .dropdown-menu .drop.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
}
.banner-wrapper {
  margin-top: 26px;
  max-height: 219px;
  position: relative;
}
.banner-section img {
  width: 100%;
  box-shadow: 0 4px 5px #404040;
}
.banner-section {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.banner_title {
  padding: 0 2em 0 1.2em;
  background-color: rgba(0,0,0,.7);
  border-right: solid #fff .2em;
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner_title h1 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-style: normal;
  font-family: "Source Sans Pro";
}
::-webkit-input-placeholder { /* Edge */
  color: #999;
  opacity: 1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1 !important;
}

::placeholder {
  color: #999;
  opacity: 1 !important;
}
.btn.btn-default.toggle_fil.dropdown-toggle.hidden-sm.hidden-xs {
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
button.btn.btn-default {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}








@media (min-width: 768px) {
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    display: none !important;
    float: left;
    min-width: 160px;
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    max-width: 100vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 2px;
    margin-top: 5px;
    min-height: 10em;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul{
    min-width: 540px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 180px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    width: 31%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin-right: 0;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: none !important
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.clicked>ul {
    display: block !important
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 1.2em;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 1.2em;
    color: #061f5c;
    font-weight: 700;
    margin: 10px 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
    margin: 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 1.2em;
    word-wrap: normal;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    background-color: transparent;
    font-size: 1.2em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    position: relative;
    top: 1px;
  }
}

@media (max-width: 1199px) {
  #nav-search .dropdown-menu {
    left: auto;
    right: 0;
  }
}


@media (max-width: 1170px) { 
  .header_logo_menu {
    width: auto;
  }
  .header_logo_menu {
    width: 44%;
    margin-left: 8.33%;
  }
  .header_form {
    width: 41.67%;
  }
  .header_bottom {
    width: 100%;
  }
  .search-bar-container {
    max-width: 456px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 2px;
  }
}
@media (max-width: 1024px) { 
.custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 15px;
}
}


@media (max-width: 991px) {  
  .header_logo_menu, .header_form {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: 8px;
  }
  .header_top_nav {
    width: 100%;
    margin-left: 0;
  }
  .header_height {
    min-height: 192px;
  }
  .header_logo_menu {
    width: 100%;
    margin-left: 0%;
  }
  .header_form {
    width: 100%;
  }
  .header_logo_menu {
    margin-left: 0%;
  }
  .search-bar-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
}


@media (max-width: 767px) { 
  .header_top_nav {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .header_top {
    padding: 0 10px;
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: auto;
    width: 45px;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    left: auto;
    margin: 0 auto;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000; /* Icon color */
  }

  /* ===== 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* 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);
  }
  .child-trigger i {
    opacity: 0;
  }
  .header_logo_menu {
    padding-left: 0;
  }
  .header_bottom_row {
    margin-right: 0;
    margin-left: 0;
  }
  .header__logo {
    float: left;
    width: 100%;
    text-align: center;
  }
  .trigger_mobile.visible-phone {
    position: relative;
    float: left;
    width: 100%;
    min-height: 55px;
    text-align: center;
  }
  .custom-menu-primary {
    margin-top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    left: 0;
    float: left;
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 !important;
    width: 100% !important;
    float: left;
    font-size: 16px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li, 
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    line-height: 45px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 1.2em;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 1.2em;
    color: #061f5c;
    font-weight: 700;
    margin: 0;
    display: block;
    padding: 12px 0;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 1.2em;
    word-wrap: normal;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    background-color: transparent;
    font-size: 1.2em;
    padding-left: 20px;
  }
  .header_height {
    min-height: 247px;
  }
  .banner-section:after {
    content: "";
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: solid 3px rgba(224,138,26,.95);
    border-right: solid 0;
    left: 0;
  }
  .banner_title {
    text-align: center;
    width: 100%;
    background: transparent;
    z-index: 99;
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .caret {
    margin-left: 5px;
    transition: transform .3s ease-out;
    float: right;
    position: relative;
    top: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li .caret {
    top: 10px;
  }
  .header_top {
    z-index: 999999;
  }
  .header_top, .header_bottom {
    position: relative;
    float: left;
    width: 100%;
    top: 0;
  }
  .banner-wrapper {
    margin-top: 20px;
    clear: both;
  }
  .search-bar-container {
    max-width: 100%;
  }
}


@media (max-width: 479px) { 
  .header_top_nav .hs-menu-wrapper>ul>li {
    padding-left: 5px;
    padding-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__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer_form_wrapper {
  border-bottom: 1px solid #b5b5b4;
  margin-bottom: .7rem;
  padding-bottom: 1rem;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_form_wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.form_upper_text {
  text-align: center;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
} 
.form_upper_text p {
  margin: 0 0 10px;
  margin-bottom: 3px;
}
.footer_news_form h3.form-title {
  display: none;
}
.footer_news_form form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.footer_news_form form>div.hs-form-field {
  width: 35%;
}
.footer_news_form form>div {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.footer_news_form .hs-form-field>label {
  display: none;
}
.footer_news_form form>div.hs-form-field input[type=email] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%;
  vertical-align: middle;
  font-family: "Source Sans Pro";
  letter-spacing: normal;
}
.footer_news_form form>div.hs-form-field input[type=email]:focus {
  outline: none !important;   
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.footer_news_form form>div.hs-form-field input::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}

.footer_news_form form>div.hs-form-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

.footer_news_form form>div.hs-form-field input::placeholder {
  color: #aaa;
}
.footer_news_form form>div.hs_submit.hs-submit {
  width: 15%;
  margin-left: 3px;
}
.footer_news_form form>div input.hs-button.primary.large {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  background-repeat: repeat-x;
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  margin: 0;
  transition: none !important;
}
.footer_news_form form>div input.hs-button.primary.large:focus {
  outline: none !important;
}
.footer_main {
  padding-top: 25px;
  box-shadow: 0 5px 8px rgba(0,0,0,.15) inset;
  font-size: .9em;
  float: left;
  line-height: 1.42857143;
  width: 100%;
  padding-bottom: 24px;
}
.footer_row {
  margin-right: -15px;
  margin-left: -15px;
}
.footer_menu_group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}
.footer_social_icon {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
  padding-bottom: 1.2em;
} 
.footer__copyright {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
  text-align: center;
}
.footer__copyright p {
  margin: 0 0 10px;
  font-size:14.4px;
}
.footer_who_main, 
.footer_who_main p{
  font-size:12.24px;
}
.footer_menu {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_ligas_de_nteres.footer_menu {
  padding-bottom: 1.2em;
}
.footer_menu .hs-menu-wrapper ul {
  margin-bottom: 1.2em;
}
.footer_menu .hs-menu-wrapper ul li {
  position: relative;
}
.footer_menu .hs-menu-wrapper ul li a {
}
.footer_menu .hs-menu-wrapper ul li:first-child a {
  font-weight: 700;
}
.footer_social_icon p {
  margin: 0 0 10px;
}
.footer_icon {
  padding-bottom: .5em;
}
.footer-socialIcon {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 0 .2em .5em 0;
  border-radius: 5px;
  font-family: FontAwesome;
  padding: 2% 0 0 0;
  font-size: 21px;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-apple:before {
  content: "\f179";
}
.fa-spotify:before {
  content: "\f1bc";
}
.footer_address {
  padding-bottom: 7px;
}
.fa-book:before {
  content: "\f02d";
}
.footer .hs-error-msgs label {
  background: transparent !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: Source Sans Pro !important;
  position: absolute;
}
.footer .hs_error_rollup {
  display: none;
}
.x-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4ba0b2;
  background: rgba(75,160,178,.9);
  width: 50px;
  height: 50px;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1040;
  cursor: pointer;
}
.x-scroll-top:hover {
  background: #4ba0b2;
}
.x-scroll-top:hover i {
  color: #fff;
  top: 5px;
}
.x-scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.x-scroll-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fa-chevron-up:before {
  content: "\f077";
}

@media (min-width: 768px) {
.footer .hs-error-msgs label {
    font-size: 14px !important;
    margin-top: -3px !important;
}
}


@media (max-width: 1199px) {
  .footer_main {
    padding-bottom: 24px;
  }
}




@media (max-width: 767px) {
  .footer_news_form form>div.hs-form-field {
    width: 100%;
  }
  .footer_news_form form>div.hs_submit.hs-submit {
    width: 100%;
    margin-left: 0;
  }
  .footer_menu {
    width: 100%;
  }
  .footer_social_icon, 
  .footer__copyright{
    width: 50%;
    text-align: left;
  }
  .footer_main {
    padding-bottom: 0;
  }
  .footer_news_form form>div input.hs-button.primary.large, 
  .footer_news_form form>div.hs-form-field input[type=email]{
    margin: 5px 0;
  }
  .footer .hs-error-msgs label {
    position: relative;
  }
}


@media (max-width: 479px) {
  .footer_menu_group, 
  .footer_social_icon, 
  .footer__copyright{
    width: 100% !important;
  }
  .footer_news_form form>div.hs_submit.hs-submit {
    width: 100%;
    margin: 5px 0;
  }
  .footer-socialIcon {
    padding: 3px 0 0 0;
}
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-pagination {
  clear: both;
}
.blog-pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  line-height: 1.42857143;
  color: #333;
}
.blog-pagination ul li {
  display: inline;
}
.blog-pagination ul li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.blog-pagination ul li a:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.blog-pagination ul li a.active {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.blog-pagination ul li a.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.blog-pagination ul li:first-child a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-pagination ul li:last-child a {
  margin-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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-comments {
  max-width: 100%;
  margin: 25px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.hs_blog {
  padding-bottom: 60px;
  margin-top: 26px;
}
.hs_blog .row-fluid {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.blog-header {
  margin: 0px 0 10px;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-header img {
  width: 100%;
  box-shadow: 0 4px 5px #404040;
}
.blog-hero-text-div {
  min-height: 1px;
  float: left;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-hero {
  padding: 0 2em 0 1.2em;
  background-color: rgba(0,0,0,.7);
  border-right: solid #fff .2em;
  position: absolute;
  top: 0;
}
.mobile-hero h4 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.blog-text-center {
  text-align: center;
  top: 0;
  position: relative;
}
.blog_col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  margin: 4px 0 10px
}
.blog_col-md-12 ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.blog_col-md-12 ul li {
  display: inline-block;
}
.blog_col-md-12 ul li a {
  color: #0a85b2;
  line-height: 1.5em;
  font-size: 16px;
  font-family: 'Source Sans Pro';
}
.blog_col-md-12 ul li:first-child a {
  font-weight: 700;
  color: #333;
  cursor: text;
}
.blog_col-md-12 ul li:first-child a:hover {
  text-decoration: none;
}
.text-overlay a, .text-overlay a:hover {
  color: #061f5c;
  text-decoration: none;
}
.blog_col-md-12 ul li:after {
  content: ' | ';
  margin: 0 .5em;
  display: inline-block;
}
.blog_col-md-12 ul li:last-child:after {
  display: none;
}
.blog-index {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%;
  border-right: 2px solid #4ba0b2;
}
.blog-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  float: right;
}
.blog-row {
  margin-right: -15px;
  margin-left: -15px;
}
.post-item {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 47px;
}
.wrapper-overlay {
  position: relative;
  width: 100%;
  display: block;
}
.hero-text-div {
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.bg-opacity-white img {
  display: block;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 4px 5px #404040;
  height: auto;
}
.text-transform {
  line-height: 1.1;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  color: #061f5c;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: .35em;
  font-size: 19.2px;
}
.text-transform a {
  color: #fff;
  position: absolute;
  bottom: 38px;
  z-index: 11;
  padding: 0 2em 0 1.2em;
  background-color: rgba(6,31,92,.7);
  font-size: 1.5rem;
  letter-spacing: .0125em;
  font-style: italic;
  display: inline-block;
  padding-top: .5em;
  padding-bottom: .5em;
}
.text-transform a:hover {
  color: #fff;
  text-decoration: none;
}
.text-transform a:hover .custom-btn {
  color: #ccc;
  background: #888;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.text-transform a:hover .custom-btn .glyphicon.glyphicon-chevron-right {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all .5s ease;
  -webkit-transition: all 0,5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hero-text.text-dark-blue {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
} 
.text-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,.8);
  text-align: center;
  line-height: 1em;
  opacity: 0;
  z-index: 10;
  font-size: 1.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding: 3em 0 1.2em 0em;
  display: block;
  width: 100%;
  height: 219px;
}
.text-overlay-padding {
  padding-left: 8em;
}
.text-overlay:hover {
  opacity: 1;
}
.sidebar_menu ul li:not(:last-child):after {
  content: ",";
}
.sidebar_menu ul li {
  display: inline-block;
}
.custom-btn {
  padding: 8px 10px;
  display: inline-block;
  -moz-border-radius: 100px;
  border-radius: 50px;
  background: #eee;
  font-size: 12px;
  color: #404040;
  width: 30px;
  height: 30px;
  line-height: .5em;
}
.custom-btn-margin {
  margin-left: 10px;
}
.custom-btn .glyphicon.glyphicon-chevron-right {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all .5s ease;
  -webkit-transition: all 0,5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.bg-opacity-white {
  max-height: 219px;
  position: relative;
  overflow: hidden;
}
.blog_content h2 {
  line-height: 1.1;
  margin-top: 20px;
  color: #061f5c;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
  margin: 10px 0 5px; 
}
.blog_content h2 a {
  color: #0a85b2;
  font-weight: 700;
  letter-spacing: 0;
  font-style: normal;
}
.blog_content h2 a:hover {
  color: #4ba0b2;
  text-decoration: underline;
}
.date {
  margin: 0 0 10px;
  color: #888;
  margin-bottom: .25em;
}
.post_body {
  margin: 0 0 10px;
  margin-bottom: 1em;
  color: rgb(51, 51, 51);
  display: block;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 20px;
}
.more-link {
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 10px;
  color: #4ba0b2;
  border: #4ba0b2 1px solid;
  margin-bottom: 2em;
  font-size: 16px;
}
.more-link:hover {
  text-decoration: none;
  background-color: #4ba0b2;
  color: #fff;
  transition-duration: .5s;
}
.blog-sidebar h4 {
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-weight: 500;
  line-height: 1.1;
  color: rgb(51, 51, 51);
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.blog-sidebar ul li {
  margin: 0 0 10px 0;
}
.blog-sidebar ul li a {
  color: #0a85b2;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  line-height: 1.42857143;
}
.blog-sidebar ul li .small.text-muted {
  line-height: 1.42857143;
  color: #777;
  font-family: 'Source Sans Pro';
  font-size: 13.6px;
}
.blog-sidebar-recent {
  padding: 0 15px;
}
.fa-linkedin:before {
  content: "\f0e1";
}
.sidebar_toggle {
  display: none;
}
.blog-post h1 {
  font-size: 24px;
  font-weight: 700;
  color: #061f5c;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-style: normal;
  font-family: "Source Sans Pro";
  text-transform: none;
}
.date.post_date {
  color: #777;
}
.social_share a {
  font-size: 1.2em;
  color: #fff;
  background: #061f5c;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 5px 2px;
  border-radius: 5px;
  padding: 5px;
}
.social_share a:hover {
  background: rgba(33,80,130,.9);
  color: #fff;
  -webkit-transition: none;
  transition: none;
}
.mobile-share {
  display: none;
}
.breadcrumb ul {
  margin: 0;
  background-color: transparent;
  padding: 0 15px;
  margin-bottom: 35px;
  list-style: none;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  line-height: 1.42857143;
  color: #333;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  color: #0a85b2;
}
.breadcrumb ul li a:hover {
  color: #4ba0b2;
  text-decoration: underline;
}
.breadcrumb ul li+li:before {
  content: "\f105";
  padding: 0 5px;
  font-family: FontAwesome;
  color: #777;
}
h1.blog-recent-tags-title {
  margin: 30px 0 30px 0;
  font-size: 24px;
  width: 100%;
  text-align: left;
  color: #061f5c;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Source Sans Pro";
  font-style: normal;
  text-transform: none;
  padding: 0 15px;
}
.featured_image img {
  width: 100%;
}
.featured_image {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
.social_share {
  margin-bottom: 20px;
}
.featured_image.featured_image_post {
  max-height: 100%;
  overflow: visible;
  margin-bottom: 20px;
}
.comment-date, .comment-from {
  display: block !important;
}
h4.text-muted {
    color: #061f5c;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: .35em;
    font-family: "Source Sans Pro";
    font-size: 19.2px;
    line-height: 21.12px;
}




@media (max-width: 1199px) {
  .content-wrapper {
    max-width: 970px !important;
  }
  .blog_col-md-12 {
    margin: 4px 0 10px;
  }
  .bg-opacity-white {
    max-height: 181px;
  }
}


@media (max-width: 991px) {
  .content-wrapper {
    max-width: 750px !important;
  }
  .blog-index, 
  .blog-sidebar {
    width: 100%;
    border-right: 0px solid #4ba0b2;
  }
  .blog-sidebar-recent {
    padding: 0;
  }
  .blog-sidebar h4 span {
    display: none;
  }
  .sidebar_toggle {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #333;
    border: dotted 1px #aaa;
    background: #fff;
  }
  .open_sidebar .sidebar_toggle {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .sidebar_toggle:hover {
    text-decoration: none;
  }
  .sidebar_toggle:after {
    margin-left: .25em;
    font-family: 'Glyphicons Halflings';
    font-size: .7em;
    content: "\e259";
  }
  .open_sidebar .sidebar_toggle:after {
    content: "\e260";
  }
  .blog-sidebar-recent {
    border: dotted 1px #4ba0b2;
    border-radius: 5px;
    padding: 0 15px;
  }
  .blog-sidebar-recent {
    display: none;
  }
  .blog-sidebar {
    margin-bottom: 20px;
  }
  .open_sidebar .blog-sidebar-recent{
    display: block;
  }
  .mobile-share {
    display: block;
  }
  .mobile-share button {
    color: #333;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    float: right;
    top: -33px;
    position: relative;
  }
  .mobile-share button:focus {
    outline: none;
  }
  .glyphicon-share:before {
    content: "\e066";
  }
  .mobile-share ul {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1000;
    display: none;
    position: absolute;
    top: 44px;
    float: right;
    right: 15px;
    left: auto;
  }
  .mobile-share ul li {
    margin: 0;
  }
  .mobile-share ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family:"Source Sans Pro";
    font-size:14px;
  }
  .open_share .mobile-share ul {
    display: block;
  }
  .social_share {
    display: none;
}
  h4.text-muted {
    margin-bottom: 35px;
}
}

@media (max-width: 767px) {
  .content-wrapper {
    max-width: 100% !important;
  }
  .blog-hero-text-div {
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: solid 3px rgba(224,138,26,.95);
    border-right: solid 0;
  }
  .blog-hero-text-div:after {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
  }
  .mobile-hero {
    z-index: 9;
  }
.mobile-share ul {
    top: 37px;
}
}
/* ******************************************************************************
*********************************************************************************
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;
  float: left;
  width: 100%;
}
.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: 20vw;
  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 0px;
  float: left;
  width: 100%;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 60px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 18px;
  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;
}
.systems-page .hs-form-field, 
.hs-membership-loader.hs_submit.hs-submit{
  margin: 25px 0;
}