/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { font-family: "Nunito";
  src: url("https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUYevO.woff") format("woff");
  font-style: normal; 
  font-weight: 700;
}

@font-face {
  font-family: "proxima-soft";
  font-style: normal;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l") format("woff2"), 
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l") format("woff"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l") format("opentype");
}
@font-face {
  font-family: "proxima-soft";
  font-style: italic;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-1") format("woff2"), 
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-1") format("woff"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-1") format("opentype");
}
@font-face {
  font-family: "proxima-soft";
  font-style: normal;
  font-weight: 700;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-2") format("woff2"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-2") format("woff"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-2") format("opentype");
}
@font-face {
  font-family: "proxima-soft";
  font-style: italic;
  font-weight: 700;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-3") format("woff2"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-3") format("woff"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/l-3") format("opentype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/fontawesome-webfont.ttf") format("truetype");
        }
@font-face {
  font-family: "Defaults";
  font-style: normal;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/Defaults.eot") format("embedded-opentype"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/Defaults.woff") format("woff"), 
      url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/Defaults.ttf") format("truetype");
        }
@font-face {
  font-family: "ult-silk"; 
  font-style: normal;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/ult-silk.eot") format("embedded-opentype"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/ult-silk.woff") format("woff"), 
      url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/ult-silk.ttf") format("truetype");
        }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/fa-solid-900.woff2") format("woff"), 
      url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/fa-solid-900.ttf") format("truetype");
        }
@font-face {
  font-family: "Ingenicons";
  font-style: normal;
  font-weight: 400;
  src: url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/HappyNest_April2021/fonts/Ingenicons.eot") format("embedded-opentype"),
    url("https://14500231.fs1.hubspotusercontent-na1.net/hubfs/14500231/raw_assets/public/HappyNest_April2021/fonts/Ingenicons.woff") format("woff")
      }

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 1.5rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height: 1.4;
  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;
}

strong {
  font-weight: bold;
  font-family: "proxima-soft";
  font-style: normal;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 1.5rem;
  list-style-position: inside;
  padding:0;
}

ul li,
ol li {
  line-height: 1.8;
  margin-bottom: 15px;
  list-style-position: outside;
  margin-left: 30px;
}

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

blockquote {
  line-height: 1.8;
  padding: 17px 0 20px 28px;
  font-style: italic;
  margin: 0 0 1.5rem;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.page-center,
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  margin: 15px 0 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 3.1;
  outline: none;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.hs-input.invalid.error {
  border: 1px solid #c00;
}
.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 {
  width: auto;
  text-align: left;
  margin-bottom: 4px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 4px 0;
}

.hs-error-msgs label {
  display: block;
  color: #900 !important;
  font-size: 12px;
  margin-top: 5px;
}

.hs-input,
input#hs-pwd-widget-password{
  display:block;
  width: 100% !important;
  max-width: 767px;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 10px;
  height: 38px;
  line-height: 1.3;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input#hs-pwd-widget-password{
  height: 38px !important;
}
form ul li {
  margin: 0;
}


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

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}
 
.field,.hs-form-field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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;
}
a.red-btn-mobile {
  background-color: rgb(239, 48, 56);
  font-family: Nunito;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
}
a.red-btn-mobile:hover {
  background-color: #DB1119;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hiw-video {
  width: 800px;
  height: 452px;
}

@media only screen and (max-width: 850px) {
.hiw-video {
  width: 331px;
  height: 187px;
}
}

/* New Partner Page September 2021 */

.partner-page .banner-area-mdl {
  padding: 100px 0px 200px 0px !important;
}

.partner-quote-box {
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  overflow-x: auto;
  border-radius: 10px;
  max-width: 75%;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.quote-text {
  text-align: center;
  line-height: 1.25;
  font-size: 30px;
  font-weight: bold;
}
.quote-name {
  font-weight: bold;
  font-size: 18px;
}
.quote-title {
  font-size: 15px;
}
.partner-video {
  width: 499px;
  height: 282px;
}

.partner-video-small {
  width: 331px;
  height: 187px;
}

@media only screen and (max-width: 1030px) {
.partner-video {
  width: 331px;
  height: 187px;
}
  
.partner-video-small {
  width: 225px;
  height: 127px;
}
}

@media only screen and (max-width: 850px) {
.partner-quote-box {
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  overflow-x: auto;
  border-radius: 10px;
  max-width: 95%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.quote-text {
  text-align: center;
  line-height: 1.25;
  font-size: 21px;
  font-weight: bold;
}
.quote-name {
  font-weight: bold;
  font-size: 16px;
}
.quote-title {
  font-size: 13px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.body-container__full-wd .hs_cos_wrapper_type_rich_text p {
  font-size: 1.3em;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}
.body-wrapper p:last-child {
  margin-bottom: 0;
}
.full-wd-type2-pg .content-wd-background {
  margin: 0 -15px;
}
.contact-us-page .banner-area-mdl .banner-content h1 {
  font-size: 60px;
  line-height: normal;
}
.contact-us-page .banner-area-mdl {
  padding-top: 90px;
  padding-bottom: 165px;
}
.body-container__contact-us .hs_cos_wrapper_type_rich_text {
  width: 66.66666667%;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.white-bd .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li>a {
  color: #fff !important;
}
.white-bd .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li,
.white-bd .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li span {
  color: #fff !important;
}
.white-bd .header-bottom-sec .header__container .cst-bradcrumb-grp {
  padding-top: 18px;
}
.body-container__full-wd-type3 .hs-button {
  margin: 0;
  color: #fff;
  border-color: #f90;
  background-color: #f90;
  font-size: 14px;
  padding-top: 14px;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
}
.body-container__full-wd-type3 .hs-button:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700;
}
.body-container__full-wd-type3 li>ol,.body-container__full-wd-type3 li>ul {
  margin-left: 20px;
  margin-top: 15px;
}
.no-contact-image .span4 {
  padding: 17.5px;
  width: 33.33333333%;
  margin-left: 0;
}
.no-contact-image .hs_cos_wrapper_type_linked_image img {
  display: block;
  width: 100%;
  max-width: 346px !important;
}
.no-contact-image .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1235px;
}
.no-contact-image .hs_cos_wrapper_type_linked_image {
  padding: 0 15px;
  display: block;
}
.contact-top-col .page-center {
  padding: 0;
  max-width: initial;
  margin: 0 -18px;
}
.contact-top-col {
  overflow: hidden;
}
.body-container__full-wd-type3 ul ul {
  list-style-type: circle;
}
.body-container__faq .faq_acc_wrap {
  padding: 20px 0 21px;
}
.body-container__faq .faq_acc_wrap .faq_acc_hd h3 {
  text-align: left;
  color: #686868;
  font-size: 23px;
  margin: 0;
  line-height: 1.4;
  padding-bottom: 28px;
}
.body-container__faq .faq_acc_wrap .faq_acc_inr {
  padding-top: 0;
}
.body-container__faq .faq_acc_wrap .page-center {
  padding: 0;
}
.body-container__faq .faq_acc_wrap .faq_toggle_title h5.faq_custom_heading {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.body-container__faq .faq_acc_wrap .faq_toggle_title {
  margin: 0;
  line-height: 1.8;
}
.body-container__faq .faq_acc_wrap .faq_toggle_title i {
  margin-top: 1px;
}
.body-container__faq .faq_acc_wrap .faq_toggle {
  margin: 1px 0 21.73913px 0;
}
.body-container__faq .faq_acc_wrap .faq_toggle_content {
  margin-bottom: 0;
  margin-top: 17px;
  padding-bottom: 0;
}
.body-container__faq .faq_acc_wrap .faq_toggle.active {
  margin-bottom: 22px;
}
.how-it-works-page .banner-area-mdl .banner-content h1 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}
.how-it-works-page .content-wd-background .content {
  padding: 80px 0;
}
.how-it-works-sec .dnd-section>.row-fluid {
  padding: 0;
}
.fa-apple:before {
  content: "\f179";
}
.partner-page .banner-area-mdl {
  padding: 170px 0;
}
.partner-page .banner-area-mdl .banner-content {
  padding: 0;
  text-align: left;
}
.partner-page .banner-area-mdl .banner-content h1 {
  text-shadow: 1px 1px 6px black;
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  font-weight: normal;
}
.partner-strategy .dnd-section>.row-fluid {
  padding: 0;
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.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;
}
.body-container__partner h3 {
  font-size: 36px;
  line-height: 46px;
}
.body-container__partner .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 32.5px;
}
.body-container__partner .span6:first-child {
  padding-left: 0;
}
.body-container__partner .span6:last-child {
  padding-right: 0;
}
.body-container__partner p, .body-container__partner ul {
  padding-top: 10px;
  font-size: 1.3em;
  line-height: 1.8;
}
.mitigation-page .banner-area-mdl .banner-content h1 {
  font-size: 60px;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 0;
}
.mitigation-page .content-wd-background .content {
  padding-bottom: 60px;
}
.wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wpb_video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mitigation-page .header-bottom-sec {
  padding-top: 30px;
}
.partner-testimonial .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 47px 0 51px;
  border-top: 3px solid #0493c8;
  border-bottom: 3px solid #0493c8;
}
.partner-testimonial h3.form-title {
  text-align: center;
  color: #1b75bc;
  font-weight: 700;
  font-size: 31px;
  font-weight: 700;
  font-style: normal;
  font-size: 31px;
}
.partner-testimonial .hs-richtext p {
  font-size: 18.2px;
  line-height: 1.8;
}
.partner-testimonial .hs-richtext {
  padding-bottom: 66px;
}
.partner-testimonial .hs-form-field {
  width: 34.333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.partner-testimonial .actions {
  width: 34.333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}
.partner-testimonial input.hs-button.primary.large {
  margin-top: 0;
  margin-bottom: 24px;
}
.why-happynest-page .banner-area-mdl {
  padding: 170px 0;
}
.why-happynest-page .banner-area-mdl .banner-content {
  padding: 0;
}
.why-happynest-page .banner-area-mdl .banner-content h1 {
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  font-weight: normal;
}
.why-happynest-page .content-wd-background .content {
  padding-top: 80px;
  padding-bottom: 30px;
}
.why-partner .hs_cos_wrapper_type_rich_text {
  border: 0;
}
.why-partner p {
  font-size: 1.3em;
  line-height: 1.8;
}
.why-happynest-page .content-wd-background .content p img {
  width: 100%;
}
.body-container__home .hs_cos_wrapper_type_header h3 {
  text-align: center;
  font-size: 34px;
  line-height: normal;
  margin: 0;
}
.home-customers {
  overflow: hidden;
}
.how-it-works-cost h3 {
  font-size: 34px;
  line-height: normal;
}
.how-it-works-cost p {
  font-weight: normal;
  color: #0493c8;
  margin-bottom: 20px !important;
  line-height: normal;
}
.how-it-works-cost .check-pricing-mdl {
  max-width: 253px;
  margin: 0 auto;
  padding-top: 20px;
}
.how-it-works-cost .check-pricing-mdl input#zip-value {
  width: 100px;
}
.partner-testimonial .hs_error_rollup {
  width: 34.333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}

@-moz-document url-prefix() {
  input::placeholder, textarea::placeholder {
    -moz-transition: color .2s;
    transition: color .2s;
    color: #B0B0B0;
    opacity: 0.55;
    font-family:system-ui, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  }
}

.body-container__mitigation .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: initial !important;
  padding: 40px 40px 0 !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.hs_col-sm-5 {
  width: 40%;
}
.hs_col-sm-6 {
  width: 50%;
}
.hs_col-sm-7 {
  width: 60%;
}

.hs_col-sm-4 {
  width: 33.33333333%;
} 
img {
  max-width: 100%;
}
.hs_column-inner,
.page-center{
  padding-left: 15px;
  padding-right: 15px;
}
.keep_row1 .dnd-section {
  padding: 0;
}
.keep_row1 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.gb_row .how_it_works-mdl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 15px 15px; 
}
.gb_row .how_it_works-mdl .how_it_works .item .content-wrap { 
  padding-top: 0;
}
.gb_row .how_it_works-mdl .how_it_works .item .content-wrap p {
  margin: 0;
} 
.hs_col-sm-8 {
  width: 66.66666667%;
}
.lndry_pg .gb_row .how_it_works-mdl {
  padding-top: 75px;
} 
.hs_col-sm-3 {
  width: 25%; 
}
.iwc_wrap .iwc_cnt p:last-child {
  margin: 0;
}  
.keep2_row1  .imc_form {
  padding-bottom: 0;
}
.lndry_pg .iwc_wrap .imc_form {
  padding: 10px 0 0;
} 
.lndry_sr_pg .widget-type-linked_image img {
  display: block;
} 
.lndry_sr_pg .iwc_wrap .iwc_inr {
  font-size: 1.3em;
  line-height: 1.8;
}
.lndry_sr_pg .iwc_wrap .imc_form>p {
  font-size: 14px;
}
.lndry_pg.lndry_sr_pg .iwc_wrap .imc_form { 
  padding: 0;
}
.lndry_sr_pg .iwc_cnt_bt {
  padding-top: 25px;  
}
.lndry_sr_pg .rev_wrap {
  padding-top: 39px;
}
.lndry_pg.lndry_sr_pg .gb_row .how_it_works-mdl {
  padding-top: 44px;
}
.lndry_sr_pg .faq_acc_wrap {
  padding-top: 40px;
}
.lndry_sr_pg .faq_acc_wrap .faq_acc_btn a:hover {
  background: rgb(219, 17, 25);
  color: #fff;
  border-color: #fff;
} 

.lndry_sr_pg .faq_acc_wrap .faq_acc_btn a {
  border-radius: 5px;
  border-width: 2px;
  border-color: rgb(239, 48, 56);
  border-style: solid;
  background: rgb(255, 255, 255);
  color: rgb(239, 48, 56);
}
.keep2_row1 .iwc_wrap .iwc_img img { 
  margin: 0 auto;
}
.lt2_pg .cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-header h1 {
  margin: 0;
  text-align: left;
}
.lt2_pg .cst-r1-location-grp .widget-type-linked_image {
  padding-bottom: 20px;
}
.lt2_pg .cst-r1-location-grp .hs-button:hover {
  background: rgb(219, 17, 25);
}

.lt2_pg .cst-r1-location-grp .hs-button {
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.4em;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 21px 42px;
  border-style: solid;
  background: #ef3038;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  border-width: 1px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
.lt2_pg .cst-r1-location-grp .span12 {
  display: block !important;
} 
.lt2_row2 .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.lt2_row2 .dnd-section {
  padding: 0;
}
.lt2_row2 {
  padding-top: 42px;
}
.lt2_row2 .rev_wrap {
  padding-bottom: 15px;
}
.lt2_row2 .how_it_works-mdl {
  margin-top: 30px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


/* Custom */
.location_grp2 .dnd-section > .row-fluid,
.location_main_grp3 .dnd-section > .row-fluid,
.location_main_grp4 .dnd-section > .row-fluid,
.location_detroit_grp4 .dnd-section > .row-fluid,
.location_detroit_grp1 .dnd-section > .row-fluid,
.location_detroit_grp5 .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.location_grp1 .widget-type-rich_text,
.location_main_grp1 .widget-type-rich_text,
.pricing_grp2 .widget-type-rich_text {
  font-size: 1.3em;
  line-height: 1.8;
}

.location_grp2 .widget-type-rich_text p,
.location_main_grp3 .widget-type-rich_text p,
.location_main_grp1 .widget-type-rich_text p {
  margin: 0 0 1.5rem;
  word-break: break-word;
}

.location_grp1 .widget-type-rich_text p:last-child,
.location_grp2 .widget-type-rich_text p:last-child,
.location_main_grp3 .widget-type-rich_text p:last-child,
.location_main_grp1 .widget-type-rich_text p:last-child,
.pricing_grp1 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.location_grp2 .span3,
.location_main_grp3 .span3 {
  width: 25%;
  margin-left: 0;
  justify-content: initial !important;
}

.location_grp2 .row-fluid [class*="span"],
.location_main_grp3 .row-fluid [class*="span"] {
  min-height: 1px;
}

.location_grp2 .widget-type-rich_text {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 10px 15px;
}

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

.location_main_grp3 .widget-type-rich_text {
  padding: 0 15px;
  text-align: center;
}

.location_main_pg .banner-area-mdl .banner-content h1 {
  font-size: 48px;
  line-height: normal;
  margin: 0;
}

.location_main_pg .banner-area-mdl .banner-content .sub-title {
  margin-top: 0;
  font-size: 32px;
  line-height: normal;
  font-family: proxima-soft,sans-serif;
}

.location_main_grp1 .widget-type-rich_text li > ol,
.location_main_grp1 .widget-type-rich_text li > ul {
  margin-left: 20px;
  margin-top: 15px;
}

.location_main_grp1 .widget-type-rich_text ol:last-child,
.location_main_grp1 .widget-type-rich_text ul:last-child{
  margin-bottom: 0;
}

.pricing_pg .banner-area-mdl .banner-content h1 {
  font-size: 60px;
  line-height: normal;
  margin: 0;
}

.pricing_pg .banner-area-mdl .banner-content .sub-title {
  margin-top: 0;
}

.pricing_pg .banner-area-mdl .banner-content .sub-title {
  font-size: 21px;
  line-height: normal;
}

.pricing_grp1 .widget-type-rich_text {
  color: #fff;
  font-size: 1.5em;
}

.pricing_grp2 .widget-type-rich_text h3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: normal;
}

.referral_raffle_pg .body-container-wrapper {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 85px;
}

.referral_raffle_grp1 .widget-type-header h1 {
  margin: 0;
  font-size: 34px;
  line-height: normal;
}

.referral_raffle_grp2 {
  margin: 0 -5px;
}

.referral_raffle_grp2 .dnd-section > .row-fluid {
  padding: 0;
  padding-top: 20px;
  max-width: 1210px;
}

.referral_raffle_grp2 .span6 {
  padding: 5px 20px;
  margin-left: 0;
  width: 50%;
  justify-content: initial !important;
}

.referral_raffle_grp2 .widget-type-linked_image img {
  display: block;
}

.referral_raffle_grp2 .widget-type-rich_text ul:last-child,
.referral_raffle_grp2 .widget-type-rich_text ul li:last-child{
  margin-bottom: 0;
}

.referral_raffle_grp2 .hs-button {
  margin: 0;
  margin-bottom: 21.73913043px;
  margin-top: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-color: #6dab3c;
  background-color: #6dab3c;
  font-weight: normal;
}

.referral_raffle_grp2 .hs-button:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}

.springboard_pg .header-bottom-sec {
  display: none;
}

.springboard_grp1 .widget-type-header h2 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  line-height: normal;
}

.springboard_grp1 .widget-type-rich_text {
  margin-bottom: 48px;
}

.springboard_grp1 .widget-type-rich_text h2 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 18px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.springboard_grp1 .span4 {
  width: 33.33333333%;
  margin: 0;
  justify-content: initial !important;
  padding: 0 15px;
}

.springboard_grp1 .hs-button {
  margin-bottom: 21.73913043px;
  margin-top: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  border-color: #5472d2;
  background-color: #5472d2;
  font-weight: normal;
}

.springboard_grp1 .hs-button:hover {
  color: #f7f7f7;
  border-color: #3c5ecc;
  background-color: #3c5ecc;
}

.location_main_pg .banner-area-mdl .banner-content .sub-title h4 {
  padding-top: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
}

.pricing_grp2 .check-pricing-mdl {
  padding-top: 20px;
  text-align: center;
}

.pricing_grp2 .check-pricing-mdl input#zip-value {
  width: 100px;
}

.cst-r2-location-site-section .widget-type-rich_text :last-child {
  margin-bottom: 0;
}

.cst-r2-location-site-section .dnd-section>.row-fluid ul li:last-child {
  margin-bottom: 0;
}

.location_detroit_pg .header-bottom-sec {
  padding-top: 30px;
}

.location_detroit_pg .banner-area-mdl .banner-content h1 {
  font-size: 48px;
  margin-bottom: 0;
  line-height: normal;
}

.location_detroit_pg .banner-area-mdl .banner-content {
  padding-top: 161px;
}

.location_detroit_pg .banner-area-mdl .banner-content .sub-title {
  margin-top: 0;
  font-size: 31px;
  font-family: proxima-soft,sans-serif;
  line-height: 1.4;
}

.location_detroit_pg .banner-area-mdl .banner-button {
  margin-top: 24px;
}

.location_detroit_pg .banner-area-mdl .banner-button a {
  padding: 15px 30px;
}

.location_detroit_grp3 .how_it_works-mdl {
  padding: 75px 0 25px;
}

.location_detroit_grp1 .widget-type-rich_text {
  color: #fff;
  font-size: 1.5em;
}

.location_detroit_grp1 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.location_detroit_grp1 .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}

.location_detroit_grp1 .widget-type-linked_image img {
  display: block;
}

.location_detroit_grp5 .faq_acc_wrap {
  padding: 120px 0 100px;
}

.location_detroit_grp2 .widget-type-rich_text {
  font-size: 1.3em;
  line-height: 1.8;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text li > ul,
.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text li > ol {
  margin-left: 20px;
  margin-top: 15px;
}
.ball-pulse>div {
  background: #1b75bc;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.ball-pulse>div:nth-child(0) {
  -webkit-animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
  animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
  animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
  animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
  animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div {
  background: #1b75bc;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
  animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}

.loader-inner {
  position: relative;
}
.cst-location-site-page .header-group {
  position: relative;
}


.cst-r1-location-grp .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

.cst-r1-location-grp .page-center .inner-grp {
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px!important;
  padding-top: 40px!important;
  border-radius: 1px!important;
}
.header-bottom-sec .header__container .header-search > div,
.header-bottom-sec .header__container .header-search form {
  width: 100%;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666667%;
  padding-top: 15px;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 3px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 {
  float: right!important;
  font-size: 13px;
  font-family: proxima-soft,sans-serif;
  font-style: normal;
}


.header-bottom-sec .header__container .header-search {
  width: 33.33333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li > a:hover,
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li span.hs-breadcrumb-label:hover {
  color: #1c4787;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li > a, 
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li span.hs-breadcrumb-label {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 14px;
  color: #0493c8;
}

.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li .hs-breadcrumb-menu-divider:before {
  content: '>';
  padding: 0;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li {
  margin: 0 -2px;
  padding: 0;
  float: none;
  box-sizing: unset;
  display: inline-block;
}
.header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1 > ul > li .hs-breadcrumb-menu-divider {
  font-weight: bolder;
  font-size: 14px;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-header h1 {
  font-family: proxima-soft,sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 30px;
  font-weight: bold;
  color: #1b75bc;
  margin-bottom: 20px;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-header {
  text-align: center;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix {
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cst-r1-location-grp  .dnd-section>.row-fluid {
  padding: 0!important;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .right-col {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col .cst-r1-c1-left-location-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: center;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text p {
  margin: 0 0 1.5rem;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ol {
  margin: 0 0 1.5rem;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul:last-child {
  margin-bottom: 0!important;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li ol li:last-child {
  margin-bottom: 0;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li ol li {
  margin-bottom: 15px;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li ol {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li {
  margin-bottom: 0;
  margin-left: 30px;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col .cst-r1-c1-left-location-section img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-rich_text {
  padding-top: 25px;
  margin-bottom: 5px;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul ul:last-child {
  margin-bottom: 0;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul ul {
  margin-left: 20px;
  margin-top: 15px;
}
.cst-r2-location-site-section .dnd-section>.row-fluid {
  margin-bottom: 36px !important;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span4  .widget-type-linked_image {
  text-align: center;
}
.cst-r2-location-site-section .dnd-section > .row-fluid .span4 > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cst-r2-location-site-section .dnd-section > .row-fluid .span4 > div .widget-type-linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.cst-r2-location-site-section .dnd-section > .row-fluid .span4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-r2-location-site-section .dnd-section > .row-fluid .span8 > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 18px!important;
}

.cst-r2-location-site-section .dnd-section > .row-fluid .span8 > div .widget-type-rich_text p:last-child {
  margin: 0;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 {
  padding-left: 15px;
  padding-right: 15px;
}
.cst-r2-location-site-section .dnd-section:last-child>.row-fluid {
  margin: 0!important;
}

.cst-r2-location-site-section .dnd-section .widget-type-rich_text p:last-child {
  margin: 0;
}

.cst-r1-location-grp {
  overflow: hidden;
}


.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text p {
  margin: 0 0 1.5rem;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}


.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text ul:last-child {
  margin-bottom: 0;
}
.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text ul {
  margin: 0 0 1.5rem;
}

.cst-r2-location-site-section .dnd-section>.row-fluid .span8 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text h5:last-child {
  margin-bottom: 0;
}

.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text ol li:last-child {
  margin-bottom: 0;
}
.cst-r2-location-site-section .dnd-section .span12 .span12 .widget-type-rich_text ol:last-child {
  margin-bottom: 0;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ol:last-child,
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ol li:last-child {
  margin-bottom: 0;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span3 > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span3 {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span9 > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span9 {
  margin-left: 0;
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span3 > div img {
  vertical-align: top;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span3>div .widget-type-linked_image {
  text-align: center;
}

.cst-career-page .dnd-section>.row-fluid {
  padding: 0;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-header h1 {
  font-size: 34px;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .cst-r1-c1-location-section .widget-type-header h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
.cst-r2-location-site-section .dnd-section>.row-fluid {
  padding: 0;
}
.cst-r2-location-site-section .dnd-section>.row-fluid .span8>div .widget-type-rich_text a {
  word-break: break-word;
}

.career-post-page .banner-section {
  display: none;
}

.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}
.cst-r1-location-grp .page-center .inner-grp .inner-section .vc_column-inner .widget-type-rich_text ul li {
  margin-bottom: 0;
  margin-left: 30px;
  margin-bottom: 15px;
}

.cst-career-post-grp .page-center .inner-page-center {
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

body.career-listing-page .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li>a,
body.career-listing-page .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li span.hs-breadcrumb-label {
  color: #fff;
}
body.career-listing-page .header-bottom-sec .header__container .cst-bradcrumb-grp .vc_column-inner.clearfix .breadcrumb-container.theme1>ul>li .hs-breadcrumb-menu-divider {
  color: #fff;
}

.partner-testimonial .hs_are_you_a_laundromat_owner_ ul.inputs-list.multi-container {
  padding: 0;
  padding-left: 3px;
  margin-bottom: 25px;
}

.partner-testimonial .hs_are_you_a_laundromat_owner_ ul.inputs-list.multi-container li:first-child {
  margin-bottom: 5px;
}

.partner-testimonial .hs_are_you_a_laundromat_owner_ ul.inputs-list.multi-container li input {
  margin-right: 10px;
}



@media (min-width: 768px) {
  .cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col {
    width: 33.33333333%;
  }
  .cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .right-col {
    width: 66.66666667%;
  }

  .cst-r2-location-site-section .dnd-section > .row-fluid .span4 {
    width: 33.33333333%;
  }
  .cst-r2-location-site-section .dnd-section > .row-fluid .span8 {
    width: 66.66666667%;
    margin-left: 0;
  }

}

@media (min-width: 1600px){

  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -668px !important;
    }
  }
}



@media (min-width: 2200px){

  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -400px !important;
    }


  }

}



@media (max-width: 1600px){

  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -700px !important;
    }


  }

}



@media (max-width: 1023px){

  .white-bd .header-bottom-sec .header__container .cst-bradcrumb-grp {
    padding-top: 43px;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -767px !important;
      top: -64px !important;
    }


  }


}



@media (max-width: 767px){
  .body-container__contact-us .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0;
  } 
  .body-container__full-wd-type3 ul {
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .no-contact-image .span4 {
    width: 100%;
  }
  .no-contact-image .hs_cos_wrapper_type_linked_image img {
    max-width: 100% !important;
  }
  .body-container__partner {
    padding-top: 0;
  }
  .body-container__partner .span6 {
    width: 100%;
    padding: 0 0 7px 0 !important;
  }
  .partner-testimonial .hs-form-field,
  .partner-testimonial .hs_error_rollup {
    width: 100%;
    padding: 0;
  }
  .partner-testimonial .actions {
    width: 100%;
    padding: 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -575px !important;
      top: -98px !important;
    }
  }
  .hs_col-sm-4,
  .hs_col-sm-7,
  .hs_col-sm-5,
  .hs_col-sm-6,
  .hs_col-sm-8,
  .hs_col-sm-3{
    width: 100%;
  } 
  .lt2_pg .cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col {
    display: none;
  }
  .lt2_pg .cst-r1-location-grp .hs-button { 
    margin: 32px 36px 27px;
  }
  .lt2_row2 {
    padding-top: 39px;
  }
  .location_grp2 .span3,
  .location_main_grp3 .span3,
  .referral_raffle_grp2 .span6,
  .springboard_grp1 .span4,
  .location_detroit_grp1 .span6 {
    width: 100%;
  }
  .referral_raffle_grp2 .hs-button {
    margin-top: 20px;
  }
  .location_detroit_pg .banner-area-mdl .banner-button {
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .cst-r1-location-grp .page-center .inner-grp .inner-section .cst-r1-c2-location-grp.clearfix .left-col,
  .header-bottom-sec .header__container .header-search ,
  .cst-r2-location-site-section .dnd-section>.row-fluid .span4,
  .cst-r2-location-site-section .dnd-section>.row-fluid .span3,
  .cst-r2-location-site-section .dnd-section>.row-fluid .span9,
  .cst-r2-location-site-section .dnd-section>.row-fluid .span8{
    width: 100%;
  }
  .cst-r2-location-site-section .dnd-section>.row-fluid .span8>div {
    padding-left: 0;
    padding-right: 0;
  }
  .cst-r2-location-site-section .dnd-section .span12 .span12 {
    padding-left: 0;
    padding-right: 0;
  }
  .header-bottom-sec .header__container .cst-bradcrumb-grp {
    display:none;
  }
  .cst-r2-location-site-section .dnd-section > .row-fluid .span8 > div,
  .cst-r2-location-site-section .dnd-section .span12 .span12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}



@media (max-width: 479px){

  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

    .home-banner .banner-overlay:after{
      left: -439px !important;
      top: -66px !important;
    }
  }

}



@media (max-width: 411px){
  .check-pricing-mdl button.absubmit ,
  .iwc_wrap .imc_form button.absubmit{
    margin-top: 10px !important;
  }

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

/* Added by Austin for Sticky Menu 8/16/22 */
.sticky {
 display: none;
 position: fixed !important;
 background-color: #ffffff !important;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .05);
}

.sticky a.menu-link {
  color: rgba(4,147,200,1.0);
}
/* Done */

.header-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.header__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.header-search input.hs-search-field__input:hover {
  box-shadow:  0 0 .625rem 0 rgba(0,0,0,.1);
}
.header-top-sec  .header__container{
  flex: 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.custom-menu-primary .submenu.level-1 > li {
  margin: 0;
  height: 100px;
  align-items: center;
  display: flex;
}
.custom-menu-primary .submenu.level-1 > li > a {
  border: 1px solid transparent;
  padding: 5px 15px;
  line-height: 25px;
  transition: all 0.2s;
  border-radius: 5px;
  margin-right: 2px;
  font-size: 16px;
  margin-left: 2px;
  font-weight: 700;
  display: inline-block;
}
.custom-menu-primary .submenu.level-1>li.has-submenu > a:after {
  content: "";
  width: 1.28571em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding-left: 10px;
  padding-right: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-menu-primary .submenu.level-1>li:last-child > a {
  padding: 5px 25px;
  display: inline-block;
  margin-left: 10px;
  background: #ef3038;
  font-size: 13px;
  font-weight: 700;
  line-height: 3.1;
  border: 0;
  text-align: center;
  margin-right: 0;
  margin-left: 10px;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}
.header__logo img {
  height: 60px !important;
  padding: 5px 0px !important;
  width: auto !important;
  display: block;
}
.custom-menu-primary  .submenu.level-1{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom-menu-primary ul.submenu.level-2 {
  z-index: 1;
  width: 200px;
  padding: 18px 65px 27px 30px;
  z-index: 9;
}
.custom-menu-primary ul.submenu.level-2 li {
  margin: 0;
}
.custom-menu-primary ul.submenu.level-3 li {
  border-bottom: 1px solid #dbdbdb;
}
.custom-menu-primary ul.submenu.level-2 li > a.menu-link {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 5px;
  display: inline-block;
}
.custom-menu-primary ul.submenu.level-2 li:last-child {
  border-bottom: 0;
}
.custom-menu-primary .submenu.level-1>li:hover ul.submenu.level-3 {
  opacity: 1;
  display: block;
  visibility: visible;
}
.header-search input.hs-search-field__input {
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: 1px solid;
  color: #000;
  border-radius: 28px;
  line-height: normal;
  height: 49px;
  padding: 12px 11px 14px;
  outline: none;
  border-color: #fff;
  background: #fff none;
  font-family: system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding-right: 35px;
}
*::-moz-placeholder {
  color: #000000;
  opacity: 0.2;
}
.header-search form {
  width: 33.33333333%;
  padding-right: 4px;
  padding-left: 15px;
  margin-left: -15px;
  position: relative;
}
.header-search {
  padding: 10px 0 0;
}
.search-submit {
  padding: 8px 16px;
  background: transparent;
  border: 0;
  height: 46px;
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer;
}
.search-submit img {
  width: 13px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-2 {
  width: 300px;
  padding-right: 30px;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-2 li {
  width: 48%;
  display: inline-block;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-3 li {
  width: auto;
  display: block;
  padding: 0 !important;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-2 li:first-child {
  padding-right: 17px;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-2 > li > a {
  display: none;
}
.custom-menu-primary ul.submenu.level-3 li>a.menu-link {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 5px;
  padding-left: 0;
}
.custom-menu-primary .submenu.level-1>li:nth-child(3) ul.submenu.level-2 li:last-child {
  padding-left: 10px;
  width: 50%;
}
.mobile-trigger {
  display: none;
}
.mobile-trigger-sticky {
  display: none;
}
.mobile-trigger-btn {
  display: none;
}
.mobile-trigger-btn-sticky {
  display: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-menu,
.menu-overlay{
  display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b0b0b0;
} 
.no-banner .header-group {
  position: relative;
}
.no-banner .custom-menu-primary .submenu.level-1>li>a {
  color: rgba(27,118,188,1);
}
.no-banner .header-bottom-sec {
  background-color: #efefef;
  height: 65px;
}
.no-banner .header-search {
  padding: 8px 0;
}
.blue-logo {
  display: none;
}
.no-banner .blue-logo {
  display: block;
}
.no-banner .white-logo {
  display: none;
}
.custom-menu-primary ul.submenu.level-2:before {
  content: "";
  height: 35px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -33px;
}
.hs-search-field.hs-search-field--open {
  border-radius: 28px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px #fff;
  color: #fff;
  z-index: 999;
  position: relative;
  background: #fff;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 0 !important;
}
.hs-search-field--open .hs-search-field__suggestions li {
  color: #000;
  margin-bottom: 15px;
  margin-left: 30px;
  padding: 0 16px;
  font-size: 16px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  color: #000;
  font-size: 16px;
}
.header-bottom-sec .header__container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.custom-menu-primary ul.submenu.level-4 {
  display: none;
}
.header-type2 .header-group {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.header-type2 .header-top-sec .header__container {
  height: 80px;
}
.header-type2 .header__logo img {
  height: 55px !important;
  padding: 5px 0px !important;
}
.header-nav ul.submenu.level-1 li a {
  color: rgba(27,118,188,1);
  margin-right: 15px;
  margin-left: 12px;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  padding: 5px 0;
  line-height: 25px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
}
.header-nav ul.submenu.level-1 li {
  MARGIN: 0;
}
.header.header-type2 {
  min-height: 80px;
}
.fixed .header-type2 .header-top-sec .header__container {
  height: 75px;
}
.custom-menu-primary .submenu.level-1>li:first-child ul.submenu.level-2 li {
  border-bottom: 1px solid;
}
.custom-menu-primary .submenu.level-1>li:first-child ul.submenu.level-2 li:last-child {
  border: 0;
}
.header-type2 .fa-bars:before {
  content: "\f0c9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}





@media (max-width: 1050px){
.header__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
  .header-type2 .header-top-sec .header__container {
    height: 70px;
  }
  .header-type2 .header__logo img {
    height: 50px !important;
    padding: 5px 0px !important;
  }
  .mobile-trigger {
    display: block;
  }
  .mobile-trigger-sticky {
    display: block;
  }
  .mobile-trigger-btn {
    display: block;
    margin-left: auto;
    margin-right: 15px;
  }
  .mobile-trigger-btn-sticky {
    display: block;
    margin-left: auto;
    margin-right: 15px;
  }
  .header.header-type2 {
    min-height: 70px;
  }
  .fixed .header-type2 .header-top-sec .header__container {
    height: 70px;
  }
  .custom-menu-primary {
    display: none;
  }
  .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "";
  }
  .header__logo img {
    height: 45px !important;
    padding: 5px 0px !important;
  }
  .header-top-sec .header__container {
    height: 75px;
  }
  .header-nav {
    display: none;
  }
  .no-banner .mobile-trigger {
    color: rgba(104,104,104,1);
  }
  .header-type2 .mobile-trigger {
    color: rgba(104,104,104,1);
  }
  .no-banner .mobile-trigger-sticky {
    color: rgba(104,104,104,1);
  }
  .header-type2 .mobile-trigger-sticky {
    color: rgba(104,104,104,1);
  }
  .no-banner .header-top-sec .header__container {
    height: 70px;
  }
  .mobile-trigger {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }
  .mobile-trigger-sticky {
    /*color: #fff;*/
    font-size: 24px;
    cursor: pointer;
  }
  .header-search {
    padding-top: 0px;
  }
  .search-submit img {
    width: 11px;
  }
  .mobile-open .mobile-menu {
    transform: translate3d(0,0,0);
  }
  .mobile-menu {
    width: 300px;
    display: block;
    top: 0;
    overflow-y: auto;
    height: 100%;
    z-index: 99;
    right: 0;
    background-color: rgba(255,255,255,1);
    position: fixed;
    padding: 0 15px;
    transform: translate3d(300px,0,0);
    transition: transform cubic-bezier(.7,0,.3,1) .4s;
    will-change: transform;
  }
  .mobile-open .menu-overlay{
    display: block;
  } 
  .menu-overlay {
    position: fixed;
    height: 100%;
    width: calc(100% - 300px);
    top: 0;
    left: 0;
    z-index: 1;
  } 
  .mobile-menu .submenu.level-1>li {
    padding-left: 30px;
    display: block;
    margin: 0;
  }
  .mobile-menu .submenu.level-1 {
    width: 100%;
    padding-top: 14px;
  }
  .mobile-menu .submenu.level-1>li a.menu-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px dotted #fff;
    color: rgba(90,90,90,1);
    line-height: 1.4;
    padding: 20px 0;
    display: block;
  }
  .child-trigger:after {
    content: "";
    position: absolute;
    right: -4px;
    height: 60px;
    font-size: 16px;
    top: 0px;
    padding: 18px 10px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-menu .submenu.level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-left: 15px;
    display: none;
    width: 100%;
  } 
  .mobile-menu .submenu.level-2 >li {
    margin: 0;
    padding-left: 30px;
  }
  .mobile-menu .submenu.level-2 >li a.menu-link {
    padding: 8px 15px 8px 0px;
  }
  .header-type2 .mobile-menu {
    width: 250px;
  }



}



@media (max-width: 767px){

  .header-search form {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .search-submit img {
    width: 13px;
  }
  .search-submit {
    right: 2px;
  }
}



@media (max-width: 360px){
  .search-submit img {
    width: 11.7px;
  }
}
/* ******************************************************************************
*********************************************************************************
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__container {
  margin: 0 auto;
}
.footer-social-share {
  padding: 12px 30px 33px;
}
.footer-social-share a {
  height: 2em;
  width: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  font-size: 20px;
  margin: 0 -1px;
}

.span4 a {
 border-bottom: 1.5px solid #f5f5f5; 
}

.Defaults-google:before {
  content: "\f1a0";
}
.Defaults-facebook:before {
  content: "\f09a";
}
.Defaults-instagram:before {
  content: "\f16d";
}
.Defaults-tiktok:before {
  content: "\e07b";
}
.Defaults-linkedin-square:before {
  content: "\f08c";
}
[class^="Defaults-"], [class*=" Defaults-"] {
  font-family: 'Defaults';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__copyright {
  padding: 25px 15px 0px 15px;
}
.footer-middle {
  border-bottom: 2px solid #155d96;
  padding: 60px 0px 20px 0px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  /*align-items: center;*/
}
.footer-middle .span4,
.footer-top .span4 {
  width: 33.33333333%;
  padding: 0px 10px;
}

.footer-middle .span3,
.footer-top .span3 {
  width: 25%;
  padding: 0px 20px;
}

.footer-sign-up img {
  display: block;
  /*margin: 0 auto;*/
}
.sign-up-btn a {
  background: rgb(239, 48, 56);
  border: 2px solid rgb(239, 48, 56);
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.footer-sign-up img {
  max-width: 170px;
  height: auto !important;
  padding: 20px 0 0;
}
.sign-up-btn a:hover {
  background: #DB1119;
  border-color: #DB1119;
}
.footer-sign-up {
  padding: 20px 20px 0px 75px;
  /*text-align: center;*/
}
.footer-location {
  padding: 0 20px;
}
.footer-location p {
  margin-bottom: 24px;
}
.footer-location p:last-child {
  margin-bottom: 0;
}
.footer-links {
  padding: 0 20px;
}
.footer-links-1 {
  padding: 20px 20px 0px 35px;
  font-size: 1.1em;
}
.footer-links-2 {
  padding: 20px 0px 0px 10px;
  font-size: 1.1em;
}

.footer-sitemap .submenu.level-1>li {
  display: block;
  margin: 0;
}
.footer-sitemap .submenu.level-1 {
  display: block;
  text-align: left;
}
.footer-links p {
  text-align: left;
  margin: 0px;
}
.footer-links-1 p {
  text-align: left;
  margin: 0px;
}

.footer-links-2 p {
  text-align: left;
  margin: 0px;
}

.footer-sign-up h4 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.footer-links h4 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.footer-links-1 h4 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.footer-links-2 h4 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.footer-sitemap {
  margin-bottom: 24px;
}
.footer-top {
  /*border-bottom: 2px solid #155d96;*/
  padding: 40px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom {
  text-align: center;
}
.footer-logo img {
  max-width: 300px;
  height: auto !important;
  display: block;
  width: 100% !important;
}
.footer-logo {
  padding: 0px 15px 20px 20px;
}
.footer-phone p,.footer-email p {
  font-size: 1.3em;
  text-align: left;
  margin: 0;
  padding: 10px 0px 0px 25px;
}
.footer-sign-button a {
  background: #ef3038;
  border: 2px solid #ef3038;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.blog-sign-button a {
  background: #ef3038;
  color: #ffffff;
  border: 2px solid #ef3038;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.blog-sign-button:hover a {
  background: #DB1119;
  color: #ffffff;
  border: 2px solid #DB1119;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.blog-subscribe-button a {
  background: #ffffff;
  color: #ef3038;
  border: 2px solid #ef3038;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.blog-subscribe-button:hover a {
  background: #DB1119;
  color: #ffffff;
  border: 2px solid #DB1119;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.footer-top-group .footer__container {
  padding: 20px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top-group .span8 {
  width: 66.66666667%;
}
.footer-top-group .span4 {
  width: 33.33333333%;
}

.footer-trustpilot .footer__container {
  padding: 80px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer-trustpilot .span12 {
  width: 100%;
}

.footer-sign-text {
  padding: 10px 15px;
  text-align: center;
  margin: auto;
}
.footer-sign-text p {
  font-size: 1.3em;
  margin: 0;
}
.footer-sign-button {
  padding: 0 15px;
  text-align: center;
  margin: 10px auto;
}
.blog-sign-button {
  padding: 0 0px;
  text-align: center;
  margin: 10px 0;
}
.blog-subscribe-button {
  padding: 0 0px;
  text-align: center;
  margin: 10px 0;
}
.footer-group {
  overflow: hidden;
}
.landing-footer .footer-group {
  padding: 30px 0;
}
.landing-footer .footer__copyright {
  padding: 0;
}
.footer-middle .span8 {
  width: 66.66666667%;
}
.footer-type2 .footer-social-share {
  padding-top: 0;
  padding-bottom: 9px;
}
.footer-type2 .footer-social-share a {
  font-size: 15px;
  line-height: 2em;
}
.footer-type2 .footer-sitemap {
  margin-bottom: 0;
}
.footer-type2 .footer__copyright {
  padding-top: 16px;
}
.footer-type2 .footer-location {
  padding: 0 25px;
}
.footer-type2 .footer-middle {
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer-type2 .footer-middle .span4 {
  padding-top: 0;
  padding-bottom: 0;
}


@media (max-width: 909px){
.footer-phone p, .footer-email p {
    font-size: 16px;
  }

.footer-logo img {
  margin: 20px auto;
}
  
.footer-location p {
    font-size: 21px;
  }
  .footer-sitemap a {
    font-size: 21px;
    padding: 5px 0px;
  }
  .footer-social-share a {
    font-size: 20px;
  }
  .footer-links p {
    font-size: 21px;
  }
  .footer-links-1 p {
    font-size: 21px;
  }
  .footer-links-2 p {
    font-size: 21px;
  }
  .footer-phone p, .footer-email p {
    font-size: 23.4px;
  }
  .footer-email p {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  } 
  .footer-phone p {
    padding-top: 32px;
    text-align: center;
  }
  .footer-logo {
    padding-top: 32px;
  }
  .footer-top {
    padding-top: 19px;
  }
  .footer__copyright {
    font-size: 18px;
    line-height: 25px;
  }
  .footer-middle .span4, .footer-top .span4 {
    width: 100%;
  }
  
 .footer-middle .span3, .footer-top .span3 {
    width: 100%;
  }
  .footer-sign-up img:first-of-type {
    padding-top: 30px;
  }
  .footer-sign-up #hs_cos_wrapper_linked_image:last-child img {
    padding-top: 20px;
  }
  .footer-middle {
    padding-top: 30px;
  }
  .footer-email {
    padding-top: 10px;
  }
  .footer-email {
    padding-top: 10px;
  }
  .footer-phone p {
    padding-top: 0;
  }
  .footer-logo {
    padding-top: 1px;
  }
  .footer-links-1 {
    padding: 0px;
  }
  .footer-links-1 {
    padding: 0px;
  }
  .footer-links-2 {
    padding: 0px;
  }
  .footer-sign-up {
  margin-bottom: 30px;
    padding: 30px 0px 0 0px;
  }
  .footer-sign-up img {
  margin: auto auto;
  }
  .footer-links-1 p {
  margin: auto auto;
    display: block;
    text-align: center;
    font-size: 1.3em;
}
  .footer-links-2 p {
  margin: auto auto;
    display: block;
    text-align: center;
    font-size: 1.3em;
}
  .footer-sign-up p {
  text-align: center;
  font-size: 1.3em;
  margin: 0;
}
  
.footer-links-1 h4 {
    display: block;
    text-align: center;
    font-size: 1.8em;
}
  
.footer-links-2 h4 {
    display: block;
    text-align: center;
    font-size: 1.8em;
}
  
 .footer-sign-up h4 {
  text-align: center;
  font-size: 1.8em;
  margin: 0;
}
  
.footer-email {
  margin-top: -20px;
  }
  .footer-top {
    padding: 20px 0px;
    display: block;
    width: 100%;
    margin: auto auto;
    text-align: center;
  }
  .footer-top img {
  margin: auto;
  }
  .footer-top-group .span8 {
    width: 100%;
  }
  .footer-top-group .span4 {
    width: 100%;
  } 
  
  .footer-trustpilot .span12 {
    width: 100%;
  }
  
  .footer-sign-button {
    padding: 10px 15px;
  }
 .blog-sign-button {
    padding: 10px 0px;
  }
 .blog-subscribe-button {
    padding: 10px 0px;
  }
  .footer-top-group .footer__container {
    padding: 20px;
  }
  
  .footer-trustpilot .footer__container {
    padding: 80px 20px;
  }
  .footer-type2 .footer-middle {
    padding-bottom: 15px;
  }
  .footer-type2 .footer-location p:last-child {
    margin-bottom: 20px;
  }
  .footer-middle .span8 {
    width: 100%;
  }

  
.sign-up-btn a {
  background: rgb(239, 48, 56);
  border: 2px solid rgb(239, 48, 56);
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.footer-sign-up img {
  max-width: 200px;
  height: auto !important;
  padding: 20px 0 0;
}
.footer-social-share {
  padding: 22px 33px 33px;
}
.footer-social-share a {
  height: 2em;
  width: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  font-size: 30px;
  margin: 0 -1px;
}
.footer-sign-button a {
  background: #ef3038;
  border: 2px solid #ef3038;
  display: inline-block;
  border-radius: 5px;
  font-size: 21px;
  padding: 14px 30px 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}
.blog-comments h3 {
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 30px;
}

.social-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.s_open .social-overlay {
  display: block;
}
.comment-date {
  display: block !important;
}
.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;
  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;
}





.hs-blog-listing .hs_cos_wrapper_type_menu {
  display: none;
}
.hs-blog-listing .header-bottom-sec {
  padding-top: 12px;
  padding-bottom: 14px;
  height: auto;
}
.hs-blog-listing .header-bottom-sec, .li_top {
  background-color: #e5e5e5;
}
.hs-blog-listing .header-bottom-sec .header__container .cst-bradcrumb-grp {
  padding-top: 8px;
}
.li_top_cnt h4:after {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 27px;
  height: 3px;
  content: "";
  background-color: #1b75bc;
}

.li_top_cnt h4 a {
  color: inherit !important;
}
.li_top_cnt h4 {
  color: #000;
  font-size: 21px;
  line-height: 28px;
  position: relative;
  margin-bottom: 29px;
  font-weight: 600;
}
.li_top_cnt {
  position: relative;
  /*z-index: 100;*/
  padding: 60px 30px;
  background-color: rgb(248, 247, 245);
  border-color: rgb(248, 247, 245);
  min-height: 350px;
}
.li_top_inr > * {
  width: 50%;
}
.li_top_img {
  display: block;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}
.li_top_inr {
  display: flex;
  flex-wrap: wrap;
}
.li_rec_cnt {
  max-height: 96px;
  overflow-wrap: break-word;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden; 
}
a.post__readmore {
  color: #454545;
  font-weight: 600;
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
}
.li_top {
  padding-bottom: 40px;
} 
a.post__readmore span.fa {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  margin-right: 5px;
}

a.post__readmore:hover {
  color: #1c4787;
}

a.post__readmore span.fa:before {
  content: "";
}
.li_top_cnt:after {
  top: 28px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: -18px;
  border-width: 17.5px 19px 17.5px 0;
  border-top-color: transparent;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.li_wrapper {
  padding: 40px 0;
  background: #fff;
  overflow: hidden; 
}
.li_hd h1 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: normal;
}
.blog-small {
  padding-right: 30px;
  padding-bottom: 30px;
  width: 25%;
}

.blog-index {
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px; 
}

a.blog-post-image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

a.blog-post-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blog-post-content {
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-content h4 {
  font-size: 16px;
  color: #000000;
  text-align: left;
  margin: 0 0 1.5rem;
  line-height: 1.4;
}

.blog-post-content h4 a {
  color: inherit !important;
}
.hs-blog-post .header-bottom-sec {
  display: none;
}
.ps_title h1 {
  margin: 0 0 1.5rem;
  line-height: 1.4;
  word-wrap: break-word;
  margin-bottom: 0;
  overflow: hidden;
  font-family: "proxima-soft";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 37px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
.ps_title .page-center {
  width: 100%;
}
.ps_title {
  height: auto;
  min-height: 150px;
  background-color: #1b75bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}
.ps_inr {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.ps_ryt {
  width: 25%;
}

.ps_inr > div {
  padding: 80px 15px;
}
.ps_left_inr_wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.ps_left_inr_lft {
  width: 8.333%;
  padding: 0 15px;
}
.ps_left_inr_ryt {
  width: 91.667%;
  padding: 0 15px;
}
.ps_left {
  width: 75%;
}
.hs-blog-post {
  background: #fff !important;
}
.ps_ryt_inr h4 {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #1b75bc;
}
ul.crane-re-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted;
  border-color: #dbdbdb;
}

ul.crane-re-posts {
  padding: 0;
  margin: 0;
  list-style: none;
} 
ul.crane-re-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted;
  border-color: #dbdbdb;
}

.crane-re-posts__img {
  width: 65px;
  height: 65px;
}

.crane-re-posts__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-left: 19px;
}
.ps_left_inr_ryt > img {
  display: block;
  padding-bottom: 30px;
}
.crane-re-posts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-cnt form .hs-input {
  max-width: 100% !important;
}
.blog-post-cnt form {
  border: 0 !important;
  padding-top: 30px; 
}
span.crane-re-posts__date {
  font-size: 12px;
}
.blog-post-cnt form .grecaptcha-badge {
  margin-left: 0 !important;
}

.crane-share {
  position: relative;
  text-align: center;
  z-index: 1;
}
i.crane-share-icon:before {
  content: "\e664";
}

i.crane-share-icon {
  font-family: Ingenicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #d9d9d9;
  font-size: 35px;
  -webkit-transition: color .2s;
  transition: color .2s;
}
i.crane-share-icon:hover {
  color: #9b9b9b;
}
.crane-share-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  top: 65px;
  left: 50%;
  text-align: center;
  -webkit-transition: visibility .25s,opacity .25s;
  transition: visibility .25s,opacity .25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55px;
  padding: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s_open .crane-share-list {
  visibility: visible!important;
  opacity: 1!important;
}

.crane-share-list:after {
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  content: "";
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: transparent transparent #333;
}

.crane-share-list__link {
  padding: 10px 0;
  color: #a8a8a8;
  font-size: 20px;
}

i.crane-icon.fa.fa-facebook:before {
  content: "";
}

i.crane-icon.fa.fa-twitter:before {
  content: "";
}

.crane-share-list__link:hover {
  color: #fff;
}

/* Post Pagination */

@media (min-width: 1000px) {
  .single-post-nav {
    position:fixed;
    z-index: 555;
    top: 50%;
    width: 268px;
    height: 110px;
    margin-top: -55px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .single-post-nav-content {
    height: 110px
  }

  .single-post-nav.crane-link-next {
    right: 0
  }

  .single-post-nav.crane-link-previous {
    left: 0
  }

  .crane-link-previous {
    -webkit-transform: translate(-224px,0);
    transform: translate(-224px,0)
  }

  .crane-link-next {
    -webkit-transform: translate(224px,0);
    transform: translate(224px,0)
  }

  .crane-link-previous .single-post-nav-content-info {
    text-align: right
  }

  .single-post-nav.crane-link-next .single-post-nav-content {
    -webkit-transform: translate(44px,0);
    transform: translate(44px,0);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
  }

  .single-post-nav.crane-link-next:hover .single-post-nav-content {
    -webkit-transform: translate(-268px,0);
    transform: translate(-268px,0)
  }

  .single-post-nav.crane-link-previous .single-post-nav-content {
    -webkit-transform: translate(-44px,0);
    transform: translate(-44px,0);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .single-post-nav.crane-link-previous:hover .single-post-nav-content {
    -webkit-transform: translate(268px,0);
    transform: translate(268px,0)
  }

  .single-post-nav-arrow {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 44px;
    height: 100%
  }

  .single-post-nav-arrow--next {
    left: 0
  }

  .single-post-nav-arrow--prev {
    right: 0
  }

  .crane-single-post-nav-type-image .single-post-nav.crane-link-next:hover .single-post-nav-content,.crane-single-post-nav-type-text .single-post-nav.crane-link-next:hover .single-post-nav-content {
    -webkit-transform: translate(-110px,0);
    transform: translate(-110px,0)
  }

  .crane-single-post-nav-type-image .single-post-nav.crane-link-previous:hover .single-post-nav-content,.crane-single-post-nav-type-text .single-post-nav.crane-link-previous:hover .single-post-nav-content {
    -webkit-transform: translate(110px,0);
    transform: translate(110px,0)
  }
}

@media (max-width: 999px) {
  .crane-single-post-nav-wrapper {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
  }

  .crane-single-post-nav-wrapper .crane-link-next:only-of-type {
    margin-left: auto
  }

  .single-post-nav {
    position: relative;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .single-post-nav.crane-link-previous {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .single-post-nav.crane-link-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .single-post-nav-img {
    display: none
  }

  .single-post-nav-arrow {
    position: static;
    width: 30px
  }

  .single-post-nav-arrow--next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .single-post-nav-arrow--prev {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .single-post-nav-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .crane-link-previous .single-post-nav-content-info {
    text-align: left
  }

  .crane-link-next .single-post-nav-content-info {
    text-align: right
  }
  .crane-single-post-nav-wrapper.post_pagination {
    margin-left: -15px;
    margin-right: -15px;
  } 
  .crane-single-post-nav-wrapper.post_pagination .single-post-nav-arrow--prev .style-arrow { 
    left: 15px; 
  }
  .crane-single-post-nav-wrapper.post_pagination .single-post-nav-arrow--next .style-arrow { 
    right: 15px; 
    left: auto;
  }
}
@media (max-width: 767px) {
  .crane-single-post-nav-wrapper.post_pagination .single-post-nav-arrow--prev .style-arrow { 
    left: 7px; 
  }
  .crane-single-post-nav-wrapper.post_pagination .single-post-nav-arrow--next .style-arrow { 
    right: 7px; 
  }
}

.single-post-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .6s cubic-bezier(.77,0,.175,1);
  transition: transform .6s cubic-bezier(.77,0,.175,1);
  transition: transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);
  background-color: #262626;
  padding: 15px;
  overflow: hidden
}

.blog-single-post .crane-single-post-nav-wrapper .single-post-nav-arrow {
  background-color: #262626;
}

.single-post-nav-arrow--prev {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #262626;
}
.single-post-nav-arrow {
  -webkit-transition: border-radius .6s cubic-bezier(.77,0,.175,1);
  transition: border-radius .6s cubic-bezier(.77,0,.175,1);
}
.single-post-nav-content-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.single-post-nav-date,.single-post-nav-price,.single-post-nav-title {
  color: #fff;
  font-weight: 400;
  line-height: 27px
}

.single-post-nav-price {
  font-weight: 700
}

.single-post-nav-title {
  font-size: 14px;
  max-height: 30px
}

.single-post-nav-date {
  font-size: 12px
}

[dir=rtl] .single-post-nav-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.single-post-nav:hover .single-post-nav-arrow {
  border-radius: 0
}

.single-post-nav-arrow {
  -webkit-transition: border-radius .6s cubic-bezier(.77,0,.175,1);
  transition: border-radius .6s cubic-bezier(.77,0,.175,1)
}

.crane-single-post-nav-wrapper .single-post-nav-arrow .style-arrow {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute
}

.crane-single-post-nav-wrapper .single-post-nav-arrow .style-arrow::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: block;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.single-post-nav-arrow--next {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #262626
}

.single-post-nav-arrow--next .style-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(50% - 11px);
  top: calc(50% - 9px)
}

.single-post-nav-arrow--prev {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #262626
}

.single-post-nav-arrow--prev .style-arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - 6px);
  top: calc(50% - 9px)
}
.single-post-nav-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden; 
}
.post_pagination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.crane-link-previous .single-post-nav-content-info {
  padding-right: 15px;
}
.crane-link-next .single-post-nav-content-info {
  padding-left: 15px;
}










@media(max-width:999px){
  .ps_left {
    width: 100%;
  }
  .ps_ryt {
    width: 100%;
  }




}




@media(max-width:767px){

  .hs-blog-listing .header-bottom-sec .header__container .cst-bradcrumb-grp {
    padding-top: 0;
    display: block;
    width: 100%;
    margin-top: -6px;
    padding-bottom: 6px;
  }
  .li_top_inr>* {
    width: 100%;
  } 
  .li_top_cnt:after {
    display: none;
  }

  .blog-small { 
    width: 100%;
  }
  .ps_left_inr_lft {
    display: none;
  }
  .ps_inr>div {
    padding: 40px 15px;
  }
  .ps_title {
    padding: 30px 0;
  }
  .ps_left_inr_ryt {
    width: 100%; 
  }



}
/* ******************************************************************************
*********************************************************************************
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: #ccc;
  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;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title {
    text-decoration: none !important;
}
.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;
}
.error-pg .error-page:before {
  content: none;
}

.error-pg .error-page {
  padding: 100px 0;
}

.error-pg .error-page h1.error-page_heading {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: normal;
}

.error-pg .error-page a.hs-button {
  font-weight: bold;
  border-radius: 5px;
  border-width: 2px;
  border-color: rgb(239, 48, 56);
  border-style: solid;
  background: rgb(239, 48, 56);
  color: rgb(255, 255, 255);
  padding: 21px 42px;
  display: inline-block;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0;
}

.error-pg .error-page a.hs-button:hover {
  background: #DB1119;
  border-color: #DB1119;
}
.error-pg .breadcrumb-html ul:empty {
  display: none;
}
ul.hs-breadcrumb-menu.error-brd {
  float: right;
}
ul.hs-breadcrumb-menu.error-brd {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-breadcrumb-menu.error-brd li {
  margin: 0 -2px;
  padding: 0;
  float: none;
  box-sizing: unset;
  display: inline-block;
}
ul.hs-breadcrumb-menu.error-brd li a, ul.hs-breadcrumb-menu.error-brd li span.hs-breadcrumb-label {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 14px;
  color: #0493c8;
}
ul.hs-breadcrumb-menu.error-brd li span.hs-breadcrumb-menu-divider:before {
  content: '>';
  padding: 0;
}
ul.hs-breadcrumb-menu.error-brd li span.hs-breadcrumb-menu-divider {
  font-weight: bolder;
  font-size: 14px;
  font-family: proxima-soft,sans-serif;
}



@media (max-width: 768px){

  .error-pg .error-page a.hs-button {
    margin: 23px 0;
  }
}