/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper,
.page-center,
.dnd-section>.row-fluid{
  padding-left: 55px;
  padding-right: 55px;
}

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

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


@media (max-width: 749px) {
  .page-center,
  .content-wrapper,
  .dnd-section>.row-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  line-height: 1.5;
}

body, input, textarea, button, select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
p {
  margin: 0 0 19.44444px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 0.6
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 17.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  text-transform: none;
  letter-spacing: 0;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h3 {
  text-transform: none;
  letter-spacing: 0;
}

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

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 {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {

}

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

form .hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  margin: 0px 0px 6px;
  display: block;
  line-height: normal
}

ul.no-list.hs-error-msgs.inputs-list li label {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #f2545b;
  display: block;
  margin: 0;
}

.hs-error-msgs label {
  color: #f2545b;
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}

.widget-type-google_search .hs-button {
  margin-top: 18px;
  margin-bottom: 18px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-family: arial,helvetica,sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
}

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

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

.hs-form label {
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  display: block;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page input[type="password"],
.hs-search-field__input,
.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
}

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


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


@media (max-width: 989px){
  input, textarea, select, button {
    font-size: 16px;
  }
}


@media (max-width: 767px){
  .hs-form-field {
    width: 100% !important;
  }
  .systems-page input[type="password"], .hs-search-field__input, .hs-input {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

body .custom-menu-primary .submenu.level-1>li>a {
  padding: 3px 10px;
  display: block;
  white-space: nowrap;
}

body .custom-menu-primary .submenu.level-1 {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 25px 0;
  display: block;
}


body .custom-menu-primary .submenu.level-2 {
  width: 200px;
  text-align: left;
  border: 1px solid #fbf0f0;
}

body .custom-menu-primary .submenu.level-2>li>a {
  padding: 5px 10px;
  display: block;
  text-transform: capitalize;
}

@media only screen and (min-width: 750px){
  .header__navigation {
    width: 50%;
  }
  .mobile-menu{
    display: none !important
  }
}

@media only screen and (max-width: 749px){
  .desktop-menu{
    display: none !important
  }
  body .custom-menu-primary .submenu.level-1 {
    margin: 0;
  }

  body .custom-menu-primary .submenu.level-1>li {
    display: block;
    width: 100%;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e8e9eb;
  }

  body .custom-menu-primary .submenu.level-2 {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border: none;
    display: none;
  }

  body .custom-menu-primary .submenu.level-2>li>a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e8e9eb;
  }

  .child-trigger:after {
    content: "+";
  }

  .child-trigger.child-open:after {
    content: "-";
  }

  .child-trigger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e8e9eb;
    line-height: 55px;
    font-size: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
img {
  max-width: 100%;
  border: 0;
}

p:last-child {
  margin-bottom: 0;
}

.body-container-wrapper {
  padding-top: 55px;
}

#two_col_equal .dnd-section>.row-fluid {
  position: relative;
  align-items: flex-start;
}

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

.twocol-row1-section .inner-page-center {
  margin-left: -30px;
}

.twocol-row1-section .page-center {
  padding: 0;
}

.twocol-row1-section .span6 + .span6 {
  padding-left: 30px;
  padding-right: 0;
}

.twocol-row1-section .span6 {
  padding-left: 30px;
  padding-right: 0;
}

.twocol-row1-section .dnd-section>.row-fluid {
  max-width: 100%;
}

.twocol-row1-section .span6 .widget-type-rich_text {
  margin-top: 30px;
}

.twocol-row1-section .span6 .widget-type-rich_text ul{
  list-style: disc outside;
  margin: 0 0 17.5px 35px;
  padding-left: 0;
  margin-left: 1.2em;
}

.twocol-row1-section .span6 .widget-type-rich_text ul li {
  padding-left: 1.5em;
  margin-bottom: 4px;
  list-style: inherit
}

.twocol-row1-section .span6 .widget-type-rich_text h2 {
  margin-bottom: 27.5px;
  margin-top: 55px;
}
#two_col_equal .widget-type-header h1 {
  margin: 0;
}
#two_col_equal .widget-type-header {
  margin: 0;
}
.twocol-row1-section .span6 .widget-type-rich_text h2:first-child  {
  margin-top: 0;
}

.twocol-row1-section .cm-button-wrapper {
  margin-right: -30px;
}

.twocol-row1-section .span6 .widget-type-rich_text p a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.faq-row1-section .widget-type-header h1 {
  margin: 0;
}

.contact-row1-section h1 {
  margin-bottom: 55px;
}


.contact-row1-section {
  text-align: center;
}

.contact-row1-section .widget-type-rich_text p a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.home-banner.banner-section {
  padding-bottom: 55px;
}

.home-row1-section .dnd-section .span3 {
  width: 25%;
  margin: 0;
  padding-left: 30px;
  margin: 0 auto 35px;
}

.widget-type-header {
  margin-bottom: 35px;
}

.home-row1-section .dnd-section .row-fluid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-row1-section .dnd-section .span3 .widget-type-rich_text h4 {
  text-align: center;
  margin: 0;
}

.home-row1-section .widget-type-linked_image img {
  display: block;
  margin: 0 auto 0;
  max-height: 250px;
  max-width: 250px !important;
  width: 100% !important;
}

.home-row1-section .dnd-section .span3:hover{
  opacity: 0.6;
}

.home-row1-section .dnd-section .span3 a:hover {
  opacity: 1;
}
.home-row5-section {
  overflow-x: hidden;
}

.home-row1-section .row-fluid {
  padding: 0;
}

.home-row1-section .widget-type-linked_image a {
  display: block;
  padding-bottom: 15px;
}

.home-row1-section .page-center-inner {
  margin-left: -30px;
  padding-bottom: 20px
}

.home-row1-section .widget-type-header {
  padding-left: 30px;
}

.home-row3-section .span6 {
  padding-left: 30px;
}

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

.home-row3-section .page-center-inner {
  margin-left: -30px;
}

.home-row3-section .widget-type-linked_image img {
  display: block;
}

.home-row3-section .widget-type-linked_image {
  margin: 0 0 19.44444px;
}

.home-row3-section .span4 {
  margin-bottom: 55px;
  padding-left: 30px;
}

.home-row3-section .span4 .widget-type-rich_text {
  text-align: center;
}


.full-bg-content .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.home-row3-section .cm-button-wrapper {
  margin: 0;
}

.home-row3-section .span6 .widget-type-rich_text {
  margin-bottom: 19.44444px;
}

.home-row3-section .span4 {
  margin-bottom: 55px;
}

.home-row5-section .row-fluid .span4 svg {
  display: block;
  margin: 6px auto 20px;
}

.home-row5-section blockquote {
  font-size: 1.10938em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px;
}

.home-row5-section cite {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.home-row5-section blockquote cite::before {
  content: '\2014 \0020';
}

.home-row5-section blockquote p {
  margin-bottom: 30px;
}

.faq-row1-section .widget-type-header {
  margin: 0;
}

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

.fullwidth-row1-section .widget-type-rich_text .hs-responsive-embed {
  min-width: 100% !important;
}

.fullwidth-row1-section p {
  margin: 0 0 19.44444px;
}

.fullwidth-row1-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth-row1-section .inner-page-center {
  padding-left: 30px;
}

.fullwidth-row1-wrap {
  margin-left: -30px;
}

.fullwidth-row1-section .widget-type-rich_text .hs-responsive-embed {
  min-width: 100% !important;
  max-height: 100% !important;
}

.fullwidth-row1-section .widget-type-linked_image {
  width: 100%;
}

.fullwidth-row1-section .widget-type-linked_image img {
  width: 100%;
  display: block;
}

.fullwidth-row1-section .hs-form fieldset {
  max-width: 100%;
}

.fullwidth-row1-section .hs-form .hs-richtext.hs-main-font-element p {
  font-family: arial,helvetica,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  margin: 14px 0;
}

.fullwidth-row1-section .hs-form .hs-richtext.hs-main-font-element h1 {
  font-family: arial, helvetica, sans-serif;
  word-break: break-word;
  line-height: 24px;
  color: #33475b;
  font-size: 28px;
  margin: 19px 0;
}

.fullwidth-row1-section .hs-form .hs-richtext.hs-main-font-element h3 {
  font-family: arial,helvetica,sans-serif;
  font-size: 16.38px;
  color: #33475b;
  line-height: 24px;
  margin-bottom: 16px;
}

.fullwidth-row1-section .hs-form .hs-richtext.hs-main-font-element h5 {
  font-family: arial, helvetica, sans-serif;
  line-height: 24px;
  color: #33475b;
  font-size: 11.63px;
  margin: 19px 0;
}

.fullwidth-row1-section .hs-form .hs-form-field textarea{
  display: block;
}

.fullwidth-row1-section .hs-form .hs-input{
  width: 90%;
}

.fullwidth-row1-section .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type .hs-input {
  width: 100%;
}

.fullwidth-row1-section .hs-form .hs_terms_and_condition {
  margin: 0 0 0 0;
  padding-bottom: 2px;
}

.fullwidth-row1-section .hs-form .inputs-list:first-child {
  padding-top: 5px;
}

.fullwidth-row1-section .grecaptcha-badge {
  margin: 8px;
}

.fullwidth-row1-section .hs-form .actions {
  margin-bottom: 0;
}

.fullwidth-row1-section .widget-type-rich_text h2 {
  margin-top: 55px;
  margin-bottom: 27.5px;
}

.fullwidth-row1-section .widget-type-rich_text h3 {
  margin-top: 55px;
  margin-bottom: 27.5px;
  font-size: 1.75em;
  text-transform: none;
  letter-spacing: 0;
}

.fullwidth-row1-section .widget-type-rich_text ul li {
  padding-left: 1.5em;
  margin-bottom: 4px;
}

.fullwidth-row1-section .widget-type-rich_text ul {
  list-style: disc outside;
  padding-left: 0;
  margin: 0 0 17.5px 35px;
  margin-left: 1.2em;
}

.fullwidth-row1-section .widget-type-rich_text a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.fullwidth-row1-section .widget-type-rich_text h4{
  margin-top: 55px;
  margin-bottom: 27.5px;
}

.fullwidth-row1-section .hs-form .inputs-list li input {
  margin-left: 5px;
  width: auto;
}

.fullwidth-row1-section .hs-form .inputs-list li input + span {
  display: inline-block;
  vertical-align: middle;
}

.fullwidth-row1-section .map {
  text-align: center;
}

.fullwidth-row1-section .hs-form  .hs-fieldtype-checkbox {
  margin-bottom: 20px;
}

.fullwidth-row1-section .hs-form h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 21px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 17px;
  line-height: 24px;
  color: #33475b;
}

table {
  width: 100%;
  margin-bottom: 27.5px;
}

.fullwidth-row1-section p:last-child {
  margin: 0;
}

.fullwidth-row1-section th, .fullwidth-row1-section td {
  padding: 0;
}

.fullwidth-row1-section .hs-form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bfbfbf;
}

.fullwidth-row1-section .hs-form .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
}

.fullwidth-row1-section .hs-form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
}

.fullwidth-row1-section .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
}

.hs-input option:disabled {
  color: #bfbfbf;
}


.twocol-row1-section .span6 .widget-type-rich_text ul li a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.home-row1-section .dnd-section .row-fluid:before,
.home-row1-section .dnd-section .row-fluid:after,
.home-row5-section .row-fluid:after, .home-row5-section .row-fluid:before,
.home-row3-section .row-fluid:after, .home-row3-section .row-fluid:before {
  display: none !important;
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.small-only { display: none; }


.migration-test-page .hs-form {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .large-only { display: none; }
  .stacktable.small-only { display: table; 
  }
}

@media (min-width: 750px){
  .twocol-row1-section .span6 {
    width: 50%;
    margin: 0;
  }

  .widget-type-header {
    margin-bottom: 55px;
  }

  .home-row6-section {
    margin-bottom: -55px;
  }

  .home-row3-section .row-fluid, .home-row5-section .row-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-row3-section .span6 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-row5-section .row-fluid .span4,
  .home-row3-section .span4 {
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0;
  }

  .fullwidth-row1-section .inner-page-center {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-row3-section .widget-type-header {
    padding-left: 30px;
  }

  .home-row3-section .row-fluid,
  .home-row5-section .row-fluid {
    align-items: flex-start;
  }

  .twocol-row1-section .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 749px) {
  .body-container-wrapper {
    padding-top: 22px;
  }
  .twocol-row1-section .cm-button-wrapper {
    margin-right: -22px;
  }

  .twocol-row1-section .inner-page-center {
    margin-left: -22px;
  }

  .twocol-row1-section .span6+.span6,
  .twocol-row1-section .span6 {
    padding-left: 22px;
  }

  .twocol-row1-section .span6 .widget-type-rich_text {
    padding-top: 2em;
  }

  #faq_page {
    padding-top: 35px;
  }

  .faq-row1-section .widget-type-header{
    margin-bottom: 35px;
  }

  #contact_page {
    padding-top: 35px;
  }

  .contact-row1-section h1 {
    margin-bottom: 35px;
  }

  .contact-row1-section .widget-type-rich_text{
    padding-top: 2em;
  }

  .contact-row1-section .widget-type-rich_text p {
    font-size: 16px;
  }

  .map {
    margin-bottom: 0;
  }

  .home-row1-section .dnd-section .span3 {
    width: 50%;
  }

  .home-row1-section .page-center-inner {
    margin-left: -22px;
  }

  .home-row1-section .dnd-section .span3 {
    padding-left: 22px;
  }

  .home-row1-section .dnd-section .span3 .widget-type-rich_text h4 {
    font-size: 0.9375em;
  }

  .product-row1-section .section-header p {
    padding-top: 2em;
    font-size: 16px;
  }

  #product_page {
    padding-top: 35px;
  }

  #fullwidth_page {
    padding-top: 35px;
  }

  .fullwidth-row1-section .inner-page-center {
    padding-left: 22px;
  }

  .fullwidth-row1-wrap {
    margin-left: -22px;
  }

  .fullwidth-row1-section .widget-type-header {
    padding-bottom: 14px;
  }

  .fullwidth-row1-section .hs-form .input {
    margin: 0 !important;
  }

  .fullwidth-row1-section .widget-type-rich_text h3 {
    font-size: 1.3125em;
  }

  .fullwidth-row1-section .widget-type-rich_text h4 {
    font-size: 1.0625em;
  }

  .hs-form .inputs-list li input {
    width: auto !important;
  }

  .home-row3-section .widget-type-header {
    padding-left: 22px;
  }

  .home-banner.banner-section {
    padding-bottom: 35px;
  }
  #home_page {
    padding-top: 35px;
  }

  .full-bg-content .dnd-section {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .home-row3-section .dnd-section {
    padding-bottom: 0;
    padding-top: 35px;
  }

  .home-row3-section .span6 {
    margin-bottom: 55px;
  }

  .home-row1-section .widget-type-header {
    padding-left: 22px;
  }

  .home-row1-section .page-center-inner {
    padding-bottom: 0;
  }

  .home-row3-section .row-fluid [class*="span"] {
    min-height: auto;
  }

  .home-row4-section.full-bg-content .dnd-section {
    padding-top: 15px;
  }

  .home-row5-section .dnd-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.bordered-button { background: #fff; opacity: 0; border-radius: 25px%; border: 2px solid #000;  }
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e8e9eb;
}

header.header {
  position: relative;
  z-index: 9999;
}

.site-header__logo img {
  display: block;
  max-width: 298px !important;
  width: 100% !important;
  margin: 15px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .site-header__logo img {
    max-width: 149px !important;
  }
}

.site-header__logo a {
  max-width: 300px;
  display: block
}

.header-grid-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.grid-item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.site-header__search {
  padding-right: 45px;
  position: relative;
}

.site-header__icons-wrapper {
  position: relative;
  margin-right: -10px;
}

.site-header__search input{
  background-color: transparent;
  border-radius: 2px;
  color: #3d4246;
  border-color: transparent;
  padding-left: 35px;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  font-family: Lato,HelveticaNeue,"Helvetica Neue",sans-serif;
  cursor: pointer;
}

.site-header__search input::-webkit-input-placeholder {
  color: #3d4246;
  opacity: 0.6;
}

.site-header__search input::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
}

.site-header__search input:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
}

.site-header__search input:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
}

.site-header__search input:hover ~ button {
  opacity: .6;
}

.site-header__search form,
.site-header__search form button {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.site-header__search form {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 30px;
  vertical-align: middle;
}

.site-header__search form button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #3d4246;
  text-align: left;
  pointer-events: none;
}

.site-header__search form.site-header__focus button {
  padding-left: 10px;
}

.site-header__icons-wrapper .icon-cart {
  height: 30px;
  vertical-align: middle;
}

.cm-search-wrapper{
  text-align: right;
}

.site-header__search form.site-header__focus {
  max-width: 250px;
}

.site-header__search form.site-header__focus input {
  outline: none;
  border-color: #e8e9eb;
  cursor: auto;
}

.site-header__search form button span {
  display: none;
}

.site-header__search form button svg {
  height: 30px;
}

.site-footer__payment-icons .payment-icon:last-child {
  margin-right: 0;
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #3d4246;
  text-align: left;
  cursor: pointer;
}

header.header .icon-search, header.header .icon-hamburger, header.header .icon-close, header.header .icon-cart {
  height: 30px;
}

.btn--link:hover, .btn--link:focus {
  opacity: 0.6;
}



.drawer--top {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.search-bar {
  border-bottom: 1px solid #e8e9eb;
  padding: 0 27.5px;
}

.drawer--top {
  width: 100%;
}


.drawer {
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  transition: all .45s cubic-bezier(0.29,0.63,0.44,1);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.js-drawer-open-top .drawer {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.search-bar__form-wrapper {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent;
}

.search-bar__form {
  width: 100%;
}

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right
}

.search-bar__form-wrapper {
  width: 90%;
}

.search-bar__table form button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #3d4246;
  text-align: left;
}

#SearchDrawer {
  height: 93px;
  top: -93px;
}

.search-bar__table form .hs-search-field__input {
  background-color: transparent;
  border-radius: 2px;
  color: #3d4246;
  border-color: transparent;
  padding-left: 35px;
  width: 100%;
  font-family: Lato, HelveticaNeue, "Helvetica Neue", sans-serif;
}

.search-bar__table form button span {
  display: none;
}

.body-container-wrapper:after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 99;
  transition: all .45s cubic-bezier(0.29,0.63,0.44,1);
}

.js-drawer-open-top .body-container-wrapper:after{
  visibility: visible;
  opacity: 1;
}

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 15px;
  background-color: #7796a8;
  color: white;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 14px;
}

.btn--secondary {
  background-color: white;
  color: #3d4246;
  border-color: #e8e9eb;
}

.hs-search-field__suggestions {
  border-color: #ccc !important;
  position: absolute;
  top: 100%;
  background: #fff;
  text-align: left;
  max-width: 250px;
  right: 0;
  left: auto;
}

.hs-search-field__suggestions li:not(:first-child) a {
  padding: 5px 10px;
}

.hs-search-field__suggestions li:first-child {
  padding: 5px 10px;
}


.hero__btn {
  background-color: white;
  color: black;
  margin-top: 27.5px;
}

.btn--small {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
  padding: 8px 10px !important;
  font-size: 0.75em;
  line-height: 1;
}

.mobile-nav--open:focus {
  opacity: 1;
}

.mobile-nav--open:hover {
  opacity: .6;
}

@media only screen and (min-width: 750px){
  .header-container {
    padding: 0 55px;
  }

  .cm-search-wrapper {
    width: 25%;
  }

  .site-header__cart, .site-header__account {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 8px 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header__search form button svg {
    margin-right: 3px;
  }

  .site-header__menu.js-mobile-nav-toggle {
    display: none;
  }

  .site-header__icons-wrapper .icon-cart {
    margin-right: 3px;
  }

  .site-header__search-toggle {
    display: none;
  }

  #SearchDrawer {
    display: none;
  }

  header.header {
    margin-bottom: 0 !important;
  }

  .btn {
    padding: 10px 18px;
  }
}

@media only screen and (max-width: 749px){
  .js-drawer-open-top {
    overflow: hidden;
  }

  .site-header__logo {
    padding-left: 22px;
  }

  .header__navigation {
    position: relative;
    background-color: white;
    transition: all .45s cubic-bezier(0.29,0.63,0.44,1);
    overflow: hidden;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, -100%);
    position: absolute;
    top: 100%;
  }

  .menu-open .header__navigation {
    transform: translate(0, 0)
  }


  .site-header__search {
    display: none;
  }

  .cm-search-wrapper {
    padding-right: 22px;
  }

  .site-header__menu, .site-header__search-toggle, .site-header__cart, .site-header__account{
    display: inline-block;
    vertical-align: middle;
    padding: 18px 8px;
    margin: 0;
  }
  .mobile-nav--open .icon-close {
    display: none;
  }

  header.header .search-bar__table-cell .icon-close {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .site-header__logo {
    width: 50%;
  }
  .cm-search-wrapper {
    width: 50%;
  }

  .menu-open .mobile-nav--open .icon-close {
    display: block;
  }

  .menu-open .mobile-nav--open .icon-hamburger {
    display: none;
  }

  .header-container {
    background: #fff;
    z-index: 55;
  }

  header.header {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  }

  body .custom-menu-primary .submenu.level-1>li:last-child>a {
    border-bottom: 0;
  }

  .hs-search-field__suggestions {
    max-width: 100%;
    z-index: 9;
    position: absolute;
  }

  .js-drawer-open-top .drawer{
    overflow: visible;  
  }

  .menu-open header.header {
    margin-bottom: 329px;
  }
}


@media (max-width: 479px){
  #SearchDrawer {
    height: 77px; 
    top: -77px;
  }
}

@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
  #SearchDrawer {
    height: 67px;
    top: -67px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  text-align: center;
  margin: 55px 0;
}

.footer__container {
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
}

.social-icons .icon {
  width: 23px;
  height: 23px;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}

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

footer.footer ul li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.site-footer__payment-icons .payment-icon {
  margin-right: 5px;
}
.payment-icons .icon {
  width: 30px;
  height: 30px;
}

.site-footer__copyright-content{
  font-size: .8125em;
  padding-right: 0px;
  display: inline-block;
}

.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.icon path {
  fill: inherit;
  stroke: inherit;
}

.custom-footer-menu .submenu.level-1>li>a {
  display: inline-block;
  padding: 5px 10px;
}

.site-footer__payment-icons {
  margin-top: 22px;
}

.site-footer__social-icons, .site-footer__copyright {
  margin-top: 35px;
}

.custom-footer-menu .submenu.level-1 {
  margin-top: 35px;
}
@media only screen and (min-width: 750px){
  .social-icons .icon {
    width: 25px;
    height: 25px;
  }
  .site-footer__payment-icons {
    margin-top: 22px;
  }

  .custom-footer-menu .submenu.level-1>li>a {
    padding: 3px 10px;
  }

  .site-footer__copyright {
    margin-top: 55px;
  }

  .site-footer__social-icons{
    margin-top: 55px;
  }

  .custom-footer-menu .submenu.level-1 {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 749px){
  .footer__container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-home-page footer.footer {
    margin-top: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding-left: 55px;
  padding-right: 55px;
  margin: 0 auto;
}
.blog-index .blog-index-post:first-child {
  display: none;
}
.feature-image img {
  width: 100%;
}

.blog-index-post {
  float: left;
  padding-left: 30px;
  
}

.feature-image {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 27.5px;
  height : 235px;
  overflow:hidden;
}

.article__grid-meta {
  margin-bottom: 55px;
}

.article__author, .article__date {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 11px;
}

.article__title {
  margin-bottom: 11px;
  font-weight: 600;
  font-family: 'Lato',sans-serif;
  text-transform: none;
  letter-spacing: 0;
 
}

.blog-index-post-content .article__title { min-height: 135px; }
.article__title a {
  font-family: 'Lato',sans-serif;
}
.author-details { padding: 30px 0; }
.author-details .blog-header__subtitle { font-weight: normal; }
.author-details .blog-header__author-social-links a { margin: 0 15px 0 0; padding: 8px 14px; background: rgba(61,66,70,1.0); border-radius: 5px; }
.author-details .blog-header__author-social-links a svg { height: 14px; filter: invert(1); }

.article__title .blog-index-tags { font-size: 12px; font-weight: normal; }
.article__title .blog-index-tags a { font-style: italic; }
.article__title .blog-index-author { font-size: 14px; font-weight: normal; }
.blog-main-content .section-header-author { font-size: 14px; font-weight: normal; }
.blog-main-content .section-header { margin-bottom: 10px; }
.recipe-section-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
select.recipe-filter { border: 2px solid; height: 45px; padding: 0 10px; }

.blog-index-post .list--inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-index-post .list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.blog-index-post .list--inline li a {
  color: #FD984C;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}

.blog-index-post .blog-index-content { background: #f2f2f2; }
.blog-index-post .blog-index-content .article__grid-meta { padding: 0 20px 20px; }

.feature-article-image img {
  width: 100%;

}

.feature-article .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: -30px;
}

.feature-article .feature-article-text {
  background-color: #FFFFFF;
  box-shadow: 1px 0 18px 0px rgb(0 0 0 / 6%);
  padding: 30px;
  margin-right: -100px;
  position: relative;
  z-index: 2;
}

.feature-article-text .feature-article-topic{ font-size: 14px; font-weight: normal; }
.feature-article-text .feature-article-topic a { font-style: italic; }
.feature-article-text .feature-article-author { font-size: 16px; font-weight: normal; }


.grid__item {
  padding-left: 30px;
}

.keep-reading {
  color: #FD984C;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}

.keep-reading:hover {
  color: #fd984c;
}

.article__grid-excerpt {
  margin-bottom: 17.5px;
}

.feature-article .article__title {
  font-size: 1.75em;
}

.feature-article-bg {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 431px
}

.section-header.article {
  border-bottom: 1px solid #000;
  margin: 30px auto;
  text-align: left;
}

.blog-index {
  margin-left: -30px;
}


.blog-pagination a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination a.next-posts-link.load-more {
  display: block !important;
}

.blog-pagination a {
  display: inline-block;
  background-color: #E53B3A;
  border-radius: 3px;
  padding: 10px 15px;
  max-width: 245px;
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
.blog-pagination a:hover {
  color: #ffffff;
}

.blog-pagination {
  text-align: center;
  display: block !important;
}

.blog-main-content {
  display: block;
  padding-top: 35px;
}

.feature-article-image .canvas-image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



.article__grid-image-container canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hs-blog-post .article__date {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  color: #808080;
  display: block;
  margin-bottom: 1em;
}

.section-header {
  text-align: center 
}

.blog-post-wrapper .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-post-content {
  width: 70%;
  margin: 0 auto;
  padding-top: 3em;
}

.blog-post-content .blog-post__topic { margin: 30px 0; }
.blog-post-content .blog-post__topic a { font-style:italic; background: #dedede;   padding: 10px 10px;   border-radius: 8px;   margin: 0 2px 0 0; line-height: 50px; }

.return-link-wrapper {
  margin: 82.5px 0;
}

.return-link-wrapper a.btn.return-link {
  border: 0;
  color: #ff9842;
  background-color: white;
}

.return-link-wrapper {
  margin: 82.5px 0;
  text-align: center;
}

.blog-post-wrapper .content-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.btn--has-icon-before .icon {
  margin-right: 10px;
}

.btn .icon-arrow-right, .btn .icon-arrow-left {
  height: 9px;
}

.section-header {
  margin-bottom: 35px;
}

.blog-pagination a:focus {
  color: #fff;
}

@media only screen and (min-width: 750px){
  .blog-index-post {
    width: 33.33%;
  }

  .medium-up--two-sixths {
    width: 33.33333%;
  }

  .medium-up--two-sixths {
    width: 33.33333%;
  }

  .medium-up--four-sixths {
    width: 66.66667%;
  }

  .blog-main-content {
    padding-top: 55px;
  }

  .section-header {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 749px){
  .content-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .article__grid-meta {
    width: 60%;
    padding-left: 22px;
  }

  .feature-image {
    margin-bottom: 0;
  }

  .feature-article .feature-article-text {
    margin-right: 0;
  }

  .feature-article .grid {
    margin-left: 0;
  }
  .grid__item {
    padding-left: 0;
    width: 100%;
  }

  .feature-article .article__title {
    font-size: 1.3125em;
  }

  .return-link-wrapper {
    margin-bottom: -56px;
  }
}

@media screen and (max-width: 749px) {
  .blog-index-post { width: 100%; }
  .article__grid-meta { width: 100%; }
  .blog-index-post .blog-index-content .article__grid-meta { padding: 20px; }
}
@media screen and (max-width: 480px) {
  .recipe-section-header { display:block; }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #c7c7c7;
  z-index: -1;
}

.cm-error-page-wrapper .icon-arrow-right {
  margin-left: 10px;
}

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

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 100% !important;
}
.content-wrapper.communication-preferences form {
  max-width: 100%;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
}

.systems-page input[type="password"] {
  height: auto !important;
  margin-bottom: 20px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page form {
  max-width: 500px;
}
.systems-page .actions {
  text-align: left;
}

.systems-page .hs-form-field {
  margin-bottom: 18px;
}

@media (max-width: 767px){
  max-width: 100%;
}

.cm-error-page-wrapper {
  padding-top: 35px;
}

.cm-error-page-wrapper .error-page {
  padding: 0;
  padding: 125px 55px;
}

.cm-error-page-wrapper a.btn:hover {
  color: #fff;
}

.hs-search-results__listing li a {
  color: #3d4246;
  font-size: 1.125em;
  min-width: 100px;
  text-decoration: none;
}

.hs-search-results__listing li p {
  padding: 0;
}

.search-result-page {
  padding: 55px 0;
}

.search-result-page .systems-page {
  padding: 0;
}

.systems-page .hs-button {
  margin: 10px 0 0;
}

.search-result-page h2 {
  text-align: center;
}

@media (min-width: 750px){
  .cm-error-page-wrapper {
    padding-top: 55px;
  }

  ul.hs-search-results__listing li {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 22px;
  }
}

@media (max-width: 767px){
  .systems-page [type="checkbox"], [type="radio"] {
    width: auto !important;
  }
}

@media (max-width: 749px){
  .cm-error-page-wrapper .error-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .search-result-page {
    padding: 35px 0;
  }
}