*, *: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;
}

/* 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.body-container-wrapper{
  background: white;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


@media screen and (max-width: 1250px){
  .dnd-section>.row-fluid {
    max-width:98% !important;
  }
}

@media (max-width: 1023px) {
  .dnd-section > .row-fluid {
    max-width:683px !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section > .row-fluid {
    max-width: 100% !important;
    width: auto;
    padding: 1.5rem 10px 0 10px;
  }

  .website-page img{
    width:100%;
  }
}
@font-face {
  font-family: "InterstateMono"; 
  src: url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/InterstateMono-Lgt.ttf) format("ttf"),
    url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/InterstateMono-Lgt.woff) format("woff"),
    url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/InterstateMono.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  font-weight: 400;
  src: url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/FontAwesome.ttf) format("ttf"),
    url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/FontAwesome.woff) format("woff"),
    url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/fonts/fontawesome-webfont.woff2) format("woff2");
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
}

@font-face { 
  font-family: "InterstateMono"; 
  src: url("../fonts/InterstateMono.woff2") format("woff2"), 
    url("../fonts/InterstateMono.woff") format("woff"), 
    url("../fonts/InterstateMono.ttf") format("truetype"), 
    url("../fonts/InterstateMono.svg#InterstateMono-Lgt") format("svg"), 
    url("../fonts/InterstateMono.eot?#iefix") format("embedded-opentype"); 
  font-style: normal; 
  font-weight: normal; 
}


html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  line-height:1.25;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: url(https://8832690.fs1.hubspotusercontent-na1.net/hubfs/8832690/raw_assets/public/UnitedElectric_February2022/images/graphy.png) left top repeat white;
  background-size: 80px 160px;
  margin: 0;
}


/* Paragraphs */

p {
  margin-top:0;
  margin-bottom: 18px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
}

a:focus, a:active{
  text-decoration: none;
  outline:0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

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


img{
  max-width:100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  transition: all .15s linear;
  outline:none;
  border-style:solid;
  margin-top:15px;
  position: relative;
  text-align: center;
  font-size: 14.4px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Arial", sans-serif;
}

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

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

h3.form-title{
  font-size: 2.13rem;
  line-height: 1.82rem;
  font-weight: normal;
  width: 100%;
  padding: 0;
}

form{
  max-width:767px;
  display:block !important;
  margin-bottom:50px !important;
}

/* Labels */

form label {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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,
input#hs-pwd-widget-password{
  box-sizing: border-box;
  padding: 0 15px;
  display: inline-block;
  width: 100% !important;
  max-width:100% !important;
  background-clip: padding-box;
  height: 40px !important;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-style:solid;
  outline:0;
}

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

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, ul.no-list.hs-error-msgs li label {
  font-size:14px;
  color:red;
  font-weight:400;
  font-family: "Arial", sans-serif;
}

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

.hs_error_rollup ul li label{
  font-size:14px;
  color:red;
  font-weight:400;
  font-family: "Arial", sans-serif;
}

.hs-error-msg {
  font-size:14px;
  color:red;
  font-weight:400;
  font-family: "Arial", sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  transition: all .15s linear;
  outline:none;
  border-style:solid;
  margin-top:15px;
  position: relative;
  text-align: center;
  font-size: 14.4px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Arial", sans-serif;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


@media (max-width: 1024px){
  h3.form-title{
    font-size: 24px;
  }
}

@media (max-width:767px){
  h3.form-title{
    font-size: 22px;
  }
}
/* 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;
}
.header-group{   
  background: white;
}

.header-wrapper{
  width: 100%;
  position: relative;
  z-index: 1000;
  height: 175px;
  display: block;
}

.header-container{
  position: relative;
  max-width: 1201px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.header__logo{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 40%;
  -moz-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  padding-top: 2rem;
}

.header__logo a{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 40%;
  -moz-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  display:flex;
}

.header__logo a img{
  width: 100% !important;
  height: auto;
  max-width: 384px;
  max-height: 68px;
  outline: none;
  margin: 0;
  padding: 0;
}

div#hs_cos_wrapper_quicklinks, .desktop-quicklinks{
  display: contents;
} 

#prodSearch {
  position: absolute;
  top: 40%;
  right: 5%;
  height: 42px;
  width: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex !important;
  -js-display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  max-width:100% !important;
  margin-bottom:0px !important;
  border-radius:0px;
  padding: 0;
  box-shadow: none;
}

#prodSearch input {
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
  height:42px !important;
  border-radius: 0px;
  background: white;
}

#prodSearch button {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  background: #002d56;
  color: #fff;
  border: none;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  margin:0;
  border-radius: 0px;
  padding: 0;
}

#prodSearch button:hover{
  background: #002d56;
  color: #fff;
}

#prodSearch button i{
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
}

.fa-search:before {
  content: "\f002";
}

.custom-menu-primary{
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -25px;
  box-sizing: border-box;
}

.custom-menu-primary .navigation-primary >ul{
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 1201px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
}

.custom-menu-primary .navigation-primary >ul >li{
  background-color: #5EB0E5;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  border: solid 1px #5EB0E5;
  position:relative;
}

.custom-menu-primary .navigation-primary >ul >li >a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 14px 0;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f078";
  color: #0039A6;
  margin-left: 0.25rem;
  position: relative;
  top: -2px;
}

.custom-menu-primary .navigation-primary >ul ul{
  list-style: none;
  padding:0;
  margin:0;
  width: 30rem;
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  height: auto;
  padding: 18px 20px 14px 20px;
  box-shadow: 2px 4px 5px rgb(0 0 0 / 20%);
  top: 100%;
  z-index: 5;
  left: 0px;
  box-sizing: border-box;
  max-width: none;
  position: absolute;
  display: none;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}


.custom-menu-primary .navigation-primary >ul ul li{
  padding: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: left;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
}

.custom-menu-primary .navigation-primary >ul ul li a{
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: block;
  padding-top: 0rem;
  line-height: 1.8;
  font-size: 0.88rem;
  letter-spacing: 0rem;
  text-transform: none;
  font-weight: normal;
  font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
}

.custom-menu-primary .navigation-primary >ul ul li a:hover,
.custom-menu-primary .navigation-primary >ul ul li a:focus{
  display: block;
  background-color: transparent;
  text-decoration: underline;
}

.banner-section{
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

#prodSearch input::-webkit-input-placeholder,
#prodSearch input::placeholder{
  color: #808285;
  font-size:16px;
  font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
  display:block !important;
}

.search-form input::-webkit-input-placeholder,
.search-form input::placeholder {
  color: #808285;
  display:block !important;
  font-size:16px;
  font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
}

.top-page {
  position: fixed;
  bottom: 235px;
  right: 20px;
  z-index: 300;
  width: 35px;
  height: 35px;
  background: transparent;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.top-page a{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.top-page a img{
  width:35px !important;
  height:35px !important;
  max-width:100%;
}

#prodSearch button:active,
#prodSearch button:focus{
  opacity:.8;
}





.mobile-quicklinks .quicklinks a:hover{
  text-decoration:none !important;
}

.form-wrapper #prodSearch input {
  color: #000 !important;
}


@media (min-width:768px){
  .menu-btn{
    display:none;
  }
  .mobile-menu-primary{
    display:none;
  }
  .mobile-quicklinks{
    display:none;
  }
  .custom-menu-primary .navigation-primary >ul li:hover ul{
    display:block;
  }
  .custom-menu-primary .navigation-primary>ul li:last-child:hover ul{
    right: 0;
    left: unset;
  }
  .custom-menu-primary .navigation-primary>ul li:nth-child(6):hover ul{
    right: 0;
    left: unset;
  }
}


@media (min-width:991px) and (max-width:1500px){
  .custom-menu-primary .navigation-primary>ul li:last-child:hover ul{
    right: 0;
    left: unset;
  }
  .custom-menu-primary .navigation-primary>ul li:nth-child(6):hover ul{
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 1200px){
  .header-container{
    max-width: 98%;
  }
}


@media (max-width:1024px){
  .header-container{
    max-width: 683px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  #prodSearch {
    width: 300px;
  }
  .custom-menu-primary .navigation-primary>ul{
    max-width: 683px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 0.85rem;
  }
  .header__logo a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 219px;
  }
  .header-wrapper{
    height: 100px;
  }
  .main-wrapper {
    bottom: -14px;
  }
  .custom-menu-primary{
    height: 28px;
    bottom: -14px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding: 4px 0;
  }
  .quicklinks a {
    white-space: initial !important;
  }
  header.header.header-wrapper.header-lp{
    margin-bottom:0px !important;
  }
}

@media screen and (min-width: 841px) and (max-width:1024px){
  #prodSearch{
    height: 42px;
  }
  #prodSearch input{
    height: 42px !important;
  }
  .quicklinks a {
    white-space: nowrap !important;
  }
  .desktop-quicklinks{
    left: -34px;
    position: relative;
    display:block !important;
  }
}

@media screen and (max-width: 840px){
  #prodSearch {
    z-index: 1;
    width: 90%;
    top: 120px;
  }
  .header-wrapper{
    margin-bottom: 70px;
  }
}

@media (min-width:768px) and (max-width:840px){
  .desktop-quicklinks{
    left: -20px;
    position: relative;
    display:block !important;
  }
}

@media (max-width:850px) and (min-width:768px){
  .quicklinks div {
    margin-left: 15px !important;
    font-size: 14px  !important;
  }
}


@media screen and (max-width: 767px){
  .desktop-quicklinks{
    display:none;
  }
  .header-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .header__logo{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding-bottom: 0rem;
    padding-top:0px;
  }
  .custom-menu-primary{
    display:none;
  }
  #prodSearch {
    position: relative;
    left: 1%;
    top: 5px;
    margin-bottom: 30px !important;
    height: 42px;
    width: 98%;
    display: none !important;
  }
  .main-wrapper {
    position: static;
  }
  .menu-btn {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 28px;
    background: #5EB0E5;
    position: relative;
    padding-top: 1px;
    box-sizing: border-box;
  }
  .menu-btn .menu-toggle {
    pointer-events: all;
    position: absolute;
    top: 1px;
    left: 10px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #666;
    cursor: pointer;
  }
  .menu-toggle i{
    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;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  .cart, .login, .openorders {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    text-align: center;
    justify-content: end;
  }
  .mobile-menu-primary{
    position: relative;
    z-index: 1005;
    width: 179px;
    transform: translateX(-186px);
    transition: transform 0.3s ease-out;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 24%);
  }
  .mobile-menu-open .mobile-menu-primary{
    transform: translateX(0px);
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul{
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    list-style: none;
    padding: 0;
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    padding-top: 1px;
    padding-left: 10px;
    line-height: 35px;
    background-color: white;
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    display: block;
    padding: 5px 0;
    color: #5EB0E5;
  }
  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.hs-item-has-children >a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f078";
    color: #0039A6;
    margin-left: 0.25rem;
    position: relative;
    top: -1px;
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul ul{
    list-style: none;
    padding: 0;
    margin:0;
    display: none;
    position: static;
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul ul li{
    line-height: 35px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
  }

  .mobile-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul ul li a{
    font-size: 0.70rem;
    display: block;
    padding: 5px 0;
    color: #0039A6 !important;
    line-height: 0.75rem;
    letter-spacing: 0rem;
    text-transform: none;
    font-weight: normal;
    font-family: "InterstateMono", "Helvetica Neue", "Arial", sans-serif;
  }
  .phone{
    display:none;
  }
  .cart i{
    display:none;
  }

  .mobile-quicklinks .quicklinks{
    padding-top:0px !important;
    display:contents;
  }
  .mobile-quicklinks .quicklinks div{
    margin-left:0px !important;
  }

  .mobile-quicklinks div#hs_cos_wrapper_mobile_quick_links {
    display: contents;
  }

  .mobile-quicklinks{
    display:contents;
  }

  .quicklinks a{
    color:white;
    white-space:nowrap;
  }

  .header-wrapper{
    height: 90px;
    margin-bottom: 0;
  }

  .desktop-quicklinks {
    display:block;
  }

  .desktop-quicklinks .quicklinks .phone{
    display:block;
  }

  .desktop-quicklinks .quicklinks{
    padding-top: 21px;
  }

  .desktop-quicklinks .quicklinks .cart,
  .desktop-quicklinks .quicklinks .login,
  .desktop-quicklinks .quicklinks .openorders{
    display:none;
  }

  .mobile-quicklinks .cart i{
    display:none !important;
  }

  .header-wrapper.header-lp .header__logo a{
    padding-top: 2.6rem;
  }

  .banner-section{
    padding: 0 10px;
  }

  .header-group {
    min-height: 118px !important;
  }

}


@media (max-width:450px){
  .menu-btn{
    display:block;
    height:auto;
  }
  .header-group {
    min-height: 162px;
  }
}
.footer-wrapper {
  width: 100%;
  min-height: 317px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0rem;
  font-family: "Arial", sans-serif;
}

.footer-container{
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  max-width: 1250px;
  margin: 0 auto;
  padding: 2.25rem 0;
}

.footer-content-left{
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 66%;
  -moz-flex: 0 1 66%;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  float:left;
}

.footer-content-right{
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 34%;
  -moz-flex: 0 1 34%;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  float:right;
}

.menu-wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.nav_menu{
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.menu-footer-menu-1-container .hs_cos_wrapper .hs-menu-wrapper ul{
  padding: 0;
  font-size: 0.94rem;
  line-height: 0.8rem;
  list-style: none;
  outline: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menu-footer-menu-1-container .hs_cos_wrapper .hs-menu-wrapper ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
  display:inline-block;
}

.menu-footer-menu-1-container .hs_cos_wrapper .hs-menu-wrapper ul li a{
  font-family: "Arial", sans-serif;
}

.menu-footer-menu-1-container .hs_cos_wrapper .hs-menu-wrapper ul li a:hover{
  text-decoration:underline;
}

.open-space {
  max-width: 1250px;
  margin: 0 auto;
  padding: 2.25rem 0;
  width: 100%;
  display: flex;
}

.phone-number{
  text-align: right;
  width: 100%;
}

.phone-number .number a{
  margin: 0 14px;
  display: inline-block;
  font-size: 1.525rem;
  float: left;
  transition: color 0.25s ease-out;
  font-family: "Arial", sans-serif;
}

.search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  height: 35px;
  float: right;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-top: 8px;
}

.social {
  text-align: right;
  font-family: "Arial", sans-serif;
}

.copyright {
  outline: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0.69rem;
  letter-spacing: 0rem;
  font-family: "Arial", sans-serif;
}

.image1 a {
  margin: 0 14px;
  display: inline-block;
  font-size: 1.525rem;
  transition: color 0.25s ease-out;
}

.image1 a img{
  margin: 12px 8px 0 0;
  padding: 0;
  float: right;
  width:81px !important;
  height:50px;
}

.image2 a {
  margin: 0 14px;
  display: inline-block;
  font-size: 1.525rem;
  transition: color 0.25s ease-out;
}

.image2 a img{
  margin: 12px 8px 0 0;
  padding: 0;
  float: right;
  width:149px !important;
  height:50px;
}

.image2 a img:hover, .image3 a img:hover, .image1 a img:hover {
  opacity: 0.8;
}


.image3 a {
  margin: 0 14px;
  display: inline-block;
  font-size: 1.525rem;
  transition: color 0.25s ease-out;
}

.image3 a img{
  margin: 12px 8px 0 0;
  padding: 0;
  float: right;
  width:53px !important;
  height:50px;
  float: right;
}

.footer-image-wrapper{
  width: 100%;
  text-align: right;
}

.image1, .image2, .image3{
  display: inline-block;
}


@media screen and (max-width: 1249px){
  .footer-container{
    width: 98%;
  }
  footer.footer-wrapper.footer-lp .footer-container{
    width: 98%;
    display:block;
  }
}

@media screen and (max-width: 1075px){
  .search {
    margin-top: -7em;
  }
}

@media screen and (max-width: 1024px){  
  .footer-container{
    max-width: 716px;
  }
  footer.footer-wrapper.footer-lp .footer-container{
    max-width: 716px;
    display:block;
  }
}

@media (max-width:767px){
  .footer-container{
    max-width: 100%;
    width: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer-content-left{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .footer-content-right{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .nav_menu {
    width: 33%;
    margin-right: 0.5rem;
  }
  .nav_menu:last-child {
    width: 33%;
    margin-right: 0rem;
  }
  .search {
    margin: 1rem 0;
  }
  .menu-footer-menu-1-container .hs_cos_wrapper .hs-menu-wrapper ul{
    font-size: 0.63rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}