*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
  max-width: 100%;

}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;
  width: 100%;
}

.dnd-section > .row-fluid, 
.content-wrapper, 
.page-center {
  width: 88%;
  margin: 0 auto;
}

/* .dnd-section .dnd-column {
  padding: 0 20px;
} */

@media (max-width: 767px) {

}
@font-face {
  font-family: "FontAwesome";
  src: url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-solid-900.ttf) format("ttf"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-solid-900.woff) format("woff"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-solid-900.woff2) format("woff2");
  font-style: normal; 
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-brands-400.ttf) format("ttf"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-brands-400.woff) format("woff"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-brands-400.woff2) format("woff2");
  font-style: normal; 
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "FontAwesomeRegular";
  src: url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-regular-400.ttf) format("ttf"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-regular-400.woff) format("woff"),
    url(https://9282167.fs1.hubspotusercontent-na1.net/hubfs/9282167/raw_assets/public/Eden_Auto_Glass_August2021/css/fonts/fa-regular-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

 

body {
  line-height: 1.8;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.313em;

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.4;
}

h1 {
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2 {
  line-height: 1.1;
}

h3 {
  line-height: 1;
}

h4 {
  line-height: 1.4;
}

h5 {
  line-height: 1;

}

h6 {
  line-height: 1;
}

/* Lists */

ul,
ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.x-icon {
  display: inline-flex!important;
  flex-flow: row nowrap!important;
  justify-content: center!important;
  align-items: center!important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
}

.x-icon:before {
  display: block!important;
  position: static!important;
  top: auto!important;
  left: auto!important;
  right: auto!important;
  bottom: auto!important;
  width: inherit!important;
  height: inherit!important;
  margin: 0!important;
  line-height: inherit!important;
  text-align: inherit!important;
}

[data-x-icon],
[data-x-icon-o], 
[data-x-icon-l],
[data-x-icon-s],
[data-x-icon-b],
[data-x-fa-pro-icon],
[class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



[data-x-icon],
[data-x-icon-s],
[data-x-icon][class*="cs-fa-"] {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}
[data-x-icon-b] {
  font-family: "FontAwesomeBrands" !important;
}

[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}

[data-x-icon-o] {
    font-family: "FontAwesomeRegular" !important;
}

[data-x-icon-o]:before {
    content: attr(data-x-icon-o);
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.313em;
}

/* Labels */

form label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 .4376666667em;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: block;
  padding: 0 .65em;
  width: 100%;
  line-height: normal;
  letter-spacing: normal;
  font-size: 13px;
  border: 0;
  box-shadow: none;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  min-height: 50px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 20%);
  outline: 0;
}

form textarea {
  padding: .4333333333em .65em;
}


form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}
 
/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
  color: rgb(221,40,31);

}
 
.hs-input.invalid.error {
  border-color: #EF6B51;
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msg,
.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  transition: all .15s linear;
  outline: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 16px 0;
}
 
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


header.header {
  position: relative;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0em 0.35em 0.65em 0px rgb(0 0 0 / 5%);
  z-index: 999;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  min-height: 96px;
}

.sticky header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header_inner {
  padding: 0 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  align-items: flex-end;
  min-height: 96px;
}

.header_col_left {
  display: flex;
  width: calc(100% - 275px);
  align-items: flex-end;
}

.header_col_right {
  width: 275px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1px;
  align-items: flex-end;

}

.mobile-trigger {
  display: none;
}



/* Logo */

.header_logo {
  width: 100%;
  max-width: 366.69px;
  padding: 0 .85em;
}

.header_logo a {
  padding: 5px 5px 0;
  display: block;
}

.header_logo img {
  max-width: 100%;
  vertical-align: middle;
}

.header_logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.custom-menu-primary {
  margin-left: 2em;
  padding-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 1em;
  padding-top: 41px;
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 8px 12px;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a span {
  padding: 5px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span {
  padding-right: 25px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 18em;
  font-size: 16px;
  background-color: rgb(255,255,255);
  box-shadow: 0em 0.15em 2em 0em rgb(0 0 0 / 15%);
  transition-duration: 500ms,500ms,0s;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  margin: 8px 0 0 0;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s,0s,500ms;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin: .25em 0 0 0;

}
.custom-menu-primary .hs-menu-wrapper ul ul li {
  position: relative;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  position: relative;
  display: block;
  padding: 19px 17px;
  font-size: 1em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.mobile-menu-sec {
  display: none;
}

/* .custom-menu-primary .hs-menu-wrapper ul ul li a[href*="/auto-glass-window-replacement"]{
  display: none;
} */

@media (max-width: 1507px) and (min-width: 979px) {
  .header_logo {
    max-width: 300px;
    padding-bottom: 5px;
  }
  .custom-menu-primary {
    margin-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span {
    padding: 5px;
  }
}

@media (max-width: 1330px) and (min-width: 979px)  {
  .header_logo {
    max-width: 220px;
    padding-bottom: 10px;
  }
  .custom-menu-primary {
    margin-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 5px;
    font-size: 18px;
  }
  .header_col_left {
    width: calc(100% - 235px);
  }
  .header_col_right {
    width: 235px;
  }
}

@media (max-width: 1200px) and (min-width: 979px)  {
  .header_logo {
    max-width: 200px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 5px;
    font-size: 15px;
  }
  .header_col_left {
    width: calc(100% - 215px);
  }
  .header_col_right {
    width: 215px;
  }
}

@media (max-width: 978px) {
  .header_col_left {
    width: calc(100% - 343px);
  }
  .header_col_right {
    width: 343px;
  }
  .mobile-trigger {
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    width: 2.75em;
    height: 2.75em;
    margin: 0em 0.5em 14px 1em;
    border-radius: 100em;
    font-size: 1em;
    background-color: rgb(250,250,250);
    transition-duration: 300ms;
    transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  }

  .mobile-trigger-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0,0,0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .mobile-trigger .graphic {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    margin: 5px;
  }
  .mobile-trigger .x-toggle {
    display: block;
    position: relative;
    transform: translate3d(0,0,0);
    pointer-events: none;
    height: 1em;
    color: rgb(17,0,3);
    width: 8em;
    margin: 2em 0;
    font-size: 0.2em;
    transition-duration: 300ms;
    transition-property: color,background-color,text-shadow,box-shadow,opacity,transform;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  }
  .mobile-trigger .x-toggle > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }
  .mobile-trigger  [data-x-toggle-anim] {
    animation-name: none;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(.86,0,.07,1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: paused;
  }
  .x-toggle-burger-bun-t {
    transform: translate3d(0,-2em,0);
  }
  .x-toggle-burger-bun-b {
    transform: translate3d(0,2em,0);
  }
  
  .custom-menu-primary {
    display: none;
  }
  
  /* ======= Mobile Menu ======== */
  
  .mobile-menu-sec {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 99999998;
    transition-property: visibility;
    transition-timing-function: linear;
    font-size: 16px;
    transition-duration: 500ms;
  }
  .mobile-open .mobile-menu-sec {
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0,0,0);
    transition-property: opacity;
    background-color: rgba(0,0,0,0.75);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  }
  .mobile-open .mobile-menu-overlay {
    opacity: 1;
  }
  .mobile-close-trigger {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    z-index: 90;
    right: 0;
    transition-property: color,opacity,transform;
    width: calc(1em * 1);
    height: calc(1em * 1);
    font-size: 2.5em;
    color: rgba(250,250,250,0.61);
    transition-duration: 0.3s,500ms,500ms;
    transition-timing-function: ease-in-out,cubic-bezier(0.400,0.000,0.200,1.000),cubic-bezier(0.400,0.000,0.200,1.000);
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
  }
  
  .mobile-close-trigger:hover {
    color: rgb(250,250,250);
  }
  .mobile-close-trigger span {
    display: block;
  }
  .mobile-close-trigger svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1em;
    fill: currentColor;
  }
  .mobile-open .mobile-close-trigger {
    opacity: 1;
    transform: scale(1);
  } 
  
  .mobile-menu-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    right: 0;
    transform: translate3d(115%,0,0);
    overflow: hidden!important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    transition-property: transform;
    max-width: 24em;
    padding: calc(2.5em * 1);
    background-color: rgb(7,36,63);
    box-shadow: 0em 0em 2em 0em rgb(0 0 0 / 25%);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  }

  .mobile-open .mobile-menu-content {
    transform: translate3d(0,0,0);
  }
  .mobile-menu-logo {
    margin-bottom: 32px;
  }
  .mobile-menu-logo img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
}

 
  /* ===== Mobile Menu Styles ===== */  


  .mobile-menu-content {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: height .3s ease;
    z-index: 88;
    max-height: 100vh;
    max-width: 24em;
    padding: calc(2.5em * 1);
    background-color: #07243f;
    box-shadow: 0 0 2em 0 rgb(0 0 0 / 25%);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    transition-property: transform;
    transform: translate3d(115%,0,0);
  }

  .mobile-open .mobile-menu-content {
    transform: translate3d(0,0,0);
  }
  .mobile-menu-content-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;

  }

  .custom-menu-mobile {

  }

  /* Hide menu on mobile */
  /*   .custom-menu-primary.js-enabled .hs-menu-wrapper, */
  /*   .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  display: none;
}   */

  /* Make child lists appear below parent items */
  .custom-menu-mobile ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-mobile .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  
  /* DL Back */
 

  .custom-menu-mobile .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute !important;
    top: 98px;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
    display: block !important;
    overflow-y: auto !important;
  }     
  .custom-menu-mobile .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
    display: block !important;
    position: absolute !important;
    width: 100%;
  }    
  .custom-menu-mobile .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    display: block !important;
  }     
  .custom-menu-mobile .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: block !important;
    position: absolute !important;
  } 
  li.dl-back {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  li.dl-back a.dl-menuopen {
    cursor: pointer !important;
    color: #fafafa !important;
  }

  li.dl-back a.dl-menuopen:hover {
    color: #a80019 !important;
  }
  
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-mobile .hs-menu-wrapper > ul li{
    position: relative;
    display: block;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul li a{
    font-family: "Bitter",serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: rgb(250,250,250);
    padding: 17px;
    padding-right: 12px;
    display: block;
  }

  .custom-menu-mobile .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    line-height: 1;
    content: '';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome" !important;
    font-weight: 900;
    font-size: 16px;
    color: inherit;
    float: right;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 5px;
  }
  
  .custom-menu-mobile .hs-menu-wrapper > ul li:hover > a{
    color: #a80019;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-mobile .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul ul li{

  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-2 a{
    font-family: "Bitter",serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: rgb(250,250,250);
    padding: 17px;
    display: block;
  } 
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }  

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .mobile-menu-contact-info {
    color: #fafafa;
    line-height: 1.4;
    padding: 0 0 0 .8em;
    font-size: 1em;
    font-family: "Open Sans",sans-serif;
    padding-top: 302px;
  }
  .mobile-menu-contact-info a {
    color: #f8f8f8;
  }
  .mobile-menu-contact-info a:hover {
    color: rgb(221,40,31);
  }
  .custom-menu-mobile .hs-menu-wrapper>ul li.active-branch a {
    color: #a80019;
  }

} 
 
@media (max-width: 767px) {
  .header_col_left {
    width: calc(100% - 149px);
  }
  .header_col_right {
    width: 149px;
  }
}

@media (max-width: 480px) {

  .header_logo {
    max-width: 237px;
    padding-bottom: 18px;
  }
  .header_col_right {
    width: 141px;
  }
  .mobile-trigger {
    margin-right: 0;
  }
}

@media (max-width: 400px) {

  .header_col_right {
    width: 114.64px;
  }
  .custom-call-now .anchor-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header_col_left {
    width: calc(100% - 114px);
  }
  .mobile-menu-contact-info {
    padding-top: 380px;
}

}

@media (max-width: 350px) {
  .header_logo {
    padding-left: 5px;
    padding-right: 5px;
  }
}



/* note */
footer.footer {
  position: relative;
  z-index: 9999;
  line-height: 1.6;
}

.footer_container {
  width: 90%;
  margin: 0 auto;
}


.footer_bottom {
  padding: 0px 0em 15px 0em;
}

.footer_copyright {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.7;
}

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

.footer_copyright p a {
  margin-left: 16px;
}

.footer_copyright a:hover {
  color: rgb(240,211,71) !important;
}



.footer_main {
  padding: 3em 0em 1em 0em;
}

.footer_cols_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
}

.footer_about_col {
  /*   flex: 0 1 20%; */
  margin: 0px 6% 0px 0px;
  padding: 2rem 0rem 2rem 0rem;
  width: 20%;

}

.footer_contact_col {
  /*   flex: 0 1 20%; */
  padding: 2rem 2rem 2rem 0rem;
  width: 20%;

}
.footer_menu_col {
  /*   flex: 0 1 30%; */
  width: 30%;

}
.footer_blog_feed_col {
  /*   flex: 0 1 20%; */
  padding: 2rem 2rem 2rem 0rem;
  width: 20%;

}

.footer_logo img {
  max-width: 200px;
  vertical-align: middle;
  display: block;
  width: 100% !important;
}

.footer_logo {
  margin-bottom: 14px;
}

.footer_about_col p {
  margin-bottom: 14px;
}

.footer_about {
  padding: 0 2.5em 0 0;
}
  
.footer_contact_details {
  padding-top: 14px;
}

.footer_contact_details h6 {
  margin-bottom: 21px;
  font-family: "Open Sans",sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 21px;
}


.footer_get_quote .hs-button,
.footer_get_quote .cta_button  {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.05em;
  transition-duration: 300ms;
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  box-sizing: border-box !important;
  border-radius: 0;

}

.footer_social {
  padding-top: 18px;
}

.footer_hours h3 {
display: block;
    font-family: Open Sans,sans-serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    width: 100%;
    word-break: normal;
}

.footer_hours ul {
  list-style-type: none;
  margin-left: 0;
}


.footer_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_menu .hs-menu-wrapper > ul > li {
  width: 50%;
  padding: 2rem 2rem 2rem 0rem;
}

.footer_menu .hs-menu-wrapper > ul > li > a:empty {
  display: none;
}

.footer_menu .hs-menu-wrapper > ul li.hs-menu-depth-2 + li {
  margin-top: 1.5rem;
}

.footer_menu .hs-menu-wrapper > ul li.hs-menu-depth-2 > a {
  width: 100%;
  margin: 0rem 0rem 1.5rem 0rem;
  font-family: "Open Sans",sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  word-break: normal;

}

.footer_menu .hs-menu-wrapper > ul li.hs-menu-depth-2 > a[href="javascript:;"] {
  cursor: auto;
}

.footer_menu .hs-menu-wrapper > ul ul ul {
  margin: -0.4rem 0 -0.4rem;
}

.footer_menu .hs-menu-wrapper > ul ul ul li {
  display: block;
}

.footer_menu .hs-menu-wrapper > ul ul ul li a {
  padding: 0.4rem 0rem 0.4rem 0rem;
  display: block;
  line-height: 1.4;
}


.footer_blog_feed h3 {
  width: 100%;
  margin: 0rem 0rem 1.5rem 0rem;
  font-family: "Open Sans",sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
}
 
.footer_blog_feed .hs-rss-module {
  margin-top: -1px;
}

.footer_blog_feed .hs-rss-item {
  margin: 0;
  font-size: 10px !important;
}

.footer_blog_feed .hs-rss-title {
  padding: 0.4rem 0rem 0.4rem 0rem;
  transition: 0.3s all ease;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans",sans-serif;
  font-size: 135.7%;
  display: block;
  color: rgb(212,212,220);

}
  
.footer_blog_feed .hs-rss-item:first-child .hs-rss-title {
  padding-top: 0;
}

@media (max-width: 1050px) and  (min-width: 768px) {
  .footer_contact_col {
    padding-right: 15px;
  }

  .footer_blog_feed_col {
    padding-right: 15px;
  }
  .footer_about_col {
    margin-right: 15px;
  }
  .footer_menu_col {
    width: calc(40% - 15px);
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    padding-right: 15px;
  }
  .footer_menu .hs-menu-wrapper > ul li.hs-menu-depth-2 > a,
  .footer_blog_feed h3{
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .footer_copyright {
    text-align: left;
    margin-top: 0.5em;
  }
  /*   .footer_about_col {
  flex: 0 1 100%;
}
  .footer_contact_col {
  flex: 0 1 33%;
}
  .footer_menu_col {
  flex: 0 1 66%;
}
  .footer_blog_feed_col {
  flex: 0 1 33%;
} */

  .footer_col {
    flex: 0 1 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .footer_menu .hs-menu-wrapper > ul li.hs-menu-depth-2 > a,
  .footer_blog_feed h3{
    font-size: calc(125%) !important;
  }


}

@media (max-width: 480px) {
  .footer_contact_details h6 {
    font-size: calc(125%);
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {

}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}




.dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.custom-breadcrumb {
  padding: 15px 0 16px;
  background-color: #323844;
}

.custom-breadcrumb .page-center {
  width: 100%;
  max-width: 88%;
}

.custom-breadcrumb .hs-breadcrumb-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-left: -8px;
}

.custom-breadcrumb .hs-breadcrumb-menu > li {
  margin-left: 8px;
  padding: 0;
  float: none;
  font-style: italic;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 800;
  color: rgb(250,250,250);
}

.custom-breadcrumb .hs-breadcrumb-menu > li a {
  color: rgb(250,250,250);
}

.custom-breadcrumb .hs-breadcrumb-menu-divider:before {
  content: '→';
  padding-left: 8px;
}

.custom-breadcrumb .hs-breadcrumb-menu>li a:hover {
  color: rgb(221,40,31);
}



.hs-home-page h1,
.hs-home-page h2,
.hs-home-page h3,
.hs-home-page h4,
.hs-home-page h5,
.hs-home-page h6 {
  color: #07243f;
}

.hs-home-page h1 {
  font-size: 325%;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}



.mobile-auto-glass-banner .custom-breadcrumb {
  background-color: rgb(221,40,31);
}

.mobile-auto-glass-banner .custom-breadcrumb .hs-breadcrumb-menu > li {
  font-style: normal;
  font-weight: normal;
  text-transform: unset;
}
.mobile-auto-glass-banner .custom-breadcrumb .hs-breadcrumb-menu > li a {
  color: #fafafa !important;
}

.mobile-auto-glass-page .section-2 .dnd-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.mobile-auto-glass-page .section-2 .row-fluid .span7 {
  width: 58%;
}
.mobile-auto-glass-page .section-2 .row-fluid .span5 {
  width: calc(42% - 2.564102564%);
}


.mobile-auto-glass-page .section-2 .widget-type-rich_text {
  font-size: 1.2em;
  line-height: 1.6;
}

.mobile-auto-glass-page h4 {
  font-size: 26.25px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 8.4px;
  color: rgba(0,0,0,1);
}

.mobile-auto-glass-page .form-title {
  font-size: 26.25px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  font-family: "Open Sans",sans-serif;
  color: rgba(0,0,0,1);
  position: relative;
  padding-bottom: 22.5px;
  margin-bottom: 15px;
}
.mobile-auto-glass-page .form-title:after {
  content: '';
  display: block;
  width: 35%;
  height: 4px;
  background-color: rgb(221,40,31);
  position: absolute;
  bottom: 0;
}

.mobile-auto-glass-page form label {
  margin-bottom: 10px;
}
.mobile-auto-glass-page form .hs-input {
  background-color: #fff;
  line-height: normal;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  padding: 5px 4px;
  letter-spacing: normal;
  font-size: 14px;
  width: 100% !important;

} 

.mobile-auto-glass-page form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.mobile-auto-glass-page form textarea {
  min-height: 80px;
  padding: 6px 8px;
  line-height: 1.5;
}
.mobile-auto-glass-page form .hs-button {
  background-color: rgb(228,193,23);
  border: 1px solid rgb(228,193,23);
  color: rgb(2,1,0);
  margin-top: 20px;
}
.mobile-auto-glass-page form .hs-button:hover,
.mobile-auto-glass-page form .hs-button:focus {
  color: rgb(2,1,0);
  background-color: #f0d347;
  border: 1px solid #f0d347;
}

.mobile-auto-glass-page form .hs-input.invalid.error {
  border-color: #790000;
}

.mobile-auto-glass-page  form .hs-error-msgs li {
  margin: 0;

}

.mobile-auto-glass-page form .hs-error-msg,
.mobile-auto-glass-page form .hs-error-msgs label {
  margin: 8px 0;
  font-size: 11.32px;
  line-height: 19.3px;
  color: #790000;
  letter-spacing: normal;
  font-weight: 400;
  background-color: rgba(255,223,224,.25);
  padding: 8px 4px;
  margin-right: 8px;
  display: block;
  margin-right: 8px;
}

.mobile-auto-glass-page .hs_error_rollup {
    text-align: center;
}

.mobile-auto-glass-page .hs_error_rollup label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 .2rem 0 -.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.mobile-auto-glass-page form .hs_error_rollup .hs-error-msgs label {
  font-size: 16px;
  font-weight: 700;
  color: #790000;
  display: block;
  text-align: center;
  background: transparent;
  padding: 16px 0 16px 0;
  border: 1px solid #790000;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  margin-bottom: 25px;
  border-radius: 5px;
  font-family: "Bitter",serif;
}





.two-column-right-page {
  padding: 5.625em 0px;
}

.two-column-right-page-container {
  position: relative;
  max-width: 88%;
  margin: 0 auto;
}

.two-column-right-page .left-section {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  padding-right: 6%;
  width: 65.33332%;
}

.two-column-right-page .right-section {
  position: relative;
  z-index: 1;
  float: left;
  width: 30.66666%;
}

.two-column-right-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.two-column-right-page .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.two-column-right-page .hs-button {
  margin-top: 28px;
  line-height: 1;
  font-size: 1.1em;
  font-style: italic;
  padding: 20px 32px;
  font-weight: 800;
  text-align: left;
}

.two-column-right-page .left-section .widget-type-header h5, 
.two-column-right-page .left-section .widget-type-rich_text h5 {
  line-height: 1.1;
  font-size: 1.7em;
}

.two-column-right-page .left-section .widget-type-header h6, 
.two-column-right-page .left-section .widget-type-rich_text h6 {
  margin-bottom: 8.4px;
}




body .two-column-right-type2-page {
  padding: 45px 0;
}

body .two-column-right-type2-page .page-center {
  width: 88%;
}

.two-column-right-type2-page .page-center-inner {
  margin: 0 -8px;
}

body .two-column-right-type2-page .left-section {
  margin: 0 7px;
  padding: 0 28px 28px;
  width: calc(66.66% - 1rem);
}

body .two-column-right-type2-page .right-section {
  margin: 0 7px;
  padding: 0 16px 16px;
  width: calc(33.33% - 1rem);
}

body .two-column-right-type2-page .widget-type-rich_text h6 .x-icon {
  font-size: 17.5px;
  margin-right: 6px;
}



.service-inner-page {
  padding: 40px 0;
}

.service-inner-page .left-section {
  position: relative;
  float: left;
  width: calc(72% - 2.463055%);
}

.service-inner-page .right-section {
  position: relative;
  float: right;
  width: calc(100% - 2.463055% - 72%);
}

.service-inner-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.service-inner-page .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;

}

.service-inner-page .left-section-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
}

.service-inner-page .top-content .widget-type-header h1,
.service-inner-page .top-content .widget-type-rich_text h1{
  margin-bottom: 17.5px;
}

.service-inner-page .main-content {
  padding: 5.625em 6%;
  padding-bottom: calc(5.625em - 17px);
}

.service-inner-page .main-content > div {
  padding-top: 8.5px;
}

.service-inner-page .top-content .widget-type-rich_text {
  font-size: 1.2em;
  line-height: 1.6;
}

.service-inner-page .main-content .widget-type-rich_text {
  font-size: 1.2em;
  line-height: 1.6;
}

.service-inner-page .main-content .widget-type-rich_text h4 {
  font-size: 1.5em;
}

.service-inner-page .main-content h1 {
  font-size: 228.5%;
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin: 0 0 .2em;
}

.service-inner-page .hs-button {
  font-size: 1.1em;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  padding: 21px 33px;
  border-radius: 0;
  margin-top: 28px;
  border: 0px !important;

}  

.service-inner-page .left-section .hs-button {
  background-color: rgba(221,40,31,1.0) !important;
}

.service-inner-page .custom-title-with-button {
  font-size: 14px;
}
.service-inner-page .custom-title-with-button-wrap .button-wrap a {
  padding: 21px 33px;
}

.service-inner-page .custom-mobile-service {
  font-size: 14px;
}
.service-inner-page .custom-mobile-service .content-wrap ul li h5 {
  font-size: 150%;
}

.service-inner-page .custom-recent-posts {
  padding: 2.75rem 0 0;
}
.service-inner-page .custom-recent-posts h5 {
  font-size: 150%;
  line-height: 1;
}
.service-inner-page .custom-recent-posts ul.cm-recent-blog-wrapper {
  font-size: 14px;
}





.contact-banner-sec .banner-wrapper .banner-content-wrap {
  min-height: 74px !important;
}

.contact-banner-sec .banner-wrapper .banner-bg-image {
  background-position: 50% 30% !important;
}

body .hs-contact-page {
  padding: 90px 0px 180px;
}

.hs-contact-page h1 {
  font-size: calc(350%);
  line-height: 1;
  letter-spacing: 0;
}

.hs-contact-page .widget-type-rich_text {
  color: #07243f;
}

.hs-contact-page h1,
.hs-contact-page h2,
.hs-contact-page h3,
.hs-contact-page h4,
.hs-contact-page h5,
.hs-contact-page h6 {
  color: #07243f;
}


.hs-contact-page .widget-type-header h2, 
.hs-contact-page .widget-type-rich_text h2 {
  font-size: 31px;
  line-height: 1;
}



.hs-contact-page form fieldset.form-columns-1 .input,
.hs-contact-page form fieldset.form-columns-2 .input{
  margin-right: 0 !important;
  padding-right: 16px;
}

.hs-contact-page form fieldset.form-columns-1 .hs-input,
.hs-contact-page form fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

.hs-contact-page .hs-input.invalid.error {
  border: 1px solid #e5bdc4;
}
.hs-contact-page .hs-error-msg, 
.hs-contact-page .hs-error-msgs label {
  color: #b94a48;
  margin-top: 0;
  font-weight: normal;
  font-size: smaller;
  line-height: inherit;
}
.hs-contact-page .hs_error_rollup label {
  font-size: 16px;
  font-weight: 700;
  color: #790000;
  display: block;
  text-align: center;
}
.hs-contact-page .hs-form-field {
  margin-top: -1px;
}
.hs-contact-page form textarea {
  min-height: 80px;
}

.hs-contact-page form .hs-button {
  border-radius: .15em;
  border: 0 !important;
  font-size: .9em;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 19px 31px;
  margin-top: 10px;
  font-style: normal;
  text-align: center;
}

.hs-contact-page .hs_error_rollup {
    text-align: center;
}

.hs-contact-page .hs_error_rollup label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 .2rem 0 -.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.hs-contact-page .hs-form-required {
  color: rgb(221,40,31);
}




.hs-full-width-page-container {
  position: relative;
  max-width: 88%;
  margin: 0 auto;
}

.hs-full-width-page-inner {
  max-width: 886px;
  margin: 0 auto;
}

.hs-full-width-page .dnd-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hs-full-width-page .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.hs-full-width-page h2 {
  font-size: 2.1em;
  line-height: 1.4;
}

.hs-full-width-page .widget-type-rich_text {
  line-height: 1.6;
}

.hs-full-width-page .widget-type-rich_text p {
  margin-bottom: 22px;
}

.hs-full-width-page .widget-type-rich_text ul,
.hs-full-width-page .widget-type-rich_text ol {
  margin: 0 0 22px 31px;
}

.left-section .widget-type-rich_text p a:hover {
  color: #a80019;
}


@media (min-width: 768px) and (max-width: 1139px) {
  .mobile-auto-glass-page .section-2 .row-fluid .span5 {
    width: calc(42% - 2.762430939%);
  }
}


@media (max-width: 1024px) {
  .two-column-right-page .widget-type-header h4,
  .two-column-right-page .widget-type-rich_text h4{
    font-size: calc(150%);
  }
}


@media (max-width: 979px) {
  .two-column-right-page .left-section {
    padding-right: 0;
  }
  .service-inner-page .left-section {
    width: 100%;
  }
  .service-inner-page .right-section {
    width: 100%;
    margin-top: 4em;
  }
}


@media (max-width: 767px) {
  .two-column-right-page {
    padding-top: 2.8125rem;
    padding-bottom: 5.625rem;
  }

  .two-column-right-page .left-section {
    width: 100%;
    margin: 0;
  }
  .two-column-right-page .right-section {
    width: 100%;
    margin: 90px 0 0 0;
  }
  .two-column-right-type2-page .page-center-inner {
    margin: 0;
  }
  body .two-column-right-type2-page .left-section {
    width: 100%;
    margin: 0;
  }
  body .two-column-right-type2-page .right-section {
    width: 100%;
    margin: 16px 0 0;
  } 

  .service-inner-page .left-section-wrap {
    padding: 36px;
  }
  .service-inner-page .main-content {
    padding-top: 2.8125rem;
    padding-bottom: calc(5.625em - 17px);
  }

  body .hs-contact-page {
    padding-top: 2.8125rem;
    padding-bottom: 5.625rem;
  }

  .mobile-auto-glass-page .section-2 .row-fluid .span7 {
    width: 100%;
  }
  .mobile-auto-glass-page .section-2 .row-fluid .span5 {
    width: 100%;
  }
  .mobile-auto-glass-page form .hs-button {
    width: 100%;
  }
  

}

@media only screen and (max-width: 641px) {
  .mobile-auto-glass-page form .hs-button {
    line-height: 2;
    padding: 11.5px 30px;
    width: 100%;
  }
}


@media (max-width: 480px) {
  .two-column-right-page .widget-type-header h2,
  .two-column-right-page .widget-type-rich_text h2{
    font-size: calc(150%) !important;
  } 
  .two-column-right-page .widget-type-header h3,
  .two-column-right-page .widget-type-rich_text h3{
    font-size: calc(125%) !important;
  }
  .two-column-right-page .widget-type-header h4,
  .two-column-right-page .widget-type-rich_text h4 {
    font-size: calc(125%);
  } 
  .two-column-right-page .left-section .widget-type-header h5, 
  .two-column-right-page .left-section .widget-type-rich_text h5 {
    font-size: calc(150%);
  }
  .two-column-right-page .left-section .widget-type-header h6, 
  .two-column-right-page .left-section .widget-type-rich_text h6 {
    font-size: calc(125%);
  }

  .service-inner-page .left-section-wrap {
    padding: 25px;
  }
  .service-inner-page .top-content .widget-type-header h1,
  .service-inner-page .top-content .widget-type-rich_text h1 {
    font-size: 200%;
  }

  .hs-contact-page form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hs-contact-page form fieldset.form-columns-1 .input,
  .hs-contact-page form fieldset.form-columns-2 .input {
    padding-right: 0;
  }
  .hs-contact-page form .hs-button {
    width: 100%;
  }
  .hs-contact-page .widget-type-header h2, 
  .hs-contact-page .widget-type-rich_text h2 {
    font-size: calc(125%) !important;
  }
 

  .hs-home-page h1 {
    font-size: 125%;
  }


}