/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 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.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 100px;
}

@media  (max-width: 991px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper {
    padding: 0 50px;
  }
}

@media  (max-width: 767px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper {
    padding: 0 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: Gotham Bold;
  src: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamBold.woff2) format("woff2"),
    url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamBold.woff) format("woff");
  font-style: normal;
  font-weight: 700;  
}

@font-face {
  font-family: Gotham Book;
  src: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamBook.woff2) format("woff2"),
    url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamBook.woff) format("woff");
  font-style: normal;
  font-weight: 400;  
}

@font-face {
  font-family: Gotham Medium;
  src: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamMedium.woff2) format("woff2"),
    url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/Fonts/GothamMedium.woff) format("woff");
  font-style: normal;
  font-weight: 500;  
}


html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4999999999999998;
}

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

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.16;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 33px;
  padding-bottom: 33px;
  position: relative;
}
h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 8px;
  background-image: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/images/icon-21.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.3333333333333333;
}

h4 {
  font-size: 1.175rem;
  line-height: 1;
}

h5 {
  font-size: 1rem;
  line-height: 1.1875;
}

h6 {
  font-size: .9rem;
  line-height: 1.3;
}

strong {
  font-weight: 700;
}

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


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

img {
  max-width: 100%;
  height: auto;
}
/* ******************************************************************************
*********************************************************************************
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%;
}

h3.form-title {
  font-size: 4rem;
  line-height: 4.8rem;
}

.hs-button {
  margin: 18px 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  font-weight: 700;
  transition: all .15s linear;
  
  text-decoration: none !important;
  white-space:normal;
  outline:none!important;
}

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

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


.hs-form label {
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

form .hs-error-msgs label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;  
  font-family: helvetica;
  font-size: 13px;
}
form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  padding: 0 15px;
  min-height: 27px;
}

.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;
  min-height: auto;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

/* Added by HS Support */ 

form fieldset {
    max-width: 100%!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

/*============== Secondary Menu ==============*/

.preheader  .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: row;
}
.preheader  .hs-menu-wrapper > ul > li{
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #5f615d;
  font-size: 1.6rem;
  position: relative;
}
.preheader  .hs-menu-wrapper > ul > li:not(:last-child){
  margin-right: 35px;
}

.preheader  .hs-menu-wrapper > ul > li > a{
  font-family: Gotham Medium,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.2rem;
  color: #5f615d;
  transition: all .3s ease-out;
}
.preheader  .hs-menu-wrapper > ul > li > a:hover{
  color: #f8931d;
}

.preheader  .hs-menu-wrapper > ul > li:first-child > a{
  cursor: pointer;
  outline: none;
  text-decoration: none;
  justify-content: center;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background-color: #f8931d;
  padding: 0 16px;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  color: #fff;
  min-width: auto;
  height: 30px;
}
.preheader  .hs-menu-wrapper > ul > li:first-child > a:hover{
  background-color: #df841a; 
  color: #fff;
}

.preheader .hs-menu-wrapper>ul>li:first-child>a svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 12px;
}

.preheader .hs-menu-wrapper>ul>li:first-child>a svg path {
  fill: #fff;
  transition: all .3s ease-out;
}


/*============== Primary Menu ==============*/

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  border-top: 1px solid #f2f2f2;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  color: #5f615d;
  font-size: 1.6rem;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: color .3s ease-out;
  color: #4a4a4a;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
  padding: 30px 22px;
  border-bottom: 2px solid rgba(248,147,29,0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/images/icon-chevron-right-orange.svg);
  transform: rotate( 90deg );
  transform-origin: center;
  margin-left: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #f8931d;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
  border-bottom: 2px solid #f8931d;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > a {
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children){
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid #f2f2f2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children):last-of-type{
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) svg{
  margin-right: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99999;
  padding-top: 25px;
  transform: translateX(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  display: block;
}

.custom-menu-primary .submenu-container {
  padding: 0 41px 33px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul .submenu-container {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-top: 18px;
}

.custom-menu-primary .submenu-container:before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%,-7px) rotate( 45deg );
  position: absolute;
}

.custom-menu-primary .submenu-container>li>a {
  font-family: Gotham Book,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.2rem;
  color: #5f615d;
  display: inline-block;
  transition: all .3s ease-out;
  min-width: 140px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul .submenu-container > li {
  padding-top: 15px;
  column-width: 188px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-menu-primary .submenu-container>li>a i {
  color: #f8931d;
  font-style: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul .submenu-container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-top: 33px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul .submenu-container > li {
  -webkit-column-width: 188px;
  -moz-column-width: 188px;
  column-width: 188px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.2rem;
}

.custom-menu-primary .submenu-container>li>a:hover {
  color: #f8931d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul .submenu-container>li:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul .submenu-container>li:nth-child(3) {
  /*display: none;*/
}

/* ====================MObile nav====================== */

.header .mobile-nav {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: inset 0 6px 10px -4px rgb(0 0 0 / 5%);
  transform: translateX(100%);
  transition: transform .3s ease-out;
  height: calc(100vh - 70px);
}

.mobile-open .header .mobile-nav {
  transform: translateX(0);
}
.header .mobile-nav>*,.header .mobile-nav>*>* {
  height: 100%;
  display: block;
}
.header .mobile-nav ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  box-shadow: inset 0 6px 10px -4px rgb(0 0 0 / 5%);
}

.mobile-nav .hs-menu-wrapper > ul {
  overflow: hidden auto;
}

.header .mobile-nav ul li{
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
  position: static;
}

.header .mobile-nav ul li a{
  padding: 30px 25px;
  display: block;
  width: 100%;
  color: #5f615d;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
}

.mobile-nav .hs-menu-wrapper > ul > li.hs-item-has-children > a{
  position: relative;
}

.mobile-nav .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/images/icon-chevron-right-orange.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);

}
.header .mobile-nav ul ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform .3s ease-out;
  background-color: #fff;
  z-index: 999;
  height: calc(100vh - 70px);
}

.mobile-nav .hs-menu-wrapper>ul>li:last-child>a {
  background-color: #f8931d;
  font-size: 1.6rem;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  line-height: 1;
  align-items: center;
  position: relative;
  transition: all .3s ease-out;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  height: 60px;
  padding: 30px 25px;
  min-width: 198px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  border-radius: 0;
}

.mobile-nav .hs-menu-wrapper>ul>li:last-child>a:hover {
  background-color: #df841a;
  color: #fff;
}

.mobile-nav .hs-menu-wrapper>ul>li:last-child>a svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 12px;
}

.mobile-nav .hs-menu-wrapper>ul>li:last-child>a svg path {
  fill: #fff;
}

.header .mobile-nav ul ul li a {
  font-family: Gotham Book,Helvetica,Arial,Verdana,sans-serif;
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li>a[href="javascript:;"] {
  background: #fbf9f9;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  cursor: text;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
}
.mobile-nav .hs-menu-wrapper>ul>li.child-open>ul {
  transform: translateX(0);
}

.header .mobile-nav ul li.dl-back>a {
  position: relative;
  padding-left: 55px;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
}

.header .mobile-nav ul li.dl-back>a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url(https://7639657.fs1.hubspotusercontent-na1.net/hubfs/7639657/raw_assets/public/Rent_a_Space_June2021/images/icon-chevron-right-orange.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate( 180deg );
}
.header .mobile-nav ul ul li a i {
  font-style: normal;
}

/*==================================================== 
====================Media Query======================
====================================================*/


@media (max-width: 1075px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    left: 70%;
    transform: translateX(-40%);
  }
}

@media (max-width: 991px){
  body.mobile-open {
    overflow: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-wrapper,
.lp header.header{
  min-height: 159px;
}
.lp .header .header-right {
  max-width: 806.72px;
  width: 100%;
}

header.header {
  font-family: Gotham Book,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid #f8931d;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
  padding: 0 23px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header .header-left, header .header-left {
  max-width: 266px;
}


.header .header-left svg{
  width: 100%;
  max-height: 86px;
  display: inline-block;
}

.header .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.header .header-right .preheader {
  padding: 19px 0 23px;
}
.mobile-visible,
.header-logo-mobile{
  display: none!important;
}

.header-logo-mobile img{
  display: inline-block;
  max-height: 45px;
  width: auto !important;
}

.header .mobile-nav-header{
  position: absolute;
  right: 75px;
  top: 0;
  height: 100%;
}
.header .mobile-nav-header-inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.header .mobile-nav-header-inner .hs-button{
  color: #fff;
  background-color: #f8931d;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  height: 100%;
  min-width: 70px;
  line-height: 1;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  border: none;
  padding: unset;
  margin: 0;
  border-radius: 0;
  font-weight: 400;
}
.header .mobile-nav-header-inner .mobile-button1{
  margin-right: 5px;
}
.header .mobile-nav-header-inner > div {
  display: flex;
  height: 100%;
}
.header .mobile-nav-header-inner .hs-button svg{
  max-width: 30px;
}
.header .mobile-nav-header-inner .hs-button span{
  margin-top: 5px;
}

.header .mobile-nav-icon{
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: -4px;
  background-color: #f8931d;
  cursor: pointer;
}

.header .mobile-nav-icon span{
  width: 17px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  transform-origin: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.header .mobile-nav-icon span:first-child{
  top: 40%;
  transition: transform .1s ease-out,top .1s ease-out .1s;
}
.header .mobile-nav-icon span:nth-child(2){
  opacity: 1;
  transition: opacity 0ms ease-out .1s;
}
.header .mobile-nav-icon span:nth-child(3){
  top: 60%;
  transition: transform .1s ease-out,top .1s ease-out .1s;
}

.mobile-open .header .mobile-nav-icon span:first-child {
  top: 50%;
  transform: translate(-50%,-50%) rotate( -45deg );
  transition: top .1s ease-out,transform .1s ease-out .1s;
}

.mobile-open .header .mobile-nav-icon span:nth-child(2) {
  opacity: 0;
}

.mobile-open .header .mobile-nav-icon span:nth-child(3) {
  top: 50%;
  transform: translate(-50%,-50%) rotate( 45deg );
  transition: top .1s ease-out,transform .1s ease-out .1s;
}


/*==================================================== 
====================Media Query======================
====================================================*/

@media (max-width: 991px){
  .mobile-visible {
    display: block!important;
  }
  .header .header-right{
    display: none;
  }
  .header .header-left {
    max-width: 133px;
    height: 66px;
    display: flex;
    align-items: center;
  }
  header.header {
    padding: 0 5px;
  }
  .header-wrapper,
  .lp header.header {
    min-height: 70px;
  }
}
@media (max-width: 400px){
  .header-logo-mobile{
    display: block!important;
  }
  .header-logo-desktop {
    display: none !important;
  }

  .header .header-left {
    margin-left: 5px;
  }
  header.header {
    padding: 0;
  }
   .header-wrapper,
  .lp header.header {
    min-height: 70px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  font-family: Gotham Book,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}


.prefooter {
  background-color: #5f615d;
  color: #fff;
}

.prefooter .page-center {
  display: flex;
  padding: 87px 100px;
  justify-content: space-between;
}

.prefooter h3 {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  line-height: 5rem;
  margin: 0;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 700;
  color:#fff;
}
.prefooter h3 svg {
  margin-top: 30px;
}
.prefooter h3 svg path {
  fill: #f8931d;
}
.prefooter .prefooter__buttons {
  display: flex;
}

.prefooter .prefooter__buttons a {
  padding: 0;
  border: none;
  margin: 0;
  width: 188px;
  height: 177px;
  text-decoration: none;
  color: #fff;
  background-color: #555753;
  display: inline-flex;
  flex-direction: column;
  font-family: Gotham Medium,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all .3s ease-out;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.3;
}

.prefooter .prefooter__buttons a:hover {
  background-color: #f8931d;
  color:#fff;
}

.prefooter__buttons a svg {
  margin-bottom: 25px;
}



.page-center.footer-middle {
  padding-right: 40px;
}

.footer__main {
  display: flex;
  flex-wrap: wrap-reverse;
  position: relative;
}

.footer__main:before {
  content: "";
  left: 0;
  top: 0;
  background-color: #f8931d;
  height: 100%;
  width: 100vw;
  transform: translateX(-100%);
  position: absolute;
}

.footer__logo {
  background-color: #f8931d;
  padding: 65px 65px 65px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo svg {
  max-width: 200px;
  width: 100%;
}

.social-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8931d;
  padding: 25px 0 0;
}

.social-btn-container .btn-social {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid hsla(0,0%,100%,.4);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: border .3s ease-out;
}

.social-btn-container .btn-social:not(:last-child) {
  margin-right: 10px;
}

.social-btn-container .btn-social:hover {
  border: 1px solid #fff;
}

.footer-nav {
  padding: 35px 0 20px 38px;
  flex: 1;
}

.footer-nav .hs-menu-wrapper > ul > li > ul {
  width: 100%;
  max-width: 1100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer-nav .hs-menu-wrapper > ul > li:first-child > ul {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li {
  padding-right: 30px;
}

.footer-nav .hs-menu-wrapper > ul > li:first-child > ul > li:first-child{
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li:nth-child(2){
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid #f2f2f2;
}


.footer-nav .hs-menu-wrapper > ul > li > ul > li > a {
  margin-bottom: 30px;
  color: #f8931d;
  font-size: 2rem;
  line-height: 1;
  font-family: Gotham Bold,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 700;
  display: block;
}

.footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li > a {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li:nth-child(2) > ul {
  display: flex;
  flex-flow: row wrap;
}

.footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li:nth-child(2) > ul > li {
  width: 50%;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li > ul > li {
  color: #5f615d;
  font-size: 1.6rem;
  margin-bottom: 14px;
  width: 100%;
}
.footer-nav .hs-menu-wrapper > ul > li > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}
.footer-nav .hs-menu-wrapper > ul > li > ul > li > ul > li >a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 1.4rem;
  font-family: Gotham Medium,Helvetica,Arial,Verdana,sans-serif;
  transition: all .3s ease-out;
}

.footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li > ul > li >a {
  font-size: 1.2rem;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li > ul > li >a:hover {
  color: #f8931d;
}

.footer-nav .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul {
  display: flex;
  flex-flow: row wrap;
}

.footer-nav .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul >li {
  width: 33.33333%;
}

.footer-nav .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li:nth-child(3n+2) {
  padding-left: 30px;
}

.footer-nav .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li:nth-child(3n+3) {
  padding-left: 15px;
}


.footer__disclaimer {
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #f2f2f2;
}

.footer__disclaimer .page-center {
  display: flex;
  align-items: center;
}

.footer__disclaimer img {
  max-width: 200px;
  height: auto;
  margin-right: 35px;
}

.footer__disclaimer p {
  font-family: Gotham Medium,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 0;
  color: #4a4a4a;
}

.footer__disclaimer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-left: auto;
}

.footer__disclaimer .footer-copyright {
  margin-left: auto;
}

.footer__disclaimer ul li {
  display: inline-block;
  margin-left: 27px;
  margin-bottom: 0;
  font-family: Gotham Medium,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.2rem;
  color: #4a4a4a;
}
.footer__disclaimer ul li:last-child {
  margin-left: 22px;
}

.footer__disclaimer ul li a {
  color: #4a4a4a;
  text-decoration: none;
}

.footer__disclaimer ul li a:hover {
  color: #4a4a4a;
}
.lp .footer__disclaimer .page-center {
  min-height: 47.67px;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .footer-nav .hs-menu-wrapper > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .footer-nav .hs-menu-wrapper>ul>li:last-child>ul>li,
  .footer-nav .hs-menu-wrapper>ul>li:first-child>ul>li{
    width: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-nav .hs-menu-wrapper > ul > li:first-child > ul > li:first-child{
    width: 60%;
    max-width: 100%;
  }
  .footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li:nth-child(2){
    width: 40%;
    max-width: 100%;
  }

  @media (max-width: 991px){
    .footer-nav .hs-menu-wrapper > ul > li:first-child > ul > li:first-child,
    .footer-nav .hs-menu-wrapper > ul > li:last-child > ul > li:nth-child(2){
      width: 100%;
      max-width: 100%;
    }
  }
}
@media (min-width: 1201px){
  .lp .footer__disclaimer .footer-copyright {
    padding-bottom: 2px;
  }
}


@media (max-width: 1060px) and (min-width: 992px){
  .footer-nav .hs-menu-wrapper > ul > li:first-child > ul{
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-nav .hs-menu-wrapper>ul>li>ul>li:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
  .footer-nav .hs-menu-wrapper>ul>li>ul>li {
    padding-right: 0;
  }

  .footer-nav .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-bottom: 30px;
  }
}


@media (max-width: 991px){
  .footer-nav .hs-menu-wrapper>ul>li>ul{
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-nav .hs-menu-wrapper>ul>li>ul>li:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
  .footer-nav .hs-menu-wrapper>ul>li>ul>li {
    padding-right: 0;
  }

  .footer-nav .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-bottom: 30px;
  }

  .footer__logo {
    padding: 65px;
    width: 30%;
  }

  .page-center.footer-middle {
    padding: 0;
  }

  .footer-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding-right: 33px;
  }

  .footer-nav .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li:nth-child(3n+3),
  .footer-nav .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li:nth-child(3n+2) {
    padding-left: 0;
  }

  .prefooter .page-center {
    padding: 87px 50px;
  }

  .prefooter .prefooter__buttons a {
    width: 158px;
    height: 147px;
    margin-left: 65px;
  }

}

@media (max-width: 767px){
  .footer__disclaimer .page-center {
    flex-flow: column;
  }

  .footer__disclaimer img {
    margin-right: 0;
  }

  .footer__disclaimer p {
    padding: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 10px 0;
  }

  .footer__disclaimer .footer-copyright {
    align-self: flex-start;
    margin-left: 0;
  }
  .footer__disclaimer ul li:first-child {
    margin-left: 0;
  }
  .footer__main {
    width: 100%;
  }
  .footer__logo {
    width: 100%;
  }
  .footer-nav {
    padding: 35px 0 20px 20px;
  }
  .footer-logo svg {
    max-width: 240px;
  }
  .footer-nav .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }

  .footer-nav .hs-menu-wrapper>ul>li:first-child>ul {
    border-bottom: none;
    margin-bottom: unset;
  }
  .prefooter .page-center {
    padding: 30px 20px 25px;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }

  .prefooter h3 {
    align-items: center;
  }
  .prefooter__buttons {
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .prefooter .prefooter__buttons a {
    width: 100%;
    height: 100px;
    margin: 0 0 13px;
    flex-flow: row;
    justify-content: flex-start;
    padding: 0 25px;
    margin-left: 0;
  }
  .prefooter__buttons a svg {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .lp .footer__disclaimer .page-center {
    min-height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-header {
  background-color: transparent;
  text-align: center;
}

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


.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  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: #494a52;
  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;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}

.section.post-footer:before {
  content: "Leave a reply";
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/*==================================================== 
==================== Blog Listing ======================
====================================================*/

.blog-container-wrapper .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-container-wrapper .breadcrumbs-wrapper.wrapper {
  max-width: 100%;
  padding: 0 23px;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 27px;
}

.breadcrumbs ul li {
  float: left;
}

.breadcrumbs ul li:not(:last-child) a:after {
  content: '>';
  display: inline-block;
  margin: 0 16px;
}

.breadcrumbs ul:before {
  content: " ";
  display: table;
}

.breadcrumbs ul:after {
  content: " ";
  display: table;
  clear: both;
}

.breadcrumbs ul li a[href="javascript:void(0);"] {
  color: #5f615d;
  cursor: default;
  text-decoration: none;
}

.il_blog_hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.il_blog_hero>.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.il_blog_hero>.wrapper.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.il_blog_hero>.wrapper.center>.content-col {
  width: 100%;
}

.il_blog_hero>.wrapper.center>.content-col>.inner {
  max-width: 810px;
  text-align: center;
  margin: 0 auto;
}

.il_blog_hero>.wrapper>.content-col .title {
  margin: 0;
}

.cec_blog_topics .wrapper {
  padding: 23px 0;
  border-bottom: 1px solid #f2f2f2;
}

.cec_blog_topics .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cta_button {
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  outline: 0;
  background-color: #ebe7e5;
  border: 2px solid #ebe7e5;
  border-radius: 4px;
  padding: 14px;
  color: #5f615d;
  transition: all .3s ease;
  white-space: nowrap;
}

.cec_blog_topics a:not(:last-child) {
  margin-right: 10px;
}

.cec_blog_topics a {
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 5px;
}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}

.cta_button.orange {
  background-color: #f8931d;
  color: #FFF;
  border-color: #f8931d;
}

.cta_button.orange:hover {
  background-color: #FFF;
  color: #f8931d;
}

.cta_button:hover {
  background-color: #f8931d;
  border-color: #f8931d;
  color: #FFF;
}

.post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 60px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.post-item:nth-child(3n) {
  margin-right: 0px !important;
}


.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  width: 31.667%;
}

.post-items .post-item .post-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 304px;
  min-height: 304px;
  transition: .3s ease all;
  background: #f8931d;
}

.post-items .post-item .post-image .hs-featured-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.post-items .post-item .post-image .hs-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 304px;
  object-fit: cover;
  object-position: center center;
  float: none;
  margin: 0;
  transition: .3s ease all;
}

.post-items .post-item .post-image .hs-featured-image.default {
  object-fit: contain;
  background: #f2f2fa;
  padding: 40px;
}

.post-items .post-item:hover .post-image .hs-featured-image {
  transform: scale(1.15);
}

.post-items .post-item .post-content {
  padding: 32px 32px 64px 32px;
  height: 100%;
}

.post-items .post-item .post-content .hubspot-topic_data {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.post-items .post-item .post-content .post-title {
  margin-bottom: 37px;
}

.post-items .post-item .post-content .post-title a {
  text-decoration: none !important;
}

.post-items .post-item .more-link {
  display: block;
  position: absolute;
  left: 32px;
  bottom: 16px;
  text-align: left;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog-pagination a {
  width: calc((100% / 3) - 30px);
  background-color: #f8931d;
  border-color: #f8931d;
  color: #FFF;
  padding: 14px 0;
}
.blog-content-section {
  padding: 0 15px;
}


/*==================================================== 
==================== Blog Post ======================
====================================================*/
.hs-blog-post .breadcrumbs-wrapper.wrapper {
  background: #fbf9f9;
}
.il_blog_hero>.wrapper.left {
  max-width: 990px;
  margin: 0 auto;
}

.il_blog_hero hr {
  border: unset;
  display: block;
  unicode-bidi: isolate;
  margin-top: 8px;
  margin-bottom: 8px;
  border-width: 1px;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: rgb(128, 128, 128);
  border-color: #eeecec;
  height: auto;
}

.il_blog_hero>.wrapper.left>.content-col {
  order: 1;
  width: 100%;
}

.il_blog_hero.post {
  background: #fbf9f9;
  padding-top: 85px;
}

.hs-blog-post .breadcrumbs-wrap {
  background: #fbf9f9;
}

.il_blog_hero .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.il_blog_hero .share-icons a:not(:last-child), .il_blog_hero .share-icons strong {
  margin-right: 13px;
}

.blog-post-wrapper {
  margin-top: 71px;
}

.blog-post-wrapper .section.post-body {
  max-width: 750px;
  margin: 60px auto;
}

.blog-post__body p,
.blog-post__body ul,
.blog-post__body ol,
.blog-post__body ol,
.blog-post__body pre,
.blog-post__body table,
.blog-post__body blockquote {
  margin-bottom: 25px;
}

.blog-post-wrapper:after,.blog-post-wrapper:before {
  display: table;
  content: "";
}

.blog-post-wrapper:after {
  clear: both;
}



/*==================================================== 
====================Media Query======================
====================================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-item {
    margin-right: 30px;
    width: 31.667%;
  }
  .post-item:nth-child(3n) {
    margin-right: 0px !important;
  }

  @media (max-width: 1279px){
    .post-item {
      margin-right: 40px;
      width: 30.68%;
    }
  }
  @media (max-width: 1023px){
    .post-item {
      margin-right: 28px;
      width: 30.867%;
    }

  }

  @media (max-width: 767px){
    .post-item {
      margin-right:auto !important;
      margin-left:auto !important;
      width: 100%;
      margin-bottom:30px;
      max-width: 380px;
    }
  }

}



@media (max-width: 1279px){
  .post-items {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .post-item {
    margin-right: 40px;
    width: 30.79%;
  }
}

@media (max-width: 1023px){
  .post-items {
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .post-item {
    margin-right: 28px;
    width: 31.35%;
  }
  .post-items .post-item .post-image {
    height: 220px;
  }
  .post-items .post-item:not(.featured) .post-body-inner {
    display: none !important;
  }
  .blog-post-wrapper .section.post-body {
    max-width: 728px;
    margin: 43px auto;
  }
}

@media (max-width: 767px){
  .post-items .popular-stories, .post-items .post-item {
    margin: 0 auto;
    height: auto !important;
    margin-right:auto !important;
    margin-left:auto !important;
    width: 100%;
    margin-bottom: 20px;
    max-width: 380px;
  }
  .post-items .post-item .post-image {
    height: 232px;
  }
  .post-items .post-item:not(.featured) .more-link {
    position: initial;
    margin-top: 10px;
  }
  .post-items {
    margin-top: 25px;
  }
  .blog-post-wrapper .section.post-body {
    max-width: 90%;
    margin: 38px auto;
  }
  .il_blog_hero.post {
    padding-top: 0;
  }
  .il_blog_hero>.wrapper.left {
    max-width: 90%;
    margin: 0 auto;
  }
  .il_blog_hero>.wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px){
  .breadcrumbs {
    display: none;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 36vw;
  font-weight: bold;
  color: #d7dde2;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

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


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

.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
  font-size: 16px!important;
  margin-bottom:10px;
}
.systems-page input[type=password]{
  height:40px !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 490px){
  .systems-page h1{    
    font-size: 3rem;
  }
  .systems-page h2{    
    font-size: 2.4rem;
  }
}