/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
}

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

.banner-content-wrapper {
  background-image: url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/banner-content-gradient.svg) !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-solid-900.eot#iefix") format("embedded-opentype"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-solid-900.woff2") format("woff2"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-solid-900.woff") format("woff"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-solid-900.ttf") format("truetype"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-solid-900.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-brands-400.eot#iefix") format("embedded-opentype"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-brands-400.woff2") format("woff2"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-brands-400.woff") format("woff"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/free-fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Graphik";
  src:url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Light.eot#iefix") format("embedded-opentype"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Light.woff2") format("woff2"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Light.woff") format("woff"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Graphik Medium";
  src:url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Medium.eot#iefix") format("embedded-opentype"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Medium.woff2") format("woff2"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Medium.woff") format("woff"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Graphik Regular";
  src:url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Regular.eot#iefix") format("embedded-opentype"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Regular.woff2") format("woff2"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Regular.woff") format("woff"), 
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Graphik Semibold";
  src:url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Semibold.eot#iefix") format("embedded-opentype"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Semibold.woff2") format("woff2"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Semibold.woff") format("woff"),
    url("https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/MainelyTubs_July2020/fonts/Graphik-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

html {
  font-size: 24px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  border:0;
  border-bottom: 1px;
  border-style:solid;
  text-decoration: none;
  font-family: Lato, serif;
}
a:hover, a:focus {
  border-bottom-width: 2px;
  text-decoration: none;
}

/* 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.3088;
  text-shadow: 0px 0px 30px #00000080;
}

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul li,
ol li {}

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

ul li, ol li {
  padding-bottom: 10px;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

@media (max-width: 1023px){
  h1 {
    font-size: 38px !important;
    line-height: 1.263 !important;
  }
}

@media (min-width: 640px){
  ul li, ol li {
    padding-bottom: 15px;
  }
}
@media (max-width: 639px) {
  body{
    line-height:1.72;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1024px;
  margin: 0px auto;
  font-family: Lato, sans-serif;
}

.hs_cos_wrapper_type_form > h3{
  text-align:center;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding:15px 45px;
  
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  width: auto;
  margin: 16px 0 0 0;
  font-family:"Graphik Regular";
  line-height: 1.15;	
}

.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-size:16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  font-family: 'Graphik Regular';
}

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

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 32px;
  color: #33475b;
  background-color: #ffffff;
  border:1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-family:"Graphik Regular";
  padding: 5px 4px;
  letter-spacing: normal;
  line-height: 1.15;
  font-weight:400;
  margin-top: 8px;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus{
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;
}

input#hs-pwd-widget-password{
  height: 32px !important;
  margin-top:0 !important;
}

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

ul.no-list.hs-error-msgs.inputs-list li{
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  margin-top: 16px;
  padding-left:5px;
  padding-right:5px;
}

ul.no-list.hs-error-msgs.inputs-list li label,
ul.no-list.hs-error-msgs li label{
  font-weight: 700;
  letter-spacing: normal;
  font-size: 13.008px;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  margin: 0;
  padding:0;
}

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

#hs-search-module .hs-input {
  margin-bottom: 15px;
}

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

#hs_login_reset {
  margin-bottom: 15px;
  display: inline-block;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.field,
.hs-form-field{
  margin: 16px 0 15px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.hs_submit{
  text-align:center;
}


@media(min-width:768px){
  form{
    max-width:550px;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}

@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
}

@media(max-width:479px){
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 40px;
  }
}

.hs_submit .hs-button{
  background-color: black;
  border: 3px solid black;
  appearance: none;
  color: White;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 85px;
  font-weight: 500;
  font-family: 'Graphik Medium';
}
/* ******************************************************************************
*********************************************************************************
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);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section > .row-fluid{
  max-width:100%;
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
  background-image: url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/header-bg.svg);
  background-position: top left;
  background-repeat: repeat-x;
  position: relative;
  z-index: 100;
  margin-bottom: -140px;
  line-height: 1.15;
}
.no-banner .header {
  margin-bottom: 0;
}
.header ul li,
.header ol li,
.header p {
  line-height: 26px;
}
.header-top {
  transition: all;
}
.header .header__container {
  max-width: 1200px;
  margin: 0 auto;
  max-width:100%;
}
.extended-main-nav {
  display: none;
}
.phone-number-wrapper p {
  font-size: 12px;
  margin: 0px;
}
.phone-number-wrapper a {
  border-bottom-color: transparent;
  font-family: "Graphik Medium";
}
.phone-number-wrapper p span {
  color: #999999;
}

.header-bottom {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
.brand {
  margin-left: 10px;
  flex: 1 1 40%;
  max-width: 40%;
  border-bottom: none;
}
.brand img {
  width: 225px !important;
}

.banner-block {
  margin-bottom: 30px;
}
.banner-block {
  position: relative;
  overflow: hidden;
}
.show-on-mobile {
  display: flex;
}
.banner-block img.desktop-image {
  display: none;
}
.banner-block img {
  width: 100%;
  height: 100%;
}

.mobile-menu-trigger {
  max-width: 20px;
  display: inline-block;
  border-bottom: none;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
  z-index: 200;
  cursor: pointer;
}
.mobile-menu-trigger i {
  color: #f5f0e7;
  font-size: 22px;
}
.fa,.fab,.fad,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa,.fas {
  font-weight: 900;
}
.fa,.fab,.fad,.fal,.far,.fas{
  font-family: "Font Awesome 5 Free";
}


.menu-wrappers {
  display: none;
}
.fa-bars:before {
  content: "\f0c9";
}
.extended-menu-trigger i {
  position: relative;
  top: 2px;
}

.mobile-menu-wrapper {
  display: none;
  width:100%;
  padding: 20px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  background: #fff;
}
.fa-facebook-f::before {
  content: "";
}
.fa-twitter::before {
  content: "";
}
.fa-pinterest-p::before {
  content: "";
}
.fa-linkedin-in::before {
  content: "";
}

.extended-menu-close {
  position: relative;
  top: 10px;
  left: -10px;
  border-bottom-color: transparent;
  font-size: 26px;
  cursor: pointer;
}
.fa-times::before {
  content: "";
}
.fab, .far {
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.mobile-menu-trigger .fa-times{
  display:none;
}
.menu-logo a {
  pointer-events: none;
}
.menu-logo .extended-menu-close {
  pointer-events: initial;
}
.hs-tools-menu a {
  border: 0;
}
.menu-trigger-open .phone-number-wrapper {
  z-index: -1;
}

@keyframes slide-bottom{
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 500;
  }
}



@media (min-width: 640px) {
  .extended-menu-contact h3 {
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .mobile-menu-wrapper.mobile-only {
    display: none !important;
  }
  .header {
    padding: 0px 60px 0px 20px;
  }  
  .top-bar-logo a {
    border-bottom: none;
  }
  .top-bar-logo a img {
    display: none;
  }
  .phone-number-wrapper {
    background: transparent;
    margin-bottom: -34px;
    position: relative;
    z-index: 10;
    text-align: right;
    padding: 10px 0px;
    z-index: 33;
  }
  .phone-number-wrapper p {
    font-size: 13px;
  }
  .pinned-nav-wrapper a {
    border-bottom: none;
  }


  /* Header Bottom Style */
  .brand {
    flex: 1 1 20%;
    max-width: 20%;
    margin-left: 0px;
  }


  .mobile-menu-trigger {
    display: none;
  }
  .menu-wrappers {
    width: 70%;
    display: block;
  }
  .desktop-only {
    display: flex;
  }
  .desktop-menu-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .extended-menu-trigger {
    border-bottom: none !important;
    border-bottom-color: transparent;
    margin: 28px 0px 25px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Graphik";
    line-height: 1.15;
    cursor: pointer;
  }
  .extended-menu-trigger i {
    position: relative;
    top: 2px;
  }
  .extended-main-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 50px 50px 40px;
  }
  .menu-trigger-open .extended-main-nav {
    display: block;
  }
  .menu-trigger-open {
    overflow-y: hidden;
  }
  .menu-trigger-main-nav {
    display: flex;
    flex: 1 1 80%;
    max-width: 920px;
    justify-content: space-between;
    padding-left: 0px;
  }
  .menu-trigger-main-nav #hs_cos_wrapper_trigger_menu {
    width: 100%;
  }
  .menu-trigger-main-nav .hs-menu-wrapper>ul {
    display: flex;
    flex: 1 1 100%;
    max-width: 920px;
    justify-content: space-between;
    padding-left: 0px;
    margin: 1em 0;
    margin-right: 0;
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li {
    list-style-type: none;
    max-width: 200px;
    padding: 3px 0px;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .menu-trigger-main-nav .hs-menu-wrapper> ul>li>a {
    font-weight: 600;
    font-family: 'Graphik Semibold';
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    border-bottom-color: transparent;
    padding: 0;
    border:0;
    margin-bottom: 4px;
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li > a:before {
    content: "";
    width: 100%;
    min-height: 140px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 26px;
    display: block;
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li:first-child > a:before {
    background-image:url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/1.png);
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li:nth-child(2) > a:before {
    background-image:url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/2.png);
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li:nth-child(3) > a:before {
    background-image:url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/3.png);
  }
  .menu-trigger-main-nav .hs-menu-wrapper > ul > li:nth-child(4) > a:before {
    background-image:url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/4.png);
  }
  .menu-trigger-main-nav .hs-menu-wrapper ul ul {
    padding-left: 0px;
    padding-top: 10px;
    position:static;
    margin:0;
    display:block;
  }
  .menu-trigger-main-nav .hs-menu-wrapper ul ul li{
    list-style-type: none;
    max-width: 200px;
    padding: 3px 0px;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .menu-trigger-main-nav .hs-menu-wrapper ul ul li a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border-bottom-color: transparent;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-family: 'Graphik Regular';
  }

  .menu-logo {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .menu-logo img {
    max-width: 180px;
    vertical-align: top;
  }
  .extended-menu-close {
    position: relative;
    top: 10px;
    left: -10px;
    border-bottom-color: transparent;
    font-size: 26px;
  }
  .extended-main-nav-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .extended-main-nav-extra {
    flex: 1 1 20%;
    padding-left: 50px;
    padding-top: 20px;
  }
  .extended-menu-social-links {
    margin-top: 10px;
    border-top: 1px solid #f5f0e7;
    border-bottom: 1px solid #f5f0e7;
    padding: 20px 0px;
  }
  .extended-main-nav-extra {
    flex: 1 1 20%;
    padding-left: 50px;
    padding-top: 20px;
  }
  .additional-links a {
    display: block;
    border-bottom: none !important;
    border-bottom-color: transparent;
    font-weight: 500;
    font-family: "Graphik Medium";
    margin-bottom: 15px;
  }
  .extended-menu-contact h3 {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Graphik Medium";
    margin-top: 20px;
  }
  .extended-menu-contact p {
    font-size: 14px;
    margin: 5px 0px;
  }
  .extended-menu-contact a {
    display: inline-block;
    margin-top: 5px;
    line-height: 19px;
  }
  .mobile-menu-wrapper {
    display: none;
  }
  .extended-menu-social-links a {
    border-bottom-color: transparent;
    margin-right: 10px;
  }

  /* Fixed Header */
  .fix-header .header-top {
    position: fixed;
    z-index: 500;
    font-family: 'Graphik Medium';
    padding: 15px;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .fix-header .top-bar-logo a img {
    width: 150px !important;
    align-self: flex-start;
    display: block;
  }
  .fix-header .phone-number-wrapper {
    padding: 0px;
    margin: 0px;
    align-self: center;
  }
  .fix-header .phone-number-wrapper p {
    display: inline-block;
    margin-right: 14px;
    font-weight: 500;
    font-family: 'Graphik Medium';
  }
}

@media (min-width: 1024px) and  (max-width: 1130px){
  .menu-trigger-main-nav .hs-menu-wrapper>ul>li {
    max-width: 170px;
  }
}

@media (max-width: 1023px) {
  .top-bar-logo {
    display: none;
  }
  .phone-number-wrapper {
    background-color: #254355;
    padding: 10px 5px;
    text-align: center;
  }


  /* Mobile Section */
  .mobile-menu-trigger .fa-times {
    color: #333;
    top: -16px;
    position: relative;
    right: 5px;
  }
  .mobile-open .mobile-menu-trigger .fa-times{
    display:block;
    color: #333333;
  }
  .mobile-open .mobile-menu-trigger .fa-bars{
    display:none;
  }
  .mobile-open .mobile-menu-trigger a{
    color: #333333;
  }
  .mobile-menu-logo {
    width: 180px;
  }
  .mobile-menu-logo img {
    width: 180px !important;
  }
  .mobile-social-icons {
    margin-top: 10px;
    border-top: 1px solid #F5F0E7;
    padding-top: 15px;
  }
  .mobile-social-icons a {
    border-bottom-color: transparent;
    margin-right: 10px;
  }
  .mobile-social-icons a i {
    max-width: 16px;
    max-height: 18px;
    color: black;
  }
  .mobile-menu.custom-menu-primary {
    display: none;
  }
}


@media (max-width: 639px) {
  .mobile-menu.custom-menu-primary {
    display: block;
  }
  .phone-number-wrapper p {
    line-height: 24px;
  }
  .mobile-social-icons a i {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer .footer__container {
  margin: 0 auto;
  max-width:100%;
}

.footer {
  margin-top: 20px;
  clear: both;
}
.footer a {
  text-decoration: none; 
}
.footer .inner-footer {
  display: flex;
  flex-flow: column;
  padding: 0px 20px;
}
.footer .footer-address-wrapper {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  order: 3;
  padding-top: 30px;
}
.footer .footer-logo-wrapper {
  margin-bottom: 10px;
  line-height: 1.15;
  padding-right: 15px;
}
.footer .footer-logo-wrapper img {
  width: 180px !important;
  height: auto;
}
.footer .footer-address h3 {
  color: #F5F0E7;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Graphik Medium';
  margin: 0px; 
}
.footer .footer-address p {
  color: #F5F0E7;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px; 
}
.footer .footer-address p a {
  border-bottom-color: #F5F0E7;
}
.footer .footer-menu-wrapper {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(245, 240, 231, 0.4);
}

.footer .footer-newsletter-social h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 1.33em 0;
}
.footer .footer-menu-inner-wrapper ul {
  -moz-column-count: 2;
  column-count: 2;
  break-inside: avoid-column;
  padding: 0px;
  list-style: none;
  margin: 16px 0;
}
.footer .footer-menu-inner-wrapper ul li {
  width: 100%;
  margin-bottom: 10px; 
}
.footer .footer-menu-inner-wrapper ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Graphik Semibold';
  border-bottom-color: transparent; 
}
.footer .footer-newsletter-social {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(245, 240, 231, 0.4); 
}
.footer-form {
  padding-right: 5px;
  float: left;
  width: 100%;
}
.footer-form form {
  padding: 0;
  border: 0;
  position: relative;
  margin-top: 23px;
  float: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 42px;
}
.footer-form .form-title {
  margin: 0;
  padding: 0;
  background: transparent;
}
.footer-form .hs-form label {
  margin: 0;
  display: block;
}
.footer-form form .field {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-form form label span:empty+span {
  display: none;
}
.footer-form form .hs-form-field .input {
  padding-right: 16px;
}
.footer-form form .hs-form-field .hs-input {
  border-radius: 5px;
  border: 2px solid white;
  height: 50px;
  font-size: 16px;
  font-family: "Graphik Regular";
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  padding-right: 36px;
  margin-bottom: 15px;
  padding-left: 10px;
  margin-top:0;
}
.footer-form form .hs-form-field .hs-input::-webkit-input-placeholder {
  font-style: italic;
  opacity: 1;
  font-size: 16px; 
  color:#fff;
}
.footer-form form .hs-form-field .hs-input:-moz-placeholder {
  font-style: italic;
  opacity: 1;
  font-size: 16px; 
  color:#fff;
}
.footer-form form .hs-form-field .hs-input::-moz-placeholder {
  font-style: italic;
  color:#fff;
  opacity: 1;
  font-size: 16px;
}
.footer-form form input:-ms-input-placeholder {
  font-style: italic;
  color:#fff;
  opacity: 1;
  font-size: 16px; 
}
.footer-form form .hs-button,
.footer-form form .button--primary {
  border-color: rgba(71,118,75,1.0);
  border-radius: 0px;
  border-width: 1px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 50px;
  height: 50px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
  margin: 0 auto 16px auto;
  position: absolute;
  top: 0;
  font-size: 0;
  right: 0;
  outline: none;
  border:0;
  background-image: url(https://3854568.fs1.hubspotusercontent-na1.net/hubfs/3854568/raw_assets/public/MainelyTubs_July2020/images/Group-31.svg);
}
.footer-social-links {
  line-height: 1.15;
}

.footer .footer-social-links a {
  margin-right: 15px;
  width: 20px;
  border-bottom-color: transparent;
}
.footer .footer-social-links a img {
  vertical-align: unset;
}


.grid-x > .small-12 {
  width: 100%;
  flex-basis: auto;
}
.grid-x > .small-12.columns {
  width: calc(100% - 10px);
  margin: 0px 5px;
}




@media (min-width: 640px){
  .footer {
    margin-top: 20px;
  }
  .footer .footer-newsletter-social h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .grid-x > .medium-12 {
    width: 100%;
    flex-basis: auto;
  }
  .grid-x > .medium-12.columns {
    width: calc(100% - 10px);
    margin: 0px 5px;
  }
  .footer .footer-menu-inner-wrapper ul li {
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px){
  .footer .inner-footer {
    padding: 30px 60px 80px;
    flex-flow: row;
  }
  .footer .footer-address-wrapper {
    order: 1;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
  .footer .footer-address {
    margin-right: 60px;
  }
  .footer .footer-menu-wrapper {
    order: 2;
    border-bottom: none;
    padding-top: 12px;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
    flex-basis: auto;
  }
  .grid-x > .large-4.columns {
    width:calc(33.33333% - 10px);
    margin: 0px 5px;
  }
  .footer .footer-newsletter-social {
    order: 3;
    border-bottom: none;
    border-left: 2px solid rgba(245, 240, 231, 0.4);
    padding-left: 20px;
  }

  .grid-x > .large-3 {
    width: 25%;
    flex-basis: auto;
  }
  .grid-x > .large-3.columns {
    width:calc(25% - 16px);
    margin: 0px 5px;
  }
  .grid-x > .large-5.columns {
    width: calc(41.66667% - 19px);
    margin: 0px 5px;
  }
  .footer-mailing-list {
    margin-bottom: -30px;
  }
  .footer .footer-menu-inner-wrapper ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer .footer-menu-inner-wrapper ul li {
    margin-bottom: 0px;
  }

  .footer .footer-newsletter-social .footer-social-links h4 {
    margin-top: 0;
  }
}
@media (max-width: 1023px){
  .footer-form {
    padding-right: 0;
  }
  .footer-form form {
    margin-top: 0;
  }
  .footer-form form .hs-form-field .hs-input {
    margin-bottom: 15px;
  }

}
@media (max-width: 639px){
  .footer-form form .hs-form-field .hs-input {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 2;
    min-height: 2rem;
  }
  .footer-menu-wrapper {
    margin-bottom: -1px !important;
  }
}
@media (max-width: 479px){
  .footer .footer-menu-inner-wrapper ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.hs-blog-listing .banner-block{
  max-height:530px;
}

.featured-image-wrapper {
  margin-bottom: 20px;
}
.post-item .page-center {
  display: block !important;
}
.post-description a {
  color: #000;
  border: 0;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-sidebar{
  padding: 3.3rem 0;
}
.blog-sidebar a{
  border:0;
}



.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  border: 0;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
  border:0;
}
.blog-index__post-content a:hover {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
  border:0;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__list a {
  border: 0;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  /*   background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52; */
  border:0;
  text-decoration:none;
}
.blog-comments .hs-button:hover {
  /*   background-color: #494A52;
  color: #fff; */
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 10px;
  overflow: auto;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.comment-date {
  display: block !important;
  margin-bottom: 20px !important;
}


/* Banner Style */
.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-content-wrapper {
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  padding: 0px 20px 10px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  padding-top: 30px;
}
.banner-content-wrapper h1 {
  font-size: 38px;
  line-height: 48px;
  color: white;
  font-weight: 500;
  font-family: 'Graphik Medium';
  margin: 0px;
  text-shadow: 0px 0px 30px #00000080;
}

.banner-content-wrapper p {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Graphik Medium';
  font-weight: 500;
  margin:1em 0;
  text-shadow: 0px 0px 30px #00000080;
}
@media (min-width: 640px) {
  .show-on-tablet {
    display: flex;
  }
}
@media (min-width: 1024px){
  .banner-block {
    margin-bottom: 60px;
  }
  .banner-block {
    max-width: 100%;
    overflow: hidden;
  }
  .show-on-desktop {
    display: flex;
  }
  .banner-block img.desktop-image {
    display: block;
  }
  .banner-block img.mobile-image {
    display: none;
  }
  .banner-content-wrapper {
    padding-top: 60px;
  }
  .banner-content {
    max-width: 1200px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px auto;
  }
  .banner-content-wrapper h1 {
    font-size: 68px;
    line-height: 89px;
  }
  .banner-content-wrapper p {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    font-weight: 300;
  }
}

@media(max-width: 1023px){
  .blog-post__body p img {
    display: block !important;
    margin: 0 auto 20px !important;
    float: none !important;
    max-width: 100% !important;
  }
  .blog-sidebar.span3,
  .blog-index.span9{
    width: 100% !important;
    margin-left: 0 !important;
  }
}



@media(max-width: 767px){
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 420px){
  .banner-content-wrapper h1 {
    line-height: 1;
  }
  .banner-content-wrapper p {
    line-height: 1.2;
  }
}

.blog-sidebar .blog-sidebar-topic-filter{
  background-color:#3E6F8E;
  padding:20px;
}

.blog-sidebar .blog-sidebar-topic-filter h3,
.blog-sidebar .blog-sidebar-topic-filter a{
  color:white;
}

.blog-sidebar .blog-sidebar-topic-filter ul {
  list-style-type:none;
}

.blog-sidebar .blog-sidebar-topic-filter ul li {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.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;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#email-prefs-form .header {
  background: transparent;
}

@media(max-width:479px){
  .widget-type-email_subscriptions_confirmation h2{
    font-size: 25px;
  }
  form#email-prefs-form h2{
    font-size: 24px;
  }
  form#email-prefs-form h1 {
    font-size: 31px;
  }
}



/*
 * 2020-7-27 VONT edits to HS generated new styles
 * */

.dnd-module a{
  border-bottom:none;
}

#tcap{

}

#tcap .content-wrapper{
  float:none;
  margin:0 auto;
}

@media(max-width:768px){
    .dnd-module a,
  .dnd-module h2{
    padding:0px 10px;
  }
  .dnd-module a img{
    width:calc(100% - 20px);
  }
}

/*
 *  2022-8-12 VONT Edits to Blog theme 
 * */


.hs-blog-listing .banner-block{
  max-height:530px;
}

.blog-sidebar  .blog-sidebar-search,
.blog-sidebar .blog-sidebar-topic-filter{
  background-color:#3E6F8E;
  padding:40px;
}

.blog-sidebar .blog-sidebar-topic-filter a{
  color:white;
}

.blog-sidebar  .blog-sidebar-search h3,
.blog-sidebar .blog-sidebar-topic-filter h3{
  position:relative;
  margin-bottom:15px;
    color:white;
}

.blog-sidebar  .blog-sidebar-search h3:after,
.blog-sidebar .blog-sidebar-topic-filter h3:after{
    content: " ";
    position: absolute;
    width: 100px;
    bottom: -10px;
    border-bottom: 4px double #50C0DE;
    left: 0px;
    margin-left: 0px;
}

.blog-sidebar .blog-sidebar-topic-filter ul {
  list-style-type:none;
  padding-left:0px;
}

.blog-sidebar .blog-sidebar-topic-filter ul li {}

.blog-sidebar  .blog-sidebar-search .hs-search-field__bar form{
  padding:0px;
  padding-top:10px;
}

.blog-sidebar  .blog-sidebar-search .hs-search-field__bar form input{
  height:55px;
  padding:18px;
  border-radius:0px;
}


.blog-sidebar  .blog-sidebar-search .hs-search-field__bar form input:focus,
.blog-sidebar  .blog-sidebar-search .hs-search-field__bar form input:active{
  outline:none;
  
}

.blog-sidebar  .blog-sidebar-search  .hs-search-field__suggestions a,
.blog-sidebar  .blog-sidebar-search  .hs-search-field__suggestions{
  color:white !important;
}

.blog-sidebar  .blog-sidebar-search  .hs-search-field__suggestions #results-for{
  font-weight:bold
}

.hs-blog-listing .row-fluid .blog-index-grid{
  display:flex;
  float:none;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-left:0px;
  margin-right:0px;
  width:100%;
}

.hs-blog-listing .row-fluid .blog-index-grid:after{
  flex:none;
  content:none;
}

.hs-blog-listing .row-fluid .blog-index-grid >.post-item{
  float:none;
  display:flex;
  flex-flow:column;
  margin:0;
  margin-bottom:20px;
  width:30%;
 }

.hs-blog-listing .row-fluid .blog-index-grid >.post-item .featured-image-wrapper{
  height:auto;
}

.hs-blog-listing .row-fluid .blog-index-grid >.post-item:after{
  content: "";
  flex: auto;
}

.hs-blog-listing .row-fluid .blog-index-grid >.post-item >.page-center{
max-width:100%;
}

.hs-blog-listing .row-fluid .post-item .featured-image-wrapper{
  height:350px;
  overflow:hidden;
  text-align:center;
  max-width:100%;
}

.hs-blog-listing .row-fluid .post-item .featured-image-wrapper img{
  width:auto !important;
  height:auto !important;
  max-height:350px;
  max-width:100%;
}

.hs-blog-listing .row-fluid  .post-item h2,
.hs-blog-listing .row-fluid  .post-item h2 a{
  color:#47764B;
  font-size:28px;
  line-height:40px;
}

.hs-blog-listing .row-fluid .post-item .read-more a{
    color:#47764B;
  font-weight:600;
  text-transform:uppercase;
  font-family: "Graphik Semibold";
  display:inline-block;
    margin-top:15px;
}

.hs-blog-listing .row-fluid .post-item .date{
    font-family: "Graphik Semibold";
    font-size:16px;
    line-height:26px;
}
.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__number-link{
  border-radius:5px;
  border:2px solid #47764B;
  color:#47764B;
}

.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__link--active{
  background-color:#47764B;
  color:white;
}



.hs-blog-listing .row-fluid  .blog-pagination  .blog-pagination__next-link,
.hs-blog-listing .row-fluid  .blog-pagination  .blog-pagination__prev-link{
  color:#47764B;
}

.hs-blog-listing .row-fluid  .blog-pagination  .blog-pagination__next-link svg,
.hs-blog-listing .row-fluid  .blog-pagination  .blog-pagination__prev-link svg{
fill:#47764B;
}

.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__next-link--disabled,
.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__prev-link--disabled{
color:#C3C3C3;
}

.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__next-link--disabled svg,
.hs-blog-listing .row-fluid  .blog-pagination .blog-pagination__prev-link--disabled svg{
  fill:#C3C3C3;
}

/*
 * single Blog Post
 * */

.hs-blog-post .blog-post{
  padding-top:1.5rem;
}

.hs-blog-post .banner-content{
  text-align:center;
}
.hs-blog-post .blog-post h1{
  text-shadow:none;
  color:black;
  text-align:center;
}

.hs-blog-post .blog-post__meta >div{
  display:inline-block;
}

.hs-blog-post .blog-post__tags{
  margin-left:5px;
  border-left:2px solid black;
  padding-left:15px;
}


.hs-blog-post .blog-post__tags a{
    font-family: Graphik Medium;
    font-weight: 400;
    font-size: 16px;
    color:#3E6F8E;
    text-decoration:none;
}

.hs-blog-post .blog-psot__timestamp{
 font-family: Graphik Medium;
    font-weight: 400;
    font-size: 16px;
} 

.hs-blog-post .blog-recent-posts{
  background-color:#F5F0E7;
    padding:50px 20px;
}

.hs-blog-post .blog-recent-posts h2{
  position: relative;
}

.blog-post .post-image{
  margin-bottom:20px;
}

.hs-blog-post .blog-recent-posts h2:after{
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    bottom: -10px;
    border-bottom: 4px double #50C0DE;

}


.hs-blog-post .blog-recent-posts .single-post{
  margin-top:53px;
}

.hs-blog-post .blog-recent-posts .single-post:nth-of-type(3){
  display:none;
}

.hs-blog-post .blog-recent-posts .blog-recent-posts__list h3{
  margin-top:5px;
}

.hs-blog-post .blog-recent-posts .blog-recent-posts__list h3 a{
    color:#47764B;
    font-family:'Graphik Medium';
  padding-top:0px;
}

.hs-blog-post .blog-recent-posts .single-post .blog-post__timestamp{
  margin-top:10px;
  font-family:'Graphik Medium';
}

.hs-blog-post .blog-recent-posts .blog-recent-posts__list a.read-more{
  color:#47764B;
  font-size:13px;
  line-height:17px;
  text-transform:uppercase;
  font-weight:bold;
  display:block;
  margin-top:15px;
  font-family:'Graphik Medium';
}

.blog-subscribe-wrapper{
  background-color:#3E6F8E;
  padding:40px 20px;
}

.blog-subscribe-wrapper .blog-subscribe h2{
  color:white;
  position:relative; 
  padding-bottom:20px;
  margin-bottom:30px;
}

.blog-subscribe-wrapper .blog-subscribe h2:after{
    border-bottom: 4px double #50c0de;
    bottom: -10px;
    content: " ";
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100px;
}

.blog-subscribe-wrapper .blog-subscribe p{
  color:white;
}


.blog-subscribe-wrapper .blog-subscribe .blog-subscribe-right h3{
display:none;
}

.blog-subscribe-wrapper .blog-subscribe .hs-submit{
  text-align:left;
}

.blog-subscribe-wrapper .blog-subscribe .hs-button{
  background-color:#50C0DE;
  border-color:#50C0DE;
  color:black;
}


.hs-blog-listing footer,
.hs-blog-post footer{
  margin-top:0px;
}

@media(min-width:768px){
  .hs-blog-post .blog-recent-posts .blog-recent-posts__list{
    display:flex;
    flex-flow:row;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .hs-blog-post .blog-recent-posts .blog-recent-posts__list .single-post{
    max-width:30%;
  }
  .hs-blog-post .blog-recent-posts .single-post:nth-of-type(3){
    display:block;
}
  .blog-subscribe-wrapper .blog-subscribe{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }
  
  .blog-subscribe-wrapper .blog-subscribe > div{
    width:100%;
    padding:20px; 
  }
  
  .blog-subscribe-wrapper .blog-subscribe .blog-subscribe-left{
    max-width:480px;
  }
}