/* ******************************************************************************
*********************************************************************************
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: 50px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

main .dnd-section[class*="full-width"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-container-wrapper .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@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: 'FontAwesome';
  src: url('https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/TrolleyHouseRefreshments_February2021/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'ElegantIcons';
  src: url('https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/TrolleyHouseRefreshments_February2021/Fonts/ElegantIcons.eot') format('embedded-opentype'),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/ElegantIcons.woff) format('woff'),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/ElegantIcons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "linea-arrows-10";
  src: url("https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/TrolleyHouseRefreshments_February2021/Fonts/linea-arrows-10.eot") format("embedded-opentype"),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/linea-arrows-10.woff) format("woff"),
    url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/fonts/linea-arrows-10.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

html {
  font-size: 16px;
  -webkit-transition: all .33s ease-out;
  -moz-transition: all .33s ease-out;
  transition: all .33s ease-out;
}

body {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  color: #666666;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 1em 0;
}

::selection {
  background: #6b1a23;
  color: #fff;
}

::-moz-selection {
  background: #6b1a23;
  color: #fff;
}

/* Anchor Links */
a {
  color: #6b1a23;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #333;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: Roboto,sans-serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  text-transform: capitalize;
  font-style: normal;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.275em;
}

h3 {
  font-size: 25px;
  line-height: 1.36em;
}

h4 {
  font-size: 28px;
  line-height: 1.716;
}

h5 {
  font-size: 18px;
  line-height: 1.388888888888889em;
  letter-spacing: 1px;
}

h6 {
  font-size: 15px;
  line-height: 1.533333333333333em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

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

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

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-col-lg-1,
.custom-col-lg-10,
.custom-col-lg-11,
.custom-col-lg-12,
.custom-col-lg-2,
.custom-col-lg-3,
.custom-col-lg-4,
.custom-col-lg-5,
.custom-col-lg-6,
.custom-col-lg-7,
.custom-col-lg-8,
.custom-col-lg-9,
.custom-col-md-1,
.custom-col-md-10,
.custom-col-md-11,
.custom-col-md-12,
.custom-col-md-2,
.custom-col-md-3,
.custom-col-md-4,
.custom-col-md-5,
.custom-col-md-6,
.custom-col-md-7,
.custom-col-md-8,
.custom-col-md-9, .custom-col-sm-1, .custom-col-sm-10,
.custom-col-sm-11, .custom-col-sm-12, .custom-col-sm-2,
.custom-col-sm-3, .custom-col-sm-4, .custom-col-sm-5,
.custom-col-sm-6, .custom-col-sm-7, .custom-col-sm-8,
.custom-col-sm-9, .custom-col-xs-1, .custom-col-xs-10,
.custom-col-xs-11, .custom-col-xs-12, .custom-col-xs-2,
.custom-col-xs-3, .custom-col-xs-4, .custom-col-xs-5,
.custom-col-xs-6, .custom-col-xs-7, .custom-col-xs-8, .custom-col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .custom-col-sm-1, .custom-col-sm-10, .custom-col-sm-11,
  .custom-col-sm-12, .custom-col-sm-2, .custom-col-sm-3,
  .custom-col-sm-4, .custom-col-sm-5, .custom-col-sm-6,
  .custom-col-sm-7, .custom-col-sm-8, .custom-col-sm-9 {
    float: left;
  }

  .custom-col-sm-3 {
    width: 25%;
  }

  .custom-col-sm-4 {
    width: 33.33333333%;
  }

  .custom-col-sm-8 {
    width: 66.66666667%;
  }

  .custom-col-sm-9 {
    width: 75%;
  }
}

.custom_column_container {
  padding-left: 0;
  padding-right: 0;
}

.custom_column_container > .custom_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.custom_column-inner::after,
.custom_column-inner::before {
  content: " ";
  display: table;
}

.custom_column-inner::after {
  clear: both;
}

.top-to-bottom,.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -o-animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);
  animation: wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275)
}

@media (min-width: 480px) and (max-width: 768px) {
  h2 {
    line-height: 39px;
  }
}

@media (max-width: 480px) {
  h2 {
    line-height: 38px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Roboto,sans-serif;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  border-style: solid;
  color: #444444;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px 0;
  vertical-align: middle;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


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

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

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  font-family: "Roboto","Lucida Sans Unicode",Tahoma,sans-serif;
  border-style: solid;
  font-size: 16px;
  padding: 10px 10px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  line-height: 1.3;
  color: #33475b;
}
.hs_error_rollup {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 0px;
  color: #B94A48;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 4px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  font-weight: 300;
  font-family: roboto, sans-serif;
  font-size: 14px;
}
select {
  height: 40px;
  padding-top: 9px;
}

textarea {
  padding: 6px 10px;
  vertical-align: top;
  height: auto;
  min-height: 90px;
}

.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: #A1A1A1;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #B94A48;
}
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: #66afe9;
}

.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: 4px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 4px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 18px;
  color: #666666;
}
.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;
}

.hs-error-msgs label {
  margin: 0;
  padding: 0;
  font-family: "Roboto","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B94A48;
  text-align: left;
  font-style: normal;
  max-width: 100%;
  line-height: 26px;
}

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

.hs-error-msgs label { 
  line-height: 26px;
  display: inline-block;
  padding-right: 4px;
}

@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: Roboto,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.custom-container-wrapper .span1,
.custom-container-wrapper .span2,
.custom-container-wrapper .span3,
.custom-container-wrapper .span4,
.custom-container-wrapper .span5,
.custom-container-wrapper .span6,
.custom-container-wrapper .span7,
.custom-container-wrapper .span8,
.custom-container-wrapper .span9,
.custom-container-wrapper .span10,
.custom-container-wrapper .span11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.custom-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.website-page .banner-section .hs_cos_wrapper_type_rich_text {
  padding-right: 60px;
  padding-left: 60px;
  display: block;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 100px;
  line-height: 26px;
}

.website-page .banner-section .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
}

.website-page .banner-section .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 0;
  font-family: rage-italic;
  line-height: 70px;
  font-size: 60px;
  color: #6b1a23;
}

.website-page .span4 {
  padding-right: 20px;
  padding-left: 20px;
}

.website-page .span4 h3 {
  margin-bottom: 30px;
  text-align: center;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.website-page form .hs-form-field > label {
  margin: 0;
}

.website-page form {
  padding-top: 1em;
  display: block;
  padding-bottom: 15px;
}

.custom-container-wrapper .grecaptcha-badge {
  margin: 0;
}

.custom-container-wrapper  .hs_recaptcha {
  margin: 0;
  overflow-y: auto;
  width: auto;
  min-height: 80px;
}

.custom-container-wrapper form fieldset {
  max-width: 100%;
}

.website-page .span4 p a {
  word-break: break-all;
}

.about-us-page .main-wrapper .span6 .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 0;
}

.custom-container-wrapper .hs_cos_wrapper_type_rich_text :last-child {
  margin-bottom: 0;
}

.about-us-page .button-module {
  padding-right: 50px;
  padding-left: 50px;
}

.covid-page .top-pane {
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.covid-page .top-pane .hs_cos_wrapper_type_rich_text {
  display: flex;
  min-height: 336px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 {
  display: inline-block;
  line-height: 1.3em;
  vertical-align: middle;
  text-transform: uppercase;
  word-break: break-all;
  color: #431d28;
  font-family: Cinzel;
  font-size: 34px;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 10px;
}

.covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.covid-page .main-wrapper {
  padding-top: 130px;
}

.covid-page .main-wrapper .span8,
.covid-page .main-wrapper .span10 {
  padding-right: 0;
  padding-left: 0;
}

.covid-page .main-wrapper .span8 > div {
  padding-right: 2%;
  padding-left: 2%;
}

.covid-page .main-wrapper .span10 > div {
  padding-right: 5%;
  padding-left: 5%;
}

.covid-page .hs_cos_wrapper_type_linked_image,
.covid-page .hs_cos_wrapper_type_linked_image img {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  display: block;
}

.covid-page .main-wrapper h6 {
  margin: 0;
}

.covid-page .bottom-pane .hs_cos_wrapper_type_linked_image {
  padding: 6px;
}

.covid-page .bottom-pane .span4 .hs_cos_wrapper_type_linked_image {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.covid-page .bottom-pane .span4 .hs_cos_wrapper_type_linked_image a {
  border: none;
  outline: 0;
  vertical-align: top;
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.covid-page .bottom-pane .span4 .hs_cos_wrapper_type_linked_image a:after,
.covid-page .bottom-pane .span4 .hs_cos_wrapper_type_linked_image a:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.covid-page .bottom-pane .span4 .hs_cos_wrapper_type_linked_image a:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.services-page .main-wrapper {
  padding-top: 129px;
}

.services-inner-page .hs_cos_wrapper_type_rich_text > ul {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.services-inner-page .bottom-pane .span10 {
  width: 80%;
  padding: 0;
}

.services-inner-page .bottom-pane .span10 .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
}

.services-inner-page .bottom-pane .span10 .hs_cos_wrapper_type_rich_text h3 span {
  font-size: 20pt;
  color: #6b1a23;
}

.services-inner-page .bottom-pane .span2 {
  padding: 0;
  width: 20%;
}

.services-inner-page .bottom-pane .span2 .hs-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-size: 13px;
  line-height: 1.846153846153846em;
  letter-spacing: .5px;
  padding: 10px 23px 10px 26px;
  -webkit-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  border: 1px solid #fe6261;
  color: #fff;
  background-color: #6b1a23;
  border-color: #6b1a23;
  font-weight: 500;
  text-align: center;
}

.services-inner-page .bottom-pane .span2 .hs-button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.custom-container-wrapper {
  overflow-x: hidden;
}

.services-inner-page h4 {
  color: #660707;
  font-family: Rock Salt;
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  font-style: normal;
  font-weight: 300;
}

.services-inner-page .main-wrapper .custom-animate-content ul {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
  list-style-position: inside;
  line-height: 26px;
}

.services-inner-page .banner-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

.home-page .top-pane .span8 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.home-page .top-pane .span8 h2 {
  margin-bottom: 10px;
}

.home-page .top-pane .span8 h3 {
  margin-bottom: 0;
}

.home-page .top-pane  .span2 {
  width: 100%;
}

.home-page .top-pane .span2:last-child {
  width: 0;
  padding: 0;
}

.home-page .top-pane .span2 .custom-animate-content .custom-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-page .top-pane .span2 h5 {
  margin-bottom: 10px;
}

.home-page .top-pane  .hs-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-size: 13px;
  line-height: 1.846153846153846em;
  letter-spacing: .5px;
  -webkit-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  border: 1px solid #999;
  padding: 13px 27px 13px 30px;
  color: rgb(0, 0, 0);
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  margin-right: 54px;
}

.home-page .top-pane .hs-button:hover {
  border-color: #6b1a23;
  background-color: #9bc950;
}

.home-page .top-pane .span4 .custom-animate-content,
.home-page .top-pane .span8 .custom-animate-content {
  margin-top: -100px;
}

.home-page .service-card-wrapper:hover p {
  color: #660707;
}

.home-page .breakroom-services .dnd-section[class*="background-image"] {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #e5e5e5;
  background-position: 0 0!important;
  background-repeat: no-repeat!important;
  background-size: unset !important;
  background-image: url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/images/Asset-46.png);
}

.home-page .breakroom-services ul {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
  list-style-position: inside;
}

.home-page .breakroom-services .hs-button,
.home-page .all-services .hs-button,
.home-page .bottom-pane .hs-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  line-height: 1.846153846153846em;
  font-weight: 400;
  letter-spacing: .5px;
  padding: 10px 23px 10px 26px;
  -webkit-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  margin-top: 41px;
  border: 1px solid #6b1a23;
  color: #fff;
  font-size: 11px;
  padding: 10px 19px 9px 22px;
  background-color: #6b1a23;
}

.home-page .breakroom-services .hs-button:hover,
.home-page .all-services .hs-button:hover {
  background-color: #333;
  border-color: #333;
}

.website-page .custom-banner-wrapper .custom-banner {
  padding-top: 126px;
  padding-bottom: 126px;
}

.home-page .breakroom-services .span6 .hs_cos_wrapper_type_linked_image {
  vertical-align: top;
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-page .breakroom-services .span6 .hs_cos_wrapper_type_linked_image:after,
.home-page .breakroom-services .span6 .hs_cos_wrapper_type_linked_image:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.home-page .breakroom-services .span6 .hs_cos_wrapper_type_linked_image:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.website-page .custom-banner-wrapper .custom-banner .custom_column-inner {
  padding-top: 50px;
  padding-bottom: 32px;
}

.home-page .all-services .dnd-section[class*="background-image"] {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  background-size: cover;
  text-align: center;
  background-position: unset !important;
}

.home-page .all-services .dnd-section[class*="background-image"]:before {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
}

.home-page .all-services ul {
  font-size: 1.75rem;
  color: #fff;
  list-style: none;
  column-count: 2;
  line-height: 2.5rem;
  text-align: center;
  margin: 0;
  padding: 3rem 0;
}

.home-page .all-services .hs-button {
  font-size: 13px;
  margin-top: 0;
  padding: 10px 23px 10px 26px;
}

.home-page .image-slider-wrapper {
  margin-bottom: 10px;
  font-size: 0;
  margin-top: 10px;
}

.home-page .image-slider-item {
  margin-left: 31.5px;
  margin-right: 31.5px;
}

.home-page .bottom-pane .hs-button {
  text-align: center;
  border: 1px solid #999;
  color: #666;
  background-color: transparent;
  margin: 0;
  font-size: 13px;
  padding: 10px 23px 10px 26px;
}

.home-page .bottom-pane .hs-button:hover {
  color: #fff;
  background-color: #6b1a23;
  border-color: #6b1a23;
}

.website-page .span4 figure {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 6px;
  margin: 0px auto 10px;
  display: inline-block;
}

.home-page .image-slider-wrapper img {
  cursor: url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/images/openhand.cur.txt), move;
}

.services-inner-page .body-container.bottom-pane a:hover {
  color: #6B1A23;
}

.website-page .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 7px;
}

@media (min-width: 768px) {
  .custom-container-wrapper .span1 {
    width: 8.333333%;
  }

  .custom-container-wrapper .span2 {
    width: 16.666667%;
  }

  .custom-container-wrapper .span3 {
    width: 25%;
  }

  .custom-container-wrapper .span4 {
    width: 33.333333%;
  }

  .custom-container-wrapper .span5 {
    width: 41.666667%;
  }

  .custom-container-wrapper .span6 {
    width: 50%;
  }

  .custom-container-wrapper .span7 {
    width: 58.333333%;
  }

  .custom-container-wrapper .span8 {
    width: 66.666667%;
  }

  .custom-container-wrapper .span9 {
    width: 75%;
  }

  .custom-container-wrapper .span10 {
    width: 83.333333%;
  }

  .custom-container-wrapper .span11 {
    width: 91.666667%;
  }

  .custom-container-wrapper .span12 {
    width: 100%;
  }

  .cm-coffee-section2 .dnd-section > .row-fluid > .dnd-column {
    width: 20%;
  }

  .home-page .top-pane  .span2 {
    width: 20%;
  }
}

@media (max-width: 1399px) {
  .home-page .image-slider-item {
    margin-left: 42px;
    margin-right: 42px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-container-wrapper .dnd-section > .row-fluid {
    flex-wrap: wrap;
  }

  .services-page .main-wrapper .span3,
  .home-page .main-wrapper .span3{
    width: 50%;
  }

  .home-page .image-slider-item {
    margin-left: 29.5px;
    margin-right: 29.5px;
  }
}

@media (max-width: 1024px) {
/*   .custom-container-wrapper {
    padding-top: 19px;
  } */

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text {
    min-height: 172px;
    padding-bottom: 20px;
  }

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 0;
  }

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 span {
    font-size: .9em;
  }

  .covid-page .main-wrapper {
    padding-top: 20px;
  }

  .services-page .main-wrapper {
    padding-top: 20px;
  }

  .services-inner-page .bottom-pane .span10 {
    width: 65%;
  }

  .services-inner-page .bottom-pane .span2 {
    width: 35%;
  }

  .home-page .image-slider-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-section {
    padding-top: 19px;
  }

  .custom-container-wrapper .banner-section {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .covid-page .main-wrapper .span1,
  .covid-page .main-wrapper .span2 {
    width: 0%;
    padding: 0;
  }

  .covid-page .main-wrapper .span8,
  .covid-page .main-wrapper .span10 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .services-inner-page h4 {
    font-size: 18px;
  }

  .home-page .bottom-pane .hs-button,
  .home-page .top-pane .hs-button {
    padding: 8px 19px 9px 22px;
    font-size: 11.05px;
    line-height: 24px;
  }

  .home-page .top-pane .hs-button {
    padding: 10px 21px 11px 24px;
  }

  .home-page .breakroom-services .hs-button {
    padding: 8px 17px 8px 20px;
    font-size: 9.35px;
    line-height: 20.3077px;
  }

  .home-page .bottom-pane .hs-button {
    padding: 9px 20px 10px 23px;
  }

  .home-page .all-services .hs-button {
    padding: 9px 20px 9px 23px;
    font-size: 11.05px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .website-page .main-wrapper .span4:first-child {
    padding-top: 70px !important;
  }

  .custom-container-wrapper .hs-input {
    width: 100% !important;
  }

  .services-inner-page .bottom-pane .span10 {
    width: 100%;
  }

  .services-inner-page .bottom-pane .span2 {
    width: 100%;
    margin: 20px 0 0;
  }

  .services-inner-page .bottom-pane .span2 .hs-button {
    padding: 9px 20px 9px 23px;
    font-size: 11.05px;
    line-height: 24px;
  }

  .cm-coffee-section2 .service-card-wrapper {
    text-align: center;
    display: block;
  }

  .home-page .image-slider-item {
    margin-left: 23px;
    margin-right: 23px;
  }

  .home-page .top-pane .span8 .custom-animate-content {
    margin-top: 0;
  }

  .home-page .top-pane .hs-button {
    margin-right: 0;
  }

  .website-page .main-wrapper .cm-heading-with-border h4 {
    min-width: unset;
  }
}

@media (max-width: 600px) {
  .custom-container-wrapper form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .custom-container-wrapper form fieldset .input {
    margin-right: 0 !important;
  }

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text {
    min-height: 140px;
  }

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 span {
    font-size: .8em;
  }

  .services-inner-page .bottom-pane .dnd-section > .row-fluid {
    max-width: 95%;
  }

  .services-inner-page .bottom-pane .span2 .hs-button {
    padding: 8px 19px 8px 22px;
    font-size 10.4px
  }

  .home-page .image-slider-item {
    margin-left: 25px;
    margin-right: 25px;
  }

  .home-page .bottom-pane .hs-button,
  .home-page .top-pane .hs-button {
    padding: 8px 19px 8px 22px;
    font-size: 10.4px;
  }

  .home-page .top-pane .hs-button {
    padding: 10px 21px 9px 24px;
  }

  .home-page .breakroom-services .hs-button {
    padding: 7px 17px 7px 20px;
    font-size: 8.8px;
    line-height: 20.3077px;
  }

  .home-page .all-services .hs-button {
    font-size: 10.4px;
    padding-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .covid-page .top-pane .hs_cos_wrapper_type_rich_text {
    min-height: 100px;
  }

  .covid-page .top-pane .hs_cos_wrapper_type_rich_text h1 span {
    font-size: .6em;
  }

  .covid-page .dnd-row[class*="background-color"],
  .covid-page .dnd-column[class*="background-color"] {
    margin-left: -15px;
    margin-right: -15px;
  }

  .covid-page .main-wrapper .span10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-page .image-slider-item {
    margin-left: 22px;
    margin-right: 22px;
  }
}

@media (max-width: 375px) {
  .home-page .all-services ul {
    column-count: 1;
  }
}

@media (max-width: 320px) {
  .website-page .dnd-section > .row-fluid {
    max-width: 100%;
  }

  .custom-container-wrapper .span4 {
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

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

/* Styles for the Logo */

.header__logo {
  max-width: 100%;
}

.header__logo img {
  max-width: 100%;
}

.custom-page-header {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 110;
  min-height: 126px;
}

.custom-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: left .2s ease,right .2s ease;
  -moz-transition: left .2s ease,right .2s ease;
  -o-transition: left .2s ease,right .2s ease;
  transition: left .2s ease,right .2s ease;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  border-bottom: 1px solid transparent;
}

.custom-page-header .custom-menu-area {
  min-height: 130px;
  position: relative;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
}

.scroll-header .custom-page-header .custom-menu-area {
  padding-top: 0;
}

.custom-search-cover {
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 115;
  background-color: #333;
}

.custom-search-cover .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-search-cover .hs-search-field {
  display: table;
  width: 100%;
  height: 130px;
}

.custom-search-cover .hs-search-field__bar {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 0 0;
  position: relative;
}

.custom-search-cover input[type="text"],
.custom-search-cover input[type="text"]:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  width: 90%;
  padding: 0;
  font-family: Montserrat,sans-serif;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  text-transform: uppercase;
  margin: 0;
}

.custom-search-cover  .hs-search-field__bar button {
  display: none;
}

.custom-search-cover .custom-search-close {
  font-size: 30px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  right: 0;
}

.custom-search-cover .custom-search-close a {
  color: #fff;
  display: inline-block;
}

.custom-header .custom-search-cover ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.custom-header .custom-search-cover .hs-search-field__suggestions a {
  color: inherit;
}

.custom-vertical-align-containers {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 129px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-page-header .custom-vertical-align-containers {
  padding: 0;
}

.custom-vertical-align-containers .custom-position-left {
  position: relative;
  float: left;
  z-index: 2;
  height: 100%;
  left: 66px;
}

.custom-vertical-align-containers .custom-position-center:before,
.custom-vertical-align-containers .custom-position-left:before,
.custom-vertical-align-containers .custom-position-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -3px;
}

.custom-vertical-align-containers .custom-position-left:before {
  margin-right: -7px;
}

.custom-vertical-align-containers .custom-position-center-inner, 
.custom-vertical-align-containers .custom-position-left-inner, 
.custom-vertical-align-containers .custom-position-right-inner {
  vertical-align: middle;
  display: inline-block;
}

.custom-logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.custom-logo-wrapper a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.custom-logo-wrapper a img {
  height: 100%;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  display: block;
  opacity: 1;
  max-height: 87px;
  width: auto !important;
  max-width: 320.5px;
}


.custom-vertical-align-containers .custom-position-right {
  position: relative;
  float: right;
  z-index: 2;
  height: 100%;
  text-align: right;
  max-width: calc(100% - 390px);
}

.custom-vertical-align-containers .custom-position-right-inner {
  height: 100%;
  font-size: 0;
}

.custom-search-opener {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: #333;
  font-size: 17px;
  padding: 0 33px 0 35px;
  border-left: 1px solid #e1e1e1;
  -webkit-transition: color .15s cubic-bezier(.22,.61,.36,1),background-color .15s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .15s cubic-bezier(.22,.61,.36,1),background-color .15s cubic-bezier(.22,.61,.36,1);
  transition: color .15s cubic-bezier(.22,.61,.36,1),background-color .15s cubic-bezier(.22,.61,.36,1);
  margin-left: 18px;
  padding-left: 35px;
  padding-right: 33px;
  right: 0;
  top: 100%;
}

.custom-search-opener:hover {
  background-color: #ffffff;
}

.custom-search-opener .custom-search-opener-outer {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.custom-search-opener .custom-search-opener-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.icon_search,
.icon_close {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon_search:before {
  content: "\55";
}

.icon_close:before {
  content: "\4d";
}

.custom-mobile-header .custom-mobile-nav .mobile_arrow {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  padding-right: 10px;
  width: 50px;
  text-align: right
}

.custom-mobile-header .custom-mobile-nav .mobile_arrow:hover {
  cursor: pointer
}

.custom-mobile-header .custom-mobile-nav .mobile_arrow .custom-sub-arrow {
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out
}

.custom-mobile-header .custom-mobile-nav .mobile_arrow .fa-angle-down {
  display: none
}

.custom-mobile-header .custom-mobile-nav li.custom-opened>.mobile_arrow>.custom-sub-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg)
}

.custom-mobile-header .custom-mobile-nav>.custom-grid>ul>li:last-child>a,.custom-mobile-header .custom-mobile-nav>ul>li:last-child>a {
  border-bottom: none
}

.custom-mobile-header {
  display: block;
  position: relative;
  z-index: 1001;
  min-height: 121px;
}

.custom-mobile-header .custom-mobile-header-inner {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: left .2s ease,right .2s ease,-webkit-transform .33s ease;
  transition: left .2s ease,right .2s ease,transform .33s ease;
  height: 101px;
  background-color: #ffffff;
  border-color: #ffffff;
}

.custom-mobile-header .custom-mobile-header-inner .custom-mobile-header-holder {
  position: relative;
  z-index: 2;
  height: 100%
}

.custom-mobile-header .custom-position-center {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 1;
  font-size: 0;
}

.custom-mobile-header .custom-grid {
  height: 100%
}

.custom-mobile-header .custom-vertical-align-containers {
  padding: 0;
  min-height: 0;
  display: block;
}

.custom-mobile-header .custom-mobile-logo-wrapper a {
  display: block;
  max-height: 88px
}

.custom-mobile-header .custom-mobile-logo-wrapper img {
  height: 100%;
  width: auto !important;
  max-width: 323.5px;
  max-height: 87px;
}

.custom-mobile-header .custom-mobile-menu-opener {
  float: left;
  position: relative;
  z-index: 2;
  height: 100%
}

.custom-mobile-header .custom-mobile-menu-opener a {
  display: table;
  height: 100%;
  padding-right: 10px;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  color: #6b1a23;
  font-size: 22px;
}

.custom-mobile-header .custom-mobile-menu-opener a:hover {
  color: #4f4f4f
}

.custom-mobile-header .custom-mobile-menu-opener a .custom-mobile-menu-text {
  position: relative;
  top: 1px;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-size: .9em;
  margin: 0 0 0 4px
}

.custom-mobile-header .custom-mobile-menu-opener .custom-mobile-opener-icon-holder {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em
}

.custom-mobile-header .custom-mobile-menu-opener .custom-mobile-opener-icon-holder>*,.custom-page-header {
  display: inline-block;
  vertical-align: middle
}

.custom-sticky-up-mobile-header .custom-animate-mobile-header .custom-mobile-header-inner {
  width: 100%;
  -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%)
}

.custom-sticky-up-mobile-header .mobile-header-appear .custom-mobile-header-inner {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.custom-mobile-header .header__container {
  height: 100%;
}

.custom-mobile-header.nav-up .custom-mobile-header-inner {
  width: 100%;
  -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.custom-mobile-header.nav-down .custom-mobile-header-inner {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.custom-page-header.no-nav .custom-logo-wrapper {
  margin-top: 1px;
}

@media (min-width: 1025px) {
  .custom-mobile-header {
    display: none;
  }
}

@media (max-width: 1200px) {
  .custom-vertical-align-containers .custom-position-left {
    left: 10px;
  }

  .custom-vertical-align-containers .custom-position-right {
    max-width: calc(100% - 324px);
  }
}

@media (max-width: 1024px) {
  .custom-page-header {
    display: none;
  }

  .custom-mobile-header .header__container {
    width: calc(100% - 10px);
  }

  .custom-mobile-header {
    min-height: 102px;
  }
}

@media (max-width: 1000px) {
  .custom-mobile-header .custom-mobile-logo-wrapper img {
    max-width: 100%;
    max-height: 60px;
  }
}
/* Mobile Styles */

@media (max-width: 767px) {}
/* ******************************************************************************
*********************************************************************************
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: transarent;
  line-height: 26px;
}

.footer__container {
  margin: 0 auto;
  padding: 0 15px;
}

.custom-footer-top-holder .footer__container {
  position: relative;
  padding: 94px 15px 85px;
}

.custom-footer-top-holder .custom-top-footer-inner {
  margin: 0 -15px;
}

.custom-footer-top-holder .custom-column {
  width: 33.33%;
  float: left;
}

.custom-footer-top-holder .custom-column-inner {
  padding: 0 28px;
}

.custom-footer-top-holder h6 {
  margin-bottom: 37px;
  letter-spacing: 1px;
  font-size: 1.75rem;
  font-weight: 400;
}

.custom-footer-top-holder .address {
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid;
  line-height: 28px;
}

.custom-footer-top-holder .address a:after {
  font-family: ElegantIcons;
  content: "\24";
  margin-left: 10px;
  -webkit-transition: margin-left ease-in-out .2s;
  -moz-transition: margin-left ease-in-out .2s;
  transition: margin-left ease-in-out .2s;
  line-height: inherit;
  vertical-align: middle;
}

.custom-footer-top-holder .address a:hover:after {
  margin-left: 20px;
}

.custom-footer-top-holder .address p {
  margin: 0;
}

.custom-footer-form {
  padding: 0 0 15px 0;
  font-family: "Roboto","Lucida Sans Unicode",Tahoma,sans-serif;
}

.custom-footer-form textarea {
  vertical-align: top;
  min-height: 90px;
  padding: 6px 10px;
}

.custom-footer-form .hs-input::placeholder {
  color: #A1A1A1;
}

.custom-footer-form .hs-input::-webkit-input-placeholder {
  color: #A1A1A1;
}

.custom-footer-form .hs-input::-moz-placeholder {
  color: #A1A1A1;
}

.custom-footer-form .hs-input:-ms-input-placeholder {
  color: #A1A1A1;
}

.custom-footer-form .hs-input:-moz-placeholder {
  color: #A1A1A1;
}

.custom-footer-form .grecaptcha-badge {
  margin: 0;
}

.custom-footer-form .hs-error-msgs label {
  line-height: 28px;
}

.footer-form .hs-submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
  border-radius: 0px;
  margin: 5px 0 15px;
  font-size: 14px;
  line-height: 28px;
}

footer .custom-footer-bottom-holder {
  display: table;
  width: 100%;
  height: 80px;
  font-size: 12px;
  box-sizing: border-box;
}

footer .custom-footer-bottom-holder .custom-footer-bottom-holder-inner {
  display: table-cell;
  vertical-align: middle;
}

.custom-footer-bottom-holder .custom-bottom-footer-inner {
  margin: 0 -15px;
}

.custom-footer-bottom-holder .custom-column {
  width: 50%;
  float: left;
}

.custom-footer-bottom-holder .custom-column > div {
  padding: 0 28px;
}

.custom-footer-bottom-holder .custom-column:last-child > div {
  text-align: right;
}

.custom-footer-bottom-holder p {
  margin: 0;
}

#edgtf-back-to-top {
  position: fixed;
  width: 60px;
  right: 0;
  bottom: -35px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: opacity .2s ease-out,bottom .3s ease-out;
  -moz-transition: opacity .2s ease-out,bottom .3s ease-out;
  transition: opacity .2s ease-out,bottom .3s ease-out;
  opacity: 0;
  visibility: hidden;
}

#edgtf-back-to-top .line-1,
#edgtf-back-to-top .line-2,
#edgtf-back-to-top .line-3 {
  content: '';
  position: absolute;
  display: block;
  width: 0;
}

#edgtf-back-to-top .line-1 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  outline: transparent solid 1px;
  height: 12px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  transition: transform .2s ease-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

#edgtf-back-to-top .line-2,#edgtf-back-to-top .line-3 {
  border-left: 2px solid #fff;
  height: 6px;
  top: 22px;
  margin: auto;
  outline: transparent solid 1px;
}

#edgtf-back-to-top .line-2 {
  left: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .1s ease-out;
  -moz-transition: top .1s ease-out;
  transition: top .1s ease-out;
}

#edgtf-back-to-top .line-3 {
  outline: transparent;
  right: 27px;
  transform: rotate(-45deg);
  -webkit-transition: top .1s ease-out;
  -moz-transition: top .1s ease-out;
  transition: top .1s ease-out;
}

#edgtf-back-to-top:hover .line-1 {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  transform: scale(0,0);
}

#edgtf-back-to-top:hover .line-2,#edgtf-back-to-top:hover .line-3 {
  top: 28px;
  -webkit-transition: top .2s cubic-bezier(.25,.46,.45,.94);
  -moz-transition: top .2s cubic-bezier(.25,.46,.45,.94);
  transition: top .2s cubic-bezier(.25,.46,.45,.94);
}

#edgtf-back-to-top.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out,bottom .3s ease-out;
  -moz-transition: opacity .2s ease-out,bottom .3s ease-out;
  transition: opacity .2s ease-out,bottom .3s ease-out;
  bottom: -35px;
}

#edgtf-back-to-top.on {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

#edgtf-back-to-top > span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #333;
  -webkit-transition: background-color .15s ease-in-out,color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out,color .15s ease-in-out;
  transition: background-color .15s ease-in-out,color .15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#edgtf-back-to-top span span {
  display: block;
  line-height: inherit;
}

#edgtf-back-to-top:hover > span {
  background-color: #6b1a23;
}

@media (max-width: 1024px) {
  .footer__container,
  .custom-footer-top-holder .footer__container {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-footer-bottom-holder .custom-column {
    width: 100%;
    text-align: center;
    float: none;
  }

  .custom-footer-bottom-holder .custom-column:not(:last-child) > div {
    margin-bottom: 10px;
  }

  .custom-footer-bottom-holder .custom-column:last-child > div {
    text-align: center;
  }
}

@media (max-width: 814px) {
  .custom-footer-top-holder .custom-top-footer-inner,
  .custom-footer-bottom-holder .custom-bottom-footer-inner {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .custom-footer-bottom-holder .custom-column,
  .custom-footer-top-holder .custom-column {
    width: 100%;
    float: none;
  }

  .custom-footer-top-holder .custom-column-inner,
  .custom-footer-bottom-holder .custom-column-inner {
    padding: 0;
  }

  .custom-footer-bbb-img {
    margin-bottom: 10px;
  }

  .custom-footer-top-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}

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

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

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 25px;
}
.blog-index__post-content p {
  font-family: Roboto,sans-serif;
}
.blog-index__post-content a {
  color: #666666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Roboto,sans-serif;
  margin: 2rem 0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666666;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666666;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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: #666666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #666666;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Roboto,sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transarent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666666;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.custom-content-wrapper {
  line-height: 26px;
  z-index: unset;
  position: relative;
}

.custom-content-wrapper .content-wrapper {
  z-index: unset;
  position: relative;
  padding: 0 15px;
  width: 97%;
  height: 100%;
}

.custom-content-wrapper .custom-blog-holder,
.custom-content-wrapper .custom-blog-holder article,
.custom-content-wrapper .custom-blog-holder article .custom-post-content {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.custom-blog-holder.custom-blog-single article,
.custom-blog-holder.custom-blog-type-standard article {
  margin: 0 0 55px;
}

.custom-blog-holder.custom-blog-type-standard article:last-child {
  margin: 0;
}

.custom-blog-holder.custom-blog-single article .custom-post-content,
.custom-blog-holder.custom-blog-type-standard article .custom-post-content {
  border-bottom: 1px solid #e1e1e1;
}

.custom-blog-holder.custom-blog-type-standard article.post-item:last-child .custom-post-content {
  border-bottom: 0;
}

.custom-blog-holder.custom-blog-type-standard article .custom-post-title {
  margin: 35px 0 0;
  text-transform: uppercase;
}

.custom-blog-holder article .custom-post-title a:hover {
  color: #6b1a23;
}

.custom-blog-holder article .custom-post-excerpt {
  margin: 24px 0 0;
  overflow: hidden;
}

.custom-blog-holder.custom-blog-type-standard article .custom-post-excerpt {
  margin: 18px 0 0;
}

.custom-blog-holder article .custom-post-read-more-holder {
  position: relative;
  display: block;
  margin: 27px 0 0;
}

.custom-blog-holder.custom-blog-type-standard article .custom-post-read-more-holder {
  margin: 24px 0 0;
}

.custom-content-wrapper .custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  line-height: 1.846153846153846em;
  font-weight: 400;
  letter-spacing: .5px;
  padding: 10px 23px 10px 26px;
  -webkit-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #fe6261;
  color: #fff;
  font-size: 11px;
  padding: 10px 19px 9px 22px;
  background-color: #6b1a23;
  border-color: #6b1a23;
}

.custom-content-wrapper .custom-btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.custom-content-wrapper .custom-btn:hover .custom-btn-icon-element {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  transform: translateX(6px);
}

.custom-btn.custom-btn-icon .custom-btn-text {
  margin-right: 6px;
}

.custom-btn.custom-btn-small.custom-btn-icon .custom-btn-text {
  margin-right: 4px;
}

.custom-btn .custom-btn-icon-element {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  font-size: 1.538461538461538em;
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  transition: transform .2s ease-out;
}

.custom-btn.custom-btn-small .custom-btn-icon-element {
  font-size: 1.818181818181818em;
}

.arrow_right {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_right:before {
  content: "\24";
}

.custom-blog-holder.custom-blog-single article .custom-post-info,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info {
  position: relative;
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin: 39px 0 9px;
}

.custom-blog-holder.custom-blog-single article .custom-post-info > div,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info > div {
  display: inline;
}

.custom-blog-holder.custom-blog-single article .custom-post-info > div.custom-post-info-category,
.custom-blog-holder article .custom-post-info > div.custom-post-info-comments-holder, 
.custom-blog-holder article .custom-post-info > div.custom-post-info-date {
  padding: 0 20px 0 0;
}

.custom-blog-holder article .custom-post-info > div a:not(.custom-share-link),
.custom-blog-holder article .custom-post-info > div.custom-post-info-date {
  color: #666;
}

.custom-blog-holder article .custom-post-info a:not(.custom-share-link):hover.custom-post-info-comments:before,
.custom-blog-holder article .custom-post-info > div a:not(.custom-share-link):hover {
  color: #6b1a23;
}

.custom-blog-holder.custom-blog-single article .custom-post-info-category:before,
.custom-blog-holder.custom-blog-single article .custom-post-info-comments:before,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info-category:before,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info-comments:before {
  position: relative;
  top: 1px;
  font-family: ElegantIcons;
  font-size: 16px;
  color: #333;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 10px 0 0;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.custom-blog-holder.custom-blog-single article .custom-post-info > div.custom-post-info-category .custom-post-info-category-text,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info > div.custom-post-info-category .custom-post-info-category-text {
  display: none;
}

.custom-blog-holder.custom-blog-single article .custom-post-info-comments:before,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info-comments:before {
  content: '\e065';
}

.custom-blog-holder.custom-blog-single article .custom-post-info-category:before,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info-category:before {
  content: '\e07b';
}

.custom-blog-holder.custom-blog-single article .custom-post-info > div.custom-blog-share,
.custom-blog-holder.custom-blog-type-standard article .custom-post-info > div.custom-blog-share {
  float: right;
}

.custom-blog-holder article .custom-post-info > div.custom-blog-share > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.custom-blog-holder article .custom-post-info > div.custom-blog-share .custom-blog-share-text {
  color: #666;
  margin: 0 14px 0 0;
}

.custom-social-share-holder ul {
  position: relative;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.custom-social-share-holder.custom-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}

.custom-social-share-holder.custom-list li:last-child {
  margin: 0;
}

.custom-social-share-holder ul li a {
  font-size: 14px;
  color: #333;
}

.custom-social-share-holder ul li a:hover {
  color: #6b1a23;
}

.social_facebook, .social_twitter,
.social_pinterest, .social_googleplus, 
.social_tumblr, .social_tumbleupon,
.social_instagram, .social_linkedin {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.social_facebook:before {
  content: "\e093"
}

.social_twitter:before {
  content: "\e094"
}

.social_pinterest:before {
  content: "\e095"
}

.social_googleplus:before {
  content: "\e096"
}

.social_tumblr:before {
  content: "\e097"
}

.social_linkedin:before {
  content: "\e09d";
}

.custom-content-wrapper .custom-title-wrapper {
  background-repeat: no-repeat;
  position: relative;
  z-index: unset;
  display: block;
  width: 100%;
  background-color: #fff;
  background-position: center 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  height: 337px;
}

.custom-content-wrapper .custom-title-wrapper .custom-title-holder {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.custom-content-wrapper .custom-title-wrapper .custom-container {
  z-index: unset;
  position: relative;
  width: 100%;
  display: table-row;
  vertical-align: middle;
}

.custom-content-wrapper .custom-title-wrapper .custom-container-inner {
  display: table-cell;
  padding: 0!important;
  vertical-align: middle;
}

.custom-content-wrapper .custom-title-wrapper h1 {
  font-size: 40px;
  display: inline-block;
  line-height: 1.3em;
  vertical-align: middle;
  text-transform: uppercase;
  word-break: break-all;
  color: #431d28;
  font-family: Cinzel;
  font-size: 34px;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 10px;
}

.custom-content-wrapper .custom-title-wrapper h1 > span {
  display: inline-block;
}

.custom-content-wrapper > .custom-title-wrapper + .content-wrapper > .custom-container-inner {
  padding-top: 130px;
}

.custom-blog-holder article .custom-post-text-inner h1,
.custom-blog-holder article .custom-post-text-inner h2,
.custom-blog-holder article .custom-post-text-inner h3,
.custom-blog-holder article .custom-post-text-inner h4,
.custom-blog-holder article .custom-post-text-inner h5,
.custom-blog-holder article .custom-post-text-inner h6 {
  margin: 15px 0;
}

.custom-blog-holder.custom-blog-single article .custom-post-title {
  margin: 45px 0 25px;
  text-transform: uppercase;
}

.custom-related-posts-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 0 19px;
  margin: 35px 0 36px;
  border-bottom: 1px solid #e1e1e1;
  clear: both;
}

.custom-related-posts-holder .custom-related-posts-title {
  margin: 0 0 28px;
}

.custom-related-posts-holder .custom-related-posts-inner {
  margin: 0 -8px;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 25%;
  padding: 0 8px;
  margin: 0 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-image,
.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-image a,
.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-image img {
  display: block;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-image {
  margin: 0 0 24px;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-title {
  margin: 0 0 3px;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-title h6 {
  margin-bottom: 0;
}

.custom-related-posts-holder .custom-related-posts-inner .custom-related-post-info {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.custom-content-left-from-sidebar .custom-related-posts-holder .custom-related-posts-inner .custom-related-post,
.custom-content-right-from-sidebar .custom-related-posts-holder .custom-related-posts-inner .custom-related-post {
  width: 33.32%;
}

.custom-related-posts-holder h6 a:hover {
  color: #6b1a23;
}

.custom-comment-holder {
  padding: 41px 0 70px;
  margin: 0;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-main-font-element > h3 {
  font-size: 18px;
  margin-bottom: 38px;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
}

.blog-comments .field {
  margin-bottom: 0;
}

.blog-comments input[type="text"],
.blog-comments input[type="password"], 
.blog-comments input[type="datetime"], 
.blog-comments input[type="datetime-local"], 
.blog-comments input[type="date"], 
.blog-comments input[type="month"], 
.blog-comments input[type="time"], 
.blog-comments input[type="week"], 
.blog-comments input[type="number"], 
.blog-comments input[type="email"], 
.blog-comments input[type="url"], 
.blog-comments input[type="search"], 
.blog-comments input[type="tel"], 
.blog-comments input[type="color"],
.blog-comments input[type="file"],
.blog-comments textarea,
.blog-comments select {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 1px;
  color: #666;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  outline: 0;
  vertical-align: middle;
  box-shadow: none;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.blog-comments input[type="text"]:focus,
.blog-comments input[type="password"]:focus, 
.blog-comments input[type="datetime"]:focus, 
.blog-comments input[type="datetime-local"]:focus, 
.blog-comments input[type="date"]:focus, 
.blog-comments input[type="month"]:focus, 
.blog-comments input[type="time"]:focus, 
.blog-comments input[type="week"]:focus, 
.blog-comments input[type="number"]:focus, 
.blog-comments input[type="email"]:focus, 
.blog-comments input[type="url"]:focus, 
.blog-comments input[type="search"]:focus, 
.blog-comments input[type="tel"]:focus, 
.blog-comments input[type="color"]:focus,
.blog-comments input[type="file"]:focus,
.blog-comments textarea:focus,
.blog-comments select:focus {
  border-color: #6b1a23;
}

.blog-comments input[type="submit"] {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 42px;
  padding: 0 22px;
  font-size: 12px;
  font-family: Montserrat,sans-serif;
  letter-spacing: .5px;
  color: #fff;
  background-color: #6b1a23;
  border: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  border-radius: 0;
  text-transform: uppercase;
}

.blog-comments input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

.custom-comment-form {
  margin-bottom: 112px;
}

.custom-comment-form .hs_recaptcha {
  margin-bottom: 15px;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

.blog-sidebar {
  padding-top: 3.9rem;
}

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

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .custom-content-wrapper .custom-title-wrapper {
    height: 192px;
  }

  .custom-content-wrapper .custom-title-wrapper h1 {
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .custom-content-wrapper .custom-title-wrapper h1 > span {
    font-size: .9em;
  }

  .custom-content-wrapper > .custom-title-wrapper + .content-wrapper > .custom-container-inner {
    padding-top: 20px;
  }

  .custom-content-wrapper > .content-wrapper > .custom-container-inner {
    padding-top: 20px;
  }

  .custom-content-wrapper .content-wrapper {
    padding: 0;
  }
}


@media (max-width: 768px) {
  .custom-blog-holder.custom-blog-type-standard article .custom-post-title {
    margin: 30px 0 0;
  }

  .custom-content-wrapper .custom-btn {
    padding: 8px 17px 8px 20px;
  }

  .custom-blog-holder article .custom-post-info > div.custom-post-info-comments-holder,
  .custom-blog-holder article .custom-post-info > div.custom-post-info-date {
    padding: 0 15px 0 0;
  }

  .custom-blog-holder article .custom-post-info > div.custom-blog-share .custom-blog-share-text {
    margin: 0 9px 0 0;
  }

  .custom-btn.custom-btn-small.custom-btn-icon .custom-btn-text {
    font-size: .85em;
  }

  .custom-btn.custom-btn-small .custom-btn-icon-element {
    top: 0;
    font-size: 1.5em;
  }

  .custom-blog-holder.custom-blog-single article .custom-post-title {
    margin: 35px 0 22px;
  }

  .custom-related-posts-holder .custom-related-posts-inner .custom-related-post {
    width: 50%;
  }

  .custom-comment-holder {
    padding: 31px 0 60px;
  }

  .custom-related-posts-holder {
    margin: 25px 0 26px;
  }

  .custom-comment-form {
    margin-bottom: 102px;
  }
}

@media (max-width: 600px) {
  .custom-blog-holder.custom-blog-type-standard article .custom-post-title {
    margin: 25px 0 0;
  }

  .custom-content-wrapper .custom-btn {
    padding: 7px 16px 7px 19px;
  }

  .custom-blog-holder.custom-blog-single article .custom-post-info,
  .custom-blog-holder.custom-blog-type-standard article .custom-post-info {
    margin: 29px 0 9px;
  }

  .custom-blog-holder article .custom-post-info > div.custom-post-info-comments-holder,
  .custom-blog-holder article .custom-post-info > div.custom-post-info-date {
    padding: 0 12px 0 0;
  }

  .custom-blog-holder.custom-blog-single article .custom-post-info > div.custom-blog-share,
  .custom-blog-holder.custom-blog-type-standard article .custom-post-info > div.custom-blog-share {
    display: block;
    float: none;
    margin: 5px 0 0;
  }

  .custom-blog-holder article .custom-post-info > div.custom-blog-share .custom-blog-share-text {
    margin: 0 6px 0 0;
  }

  .custom-btn.custom-btn-small.custom-btn-icon .custom-btn-text {
    font-size: .8em;
  }

  .custom-content-wrapper .custom-title-wrapper h1 {
    line-height: 1em;
  }

  .custom-content-wrapper .custom-title-wrapper h1 > span {
    font-size: .8em;
  }

  .custom-content-wrapper .custom-title-wrapper {
    height: 160px;
  }

  .custom-blog-holder.custom-blog-single article .custom-post-title {
    margin: 25px 0 18px;
  }

  .custom-related-posts-holder .custom-related-posts-inner .custom-related-post {
    width: 100%;
  }

  .custom-comment-holder {
    padding: 26px 0 50px;
  }

  .custom-related-posts-holder {
    margin: 20px 0 21px;
  }

  .custom-comment-form {
    margin-bottom: 72px;
  }
}

@media (max-width: 480px) {
  .custom-blog-holder.custom-blog-type-standard article .custom-post-title {
    margin: 20px 0 0;
  }

  .custom-blog-holder article .custom-post-info > div.custom-post-info-comments-holder,
  .custom-blog-holder article .custom-post-info > div.custom-post-info-date {
    padding: 0 10px 0 0;
  }

  .custom-blog-holder article .custom-post-info > div.custom-blog-share .custom-blog-share-text {
    margin: 0 4px 0 0;
  }

  .custom-content-wrapper .custom-title-wrapper {
    height: 120px;
  }

  .custom-blog-holder.custom-blog-single article .custom-post-title {
    margin: 20px 0 16px;
  }

  .custom-content-wrapper .custom-title-wrapper h1 {
    line-height: .8em;
  }

  .custom-content-wrapper .custom-title-wrapper h1 > span {
    font-size: .6em;
  }
}



.BlogListingV1 .post-item {
  padding: 15px;
}

.inline-block.vertical-top {
  vertical-align: top;
}
.w33 {
  width: 33.33%;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.recentBox2FeaturedImage {
  position: relative;
  width: 100%;
  border-radius: 2px 2px 0 0;
  height: 239px;
  overflow: hidden;
}

.set-bg, .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recentBoxMain2 {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #DDDDDD;
  padding: 25px 29px 50px;
}
.recentBox2Title h4 {
  letter-spacing: -0.58px;
  color: #F99C1C;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.recentBox2Text {
  letter-spacing: -0.45px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.blog-pagination a svg { width: 100%; height: 100%; padding: 10px; }
.blog-pagination .previous-posts-link { float: none; }
.blog-pagination ul { list-style-type: none; text-align: center; margin: 0; padding: 0; }
.blog-pagination ul li { display: inline-block; vertical-align: top; padding: 0 3px; }
.blog-pagination ul li.hide { visibility: hidden; display: none; }
.blog-pagination ul li a { text-decoration: none; }
.blog-pagination li a { width: 40px; height: 40px; line-height: 40px; color: #000; border-radius: 50%; display: inline-block; border: 1px solid transparent; }
.blog-pagination ul li a:hover, .blog-pagination ul li.active a { background-color: #000; border-radius: 50%; border: 1px solid #000; color: #fff; }
.blog-pagination ul li.previous-posts-link a, .blog-pagination ul li.next-posts-link a { background-color: #F99C1C; color: #fff; border: 1px solid #F99C1C; }
.blog-pagination ul li.previous-posts-link a:hover,
.blog-pagination ul li.next-posts-link a:hover{ background-color:transparent; }
.blog-pagination .next-posts-link { float: none; }
.blog-pagination li a { font-size: 20px; font-weight: 500; background: #eeeeee; }
.blog-pagination a svg path { fill: #fff; }
.blog-pagination ul li.previous-posts-link a:hover svg path ,
.blog-pagination ul li.next-posts-link  a:hover svg path { fill: #F99C1C; }

.TV2.blog-pagination ul li.previous-posts-link a, .TV2.blog-pagination ul li.next-posts-link a {
    background-color: #631121;
    border: 1px solid #631121;
}
.TV2 .recentBox2Title h4 {
    color: #631121;
}


@media (max-width: 1080px) {
  .BlogListingV1 .post-item {
    width: 50%;
  }
}


@media (max-width: 1080px) {
  .recentBox2Title h4 {
    font-size: 20px;
  }
  .recentBox2Text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .BlogListingV1 .post-item {
    width: 100%;
    padding: 15px 0;
  }
  .blog-index.BlogListingV1 {
    padding: 40px 0 0px;
  }

}
@media (max-width: 480px) {
  .recentBoxMain2 {
    padding: 20px 20px 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Roboto,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 {
  padding: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto,sans-serif;
  font-size: 1.25rem;
  color: #666666;
  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: #666666;
}

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

.systems-page form#email-prefs-form .hs-input {
  padding: 10px 10px 8px !important;
}

.hs-landing-page .page-header > h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-landing-page form#email-prefs-form > #content .header {
  background-color: transparent;
}

.systems-page #hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

.systems-page form {
  max-width: 550px;
}

.systems-page > .form-container .hs-input {
  margin: 10px 0;
}

.hs_cos_wrapper_type_email_subscriptions form#email-prefs-form {
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  zoom: 1;
  background-image: none;
}


@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page form#email-prefs-form .hs-input {
    width: 100% !important;
  }

  .systems-page .hs-landing-page .systems-page .success {
    min-width: unset;
  }
}

@media (max-width: 479px) {
  form#email-prefs-form > .page-header > h1 {
    font-size: 30px;
  }

  .hs-landing-page .page-header h2 {
    font-size: 30px;
  }
}

/* ****** error page ***** */

.custom-error-page-wrapper {
  background-image: url(https://9260744.fs1.hubspotusercontent-na1.net/hubfs/9260744/raw_assets/public/TrolleyHouseRefreshments_February2021/images/error_image.jpg);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-error-page-wrapper .custom-error-page-content {
  z-index: 100;
  position: relative;
  display: table;
  width: 100%;
}

.custom-error-page-wrapper .custom-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.custom-error-page-wrapper .custom-container {
  z-index: 100;
  position: relative;
  width: 100%;
}

.custom-error-page-wrapper .content-wrapper {
  padding: 0;
  width: 98%;
}

.custom-error-page-wrapper .custom-page-not-found {
  margin: 55px 0;
  text-align: center;
}

.custom-error-page-wrapper .custom-before-title {
  margin: 0 auto 10px;
  line-height: 70px;
  display: inline-block;
  color: #fff;
}

.custom-error-page-wrapper .custom-before-title-icon {
  display: block;
  float: left;
}

.icon-arrows-remove:before {
  content: "\e04a";
}

.custom-error-page-wrapper .custom-before-title-icon:before {
  font-size: 100px;
  line-height: inherit;
  padding-right: 9px;
  vertical-align: middle;
}

.custom-error-page-wrapper .custom-before-title-text {
  font-size: 70px;
  font-weight: 300;
  line-height: inherit;
  vertical-align: middle;
  border-left: 1px solid rgba(51,51,51,.6);
  padding-left: 28px;
  float: right;
  display: block;
  border-left-color: rgba(255,255,255,.6);
}

.custom-error-page-wrapper .custom-title-subtitle-holder {
  height: 466px;
  display: table;
  position: relative;
  width: 100%;
}

.custom-error-page-wrapper .custom-title-subtitle-holder-inner {
  z-index: 100;
  position: relative;
  width: 100%;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  padding-top: 130px;
}

.custom-error-page-wrapper .custom-title-subtitle-holder-inner h1 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  word-break: break-all;
  font-size: 70px;
  line-height: 1.2em;
  color: #fff;
}

.custom-error-page-wrapper .custom-title-subtitle-holder-inner h1 span {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: inherit;
  display: inline-block;
}

.custom-error-page-wrapper .custom-page-not-found h4 {
  font-family: Rock Salt;
  line-height: 28px;
  text-transform: none;
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  margin: auto auto 30px;
  width: 70%;
  color: #fff;
}

.custom-error-page-wrapper  .custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  line-height: 1.846153846153846em;
  font-weight: 400;
  letter-spacing: .5px;
  padding: 10px 23px 10px 26px;
  -webkit-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -moz-transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  transition: color .2s cubic-bezier(.22,.61,.36,1),background-color .2s cubic-bezier(.22,.61,.36,1),border-color .2s cubic-bezier(.22,.61,.36,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.custom-error-page-wrapper  .custom-btn:hover {
  background-color: #6b1a23;
  border-color: #6b1a23;
}

@media (min-width: 1201px) {
  .custom-error-page-wrapper .content-wrapper {
    max-width: 1050px;
  }
}

@media (max-width: 1200px) {
  .custom-error-page-wrapper .custom-title-subtitle-holder-inner h1 span {
    font-size: .8em;
    line-height: 1.2em;
  }
}

@media (max-width: 1024px) {
  .custom-error-page-wrapper {
    margin-top: -100px;
    padding-top: 119px;
  }

  .custom-error-page-wrapper .custom-title-subtitle-holder-inner {
    padding-top: 0;
  }

  .custom-error-page-wrapper .custom-title-subtitle-holder-inner h1,
  .custom-error-page-wrapper h1 {
    margin-bottom: 0;
  }

  .custom-error-page-wrapper .custom-page-not-found h4 {
    width: 71%;
  }
}

@media (max-width: 768px) {
  .custom-error-page-wrapper .custom-title-subtitle-holder-inner h1 span {
    font-size: .6em;
  }

  .custom-error-page-wrapper .custom-btn {
    padding: 9px 20px 9px 23px;
  }

  .custom-error-page-wrapper .custom-btn .custom-btn-text {
    font-size: .85em;
  }
}

@media (max-width: 600px) {
  .custom-error-page-wrapper .custom-btn .custom-btn-text {
    font-size: .85em;
  }

  .custom-error-page-wrapper .custom-before-title-icon:before {
    font-size: 70px;
  }

  .custom-error-page-wrapper .custom-before-title-text {
    font-size: 50px;
  }

  .custom-error-page-wrapper .custom-title-subtitle-holder-inner h1 span {
    font-size: .5em;
  }

  .custom-error-page-wrapper .custom-btn {
    padding: 8px 19px 8px 22px;
  }

  .custom-error-page-wrapper .custom-btn .custom-btn-text {
    font-size: .8em;
  }

  .custom-error-page-wrapper .custom-page-not-found h4 span {
    font-size: .8em;
    line-height: 1.2em;
  }
}

@media (max-width: 450px) {
  .custom-error-page-wrapper .custom-page-not-found h4 {
    width: calc(70% + 20px);
  }
}

/* ****** system page ***** */

.custom-search-page-wrapper {
  line-height: 26px;
  z-index: 100;
  position: relative;
}

.custom-search-page-wrapper .content-wrapper {
  padding: 0 15px;
  height: 100%;
  width: 98%;
}

.custom-search-page-wrapper .custom-title-wrapper {
  background-repeat: no-repeat;
  position: relative;
  z-index: 101;
  display: block;
  width: 100%;
  background-color: #fff;
  background-position: center 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  height: 337px;
}

.custom-search-page-wrapper .custom-title-wrapper .custom-title-holder {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.custom-search-page-wrapper .custom-title-wrapper .custom-container {
  z-index: 100;
  position: relative;
  width: 100%;
  display: table-row;
  vertical-align: middle;
}

.custom-search-page-wrapper .custom-title-wrapper .custom-container-inner {
  display: table-cell;
  padding: 0!important;
  vertical-align: middle;
}

.custom-search-page-wrapper .custom-title-wrapper h1 {
  font-size: 40px;
  display: inline-block;
  line-height: 1.3em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #431d28;
  font-family: Cinzel;
  font-size: 34px;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 10px; 
}

.custom-search-page-wrapper .custom-title-wrapper h1 > span {
  display: inline-block;
}

.custom-search-page-wrapper > .custom-title-wrapper + .content-wrapper > .custom-container-inner {
  padding-top: 130px;
}

.custom-search-page-wrapper .hs-search-results {
  margin: 0;
}

.custom-search-page-wrapper .hs-search-results__listing > li {
  line-height: 26px;
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  margin: 0 0 55px;
  border-bottom: 1px solid #e1e1e1;
}

.custom-search-page-wrapper li a.hs-search-results__title {
  line-height: 1.275em;
  color: #4f4f4f;
  font-family: Alegreya Sans;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 15px 0;
  display: block;
  text-decoration: none;
}

.custom-search-page-wrapper li a.hs-search-results__title span {
  font-weight: inherit;
}

.custom-search-page-wrapper li a.hs-search-results__title:hover {
  color: #6b1a23;
}

.custom-search-page-wrapper li  p.hs-search-results__description {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 39px 0 9px;
  color: #666;
  padding: 0;
}

.custom-search-page-wrapper .hs-search-results__pagination a {
  margin-bottom: 15px;
}
figure.custom-shadow:before, figure.custom-shadow:after {
  content: "";
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY( -6deg );
  -ms-transform: skewY(-6deg);
  transform: skewY( -6deg );
}

figure.custom-shadow {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
}
figure.custom-shadow::after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY( 6deg );
  -ms-transform: skewY(6deg);
  transform: skewY( 6deg );
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}


@media (max-width: 1024px) {
  .custom-search-page-wrapper .custom-title-wrapper {
    height: 192px;
  }

  .custom-search-page-wrapper .custom-title-wrapper h1 {
    margin-bottom: 0;
  }

  .custom-search-page-wrapper .custom-title-wrapper h1 > span {
    font-size: .9em;
  }

  .custom-search-page-wrapper > .custom-title-wrapper + .content-wrapper > .custom-container-inner {
    padding-top: 20px;
  }

  .custom-search-page-wrapper .content-wrapper {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .custom-search-page-wrapper .custom-title-wrapper h1 {
    line-height: 1em;
  }

  .custom-search-page-wrapper .custom-title-wrapper h1 > span {
    font-size: .8em;
  }

  .custom-search-page-wrapper .custom-title-wrapper {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .custom-search-page-wrapper .custom-title-wrapper {
    height: auto;
    min-height: 120px;
    display: flex;
    align-items: center;
  }

  .custom-search-page-wrapper .custom-title-wrapper h1 {
    line-height: .8em;
  }

  .custom-search-page-wrapper .custom-title-wrapper h1 > span {
    font-size: .6em;
  }
}

@media (max-width: 320px) {
  .custom-search-page-wrapper .content-wrapper {
    width: 92%;
  }
}