/* ******************************************************************************
*********************************************************************************
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;
}
.dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@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: "Glyphicons Halflings"; 
  src: url("https://8847604.fs1.hubspotusercontent-na1.net/hubfs/8847604/PremierTrailerLeasing_Jan2021/Font/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"),
    url("https://8847604.fs1.hubspotusercontent-na1.net/hubfs/8847604/raw_assets/public/PremierTrailerLeasing_Jan2021/Font/glyphicons-halflings-regular.woff2") format("woff2"), 
      url("https://8847604.fs1.hubspotusercontent-na1.net/hubfs/8847604/raw_assets/public/PremierTrailerLeasing_Jan2021/Font/glyphicons-halflings-regular.ttf") format("truetype");
        }
html {
  font-size: 10px;
}
body {
  line-height: 1.428571429;
}

p {
  margin: 0 0 10px;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

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 ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
blockquote {
  border-left: 10px solid #ccc;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  color: white;
  quotes: "“" "”" "‘" "’";
  font-size: 24px;
}
/* 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: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  max-width: 500px;
  margin-bottom: 20px;
}

.hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  font-size: 14px;
  line-height: 1.428571429;
  text-decoration: none !important;
  margin-bottom: 15px;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.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: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}


.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: 767px){
  form {
    max-width: 500px;
  }
}
/* ******************************************************************************
*********************************************************************************
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);
}
.header__navigation {
  padding: 0 15px;
}


body .custom-menu-primary .submenu.level-1>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-family: "Roboto Condensed",sans-serif;
  display: block;
}

body .custom-menu-primary .submenu.level-1>li.has-submenu>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}



body .custom-menu-primary .submenu.level-2>li>a {
  padding: 5px 15px;
  font-weight: 300;
  display: block;
  line-height: 1.428571429;
  white-space: nowrap;
}
body .custom-menu-primary .submenu.level-2:before {
  content: "";
  position: absolute;
  top: -16px;
  height: 16px;
  width: 100%;
}

body .custom-menu-primary .submenu.level-2>li.has-submenu>a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.428571429;
  color: #333;
  padding: 0;
}

body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul>.has-submenu {
  padding-left: 15px;
  padding-right: 15px;
}
body .custom-menu-primary .submenu.level-2{
  z-index: 9999;
}
body .custom-menu-primary .submenu.level-2>li.has-submenu>a:after {
  content: "";
  height: 1px;
  margin: 5px 0 2px;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.25);
  display: block;
}
body .custom-menu-primary .submenu.level-3>li>a {
  display: block;
  padding: 4px 0 4px 2px;
  clear: both;
  line-height: 1.428571429;
  white-space: normal;
}
body .custom-menu-primary .submenu.level-1>li.no-submenu>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}








body .custom-menu-primary .submenu.level-2 .menu-inner-wrap>li.has-submenu>a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.428571429;
  color: #333;
  padding: 0;
}


body .custom-menu-primary .submenu.level-2 .menu-inner-wrap>li.has-submenu>a:after {
  content: "";
  height: 1px;
  margin: 5px 0 2px;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.25);
  display: block;
}


body .custom-menu-primary .menu-inner-wrap .submenu.level-3>li>a{
  display: block;
  padding: 4px 0 4px 2px;
  clear: both;
  line-height: 1.428571429;
  white-space: normal;
}

body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul .menu-inner-wrap >.has-submenu {
  padding-left: 15px;
  padding-right: 15px;
}
.menu-inner-wrap .submenu.level-3 {
  display: block !important;
}
@media (min-width: 768px){
  body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul .menu-inner-wrap >.has-submenu {
    width: 33.3333333333%;
    float: left;
  }
  body .custom-menu-primary .submenu.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1px;
  }

  body .custom-menu-primary .submenu.level-1>li {
    padding: 1px 0;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    display: block;
  }

  body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul {
    min-width: 540px;
    padding: 10px 7px 7px;
    left: -180px;
  }

  body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul>.has-submenu {
    width: 33.3333333333%;
    float: left;
  }
  .menu-inner-wrap {
    margin: 0 -15px;
    position: relative;
    left: 7px;
  }
  body .custom-menu-primary .submenu.level-1>li.no-submenu>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  body .custom-menu-primary .submenu.level-1>li.has-submenu>a {
    padding-left: 0;
    padding-right: 9px;
  }

  body .custom-menu-primary .submenu.level-2 {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175), inset 0px 3px 8px -2px rgba(0,0,0,0.5);
    margin-top: 0;
    display: none;
  }
  body .custom-menu-primary .submenu.level-2{
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  body .custom-menu-primary .clicked>.submenu.level-2 {
    display: block !important;
  }
}

@media (min-width: 785px){
  body .custom-menu-primary .submenu.level-1 {
    padding-left: 5px;
  }
}

@media (min-width: 1072px){
  body .custom-menu-primary .submenu.level-1>li>a {
    padding-right: 18px;
  }
  body .custom-menu-primary .submenu.level-1 {
    justify-content: flex-end;
  }
}


@media (min-width: 1220px){
  body .custom-menu-primary .submenu.level-1>li.no-submenu>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 16px;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu>a {
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
    font-size: 16px;
  }
}


@media (max-width: 767px){
  .custom-menu-primary {
    padding-left: 20px;
    background-color: #777;
    border: 1px solid #e7e7e7;
  }

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

  body .custom-menu-primary .submenu.level-1>li>a {
    color: #fff;
  }
  body .custom-menu-primary .submenu.level-2 {
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    background-color: transparent !important;
    padding: 5px 0 5px;
  }
  body .custom-menu-primary .submenu.level-2>li>a {
    padding: 5px 15px 5px 25px;
    line-height: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255) !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  body .custom-menu-primary .submenu.level-2 .menu-inner-wrap>li.has-submenu>a {
    font-size: 1em;
    font-weight: 600;
    color: #333 !important;
    font-size: 14px;
  }
  body .custom-menu-primary .submenu.level-3 {
    position: relative;
    display: block !important;
    height: auto !important;
    padding:0 0 1px 0;
  }
  .child-trigger { 
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
  }
  body .custom-menu-primary .submenu.level-3>li>a {
    color: #e4e4e4;
    display: block;
    padding: 4px 0 4px 2px;
    clear: both;
    line-height: 1.428571429;
    font-weight: 300;
    font-size: 14px;
  }
  body .custom-menu-primary .submenu.level-2 .menu-inner-wrap>li.has-submenu>a:after {
    border-top: 1px solid #e5e5e5;
  }
  body .custom-menu-primary .submenu.level-1>li:hover>a {
    color: #333 !important;
  }
  body .custom-menu-primary .submenu.level-1>li.clicked>a {
    color: #fff !important;
  }
  body .custom-menu-primary .submenu.level-2>li>a:hover {
    color: #DC7705 !important;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul {
    padding: 8px 7px 4px;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3)>ul>.has-submenu {
    padding-left: 14px;
    padding-right: 7px
  }
  body .custom-menu-primary .submenu.level-2 .menu-inner-wrap>li.has-submenu>a:after {
    border-top: 1px solid rgba(229, 229, 229, 0.50);
  }
  .menu-inner-wrap {
    margin-left: -15px;
    position: relative;
    padding-left: 7px;
  }
  body .custom-menu-primary .menu-inner-wrap .submenu.level-3>li>a{
    color: #e4e4e4 !important;
  }
  body .custom-menu-primary .menu-inner-wrap .submenu.level-3>li>a:hover {
    color: #DC7705 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header__container {
  border-top: 7px solid #00853f;
  margin-bottom: 10px;
}

header.header {
}
.header__container {
  margin: 0 auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.header-logo {
  padding-left: 15px;
  padding-right: 15px;
}
.header-logo img {
  width: auto !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: auto;
}

.header-inner {
  padding: 10px 0 0 0;
}

.header-link {
  text-align: right;
  color: black;
  margin-top: 6px;
}

.header-link a {
  margin: 0 7px 0 7px;
  font-size: 12px;
}

.loginn a {
  font-size: 11px;
  color: #00853f;
  margin: 0;
}



.header-link, .login-wrapper, .header-search {
  padding: 0 15px;
}
.header--toggle {
  display: none;
}

.login-wrapper {
  text-align: right;
}

.loginn a.sf-mr-m {
  font-size: 12px;
  font-weight: 600;
}
.header-inner-wrapper {
  /*margin-left: -15px;
  margin-right: -15px;*/
  margin-left: auto;
  margin-right: auto;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #00853f;
  font-size: 1.5em;
}

.header-search .hs-input {
  margin: 0;
  border: 1px solid #00853f;
  padding-right: 34px;
}
.loginn {
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 12px;
}
.login-wrapper .bar {
  margin: 0 6px;
}
.header-link .bar {
  margin: 0;
}

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

.header-search .form-group {
  position: relative;
}
.header-link, .login-wrapper{
  width: 100%;
}

.header-logo {
  float: left;
}

.header--toggle {
  display: block;
  position: relative;
  padding: 9px 10px;
  margin-top: 9px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ddd;
  width: 44px;
  margin-right: 31px;
  margin-left: auto;
  cursor: pointer;
}
.header--toggle:hover {
  background-color: rgb(221, 221, 221);
}
.header--toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(136, 136, 136);
}

.header--toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-link.mobile-view {
  display: none;
}
.header-search .glyphicon-search {
  cursor: pointer;
}
.header-search .hs-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}	
.header-search .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1
}
.header-search .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: 1
}
.header-search .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: 1
}
.header-search form {
  max-width: 100%;
  margin: 0;
}
/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}  
header.header.no-nav {
  padding-bottom: 10px;
}



.hs-banner-content p {
  font-size: 13px;
  line-height: 1.5em;
}
.hs-banner-wrapper .page-center {
  position: relative;
}
.hs-banner-content h1{
  margin: 0;
}

.hs-banner-content h1, .hs-banner-content p {
  color: #fff;

  font-weight: normal;
}
.hs-banner-wrapper .page-center img {
  width: 100%;
}

.hs-banner-wrapper img {
  width: 100%;
  display: block;
}
.hs-banner-wrapper.without-banner-image .hs-banner-content {
  position: static;
  padding: 25px 3%;
}

@media (min-width: 566px){
  .header-logo img {
    position: relative;
    z-index: 50;
    width: 170px !important;
    border: 0;
    margin: 2px 0 5px 10px;
    -ms-interpolation-mode: bicubic;
    image-rendering: auto;
  }
}

@media (min-width: 768px){
  .header-logo img {
    border: 0;
    margin: 3px 0 0 15px;
    -ms-interpolation-mode: bicubic;
    image-rendering: auto;
    max-width: 204px;
  }

  .header-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header--toggle {
    display: none;
  }
  .hs-banner-content p {
    font-size: 13px;
    line-height: 1.5em;
    margin: 15px 0;
  }
  .hs-banner-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: none;
  }

  .hs-banner-content {
    position: absolute;
    z-index: 20;
    top: 10%;
    left: 4%;
    max-width: 270px;
    max-height: 300px;
  }
}

@media (min-width: 992px){
  .header-right-col {
    width: 75%;
  }
  .header-logo {
    width: 25%;
  }
  .login-wrapper {
    width: 25%;
  }
  .header-search {
    width: 16.6666666667%;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .header-logo {
    float: none;
  }
  .header-link {
    margin-top: 5px;
  }
  .header-link {
    width: 58.3333333333%;
  }
  .hs-banner-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: none;
  }
  .hs-banner-content p {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1200px){
  .hs-banner-content h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .hs-banner-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .hs-banner-content {
    position: absolute;
    z-index: 20;
    top: 13%;
    left: 3%;
    max-width: 420px;
    max-height: 300px;
  }
  .hs-banner-content p {
    margin: 15px 0;
    width: 340px;
    font-size: 16px;
    line-height: 1.5em;
  }

}

@media (min-width: 1220px){
  .header-logo img {
    margin: 5px 0 0 20px;
    -ms-interpolation-mode: bicubic;
    image-rendering: auto;
    width: auto !important;
    max-width: 224px !important;
  }
}



@media (max-width: 767px){
  .header-link, .login-wrapper, .header-search {
    width: 100%;
  }
  .header-search .form-group {
    margin-bottom: 15px;
  }
  .header-search .form-group {
    margin-bottom: 24px;
  }
  .header__navigation {
    display: none;
  }

  .menu-open .header__navigation {
    display: block;
  }
  /*   Banner */

  .hs-banner-content {
    position: relative;
    z-index: 20;
    top: 0;
    left: 0;
    margin-top: 0;
    max-width: 100%;
    background-color: #00853f;
    max-height: 300px;
    padding: 2rem;
  }
  .hs-banner-content p {
    font-size: 15px;
    line-height: 1.5em;
    width: 100%;
  }
  .hs-banner-wrapper .page-center img {
    width: 100%;
    display: block;
  }
  .banner-wrap {
    padding: .5rem 0 0;
    width: 100%;
  }
}

@media (max-width: 567px){
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo img {
    max-width: 143px !important;
    width: 100% !important;
    margin: .5rem auto 1.5rem;
    display: block;
  }
  .header-link .bar {
    display: none;
  }
  .header-link a {
    font-size: 1.0em;
    padding: 10px 15px;
    width: 100%;
    background-color: #DC7705;
    color: #FFFFFF !important;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all .25s ease;
    text-transform: none;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 1rem;
  }
  .header-link a:hover {
    background: rgb(172, 94, 4);
    color: #FFFFFF;
  }

  .header-link {
    margin-top: 0;
  }
  .header-link a:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    right: -7px;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(270deg);
  }
  .loginn {
    padding-top: 8px;
  }
  .header-link.desktop-view {
    display: none;
  }
  .header-link.mobile-view {
    display: block;
  }

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

.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1px;
}

.footer__copyright {
  max-width: 1240px;
  padding: 0 0 1.5rem;
  font-family: "Roboto",sans-serif;
  margin: 0 auto;
  font-size: small;
}

.custom-footer-menu {
  max-width: 1240px;
  margin: auto;
  padding-bottom: 2%;
}
.custom-footer-menu .submenu.level-1 {
  display: table;
  width: 100%;
}

.custom-footer-menu .submenu.level-1>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
}

.custom-footer-menu .submenu.level-1>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.custom-footer-menu .submenu.level-2>li>a {
  padding: 2px 15px;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-footer-menu .submenu.level-2 {
  position: static;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.custom-footer-menu .submenu.level-1>li {
  border-left: 1px solid #ccc;
  vertical-align: top;
  display: table-cell;
}
.custom-footer-menu .submenu.level-2>li + li {
  margin-top: 2px;
  margin-left: 0;
}
span.bar {
  margin: 0 6px;
}
.ft-image img {
  display: block;
  width: 100%;
}

.footer_social {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.footer_social a span {
  padding-left: 1%;
  padding-right: 1%;
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.back-top-wrap {
  text-align: right;
}
.back-to-top {
  text-align: right;
  padding-top: 1rem;
  display: inline-block;
}
.back-to-top .glyphicon {
  padding-left: 10px;
  padding-right: 10px;
}
.footer__copyright p span:first-of-type {
  line-height: 24px;
  font-size: small;
  margin-right: 3px;
}
.footer__copyright p {
  margin: 0;
}

@media only screen and (max-width: 767px){
  .custom-footer-menu .submenu.level-1 {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .custom-footer-menu .submenu.level-1>li {
    width: 48%;
    margin: 0px 1%;
    display: block;
    margin-top: 10px;
    float: left;
  }
  .footer__container {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) and (min-width: 416px){
  .custom-footer-menu .submenu.level-1>li {
    display: block;
    border-left: 1px solid #cccccc;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    margin: 10px 0 0 0;
  }
}


@media (max-width: 479px) {
  .custom-footer-menu .submenu.level-1>li {
    width: 100%;
  }
}


@media (max-width: 415px){
  .custom-footer-menu .submenu.level-1>li {
    text-align: center;
    border: none;
  }
  .custom-footer-menu .submenu.level-2 {
    display: none;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}
.blog-index-post {
  width: 100%;
  margin: 0 0 2%;
  padding: 1%;
  border: 1px solid #efefef;
  background: rgba(255,255,255,0.8);
}
.blog-main-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0;
}
.blog-content {
  padding: 0px 50px 20px;
}
.blog-post-wrapper .blog-title {
  border-bottom: 3px solid #959595;
  margin: 0;
}
.blog-index {
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-index-post h3 a {
  font-family: Roboto Condensed,sans-serif;
}
.blog-index-post h3 a:hover {
  color: #DC7705;
}

.blog-index-post-content {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-index-post-content .blog-share {
  margin: 0 0 44px;
}
.blog-sidebar {
  border-right: 1px solid #efefef;
  padding: 0 15px;
}

.sidebar-breadcrumb ol {
  padding: 8px 15px;
  margin: 15px 0px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
}

.sidebar-breadcrumb ol li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00853f;
  text-transform: uppercase;
}

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

.sidebar-nav ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 4px 15px 6px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.sidebar-nav ul li.active a {
  color: #787879 ;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
}
.sidebar-card-content h3 {
  font-weight: 600;
  font-size: 22px;
  color: #00853f;
  text-transform: uppercase;
}

.sidebar-img-card {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}
.subscribe-form-holder h3 {
  color: #fff;
  margin: 0 0 5px;
}
.sidebar-card-content p {
  font-size: .9em;
  margin: 1rem 0;
}
.sidebar-card {
  padding: 15px;
}
.sidebar-subscribe {
  padding: 15px 15px 30px;
}
.sidebar-subscribe .form-title {
  display: none;
}
.subscribe-form-holder {
  background: #00853f;
  color: #fff;
  padding: 15px;
}
.sidebar-subscribe.in-content {
  padding: 0 0 20px;
}
.sidebar-subscribe.in-content .subscribe-form-holder {
  
}
.subscribe-form-holder-right {
  
}
.sidebar-subscribe h3 {
  text-transform: uppercase;
}
.sidebar-subscribe .hbspt-form {

}
.sidebar-subscribe .hs-form legend {
  color: #fff;
}

.sidebar-subscribe form {
  position: relative;
  margin: 0;
  max-width: none;
}
.sidebar-subscribe .hs_submit.hs-submit {
  text-align: center;
}
.sidebar-subscribe  .hs-form label {
  color: #f2545b;
}
.sidebar-subscribe .hs-button {
  background: #dc7705;
  margin: 0;
  border: 1px solid #dc7705;
}
.sidebar-cta {
  padding: 15px;
  text-align:center;
}
.sidebar-cta img {
  max-width: 100%;
  height: auto;
}
.blog-share {
  margin: 0 0 60px;
  position: relative;
  z-index: 2;
}
.blog-share i {
  width: 20px;
  text-align: center;
}
.blog-share-box {
  position: absolute;
  padding: 8px;
  box-shadow: 0 0 4px transparent;
  background: #fff;
  border-radius: 3px;
}
.blog-share-box:hover {
  box-shadow: 0 0 4px #000;
}
.blog-share-box:hover ul{
  display: block;
}
.blog-share-title {
  cursor: pointer;
}
.blog-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.blog-title {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0 0 15px;
}
.blog-title-image {
  padding: 0;
}
.blog-title-image a {
  display: block;
}
.blog-title-image img {
  max-width: 100%;
  display: block;
  margin: 15px 0;
  transition: .3s;
}
.blog-title-image:hover img {
  transform: scale(1.02);
}
.blog-title-text {
  text-align: center;
  font-size: 12px;
  font-family: arial;
}
@media (min-width: 768px){
  .blog-title-image {
    max-width: 50%;
    padding-right: 15px;
  } 
  .blog-title {
    display: flex;
    align-items: center;
    margin: 23px 0 15px;
  }
  .blog-title-text {
    flex: 1 0 auto;
    text-align: right;
  }
}
@media (min-width: 992px){
  .blog-title-text {
    font-size: 16px;
  }
}
.blog-listing .content-wrapper {
  padding: 0;
}
.sidebar-card-content h3 a {
  font-family: Roboto Condensed,sans-serif;
}
.blog-pagination ul {
  padding: 0;
  list-style: none;
  margin: 2%;
  display: flex;
  flex-wrap: wrap;
}

.blog-pagination a {
  position: relative;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #00853f;
  margin-left: -1px;
  display: inline-block;
}
.blog-pagination a.active {
  background-color: #dc7705;
  color: #fff;
  pointer-events: none;
}

.blog-pagination a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.blog-pagination ul li:first-child a , 
.blog-pagination ul li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.blog-pagination ul li:last-child > a{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-listing {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-post-featured-image img {
  width: 100%;
}
.blog-post-content {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
}

.hs-post-featured-image {
  text-align: center;
  margin-top: 20px;
}
.blog-post-meta {
  padding: 2%;
  margin-top: 1%;
  margin-bottom: 1%;
  color: white;
  font-style: italic;
  border-radius: 10px;
  background-color: #00853f;
}
.blog-post-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-index-post-image img {
  min-width: 100%;
  width: 100%;
}
.blog-index-post-image {
  flex: 0 0 28%;
  margin: 0 0 0 auto;
  position: relative;
}

a.read-detail-page:hover {
  color: #DC7705;
}
@media (min-width: 768px){
  .blog-content {
    width: 75%;
  }
  .blog-sidebar {
    width: 25%;
  } 
  .blog-post-wrapper .content-wrapper {
    max-width: 750px;
  }
  .blog-index-post {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .sidebar-subscribe .hs-button {
    width: 100%;
  }
  .sidebar-subscribe .hs_submit.hs-submit {
    position: relative;
  }
}
@media (min-width: 992px){
  .blog-post-wrapper .content-wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1280px){
  .sidebar-subscribe .subscribe-form-holder-right form {
    display: flex;
    max-width: none;
  }
  .sidebar-subscribe .subscribe-form-holder-right form .hs_error_rollup {
    display: none;
  }
  .sidebar-subscribe .subscribe-form-holder-right form > * {
    padding: 0 10px;
    flex: 0 0 25%;
  }
  .subscribe-form-holder-right .hs-form label {
    margin-bottom: 0;
  }
  .sidebar-subscribe .subscribe-form-holder-right form input {
    margin: 10px 0;
    width: 100%;
  }
}

@media (min-width: 1200px){
  .blog-post-wrapper .content-wrapper {
    max-width: 1370px;
  }
}

@media (max-width: 992px) and (min-width: 768px){
  .sidebar-breadcrumb ol li a {
    font-size: 18px;
  }
  .sidebar-nav ul li a {
    padding: 6px 15px;
    font-size: 16px;
  }
  .sidebar-nav ul li.active a {
    color: #787879;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
  }
  h3.sidebar-card-title a {
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .hs-banner-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 1.15em;
    text-transform: none;
  }
  .blog-sidebar.mobile {
    display: none;
  }
  .blog-sidebar {
    display: none;
  }
}
@media (max-width: 550px){
  .blog-content{
    padding: 0px 3rem;
  }
  .blog-main-container {
    margin-top: 10px;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 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-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  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;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

.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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@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{
  margin-top: 15px; 
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .show-for-mobile {
    display: none;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.blog-post__body ul {
  padding-left: 17px;
}
.blog-post__body img {
  max-width: 100%;
  margin: 15px 0;
}
.blog-post__body img.float-right {
  margin-left: 15px;
}
.blog-post__body img.float-left {
  margin-right: 15px;
}
.blog-post__body li::marker {
  color: #00853f;
}
.text-green {
  color: #00853f;
}

.leadinModal .leadinModal-content h4 {
  color: #00853f !important;
}

.modal .sidebar-subscribe {
  padding: 0;
}
.modal h3,
.modal p {
  text-align: center;
}

.modal .subscribe-form-holder {
  background: #fff;
  color: #333;
  padding: 0;
}

.modal .hs-input {
  margin: 5px 0;
}

.blog-dislcaimer-container {
  background: #F5F5F5;
  padding: 30px;
}
.blog-dislcaimer-container p {
  font-size: 14px;
  line-height: 1.2;
}
.blog-dislcaimer-container > *:last-child {
  margin-bottom: 0;
}
.hs-blog-listing .header__container,
.hs-blog-post .header__container {
  border-color: #A3CF62;
}
.blog-listing-2022 {
    margin-bottom: 50px;
}
.bl-2022-header {
    position: relative;
}
.bl-2022-sidebar-cta img{
width:100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 9px;
}
.bl-2022-header img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.bl-2022-header--background {
  height: 129px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bl-2022-header--background video,
.bl-2022-header--background img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 101%;
  transform: translate(-50%, -50%);
}
.bl-2022-header--background img {
width: 100%;
}
.bl-2022-header--background video {
  display: none;
}
.bl-2022-header--background::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00783C;
  mix-blend-mode: multiply;
}
@media (min-width: 710px) {
  .bl-2022-header--background video,
  .bl-2022-header--background img {
    width: 101%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .bl-2022-header--background video {
    display: block;
  }
  .bl-2022-header--background img {
    display: none;
  }
}
.bl-2022-header--content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    width: 100%;
}
.bl-2022-header--content h1,
.bl-2022-header--content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #A3CF62;
    margin: 0 0 6px;
}
.bl-2022-header--content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}
@media (min-width: 768px) {
    .bl-2022-header--content {
        padding-left: 70px;
        max-width: 670px;
    }
}

.bl-2022-tagbar {
    border-top: 4px solid #A3CF62;
    background: #00783C;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.bl-2022-tagbar a {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 12px;
}
.bl-2022-tagbar a:hover {
  color: #38b7ea;
}
.bl-2022-tagbar a.active {
  text-decoration: underline;
}
@media (min-width: 1340px) {
    .bl-2022-tagbar {
        flex-wrap: nowrap;
    }
}

.bl-2022-tagbar + .bl-2022-topic-group {
    margin-top: 50px;
}
.bl-2022-topic-group {
    margin-top: 45px;
}
.bl-2022-topic-group h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 7px;
    border-bottom: 1px solid #333333;
    margin: 0 0 30px;
}
.bl-2022-post-preview + .bl-2022-post-preview {
  margin-top: 25px;
}
.bl-2022-post-preview-inner {
    border: 2px solid #BEBEBE;
    border-radius: 9px;
    overflow: hidden;
}
.bl-2022-post-preview-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.bl-2022-post-preview-content {
    padding: 25px;
}
.bl-2022-post-preview-content-preheadline {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #38B7EA;
    margin: 0 0 20px;
}
.bl-2022-post-preview-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 0 0 20px;
}
.bl-2022-post-preview-content h3 a {
    color: #333333;
}
.bl-2022-post-preview-content h3 a:hover {
    color: rgba(220, 119, 5, 1.0);
}
.bl-2022-post-preview-content p {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 0;
}
@media (min-width: 480px) {
    .bl-2022-post-preview + .bl-2022-post-preview {
      margin-top: 0;
    }
    .bl-2022-post-list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: -12px;
    }
    .bl-2022-post-preview {
        width: 50%;
        padding: 12px;
    }
    .bl-2022-post-preview-inner {
        height: 100%;
    }
}
@media (min-width: 960px) {
    .bl-2022-post-preview {
        width: 33.3333%;
    }
}
@media (max-width: 1364px) {
    .bl-2022-topic-group {
        padding: 0 12px;
    }
}

.bl-2022-footer {
    border-top: 4px solid #8A8385;
    background: #BEBEBE;
}

.bl-2022-footer .page-center {
    padding: 50px 25px;
    position: relative;
}
.bl-2022-footer-social {
    margin-bottom: 20px;
}
.bl-2022-footer-social a {
    color: #FFFFFF;
}
.bl-2022-footer-social a:hover {
  color: #A3CF62;
}
.bl-2022-footer-social a + a {
    margin-left: 15px;
}

@media(min-width: 960px) {
    .bl-2022-footer .page-center::before {
        content: '';
        background: transparent url('https://8847604.fs1.hubspotusercontent-na1.net/hubfs/8847604/PremierTrailerLeasing_Jan2021/Images/blog-footer-image.png') no-repeat 0 0;
        width: 480px;
        padding-top: 181px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .bl-2022-footer-top {
        padding-right: 500px;
        padding-bottom: 36px;
    }
}

.bl-2022-pagination {
    background: transparent url('https://8847604.fs1.hubspotusercontent-na1.net/hubfs/8847604/PremierTrailerLeasing_Jan2021/Images/blog-pagination-bar.png') repeat-x center center;
    text-align: right;
    margin-top: 45px;
}
.bl-2022-pagination ul {
    list-style: none;
    display: inline-block;
    background: #FFFFFF;
    font-size: 0;
}
.bl-2022-pagination li {
    border: 1px solid #A3CF62;
    height: 35px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.bl-2022-pagination li + li {
    border-left: none;
}
.bl-2022-pagination li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #00783C;
    display: inline-block;
    padding: 6px;
    min-width: 35px;
}
.bl-2022-pagination li a.active,
.bl-2022-pagination li a:hover {
    background: #38B7EA;
    color: #FFFFFF;
}

.bl-2022-detail {
    margin: 50px 0;
}
.bl-2022-detail-featured-image {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 6px;
}
.bl-2022-detail-content h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 57px;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 40px 0 30px;
}
.bl-2022-detail-content h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #00783C;
    margin: 25px 0 12px;
}
.bl-2022-detail-content p,
.bl-2022-detail-content ul,
.bl-2022-detail-content ol,
.bl-2022-detail-content li {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #333333;
}
.bl-2022-detail-content img {
  max-width: 100%;
  height: auto;
}

.bl-2022-sidebar-subscribe {
    background: #38B7EA;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 75px;
}
.bl-2022-sidebar-subscribe h3.form-title {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    background: transparent;
    margin: 0 0 25px;
}
.bl-2022-sidebar-subscribe form {
    max-width: none;
    margin: 0;
}
.bl-2022-sidebar-subscribe .hs-form-field {
    margin: 0 0 25px;
}
.bl-2022-sidebar-subscribe input.hs-input {
    background: #FFFFFF;
    border-radius: 9px;
    border: none;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    height: 50px;
    padding: 13px 15px;
    margin: 0;
}
.bl-2022-sidebar-subscribe .hs-error-msgs label {
    color: #FFFFFF;
}
.bl-2022-sidebar-subscribe .hs_error_rollup {
  display: none;
}
.bl-2022-sidebar-subscribe input.hs-button {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #00783C;
    border-color: #00783C;
    border-radius: 9px;
    width: 100%;
    margin: 0;
    height: 50px;
}
.bl-2022-sidebar-subscribe input.hs-button:hover {
    border-color: #005327;
    background: #005327;
}
.bl-2022-sidebar-location {
    background: #A3CF62;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 25px;
}
.bl-2022-sidebar-location img {
    width: 100% !important;
    height: auto;
    vertical-align: top;
    margin: 0 0 22px;
}
.bl-2022-sidebar-location .widget-type-rich_text {
    padding: 0 20px;
}
.bl-2022-sidebar-location p {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 14px;
}
.bl-2022-sidebar-location .widget-type-cta {
    padding: 0 20px 20px;
}
.bl-2022-sidebar-location .hs-button {
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #00783C;
    border-color: #00783C;
    border-radius: 9px;
    width: 100%;
    margin: 0;
    box-sizing: border-box !important;
    height: 50px;
}
.bl-2022-sidebar-location .hs-button:hover {
    border-color: #005327;
    background: #005327;
}
.bl-2022-sidebar-cta {
    text-align: center;
}

@media(min-width: 768px) {
    .bl-2022-detail {
        display: flex;
    }
    .bl-2022-detail-content {
        width: calc(100% - 365px);
        padding-right: 50px;
        border-right: 1px solid #BEBEBE;
    }
    .bl-2022-detail-sidebar {
        width: 365px;
        padding-left: 50px;
    }
}
@media(max-width: 1340px) {
    .bl-2022-detail {
        padding: 0 20px;
    }
}
/* ******************************************************************************
*********************************************************************************
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;
}*/
.error-page img{
  max-width: 100%;
  height: auto;
}
.error-page ul {
  display: block;
  list-style-type: none;
  margin: auto;
  text-align: left;
  font-size: 28px;
  max-width: 294px;

}
.error-page ul li {
  margin-bottom: .5rem;
}
.error-page ul li a{
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: .5rem;
  color: #333;
}
.error-page_subheading {
  color: #333;
  margin-bottom: 1.5rem;
}

.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;
}
.systems-page input[type="password"] {
  height: auto !important;
}
.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;
}