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

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  body .dnd-section > .row-fluid,
  body .page-center,
  body .footer__container,
  body .header__container {
    width: 100%;;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://6748547.fs1.hubspotusercontent-na1.net/hubfs/6748547/GuideOne_April2020/Fonts/GLYPHICONSHalflings-Regular.eot") format("embedded-opentype"), 
    url("https://6748547.fs1.hubspotusercontent-na1.net/hubfs/6748547/GuideOne_April2020/Fonts/GLYPHICONSHalflings-Regular.woff2") format("woff2"), 
    url("https://6748547.fs1.hubspotusercontent-na1.net/hubfs/6748547/GuideOne_April2020/Fonts/GLYPHICONSHalflings-Regular.woff") format("woff"), 
    url("https://6748547.fs1.hubspotusercontent-na1.net/hubfs/6748547/GuideOne_April2020/Fonts/GLYPHICONSHalflings-Regular.ttf") format("truetype"), 
    url("https://6748547.fs1.hubspotusercontent-na1.net/hubfs/6748547/GuideOne_April2020/Fonts/GLYPHICONSHalflings-Regular.svg") format("svg");
}


html {
  font-size: 10px;
}

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

p {
  margin: 0 0 11px;
  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: 0;
  margin-bottom: 11px;
  padding-left: 1.5em;
}

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

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
}


/* 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: 500px;
  padding: 20px;
}

h3.form-title {
  padding: 0 20px;
}

.hs-button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857143;
  font-size: 16px;
  text-decoration: none;
}

.hs-button:hover { 
  text-decoration: none;
}

.hs-button:focus {
  background-color: #0089a3;
  border-color: #004957;
  text-decoration: none;
}


.hs-form label {
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.42857143;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  margin-bottom: 15px;
  color: #ff0000;
}

.hs-input,
input[type="password"]{
  display: block;
  width: 100%;
  height: auto !important;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #2d2a26;
  background-color: #fff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.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;
}


::-webkit-input-placeholder {
  color: #d2d2d3;
  opacity: 1;
} /* Webkit Browsers */

:-moz-placeholder {
  color: #d2d2d3;
  opacity: 1;
} /* Firefox 18- */

::-moz-placeholder {
  color: #d2d2d3;
  opacity: 1;
} /* Firefox 19+ */

:-ms-input-placeholder {
  color: #d2d2d3;
  opacity: 1;
} /* IE10 */


.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(27,81,111,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(27,81,111,0.6);
}

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

.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: 15px;
}

.hs-search-module .hs-button {
  margin-top: 15px;
}

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

.hs-form-required {
  color: red;
  margin-left: 3px;
} 

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



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

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

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

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.custom-menu-primary {
  width: auto;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-top: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.625;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  padding: 0 15px;
}

.login_btn_wrapper {
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
  margin-top: 0;
  border-top: 2px solid #00b4d6;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  line-height: 1.625;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  white-space: normal;
  line-height: normal;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 17px;
  padding-right: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child:before {
  content: "";
  position: absolute;
  top: -13px;
  width: 0;
  left: 20%;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #00b4d6 transparent;
}

.mobile-trigger-wrapper {
  display: none;
}


@media (min-width: 1041px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    padding-top: 20px;
    min-width: 213px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a:after {
    content: "";
    position: absolute;
    font-size: initial;
    color: #fcb538;
    transition: transform .3s ease-in-out;
    background-image: url(https://www.guideone.com/themes/custom/guideone_new_day/images/new_arrow.png);
    margin-top: 0;
    width: 37px;
    height: 33px;
    vertical-align: top;
    line-height: normal;
    z-index: 9999;
    display: block;
    top: 0;
    background-position: 8px 34px;
    right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    right: -213px;
    width: 213px;
    top: -2px;
    left: auto !important;
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }

}

@media (max-width: 1040px) {
  .header-wrapper .header_nav_wrapper {
    text-align: left;
    position: fixed;
    top: 0;
    left: -320px;
    bottom: 0;
    background-color: #fff;
    width: 300px;
    z-index: 500;
    overflow-y: scroll;
    padding: 0;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    margin-top: 0;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
  }

  .mobile-open .header-wrapper .header_nav_wrapper {
    left: 0;
  }

  .mobile-trigger-wrapper {
    padding-right: 15px;
    display: inline-block;
    margin-top: 0;
    width: 50%;
    position: absolute;
    right: 0;
    padding-left: 15px;
  }

  .header__container {
    position: relative;
  }

  button.mobile-trigger {
    display: inline-block;
    height: 36px;
    background-color: #1b516f;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    padding: 6px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
    border: 1px solid transparent;
    border-color: #1b516f;
    text-transform: uppercase;
    border-width: 2px;
    float: right;
    cursor: pointer;
  }

  button.mobile-trigger > .icon {
    font-size: 20px;
    line-height: 1;
    display: block;
    font-weight: 300;
  }

  .mobile-trigger-wrapper {
    display: block;
  }

  button.mobile-trigger:hover {
    border-color: #0f2d3e;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .header-mobile-logo > a {
    display: block;
    text-indent: -9999px;
    background-position: left 10px center;
    background-size: 80%;
    background-repeat: no-repeat;
    min-height: 80px;
  }

  .header_search_wrapper {
    padding: 10px !important;
    margin: 0 !important;
  }

  .form--inline.clearfix .form-group {
    width: 82%;
  }

  .form-btn-actions {
    width: 18%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  .header_search_wrapper .form-btn-actions button.btn-primary,
  .header_search_wrapper .form-btn-actions button.btn-primary:hover {
    height: 36px;
    background-color: #444;
    border-color: #444;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  span.glyphicon-search {
    margin-left: -.25em;
    margin-right: .25em;
  }

  body .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: none;
  }

  .login_btn_wrapper {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 12px 40px 12px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
  }

  .header_menu_wrapper {
    width: 100%;
  }

  .custom-menu-primary {
    width: 100%;
  }

  span.child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    bottom: 0;
    height: 51px;
    overflow: hidden;
    cursor: pointer;
  }

  span.child-trigger:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: initial;
    color: #fcb538;
    transition: transform .3s ease-in-out;
    width: 37px;
    height: 37px;
    vertical-align: top;
    background-position: 0 24px;
    line-height: normal;
    background-image: url(https://www.guideone.com/themes/custom/guideone_new_day/images/new_arrow.png);
    margin-top: 19px;
    overflow: hidden;
    content: "";
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #f2f4f3 !important;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
    border-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child:before {
    display: none;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul a {
    padding-left: 30px;
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    padding: 12px 15px;
    padding-right: 30px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul span.child-trigger:before {
    margin-top: 17px;
    left: -3px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li>a:hover {
    background-color: transparent!important;
    color: rgba(26,41,53,1.0)!important;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    background: #efefef !important;
    border-top: 2px solid #00b4d6;
  }

  span.child-trigger.child-open:before {
    background-position: 0 -11px;
    height: 30px;
    vertical-align: top;
    width: 36px;
    margin-top: 24px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul span.child-trigger.child-open:before {
    background-position: 4px 0;
    margin-top: 10px;
    left: -8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a {
    color: #00b4d6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(1) > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(2) > ul > li:last-child > a {
    background: #22506e !important;
    text-align: center;
    color: #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(2) > ul > li:first-child > a {
    color: #00b4d6 !important;
  }


}
/* ******************************************************************************
*********************************************************************************
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__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 8.33333333%;
}

header.header {
  min-height: 158px;
  padding-bottom: 150px
}

.header-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.header-wrapper-section {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 12px 0 0;
  padding-bottom: 50px;
  padding-top: 50px;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.15);
  box-shadow: 0 2px 2px rgba(0,0,0,.15);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

.header_logo_wrapper {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  margin-right: auto;
  line-height: 0;
  z-index: 99;
}

.header_logo img {
  max-width: 300px;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header_logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-wrapper > .row {
  margin-right: -15px;
  margin-left: -15px;
  line-height: 0;
}

.header_nav_wrapper {
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header_search_wrapper {
  margin-bottom: 22px;
  text-align: right;
  padding-left: 15px;
  position: relative;
}

.header_search_wrapper form {
  max-width: 100%;
  padding: 0;
}

.form--inline.clearfix > div {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  vertical-align: bottom;
  float: left;
}

.form-btn-actions button.btn-primary {
  border-style: solid;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-transform: uppercase;
  border-width: 2px;
  font-size: 16px;
  line-height: 1.42857143;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

span.glyphicon-search {
  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;
}

span.glyphicon-search:before {
  content: "\e003";
}

.form--inline.clearfix {
  float: right;
}

.header_search_wrapper form:after,.header_search_wrapper form:before {
  content: "";
  display: block;
  clear: both;
}



.login_btn_wrapper {
  float: right;
}

.login_btn_wrapper > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fcb538;
  color: #fff;
  min-width: 127px;
  padding: 14px 0;
  padding-left: 47px;
  line-height: 22px;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}

.login_btn_wrapper > a > span {
  display: inline-block;
  text-align: center;
  width: 47px;
  border-right: 1px solid #efa72a;
  margin-right: 16px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 46px;
}

.login_btn_wrapper > a > span img {
  vertical-align: middle;
}

.login_btn_wrapper > a:hover {
  background-color: #efa72a;
  color: #fff;
}

.login_btn_wrapper > a:hover > span {
  border-right-color: #de971c;
}

.header_menu_wrapper {
  float: right;
  padding-bottom: 23px;
}

.lp-section {
  display: none !important;
}


@media (max-width: 1580px) {
  .header__container {
    display: inline-block;
    align-items: inherit;
    justify-content: inherit;
    width: 100%;
  }

  .header_nav_wrapper {
    padding-right: 0;
    display: inline-block;
    margin-top: -52px;
    width: 100%;
  }

  header.header {
    min-height: 164px;
  }

}


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

  header.header {
    min-height: 169px;
  }

}

@media (max-width: 1040px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .header_logo img {
    max-width: 200px;
  }

  header.header {
    min-height: 66px;
  }

}

@media (max-width: 991px) {
  .header__container {
    margin-left: 0;
  }
}

@media (max-width: 388px) {
  .header-wrapper .header_nav_wrapper {
    width: 237px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.footer__copyright {
  font-size: 15px;
  margin-top: 0px;
  width: 100%;
  margin: 0;
  height: 53px;
  line-height: 53px;
  position: fixed;
  bottom: 0;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.copyright_left {
  width: 50%;
  padding-left: 8.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

.copyright_right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  float: left;
}

.social_media_footer {
  width: 33.33333333%;
  margin-left: 8.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66666667%;
  margin-left: 8.33333333%;
}

.subscribe_to_our_blog {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 16.66666667%;
  float: left;
  text-align: right;
}

.footer_top_section:before,.footer_top_section:after {
  content: "";
  display: block;
  clear: both;
}

.footer-menu-wrapper .hs-menu-wrapper > ul li {
  margin: 0 auto 13px;
  line-height: 1;
}

.footer-menu-wrapper .hs-menu-wrapper > ul li a {
  font-size: 15px;
  display: inline-block;
}

.social_media_footer ul {
  margin: 0 0 29px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.social_media_footer ul li {
  line-height: 1.625;
  display: inline-block;
  margin-right: 3px;
  vertical-align: baseline;
}

.social_media_footer ul li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}


.social_media_footer h6 {
  color: inherit;
  line-height: normal;
  font-size: 15px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Open Sans',arial,verdana,sans-serif;
}

.social_media_footer p {
  margin: 0;
  margin-bottom: 30px;
  line-height: normal;
}

.social_media_footer p a:hover {
  transition: all ease-in-out .6s;
  opacity: 80%;
}

.social_media_footer p a {
  color: #00b4d6;
}

.subscribe_to_our_blog h4 {
  font-size: 18px;
  color: inherit;
  font-family: 'Open Sans',arial,verdana,sans-serif;
  margin: 0;
  margin-bottom: 30px;
  line-height: normal;
}

.subscribe_to_our_blog p {
  margin: 0;
}

.subscribe_to_our_blog p a.btn-secondary {
  padding: 13px 26px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 1.42857143;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  transition: all ease-in-out .6s;
}


.top-bg-border {
  height: 100px;
  background-position: center bottom;
  background-size: 1801px 45px;
  background-repeat: repeat-x;
  position: relative;
}

.lp-footer .footer__copyright {
  position: relative;
  margin: 0px;
}

footer.footer.lp-footer {
  padding: 0;
}

.social_media_footer ul li a:hover {
  transition: all ease-in-out .6s;
  opacity: 80%;
}

.footer-menu-wrapper .hs-menu-wrapper>ul li a:hover {
  text-decoration: underline;
}



@media (max-width: 1366px) {
  .footer__copyright {
    height: auto;
    line-height: normal;
    position: absolute; 
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


@media (max-width: 1040px) {
  .footer__copyright {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    height: auto;
    line-height: normal;
    margin-top: 40px;
    padding: 0px 0;
    text-align: left;
  }

  .footer {
    padding-bottom: 0;
    line-height: 0;
  }

  .copyright_left {
    padding-left: 15px;
    margin-bottom: 10px;
    width: 100%;
  }

  .copyright_right {
    padding-left: 15px;
    margin-bottom: 0;
    width: 100%;
  }

  .copyright-content:before,.copyright-content:after {
    content: "";
    display: block;
    clear: both;
  }

  .copyright-content {
    padding-left: 8.33333333%;
  }

  .footer_top_section {
    line-height: 1.42857143;
  }

  .social_media_footer {
    width: 40%;
  }

  .footer-menu-wrapper {
    width: 25%;
    margin-left: 0;
  }

  .subscribe_to_our_blog {
    width: 25%;
    margin-left: 0;
  }

  .social_media_footer ul {
    margin: 0 0 30px 0;
  }

}


@media (max-width: 992px) {
  .social_media_footer {
    margin-bottom: 20px;
    text-align: center;
  }

  .subscribe_to_our_blog {
    text-align: center;
  }
  
  .social_media_footer {
    margin-left: 0;
  }

}


@media (max-width: 768px) { 
  .social_media_footer {
    margin-left: 0;
  }

  .copyright-content {
    padding: 15px;
  }

  .footer_top_section > div {
    width: 100%;
    text-align: center;
  }

  .subscribe_to_our_blog p a.btn-secondary {
    margin: 0;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

}

@media (max-width: 480px) {
  .copyright-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 0;
    max-width: 284px;
    margin: 0 auto;
  }

  .copyright_left {
    text-align: center;
    margin-top: 36px;
  }

  .copyright_right {
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.blog-index {
  width: 50%;
  margin-left: 8.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  margin: 22px 0;
  float: left;
  font-size: 14px;
}

.blog-sidebar > div {
  margin: 0 auto 40px;
}

.blog-sidebar h3 {
  border-bottom: 1px solid #00B4D6;
  padding: 0 0 10px;
  line-height: 1.2;
  color: #1b516f;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 400;
  font-family: 'Raleway',Georgia,"Times New Roman",Times,serif;
  font-size: 16px;
}

.blog-sidebar ul {
  margin-top: 0;
  margin-bottom: 11px;
  padding-left: 1.5em;
}

.blog-sidebar ul li {
  line-height: 1.625;
}

.blog-sidebar ul li a span {
  display: none;
}

.blog-sidebar ul li a {
  display: inline-block;
  line-height: 1.625;
  font-size: 14px;
}

.post-item-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
}

.post-item-wrapper:after,.post-item-wrapper:before {
  content: " ";
  display: table;
  width: 0;
}

.post-item {
  width: 46%;
  display: inline-block;
  margin: 2%;
}

.post-inner {
  background-color: #fff;
  padding: 0;
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 1px;
  float: left;
}

.post-description {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.1);
  height: 100%;
  position: relative;
}

h2.post-title {
  margin: 20px 20px 10px 20px;
  position: relative;
  display: block;
  font-family: 'Open Sans',arial,verdana,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #1b516f;
  font-weight: 400;
}

h2.post-title a {
  color: inherit;
  text-decoration: none;
}

.post-bdy-content.clearfix {
  display: block;
  margin: 20px;
  font-family: 'Open Sans',arial,verdana,sans-serif;
  color: #545759;
  font-weight: 400;
  line-height: 1.1;
  font-size: 15px;
}

.read-more {
  position: relative;
  z-index: 1;
  display: block;
  margin: 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.42857143;
}

.read-more a {
  text-decoration: underline;
  color: rgba(0,180,214,1.0);
}

.read-more a:after {
  content: "\00A\0BB";
}

a.cm-post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 10;
}

.cm-breadcrumb-wrapper {
  background-color: #f2f4f3;
}

.cm-breadcrumb {
  width: 60%;
  top: 5px;
  padding-left: 15px;
  margin-left: 8.33333333%;
}

.cm-breadcrumb > .row {
  margin-right: -15px;
  margin-left: -15px;
}

.breadcrumb-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.breadcrumb { 
  font-weight: 600;
  color: #545759;
  padding: 24px 0 28px 0;
  font-size: 15px;
  font-family: 'Open Sans',arial,verdana,sans-serif;
  line-height: 1.42857143;
}

.breadcrumb a {
  font-family: 'Open Sans',arial,verdana,sans-serif;
  color: #545759;
  font-weight: 300;
  font-size: 16px;
}

.blog-title {
  padding: 22px 0 40px;
}

.blog-title h1 {
  font-size: 40px;
  line-height: 1.33;
  font-weight: 600;
  text-transform: uppercase;
  color: #00b4d6;
  margin-top: 0;
  margin-bottom: 11px;
}

.blog-pagination .load-more {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-decoration: none;
}

.blog-pagination {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.post-breadcrumb .breadcrumb {
  padding: 23px 0 24px 0;
}

.cm-breadcrumb-wrapper.post-breadcrumb {
  background: #f5f5f5;
}

.hs-blog-post .content-wrapper {
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

h1.post-title {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 40px;
  line-height: 1.33;
  font-weight: 600;
  text-transform: uppercase;
}

time.post-date {
  display: block;
  border-top: 1px solid #f2f4f3;
  border-bottom: 1px solid #f2f4f3;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 41px;
  line-height: 1.42857143;
}

.post-page-content {
  padding-left: 100px;
  margin: 0 auto;
}

.post-page-content-wrapper {
  position: relative;
}

.blog-post__body {
  font-size: 16px;
  line-height: 1.625;
  font-family: Calibri, sans-serif;
}

.blog-post__body * {
  font-family: Calibri, sans-serif;
}

.blog-post__body {
  padding-top: 12px;
  min-height: 160px;
}

.blog-post__tags {
  margin: 20px auto;
  font-weight: 700;
  line-height: 1.42857143;
}

.blog-post__tags a {
  font-weight: 400;
  font-size: 15px;
}

.blog_author_section {
  margin: 40px auto 0;
  padding: 20px;
  background-color: #f2f4f3;
}

.blog_author_image {
  max-width: 250px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog_author_image img {
  width: 100%;
}

.blog_author_section:before,.blog_author_section:after {
  content: "";
  display: block;
  clear: both;
}

.section.post-footer form {
  margin-top: 40px;
  padding: 20px 0;
  max-width: 100%;
}

.blog_author_content {
  display: block;
  border-top: 1px solid #f2f4f3;
  border-bottom: 1px solid #f2f4f3;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
}

.blog_author_content > h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1b516f;
  font-weight: 400;
  font-family: 'Raleway',Georgia,"Times New Roman",Times,serif;
}

.blog_author_content > h2 a {
  font-family: 'Raleway',Georgia,"Times New Roman",Times,serif;
}

.blog_author_content p {
  font-size: 11pt;
  font-family: 'Calibri',sans-serif;
  color: black;
  line-height: 1.42857143;
}

.blog_content p {
  font-family: Calibri, sans-serif;
  color: #000000;
}

.cm_blog_author_image {
  max-width: 250px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 166px;
  overflow: hidden;
}

.cm_blog_author_image img {
  width: 100%;
}

.cm_blog_content {
  overflow: hidden;
}

.cm_blog_author_section {
  margin: 44px 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 83.33333333%;
  margin-left: 8.33333333%;
}

.cm_blog_content > h2 {
  font-family: Raleway, Georgia, "Times New Roman", Times, serif;
}

.cm_blog_author_section:before,.cm_blog_author_section:after {
  content: "";
  display: block;
  clear: both;
}

.share-tools {
  position: -webkit-sticky;
  position: sticky;
  top: 178px;
  float: left;
  margin-top: 11px;
  padding-bottom: 37px;
}

.share-tools > span {
  margin: 0 auto 10px;
  font-size: 17px;
  line-height: 1.25;
  font-family: 'Open Sans',arial,verdana,sans-serif;
  font-weight: 600;
  color: #007db4;
  display: block;
  background-color: #fff;
}

.faceboob-share {
  background-color: #4267B2;
}

.twiter-share {
  background-color: #55acee;
}

.linkedin-share {
  background-color: #0077b5;
}

.sharethis-inline-share-buttons > div {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  width: 36px;
  margin: 0 5.563px;
}

.sharethis-inline-share-buttons a {
  display: block;
  cursor: pointer;
}

.sharethis-inline-share-buttons img {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

@media (max-width: 1040px) {
  .cm-breadcrumb-wrapper {
    display: none;
  }
}

@media (max-width: 991px) { 
  .cm-breadcrumb-wrapper {
    display: none;
  }

  .blog-index {
    width: 100%;
    margin-left: 0;
  }

  .blog-title {
    padding: 21px 0 40px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .hs-blog-post .content-wrapper {
    margin-left: 0;
    max-width: 100%;
  }

  .cm_blog_author_section {
    width: 100%;
    margin-left: 0;
    margin: 50px 0;
  }

}


@media (max-width: 768px) {
  .post-item {
    width: 100%;
    margin: 2% 0;
  }
}

@media (max-width: 580px) {
  .blog-title h1 {
    font-size: 30px;
  }

  h1.post-title {
    font-size: 30px;
  }

  .blog_author_image {
    float: none;
  }

  .cm_blog_author_image {
    float: none;
  }

  .cm_blog_author_section {
    margin-bottom: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.content-wrapper {
  margin: 0 auto;
  padding-left:  15px;
  padding-right: 15px
}

.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;
}

form#email-prefs-form {
  padding: 20px 0;
}

input.email-edit.hs-input {
  width: 100% !important;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}

input[type="password"] {
  margin-bottom: 15px;
}
form#email-prefs-form {
    max-width: 767px;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100% !important;
  }
}