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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */






@font-face {
  font-family:bebas-neue;
  src:url(https://use.typekit.net/af/f9d226/000000000000000077359f59/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/f9d226/000000000000000077359f59/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/f9d226/000000000000000077359f59/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:trump-gothic-pro;
  src:url(https://use.typekit.net/af/db90e9/00000000000000007735a57d/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/db90e9/00000000000000007735a57d/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/db90e9/00000000000000007735a57d/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:trump-gothic-pro;
  src:url(https://use.typekit.net/af/49d57b/00000000000000007735a578/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/49d57b/00000000000000007735a578/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/49d57b/00000000000000007735a578/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family:ff-meta-serif-web-pro;
  src:url(https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family:brandon-grotesque;
  src:url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/1da05b/0000000000000000000132df/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:brandon-grotesque;
  src:url(https://use.typekit.net/af/d03e48/000000000000000077359df2/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/d03e48/000000000000000077359df2/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/d03e48/000000000000000077359df2/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family:sofia-pro;
  src:url(https://use.typekit.net/af/61b4ba/00000000000000007735a167/30/l?subset_id=2&fvd=n6&v=3) format("woff2"),
    url(https://use.typekit.net/af/61b4ba/00000000000000007735a167/30/d?subset_id=2&fvd=n6&v=3) format("woff"),
    url(https://use.typekit.net/af/61b4ba/00000000000000007735a167/30/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight:600;
  font-style:normal;
}

@font-face {
  font-family: "squarespace-ui-font";
  src: url("https://6553169.fs1.hubspotusercontent-na1.net/hubfs/6553169/Union_Kitchen_April_2021/fonts/squarespace-ui-font.eot")format("embedded-opentype"),
    url("https://6553169.fs1.hubspotusercontent-na1.net/hubfs/6553169/raw_assets/public/Union_Kitchen_April_2021/fonts/squarespace-ui-font.woff")format("woff"),
      url("https://6553169.fs1.hubspotusercontent-na1.net/hubfs/6553169/raw_assets/public/Union_Kitchen_April_2021/fonts/squarespace-ui-font.ttf")format("truetype");
        font-weight: normal;
        font-style: normal;
        }


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

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  letter-spacing: .02em;
}

.body-wrapper{
  overflow-x:hidden;
}

body.show-mobile-nav{
  overflow:hidden;
}


h1+h1,h1+h2,h1+h3,h2+h1,h2+h2,h2+h3,h3+h1,h3+h2,h3+h3 {
  margin-top: 15px
}

p {
  margin-top: 0;
  font-family: Lato, serif;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

/* Anchor Links */

.body-container-wrapper a:not(.hs-button):not(.main-button){
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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

img{
  max-width:100%;
  height:auto;
}

hr{
  height: 0;
  border:none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 1.0);
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 0em;
  line-height: 1.1;
  text-transform: uppercase;
  margin: .67em 0;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: .01em;
  line-height: 1.3;
  text-transform: none;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: .02em;
  line-height: 1.6;
  text-transform: none;
  margin-top: 15px;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

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

blockquote {
  border-left-width: 1px;
  border-left-style:solid;
  padding-left: 1.618em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}


/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
}

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


@media(max-width:640px){
  .content-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b;
    padding-right: 5px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  
  text-decoration: none;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.form-container {
  max-width: 500px;
  margin-bottom: 20px;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-size: 13px;  font-weight:400;
  letter-spacing:0;
}

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

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  color: #33475b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-width:1px;
  border-style:solid;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
    padding: 9px 10px;
}

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

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

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



.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


@media(max-width:767px){
  .form-container {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

@media(min-width:640px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 9px;
    white-space: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    margin: 0 1.58em;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper {
    margin: -.618em -1.79em;
    white-space: normal;
  }

  .custom-menu-primary {
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 6px 24px;
    white-space: nowrap;
    line-height: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: .618em 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children{
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: -99999px;
    z-index: 1002;
    margin-left: -1em;
    padding: 1em;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul{
    left: 0;
    opacity: 1;
    -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);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li > a {
    display: block;
    padding: .382em;
    -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  }
  
  .mobile-menu-wrapper{
    display:none;
  }
  
}

@media(max-width:639px){
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 36px;
    left: auto;
    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);
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-120%,0,0);
    -moz-transform: translate3d(-120%,0,0);
    -ms-transform: translate3d(-120%,0,0);
    -o-transform: translate3d(-120%,0,0);
    transform: translate3d(-120%,0,0);
  }

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

  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -99999px;
    bottom: 0;
    z-index: 1010;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
  }


  .show-mobile-nav .mobile-menu-wrapper {
    left: 0;
    background-color: rgba(25,22,6,.75);
    -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-menu-primary.visible-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: calc(100% -  60px );
    overflow: hidden;
    background-color: #191606;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    -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) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
  }

  .show-mobile-nav .custom-menu-primary.visible-phone {
    -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);
    -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);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: left;
    font-family: Heebo;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .25em;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #fff !important;
    padding-top: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li+li > a {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '\00BB';
    font-family: sans-serif;
    color: #fff;
    margin-left: 7px;
  }

  .Mobile-overlay-close {
    outline: 0;
    border: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    left: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: button;
    cursor: pointer;
    line-height: 0;
  }

  .show-mobile-nav .Mobile-overlay-close {
    background-color: rgba(25,22,6,.75);
    stroke: #fff;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
  }

  .Mobile-overlay-close svg {
    width: 16px;
    height: 16px;
    stroke-width: 3;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back > a {
    font-family: Heebo;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .25em;
    line-height: 1.8em;
    text-transform: uppercase;
    padding-bottom: 1.618em;
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.dl-back > a:before {
    content: '\00AB';
    font-family: sans-serif;
    color: #fff;
    margin-right: 7px;
  }

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* Home page style */


main.body-container-wrapper.home-page .parallax-container .banner-content-button a {
  margin-top: 164px;
  letter-spacing: 4.05px;
}

.home-page .Index-nav {
  z-index: 10;
}

.contact-us-page  .submitted-message p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 0;
}


.home-page .parallax-container {
  min-height: calc(91vh - 257px) !important;
}

.contact-us-page nav.social-link-list:hover  a.svg-icon--wrapper svg use.sqs-use--icon{
  fill: rgba(34,34,34,.4);
}
.contact-us-page nav.social-link-list:hover  a.svg-icon--wrapper:hover svg use.sqs-use--icon{
  fill: #222;
}


.kitchen-content .advance-image {
  padding: 0;
}

.home-page .home-top-section .advance-image .adv-image-wrapper img {
  object-fit: cover !important;
  height: auto !important;
}

.home-page .home-bottom-section .advance-image .adv-image-wrapper img{
  height: 100% !important;
}

.home-top-section .widget-type-rich_text p:last-of-type {
  margin-bottom: 0;
}

.content-inner-wrapper {
  padding: 63px 0px;
}

.careers-section p {
  margin-top: 1em;
}

.careers-section p:last-of-type {
  margin-bottom: 0;
}

.careers-section  h1:first-child,
.careers-section  h2:first-child{
  margin-top: 0;
}

.submitted-message {
  text-align: center;
}

.body-container__website .widget-type-rich_text h1:first-of-type {
  margin-top: 0;
}

.body-container__website .widget-type-rich_text p {
  margin-top: 1em;
}

.body-container__website .widget-type-rich_text p:last-of-type {
  margin-bottom: 0;
}

.body-container__website .widget-type-rich_text p:first-of-type{
  margin-top: 0;
}

.col-mid-section .widget-type-form form select.is-placeholder:focus {
  color: #33475B;
}


.newsletter-section .newsletter-form-wrapper form .hs_error_rollup {
  display: none;
}

.body-container__website .widget-type-rich_text ul li p,
.content-width-section ul li p,
.careers-bottom-section ul li p{
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.body-container__website .widget-type-rich_text ul li,
.careers-bottom-section ul li,
.content-width-section ul li{
  list-style-type: none;
}

.body-container__website .widget-type-rich_text p:empty:before {opacity: 0;}


.body-container__website .widget-type-rich_text ul li p:before,
.content-width-section ul li p:before,
.careers-bottom-section ul li p:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  content: "\2022";
}
.kitchen-content .widget-type-rich_text h1:first-of-type,
.news-content .widget-type-rich_text h3:first-of-type{
  margin-top: 0;
}

.kitchen-content .widget-type-rich_text p,
.news-content .widget-type-rich_text p{
  margin-top:1em;
}

.kitchen-content .widget-type-rich_text p:first-of-type,
.news-content .widget-type-rich_text p:first-of-type{
  margin-top:0;
}

.kitchen-content .widget-type-rich_text p:last-of-type,
.news-content .widget-type-rich_text p:last-of-type{
  margin-bottom:0;
}

.news-content .widget-type-rich_text h3 a {
  color: #575757;
}

.news-content .widget-type-rich_text h3 a:hover {
  color: rgba(87,87,87,.6);
  border-color: rgba(87,87,87,.15);
}

.parallax-container.with-content .banner-cotnent ul {
  margin-bottom: 74px;
}

.container-fluid.body-container.index-page-section .parallax-image-wrapper {
  min-height: auto;
} 
.container-fluid.body-container.kitchen-bottom-content .widget-type-space {
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.container-fluid.body-container.kitchen-bottom-content .hs_cos_wrapper_type_space {
  min-height: 1.6em;
  display: block;
  padding-bottom: 7.60234%;
  box-sizing: content-box;
}
.container-fluid.body-container h3 a {
  border-bottom-color: rgba(87,87,87,.3) !important;
}
.container-fluid.body-container h3 a:hover {
  color: rgba(87,87,87,.6);
  border-color: rgba(87,87,87,.15)!important;
}



/* Requests page style */

.col-mid-section .widget-type-form {
  letter-spacing: normal;
}

.col-mid-section .widget-type-form fieldset {
  max-width: 100%;
}


.col-mid-section .widget-type-form .hs-richtext h1 {
  font-family: Montserrat;
  line-height: 24px;
  color: #33475b;
  font-weight: 500;
  text-transform: none;
  font-size: 28px;
  margin: 0.67em 0;
  margin-top: 0;
}

.col-mid-section .widget-type-form .hs-richtext h2 strong {
  font-weight: inherit;
}

.col-mid-section .widget-type-form .hs-richtext h1 span {
  font-weight: bold;
}

.col-mid-section .widget-type-form .hs-richtext h2{
  line-height: 24px;
  color: #33475b;
  margin: 0.67em 0;
  font-size: 21px;
  letter-spacing:normal;
  font-weight: 500;
  font-family: Montserrat;
}
.col-mid-section .widget-type-form form .hs-form-field input[type="text"],
.col-mid-section .widget-type-form form .hs-form-field input[type="email"],
.col-mid-section .widget-type-form form .hs-form-field input[type="phone"],
.col-mid-section .widget-type-form form .hs-form-field input[type="number"],
.col-mid-section .widget-type-form form .hs-form-field input[type="tel"],
.col-mid-section .widget-type-form form .hs-form-field input[type="date"],
.col-mid-section .widget-type-form form .hs-form-field textarea{
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  padding: 0 15px;
  min-height: 27px;
  display: inline-block;
  width:100%;
}

.col-mid-section .widget-type-form form fieldset .hs-form-field .hs-input{
  width: 90%;
}

.col-mid-section .widget-type-form form .hs-form-field textarea.hs-input{
  height: 64px;
}

.col-mid-section .widget-type-form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}
.col-mid-section .widget-type-form form .hs-form-field > label {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: normal;
}

.col-mid-section .widget-type-form form .hs-form-field select{
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #f5f8fa;
}

.col-mid-section .widget-type-form fieldset.form-columns-2 .hs-form-field:last-child .hs-input {
  width: 100%;
}


.col-mid-section .widget-type-form form .hs_recaptcha .grecaptcha-badge {
  margin: 0 !important;
}

.col-mid-section .widget-type-form form .hs-form-field {
  line-height: normal;
}

.col-mid-section .widget-type-form form .hs-form-field.hs_picture_of_repair_issue {
  line-height: normal;
}

.col-mid-section .widget-type-form form .hs_submit.hs-submit .actions {
  margin-top: 18px;
  padding:17px 0;
}


.col-mid-section .widget-type-form form .hs_recaptcha{
  padding: 8px 0 0 8px
}

.col-mid-section .widget-type-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  background: #436543;
  border-color: #436543;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}
.col-mid-section .content-width-section hr+hr {
  margin-top: 1em !important;
}


.col-mid-section .widget-type-form form .hs_modification_to_access legend.hs-field-desc,
.col-mid-section .widget-type-form form .hs_repair_issue legend.hs-field-desc,
.col-mid-section .widget-type-form form .hs_picture_of_repair_issue legend.hs-field-desc{
  color: #7bb585 !important;
}

.col-mid-section .widget-type-form form select.is-placeholder {
  color: #bfbfbf;
}

.col-mid-section .widget-type-form form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.col-mid-section .widget-type-form form .hs-form-field legend.hs-field-desc {
  font-family: Montserrat;
  color: #000000;
  font-size: 11px;
  line-height: normal;
}

.col-mid-section .widget-type-form form .hs-richtext p {
  font-family: Montserrat;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}





/* Contact us page style */


.contact-us-page .content-wrapper {
  padding: 0;
}

.contact-us-page .content-wrapper .row {
  margin: 0 -17px;
}

.contact-us-page .content-wrapper .row .span-1 {
  width: 8.3333%;
  float: left;
}

.contact-us-page .content-wrapper .row .span-10 {
  width: 91.6667%;
  float: left;
}

.contact-us-page .content-wrapper .row .col {
  min-height: 1px;
}

.contact-us-page nav.social-link-list {
  width: 100%;
}

.contact-us-page nav.social-link-list a.svg-icon--wrapper {
  margin: 0 6px;
  border: none;
  padding: 0;
  border-radius: inherit;
}

.contact-us-page nav.social-link-list a.svg-icon--wrapper svg use.sqs-use--mask {
  fill: transparent;
}

.contact-us-page nav.social-link-list a.svg-icon--wrapper svg use.sqs-use--icon {
  fill: #222;
}

.contact-us-page nav.social-link-list a.svg-icon--wrapper > div {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.contact-us-page .content-section .widget-type-form form textarea.hs-input {
  height: 64px;
}

.contact-us-page .content-section .widget-type-form form .hs_submit.hs-submit .actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 17px 0px;
}

.contact-us-page .content-section .widget-type-form form  .hs_message {
  margin-bottom: 10px;
}


.contact-us-page .content-section .widget-type-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  background: #de2c00;
  border-color: #de2c00;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}




.body-container__website .widget-type-rich_text blockquote {
  min-width: 100%;
  line-height: 1em;
  margin: 0;
  padding: 0;
  border: blanchedalmond;
}

.body-container__website .widget-type-rich_text blockquote p {
  font-family: ff-meta-serif-web-pro;
  font-weight: 500;
  font-style: normal;
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: none;
  line-height: 1.2em;
}

.body-container__website .widget-type-rich_text blockquote p a{
  color: #000;
}

.body-container__website .widget-type-rich_text blockquote p a:hover  {
  opacity:0.8;
}


.body-container__website .widget-type-rich_text blockquote p {
  margin-bottom: 0;
}


.kitchen-bottom-content .widget-type-form fieldset {
  max-width: 100%;
}


blockquote p:last-of-type {
  margin: 0;
}


.body-container__website .widget-type-form form fieldset {
  max-width: 100%;
}

.body-container__website .widget-type-form form .hs_submit.hs-submit .actions,
.kitchen-bottom-content .widget-type-form form .hs_submit.hs-submit .actions{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.body-container__website .widget-type-form form .hs_submit.hs-submit .actions input.hs-button.primary.large,
.kitchen-bottom-content .widget-type-form form .hs_submit.hs-submit .actions input.hs-button.primary.large{
  background: #3b7849;
  border-color: #3b7849;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}
.body-container__website .widget-type-form form,
.kitchen-bottom-content .widget-type-form form{
  letter-spacing: normal;
}

.body-container__website .widget-type-form form fieldset textarea.hs-input,
.kitchen-bottom-content .widget-type-form form fieldset textarea.hs-input{
  height: 64px;
}


.body-container__website .widget-type-form form fieldset .hs-richtext h1,
.kitchen-bottom-content .widget-type-form form fieldset .hs-richtext h1{
  line-height: 24px;
  color: #33475b;
  text-transform: initial;
  letter-spacing: normal;
  font-size: 28px;
  font-weight: 500;
  font-family: Montserrat;
}
.body-container__website .widget-type-form form fieldset .hs-richtext  p,
.kitchen-bottom-content .widget-type-form form fieldset .hs-richtext p{
  margin-top: 1em;
  line-height: 24px;
  font-size: 14px;
}

.kitchen-bottom-content .hs_cos_wrapper_type_form {
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}


.news-content nav.social-link-list a.svg-icon--wrapper {
  border: none;
  padding: 0;
}


.news-content nav.social-link-list a.svg-icon--wrapper svg.sqs-svg-icon--social use.sqs-use--icon {
  fill: transparent;
}

.news-content nav.social-link-list:hover a.svg-icon--wrapper svg.sqs-svg-icon--social use.sqs-use--mask {
  fill: rgba(34,34,34,.4);
}

.news-content nav.social-link-list:hover a.svg-icon--wrapper:hover svg.sqs-svg-icon--social use.sqs-use--mask {
  fill: #222;
}


.request-page .parallax-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.request-page .parallax-image-wrapper .parallax-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}


.kitchen-bottom-content form {
  width: 80%;
}

.careers-section .advance-image .adv-image-wrapper img {
  object-fit: none;
  left: -12.5%;
  top: 0;
  width: 125%;
  max-width: none;
}

.home-page .parallax-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 91vh;
}

.home-page .parallax-container .page-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.container-fluid.body-container.home-top-section .advance-image {
  padding: 0;
}
.container-fluid.body-container.home-bottom-section .image-slider-wrapper {
  padding-left: 17px;
  padding-right: 17px;
}

.container-fluid.body-container.home-bottom-section .advance-image {
  padding: 0;
}

.container-fluid.body-container.col-mid-section .input {
  line-height: 0;
}
.container-fluid.body-container.col-mid-section form a {
  color: -webkit-link;
  text-decoration: underline;
  border: 0 !important;
}
.body-container__website .widget-type-rich_text ul:first-of-type li:last-child p:last-child:before {
  opacity: 0;
}

main.body-container-wrapper.request-page .dnd-section[class*="-force-full-width-section"]{
  background:transparent;
}
main.body-container-wrapper.request-page .dnd-section{
  background:#fff;
}

select.is-placeholder{
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

.submitted-message p {
  padding: 0 10px;
  width: 52.4905%;
  margin: 0 auto;
  padding: 0 17px;
}

.container-fluid.body-container.kitchen-bottom-content hr {
  width: calc(66.6667% + 12px)!important;
  padding: 0 !important;
}



.home-bottom-section .image-slider-wrapper .img-slider-inner .img-gallery img.thumb-image {
  cursor: pointer;
}



@media all and (-ms-high-contrast:none) {
  .home-page .parallax-container .page-center {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .home-page .parallax-container {
    display: table;
    width: 100%;
  }
}



@media(max-width:1500px){
  .kitchen-bottom-content form {
    width: 100%;
  }
}






@media(max-width:600px){
  .footer nav.social-link-list,
  .news-content nav.social-link-list{
    width: 100%;
  }
}





@media(max-width:1200px){
  .kitchen-bottom-content .widget-type-form form,
  .col-mid-section .widget-type-form form,
  .kitchen-bottom-content .hs_cos_wrapper_type_form {
    width: 66.6667%;
  }
  .container-fluid.body-container.kitchen-bottom-content hr {
    width: calc(66.6667% + 12px)!important;
    padding: 0 !important;
  }
  .news-content nav.social-link-list{
    width: 66.6667%;
  }
  .container-fluid.body-container.kitchen-bottom-content .widget-type-space {
    width: 66.6667%;
  }

  .home-page .parallax-container {
    min-height: calc(91vh - 319px) !important;
  }

}


@media(max-width:1000px){
  .home-page .parallax-container {
    min-height: calc(91vh - 402px) !important;
  }
}



@media(min-width:901px){
  .contact-us-page .content-inner-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }
}


@media screen and (max-width: 900px) and (min-width:768px){
  .container-fluid.body-container.kitchen-bottom-content hr {
    width: calc(83.3333% + 24px)!important;
    padding: 0 !important;
  }
}


@media(max-width:900px){
  .kitchen-bottom-content .widget-type-form form,
  .col-mid-section .widget-type-form form,
  .kitchen-bottom-content .hs_cos_wrapper_type_form {
    width: 83.3333%;
  }
  .news-content nav.social-link-list{
    width: 83.3333%;
  }
  .contact-us-page .content-wrapper .row {
    margin: 0;
  }
  main.body-container-wrapper.request-page .row.clearfix {
    margin-left: -17px;
    margin-right: -17px;
  }
  .contact-us-page .content-wrapper .row .span-1 {
    display: none;
  }
  .container-fluid.body-container.kitchen-bottom-content .widget-type-space {
    width: 83.3333%;
  }
  .contact-us-page .content-wrapper .row .span-10 {
    width: 100%;
  }
}


@media(max-width:767px) and (min-width:641px){
  .body-container__website .widget-type-form form{
    padding-left: 17px;
  }
}


@media(max-width:600px){
  .kitchen-bottom-content .widget-type-form form,
  .col-mid-section .widget-type-form form,
  .kitchen-bottom-content .hs_cos_wrapper_type_form {
    width: 100%;
  } 

  .news-content nav.social-link-list{
    width: 100%;
  }

}




@media(max-width:639px){
  .content-with-img-col .image-card-wrapper .image-subtitle-wrapper {
    padding: 0;
  }
  .home-page .parallax-container {
    min-height: calc(91vh - 88px) !important;
  }
  .body-container__website .widget-type-rich_text p {
    margin-left: 0 !important;
  }
}


@media(max-width:400px){
  .kitchen-bottom-content .widget-type-form fieldset .input,
  .body-container__website .widget-type-form form  fieldset .input{
    margin: 0;
  }
  .col-mid-section .widget-type-form fieldset > div {
    width: 100% !important;
  }

  .col-mid-section .widget-type-form fieldset > div .input {
    margin: 0;
  }
  .body-container__website .widget-type-form form fieldset.form-columns-1 .input {
    margin: 0;
  }

  .body-container__website .widget-type-form form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0;
  }
  .col-mid-section .content-width-wrapper .content-width-section p {
    font-size: 15px;
  }
  .col-mid-section .widget-type-form form fieldset .hs-form-field .hs-input {
    width: 100%;
  }
  .kitchen-bottom-content .widget-type-form fieldset .hs_email .hs-input,
  .kitchen-bottom-content .widget-type-form fieldset .hs-firstname .hs-input, 
  .kitchen-bottom-content .widget-type-form fieldset .hs-lastname .hs-input,
  .kitchen-bottom-content .widget-type-form fieldset .hs-phone .hs-input,
  .body-container__website .widget-type-form fieldset .hs_email .hs-input,
  .body-container__website .widget-type-form fieldset .hs-firstname .hs-input, 
  .body-container__website .widget-type-form fieldset .hs-lastname .hs-input,
  .body-container__website .widget-type-form fieldset .hs-phone .hs-input {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

header.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header.header .header__container .top-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header.header .header__container .top-center {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header.header .header__container .top-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 15px;
}

.header-search {
  font-family: Heebo;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 6px 24px;
  color: #1d1d1d;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.header-search form {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-family: Heebo;
  font-size: 10px;
  letter-spacing: .14em;
}

.header-search form input.hs-search-field__input{
  letter-spacing: inherit;
  text-transform: inherit;
  width: 12.4em;
  max-width: 100%;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid;
  padding-bottom: .5em;
  border-color: rgba(29,29,29,.3);
  line-height: normal;
  font-family: Heebo;
  border-radius:0;
  font: inherit;
}


.header-search form input.hs-search-field__input::-moz-placeholder {
  color: rgba(29,29,29,.5);
}

.header-search form input.hs-search-field__input::-webkit-input-placeholder {
  color: rgba(29,29,29,.5);
}
.header-search form button svg:not(.icon--search) {
  display: none;
}

.header-search form button {
  outline: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  text-transform: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
  line-height: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.header-search form button svg.icon--search--small {
  display: none;
}

.header-search form button svg.icon--search {
  width: 20px;
  height: 20px;
  stroke-width: 3;
  overflow: hidden;
}

.top-center a#hs-link-header_logo_hs_logo_widget img {
  max-width: 307px;
  width: 100% !important;
}

.top-center a#hs-link-header_logo_hs_logo_widget {
  padding: 6px 24px;
  line-height: 0;
  display: inline-block;
}


.header-social nav.social-link-list {
  width: 100%;
  padding: 6px 24px;
  font-size: 0;
  line-height: 0;
}

.header-social nav.social-link-list a.svg-icon--wrapper {
  transform: scale(2);
  border-radius: 0;
  margin: 7.375px;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 170ms ease-in-out;
}

.header-social nav.social-link-list a.svg-icon--wrapper svg.sqs-svg-icon--social use.sqs-use--mask{
  fill: transparent;
}



@media(max-width:1545px){
  .header-search form input.hs-search-field__input {
    width: 5em;
  }
}


@media(max-width:1545px){
  header.header .header__container .top-center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .header-search {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }

  .header-search form.header-search-form input.header-search-form-input {
    width: 5em;
  }
}



@media(max-width:639px){
  header.header .header-desktop {
    display: none;
  }

  .mobile-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .mobile-bar .top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
  }


  .mobile-bar .top-center {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
  }

  .mobile-bar .top-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mobile-bar .top-center a img {
    max-width: 135px;
  }

  .mobile-bar .top-center a {
    padding: 8px;
    line-height: 0;
    display: block;
  }


  button.mobile-bar-menu {
    outline: 0;
    border: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    stroke: #030303;
    padding: 8px;
    line-height: 0;
    cursor:pointer;
  }

  button.mobile-bar-menu svg.Icon.Icon--hamburger {
    stroke-width: 3;
    width: 24px;
    height: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    -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);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
footer.footer {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-image: url('https://6553169.fs1.hubspotusercontent-na1.net/hubfs/6553169/raw_assets/public/Union_Kitchen_April_2021/images/union+kitchen+website+footer+background+image.png');
    background-size: cover;
    max-width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    }

footer.footer .footer__container {
  padding: 88px 0px;
}
.footer_bottom_section .hs-menu-wrapper>ul>li>a {
    cursor: text;
}
.social-share-wrapper {
  padding-bottom: 20px;
}

.social-share-wrapper .social-share-row {
  margin-left: -17px;
  margin-right: -17px;
}

.social-share-wrapper .social-share-row .col-12 {
  width: 100%;
  float: left;
}
.footer_bottom_section {
  padding-top: 20px;
}

.footer_bottom_section .row {
  margin-left: -17px;
  margin-right: -17px;
}

.footer_bottom_section .row .col-12 {
  width: 100%;
  float: left;
}

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

.footer_bottom_section .hs-menu-wrapper > ul > li {
  width: 50%;
  float: left;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  height: auto;
}

.footer_bottom_section .hs-menu-wrapper > ul > li:first-child{
  text-align:right;
}

.footer_bottom_section .hs-menu-wrapper>ul>li:first-child>ul>li:first-child > a {
  border: none;
  padding: 0;
  color: rgba(252,252,252,1.0);
  cursor: text;
}

.footer_bottom_section .hs-menu-wrapper > ul > li:last-child{
  text-align:left;
}

.footer_bottom_section .hs-menu-wrapper > ul:before, 
.footer_bottom_section .hs-menu-wrapper > ul:after {
  content: "";
  display: table;
}

.footer_bottom_section .hs-menu-wrapper > ul:after {
  clear: both;
}


.footer_bottom_section .hs-menu-wrapper>ul>li > a {
  white-space: pre-wrap;
  font-family: bebas-neue;
  font-weight: 400;
  font-style: normal;
  font-size: 43px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-transform: uppercase;
  display: block;
  margin: .67em 0;
  margin-top: 0;
}

.footer_bottom_section .hs-menu-wrapper>ul>li:last-child > a{
  font-weight:700;
}

.footer_bottom_section .hs-menu-wrapper>ul>li > ul > li {
  margin: 20px 0;
  display: block;
}

.footer_bottom_section .hs-menu-wrapper>ul>li>ul>li > ul > li {
  display: inline;
}

.footer_bottom_section .hs-menu-wrapper>ul>li>ul>li > ul > li:before {
  content: " | ";
}

.footer_bottom_section .hs-menu-wrapper>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.footer_bottom_section .hs-menu-wrapper>ul>li > ul > li > a,
.footer_bottom_section .hs-menu-wrapper>ul>li>ul>li > ul > li > a,
.footer_address_section p a{
  white-space: pre-wrap;
  display: inline;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}

.footer_bottom_spacer .block-content {
  height: 34px;
  overflow: hidden;
}

.footer_address_section {
  text-align: center;
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.footer_address_section p:last-child {
  margin-bottom: 0;
}
.footer_bottom_section .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child:before {
  content: none;
}





@media(min-width:640px){
  .mobile-bar{
    display:none;
  }
}


@media(max-width:1200px){
  .footer_address_section{
    width:66.6667%;
  }
}

@media(max-width:1024px){
  footer.footer .footer__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}


@media(max-width:960px){
  footer.footer .footer__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}



@media(max-width:900px){
  .footer_address_section{
    width:83.3333%;
  }
}




@media(max-width:767px){
  .footer_bottom_section .hs-menu-wrapper>ul>li:first-child {
    margin-bottom: 20px;
  }
  .footer_bottom_section .hs-menu-wrapper>ul>li {
    width: 100%;
    text-align: center !important;
  }
  footer.footer .footer__container {
    padding-bottom: 37px;
    padding-top: 36px;
  }
  .footer_bottom_section .hs-menu-wrapper>ul>li {
    padding: 0px 0 17px;
  }
  .footer_bottom_section {
    padding-top: 50px;
  }
}


@media(max-width:640px){
  .footer_bottom_section .row,
  .social-share-wrapper .social-share-row{
    margin:0;
  }
}


@media(max-width:600px){
  .footer_address_section{
    width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}



/* Blog listing style */

.intro {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.intro .content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0px;
  max-width:1714px !important;
}
.blog-index__tag-header {
  padding-bottom: 48px;
  text-align: center;
}


.intro .content-wrapper .intro-row .intro-col-12 {
  float: left;
  width: 100%;
}

.intro .content-wrapper .intro-row .intro-col-12 .intro-block, 
.intro .content-wrapper .intro-spacer,
.intro .content-wrapper .intro-row .bottom-block{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.intro .content-wrapper .intro-row .intro-col-12 .intro-block h1 {
  margin-top: 0;
  text-align: center;
}

.intro .content-wrapper .intro-row .intro-col-12 .intro-block p {
  margin-bottom: 0;
  text-align: center;
  margin-top: 1em;
}

.intro .content-wrapper .intro-row .intro-col-12 .intro-block p {
  margin-top: 1em;
}


.intro .content-wrapper .intro-spacer .intro-block-content {
  height: 34px;
  overflow: hidden;
}

.intro .content-wrapper .intro-row .intro-col-12  .col-3 {
  width: 25%;
  float: left;
}



.intro .content-wrapper .intro-row .intro-col-12 .category-button {
  padding-left: 17px;
  padding-right: 17px;
}

.intro .content-wrapper .intro-row .intro-col-12 .category-button a.category-button-element {
  padding: 13px 26px;
  font-family: Heebo;
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .45em;
  border-color: #222;
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  color: #222;
}

.intro .content-wrapper .intro-row .intro-col-12 .category-button a.category-button-element:hover {
  background-color: #222;
  color: #fff;
}
main.main-blog-list {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

main.main-blog-list .blog-lsit-posts.content-wrapper:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

article.blog-index__post {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -moz-box-orient: column;
  -moz-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: -20px;
  float: left;
}

article.blog-index__post .Blog-meta.BlogList-item-meta a.blog-post__tag-link {
  color: rgba(82,82,82,.7);
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
  text-decoration: none;
}

article.blog-index__post .Blog-meta.BlogList-item-meta a.blog-post__tag-link:hover {
  color: rgba(82,82,82,.35);
}


.hs-blog-listing  article.blog-index__post  {
  width: calc( 33.33333333% - 67px );
  margin-right: 100px
}

.hs-blog-listing  article.blog-index__post:nth-child(-n + 3) {
  margin-top: 0
}

.hs-blog-listing  article.blog-index__post:nth-child(3n) {
  margin-right: 0
}

.hs-blog-listing  article.blog-index__post:nth-child(3n + 1) {
  clear: both
}
.blog-post__tags  a.blog-post__tag-link {
  color: rgba(82,82,82,.7);
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
  text-decoration: none;
}

.blog-post__tags {
  font-family: Heebo;
  font-weight: 500;
  font-style: normal;
  font-size: 9.75px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(82,82,82,.7);
  text-align: center;
  margin-bottom: 20px;
}
.blog-post__tags  a.blog-post__tag-link:hover {
  color: rgba(82,82,82,.35);
}
.category-button-container {
  text-align: center;
}
.blog-pagination {
  display: block;
  margin: 0;
}

.blog-pagination a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;

}
.blog-pagination {
  text-align: center;
}
.blog-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}
.blog-pagination .blog-pagination_link--disabled {
  display: none;
}
.blog-pagination a span {
  vertical-align: middle;
  padding: 8px;
  display: block;
  font-family: Heebo;
  font-weight: 500;
  font-style: normal;
  font-size: 9.75px;
  text-transform: uppercase;
  line-height: 1em;
  color: rgba(82,82,82,.7);
  letter-spacing: .2em;
  display: inline-block;
}
section.blog-lsit-posts.content-wrapper{
  padding-bottom:63px;
  padding-left: 17px;
  padding-right: 17px;
  max-width:1714px !important;
}


article.blog-index__post .content-featured-image {
  position: relative;
  margin-bottom: 32.36px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: block;
}

article.blog-index__post .content-featured-image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
}

article.blog-index__post .content-featured-image a img {
  font-size: 0px;
  top: 0px;
  width:100%;
  min-height: 739px;
  position: relative;
  object-fit: cover;
}

article.blog-index__post .content-featured-image:before {
  padding-bottom: 150%;
  content: '';
  display: block;
}

article.blog-index__post a.BlogList-item-title {
  display: block;
  font-family: trump-gothic-pro;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .075em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 20px;
  text-align: center;
}

article.blog-index__post .Blog-meta.BlogList-item-meta {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Heebo;
  font-weight: 500;
  font-style: normal;
  font-size: 9.75px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(82,82,82,.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}






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





/* Blog post page style */


.blog-post-wrapper .content-wrapper {
  max-width: 1714px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0px;
}


.blog-post-wrapper .content-wrapper .contnent-inner-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.blog-post-wrapper .content-wrapper  h1.blog-post__title {
  margin: 0 0 20px;
  text-align: center;
  font-family: Heebo;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: .075em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #222;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 0;
}

.blog-post__body p[data-rte-preserve-empty]:empty::before {
  content: '';
  display: inline-block;
}

.blog-post__body img {
  margin: 0 auto; 
  display: block;
}
.blog-post__body p a {
  color: rgba(82,82,82,.6);
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(82,82,82,.18);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}

.blog-post__body p a:hover {
  color: rgba(82,82,82,.36);
  border-color: rgba(82,82,82,.09);
}
.blog-post__body  img {
  vertical-align: bottom;
}
.blog-post-wrapper .content-wrapper {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.outer-post-wrapper {
  margin-left: -17px;
  margin-right: -17px;
}
.BlogItem-share {
  text-align: center;
  margin-bottom: 20px;
}
.blog-post {
  padding: 0;
  margin-bottom: 20px;
}
.BlogItem-share .Share.sqs-share-buttons {
  line-height: 0;
}

.BlogItem-share .Share.sqs-share-buttons .Share-buttons {
  margin: -10px;
}

.BlogItem-share .Share.sqs-share-buttons .Share-buttons .Share-buttons-item {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin: 10px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-family: Heebo;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
  color: #fff;
  fill: rgba(29,29,29,.2);
}

.BlogItem-share .Share.sqs-share-buttons .Share-buttons .Share-buttons-item svg.Share-buttons-item-icon {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.BlogItem-share .Share.sqs-share-buttons .Share-buttons .Share-buttons-item span.Share-buttons-item-label {
  display: none;
  vertical-align: top;
}

nav.blogitem-pagination {
  display: block;
}

nav.blogitem-pagination a.pagination-link {
  width: 50%;
}

nav.blogitem-pagination a.pagination-link.pagination-link--prev {
  float: left;
  text-align: left;
}

nav.blogitem-pagination a.pagination-link.pagination-link--next {
  float: right;
  text-align: right;
}
.blog-post__body ul li {
  list-style-type: none;
}

.blog-post__body ul li p {
  margin-top: .5em !important;
  margin-bottom: .5em!important;
}

.blog-post__body ul li p:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  content: "\2022";
}

nav.blogitem-pagination a.pagination-link .pagination-link-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 43px );
}

nav.blogitem-pagination a.pagination-link .pagination-link-content .pagination-link-label {
  padding: 4px 0;
  font-family: Heebo;
  font-weight: 500;
  font-style: normal;
  font-size: 9.75px;
  letter-spacing: .2em;
  line-height: 4em;
  text-transform: uppercase;
  color: rgba(82,82,82,.7);
}


.blog-comments form {
  margin-top: 20px;
}

.blog-comments h2{
  border-bottom:#000000 2px solid;
}

.blog-post__body p {
  margin: 1em 0;
}

.blog-post__body p:first-child {
  margin-top: 0;
}

.blog-comments textarea.hs-input{
  min-height:200px;
}

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

article.blog-index__post .Blog-meta.BlogList-item-meta {
  display: block;
  text-align: center;
}
nav.blogitem-pagination.clearfix {
  max-width: 1680px;
  margin: 0px auto;
}

article.blog-index__post .content-featured-image a img {
  height: 100%;
  min-height: auto;
}
section.blog-lsit-posts.content-wrapper {
  max-width: 1680px !important;
  padding-left: 0;
  padding-right: 0;
}
article.blog-index__post a.BlogList-item-title ,
article.blog-index__post .Blog-meta.BlogList-item-meta{
  padding: 0 17px;
}
/* Media querys */

@media(max-width:1680px){
  nav.blogitem-pagination {
    display: block;
    padding: 0 17px;
  }
}


@media(max-width:1200px){
  .intro .content-wrapper .intro-row .intro-col-12 .intro-block, 
  .intro .content-wrapper .intro-spacer,
  .intro .content-wrapper .intro-row .bottom-block,
  .blog-post-wrapper .content-wrapper .contnent-inner-wrapper{
    width: 66.6667%;
  }
}

@media(max-width:900px){
  .intro .content-wrapper .intro-row .intro-col-12 .intro-block, 
  .intro .content-wrapper .intro-spacer,
  .intro .content-wrapper .intro-row .bottom-block,
  .blog-post-wrapper .content-wrapper .contnent-inner-wrapper{
    width: 83.3333%;
  }
}




@media(max-width:817px){
  .hs-blog-listing  article.blog-index__post {
    width: calc( 50% - 50px );
    margin-right: 100px;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(-n + 2) {
    margin-top: 0;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(2n) {
    margin-right: 0;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(2n + 1) {
    clear: both;
  }
  .hs-blog-listing article.blog-index__post:nth-child(-n+3) {
    margin-top: 100px;
  }

  .hs-blog-listing article.blog-index__post:nth-child(-n+2) {
    margin-top: 0;
  }
  .hs-blog-listing article.blog-index__post:nth-child(3n+1) {
    clear: none;
  }


  .hs-blog-listing article.blog-index__post:nth-child(2n+1) {
    margin-right: 100px;
  }
}


@media(max-width:640px){
  .intro .content-wrapper .intro-row .intro-col-12 .col-3 {
    width: 100%;
  }
  .intro .content-wrapper .intro-row .intro-col-12 .intro-block {
    padding-top: 17px;
  }
  .intro .content-wrapper .intro-row .intro-col-12 .category-button {
    padding-bottom: 17px;
    padding-top: 17px;
    text-align: center;
  }
  .blog-post-wrapper .content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .outer-post-wrapper {
    padding-top: 17px !important;
    margin: 0;
  }
}





@media(max-width:767px){
  .intro .content-wrapper .intro-row .intro-col-12 .intro-block, 
  .intro .content-wrapper .intro-spacer,
  .intro .content-wrapper .intro-row .bottom-block,
  .blog-post-wrapper .content-wrapper .contnent-inner-wrapper{
    width: 100%;
  }

  .hs-blog-listing  article.blog-index__post {
    width: calc( 100% - 0px );
    margin-right: 100px;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(-n + 1) {
    margin-top: 0;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(1n) {
    margin-right: 0;
  }

  .hs-blog-listing  article.blog-index__post:nth-child(1n + 1) {
    clear: both;
  }
  article.blog-index__post:not(:first-child) {
    margin-top: 100px !important;
  }

  section.blog-lsit-posts.content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  article.blog-index__post a.BlogList-item-title {
    padding: 0 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page a{
  border:none !important;
  padding:0 !important;
}

.systems-page {
  padding: 3rem 17px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}




section.content-wrapper.main-error-page {
  padding: 63px 0px;
  text-align: center;
  max-width: 1714px;
}


section.content-wrapper.main-error-page .error-block-content,
section.content-wrapper.main-error-page .error-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52.4905%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

section.content-wrapper.main-error-page .error-block-content p {
  margin-top: 1em;
}

section.content-wrapper.main-error-page .error-block-content p:first-of-type {
  margin-top: 0;
}

section.content-wrapper.main-error-page .error-block-content p:last-of-type {
  margin-bottom: 0;
}



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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

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


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

.form-container .hs_submit.hs-submit {
  margin: 10px 0;
}


.form-container ul.no-list.hs-error-msgs {
  padding: 0;
}

.form-container  .hs-form-field {
  margin: 0 0 15px;
}




@media(max-width:1200px){
  section.content-wrapper.main-error-page .error-block-content,
  section.content-wrapper.main-error-page .error-block{
    width: 66.6667%;
  }
}





@media(max-width:900px){
  section.content-wrapper.main-error-page .error-block-content,
  section.content-wrapper.main-error-page .error-block{
    width: 83.3333%;
  }
}



@media(max-width:767px){
  .widget-type-email_simple_subscription input.email-edit.hs-input {
    width:100% !important;
  }
  .systems-page .success{
    min-width:100%;
  }
}



@media(max-width:600px){
  section.content-wrapper.main-error-page .error-block-content,
  section.content-wrapper.main-error-page .error-block{
    width: 100%;
  }
}


@media(max-width:479px){

  .systems-page h1 {
    font-size: 34px;
  }
  .widget-type-email_subscriptions h1 {
    font-size: 28px;
  }

  .widget-type-email_subscriptions h2 {
    font-size: 24px;
  }
  .systems-page h3 {
    font-size: 25px;
  }
  .systems-page h2{
    font-size:24px;
  }
}