/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 15px;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  margin:0 auto;
}
@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: 'icomoon';
  src: url('https://7071155.fs1.hubspotusercontent-na1.net/hubfs/7071155/raw_assets/public/SpacetoCo_May2020/Fonts/icomoon.ttf') format("truetype"),
  url('https://7071155.fs1.hubspotusercontent-na1.net/hubfs/7071155/raw_assets/public/SpacetoCo_May2020/Fonts/icomoon.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}


html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

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

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

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

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

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

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}

.page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.icon, .button.facebook:before, .button.twitter:before, .button.googleplus:before, .close:before, .arrow:before, .avatar.edit:hover:after, .modal .modalcontent .form ul li.dropzone .upload .upload_icon:after, .tooltip:before, .social li a:before, .done:before, .percentage_bar.complete:before, .labels_list .label:after, .tickbox+label:before, .multicheck .multicheck-all:after, .selectbox:after, .geosuggest .geosuggest__suggests-wrapper ul li:before, header#banner nav .opennav:before, .nearby_spaces:before, .slick-slider .slick-arrow:before, #search .active_filters li.filter a:before, #search .filter-bar .filter-items .filter-item:before, #search .right .map .marker .space .arrow:before, .newstatesignup h3:before, #spaceview .slider-container-active .slider-modal:after, #spaceview #intro .left h4:before, #spaceview #intro .left .profileoptions ul li a:before, #spaceview #intro .right ul li.favourite a:before, #spaceview #intro .right ul li.share .email:before, #spaceview #intro .right ul li.share .more:before, #spaceview #intro .right ul li.share ul li a:before, #spaceview .confirmation h3:after, #spaceview .confirmation .actions .add-day:before, #spaceview #reviews .wrap .reviewList li .right .bookagain:before, #spaceview #reviews .wrap .showmore:after, #spaceview #reviews .wrap .showmore.open:before, .spaceform .spacetypes ul li label:before, .spaceform .availability>ul>li.complete ul li.day:after, .spaceform .availability>ul>li ul li.unavailable label:before, .spaceform .availability>ul>li ul li.alwaysopen label:before, .spaceform .availability>ul>li ul li.apply:before, .spaceform .availability.hasfailed>ul>li.error ul li.day:after, .spaceform .photos .image-previews .image-preview .remove-photo:before, .spaceform .photos .image-previews .add-photo a, .profile_view .facebook_verified:before, .message_list .message_view .message_chain ul li.empty p:before, .space_list ul li .space_details .label:after, .space_list .bookings_modal>ul .close:before, .space_list .bookings_modal .modalcontent .booking_data .booking:before, .actions li a:before, .socialform ul li:before, .socialform ul li.complete span:after, .availability-adjustment .applied-date .remove:before, #booking .left .block.pricing .checkin strong:before, #booking .left .block.pricing .checkout strong:before, #booking .left .block.dates .checkin strong:before, #booking .left .block.dates .checkout strong:before, #booking .checkout-block h3:before, .payment-options-list .payment-option:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes pulse {
  0%,20%,50%,80%,100% {
      transform: scale(1)
  }

  40% {
      transform: scale(1.5)
  }

  60% {
      transform: scale(1.1)
  }
}

@keyframes pulse {
  0%,20%,50%,80%,100% {
      transform: scale(1)
  }

  40% {
      transform: scale(1.5)
  }

  60% {
      transform: scale(1.1)
  }
}

@-webkit-keyframes bounceDown {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateY(0)
  }

  40% {
      -webkit-transform: translateY(4px)
  }

  60% {
      -webkit-transform: translateY(2px)
  }
}

@keyframes bounceDown {
  0%,20%,50%,80%,100% {
      transform: translateY(0)
  }

  40% {
      transform: translateY(4px)
  }

  60% {
      transform: translateY(2px)
  }
}

@-webkit-keyframes bounceUp {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateY(0)
  }

  40% {
      -webkit-transform: translateY(-4px)
  }

  60% {
      -webkit-transform: translateY(-2px)
  }
}

@keyframes bounceUp {
  0%,20%,50%,80%,100% {
      transform: translateY(0)
  }

  40% {
      transform: translateY(-4px)
  }

  60% {
      transform: translateY(-2px)
  }
}

.bounce_up {
  -webkit-animation: bounceUp 1.3s;
  animation: bounceUp 1.3s
}

@-webkit-keyframes bounceLeft {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateX(0)
  }

  40% {
      -webkit-transform: translateX(-4px)
  }

  60% {
      -webkit-transform: translateX(-2px)
  }
}

@keyframes bounceLeft {
  0%,20%,50%,80%,100% {
      transform: translateX(0)
  }

  40% {
      transform: translateX(-4px)
  }

  60% {
      transform: translateX(-2px)
  }
}

@-webkit-keyframes shake {
  0%,20%,50%,80%,100% {
      -webkit-transform: rotate(0)
  }

  40% {
      -webkit-transform: rotate(-20deg)
  }

  60% {
      -webkit-transform: rotate(20deg)
  }
}

@keyframes shake {
  0%,20%,50%,80%,100% {
      transform: rotate(0)
  }

  40% {
      transform: rotate(-20deg)
  }

  60% {
      transform: rotate(20deg)
  }
}

@-webkit-keyframes bounceRight {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateX(0)
  }

  40% {
      -webkit-transform: translateX(4px)
  }

  60% {
      -webkit-transform: translateX(2px)
  }
}

@keyframes bounceRight {
  0%,20%,50%,80%,100% {
      transform: translateX(0)
  }

  40% {
      transform: translateX(4px)
  }

  60% {
      transform: translateX(2px)
  }
}

@-webkit-keyframes bounceUpWithDelay {
  0%,20%,50%,60%,70%,86%,100% {
      -webkit-transform: translateY(0)
  }

  80% {
      -webkit-transform: translateY(-4px)
  }

  83% {
      -webkit-transform: translateY(4px)
  }
}

@keyframes bounceUpWithDelay {
  0%,20%,50%,60%,70%,86%,100% {
      transform: translateY(0)
  }

  80% {
      transform: translateY(-4px)
  }

  83% {
      transform: translateY(4px)
  }
}

@-webkit-keyframes centeredBounce {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateY(0) translateX(-50%)
  }

  40% {
      -webkit-transform: translateY(4px) translateX(-50%)
  }

  60% {
      -webkit-transform: translateY(2px) translateX(-50%)
  }
}

@keyframes centeredBounce {
  0%,20%,50%,80%,100% {
      transform: translateY(0) translateX(-50%)
  }

  40% {
      transform: translateY(4px) translateX(-50%)
  }

  60% {
      transform: translateY(2px) translateX(-50%)
  }
}

@-webkit-keyframes vCenteredBounce {
  0%,20%,50%,80%,100% {
      -webkit-transform: translateY(-50%) translateX(-50%)
  }

  40% {
      -webkit-transform: translateY(-52%) translateX(-50%)
  }

  60% {
      -webkit-transform: translateY(-48%) translateX(-50%)
  }
}

@keyframes vCenteredBounce {
  0%,20%,50%,80%,100% {
      transform: translateY(-50%) translateX(-50%)
  }

  40% {
      transform: translateY(-52%) translateX(-50%)
  }

  60% {
      transform: translateY(-48%) translateX(-50%)
  }
}

@-webkit-keyframes slideIn {
  0%,100% {
      margin-top: 0
  }

  20%,40%,50%,60%,80% {
      margin-top: 70px
  }
}

@keyframes slideIn {
  0%,100% {
      margin-top: 0
  }

  20%,40%,50%,60%,80% {
      margin-top: 70px
  }
}

@-webkit-keyframes fadeIn {
  0%,20% {
      opacity: 0
  }

  40%,50%,60%,80%,100% {
      opacity: 1
  }
}

@keyframes fadeIn {
  0%,20% {
      opacity: 0
  }

  40%,50%,60%,80%,100% {
      opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  100% {
      opacity: 0
  }

  0%,20%,40%,50%,60%,80%,90% {
      opacity: 1
  }
}

@keyframes fadeOut {
  100% {
      opacity: 0
  }

  0%,20%,40%,50%,60%,80%,90% {
      opacity: 1
  }
}

@-webkit-keyframes fadeInOut {
  0%,90%,100% {
      opacity: 0
  }

  10%,20%,40%,50%,60%,80% {
      opacity: 1
  }
}

@keyframes fadeInOut {
  0%,90%,100% {
      opacity: 0
  }

  10%,20%,40%,50%,60%,80% {
      opacity: 1
  }
}

@-webkit-keyframes alight {
  0%,34%,100% {
      color: #dfdfdf
  }

  5%,15%,25% {
      color: #fcc02b
  }
}

@keyframes alight {
  0%,34%,100% {
      color: #dfdfdf
  }

  5%,15%,25% {
      color: #fcc02b
  }
}

@-webkit-keyframes flyAway {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(0)
  }

  10% {
      opacity: 1
  }

  20% {
      -webkit-transform: translateY(-120px) translateX(120px);
      opacity: 0
  }

  30% {
      opacity: 0;
      -webkit-transform: translateY(220px) translateX(-220px)
  }

  40% {
      opacity: 0
  }

  50%,100% {
      -webkit-transform: translateY(0) translateX(0);
      opacity: 1
  }
}

@keyframes flyAway {
  0% {
      opacity: 1;
      transform: translateY(0) translateX(0)
  }

  10% {
      opacity: 1
  }

  20% {
      transform: translateY(-120px) translateX(120px);
      opacity: 0
  }

  30% {
      opacity: 0;
      transform: translateY(220px) translateX(-220px)
  }

  40% {
      opacity: 0
  }

  50%,100% {
      transform: translateY(0) translateX(0);
      opacity: 1
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration:none;
  line-height: 1.13;
  text-decoration: none !important;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input, input#hs-pwd-widget-password {
  font-family: "Lato",sans-serif;
  line-height: normal;
  display: block;
  width: 100%;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  padding: 15px;
  background: #fff;
  color:#000000;
  border: 1px solid #ddd;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #fff;
}

/* HS Support - Addded 14 July */
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  display: inline-block;
}

input[type="radio"] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
-ms-appearance: checkbox !important;
-o-appearance: checkbox !important;
appearance: checkbox !important;
display: inline-block;
}
/* HS Support - Addded 14 July */

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 10px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
ul.no-list.hs-error-msgs.inputs-list {
  font-size: 14px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #d9534f;
  color: #fff;
  padding: 10px !important;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list li>label {
  font-size: 13px;
  color: #fff !important;
  margin: 0 !important;
}
.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

@media (max-width:767px) {
  form {
    max-width: 100%;
  }
  .dnd-section form {
    margin-bottom: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}
header.header {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
}
.has-no-banner header.header {
  background: #212121;
  position: relative;
}
header.header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cta-btn-wrapper {
  margin-left: 25px;
}
.submenu.level-1:after {
  content: "";
  display: table;
  clear: both;
}
.cta_button.hs-add-your-space {
  cursor: pointer !important;
  opacity: 1;
  transition: opacity .4s;
  border-radius: 5px;
  padding: 9px 25px 10px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  display: inline-block;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  line-height: 17px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}
.submenu.level-1 {
  display: inline-block;
  vertical-align: middle;
}
.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 171px;
}

.header__logo img {
  max-width: 100%;
  width:auto !important;
  height:auto !important;
}

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

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
@media (min-width:1151px) {
  .mobile-logo, a.opennav {
    display: none;
  }
}
@media (max-width:1150px) {


  .child-trigger {
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .child-trigger:after {
    transform: rotate(90deg);
    position: absolute;
  }
  .child-open .child-trigger:after {
    transform: rotate(90deg);
    position: absolute;
    display:none;
  }
  .child-trigger:after, .child-trigger:before {
    content: "";
    display: block;
    background: #fff;
    width: 22px;
    height: 2px;
  }
  .cta-btn-wrapper span {
    vertical-align: middle;
    display: block !important;
  }
  .banner {
    padding-top: 112px;
  }
  header.header {
    padding-top: 30px;
  }
  .header__container {
    display: block;
  }
  .header__logo {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  a.opennav {
    display: block;
    position: absolute;
    right: 20px;
    padding: 0 30px 0 0;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    top: 17px;
    color: #fff !important;
    line-height: normal;
    z-index: 9999;
  }
  .mobile-open a.opennav {
    right: 0;
  }
  .opennav .draw {
    position: absolute !important;
    top: 0 !important;
    right: 0;
    display: block;
    font-size: 0;
    text-decoration: none;
    width: 20px;
    height: 2px;
    opacity: 1;
    transition: opacity 0.3s 0.3s;
  }
  .opennav span:first-child {
    position: relative;
    top: -8px;
  }
  nav .opennav .draw {
    background: #fff;
  }
  .opennav:before, 
  .opennav:after {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    height: 2px;
    width: 20px;
    background: #fff;
    transition: top 0.3s 0s, transform 0.3s 0s;
  }
  .opennav .draw {
    background: #fff;
  }
  .opennav:after {
    top: 6px;
  }


  .mobile-open .opennav:before {
    transform: rotate(45deg);
    top: 0px;
    transition: top 0.3s 0.3s, transform 0.3s 0.3s;
    background: #fff;
  }
  .mobile-open .opennav .draw {
    opacity: 0;
    transition: opacity 0.3s;
    background: #fff;
  }
  .mobile-open .opennav:after {
    transform: rotate(-45deg);
    top: 0px;
    transition: top 0.3s 0.3s, transform 0.3s 0.3s;
    background: #fff;
  }

  .header__logo img {
    max-width: 171px;
  }
  .opennav:hover {
    -webkit-animation: bounceUp 0.8s;
    animation: bounceUp 0.8s;
  }
  .mobile-logo img {
    max-width: 150px;
    font-size: 0;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 1px;
  }
  .header__column {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    opacity: 0;
  }
  .header__row-2 {
    position: relative;
    left: 0;
    z-index: 999;
    display: block;
    padding: 20px 0 60px;
    background: #212121;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    transition: left 0.5s;
    visibility: visible;
    box-shadow: 5px 0px 0px 0px rgba(0,0,0,0.2);
  }
  .mobile-logo {
    padding: 10px 0 15px 20px;
  }
  .navigation-primary {
    display: block !important;
  }
  .navigation-primary .submenu.level-1 {
    display: block !important;
  }
  .custom-menu-primary .submenu.level-1>li {
    float: none !important;
    display: block;
    width: 100%;
    text-align: left;
    opacity: 1;
    transition: opacity .5s .4s;
  }
  .custom-menu-primary .submenu.level-1>li > a {
    margin: 0;
    padding: 20px 25px;
    color: #fff;
    display: block;
    font-size: 16px;
  }
  .navigation-primary a {
    margin: 0;
    padding: 20px 25px;
    color: #fff;
    line-height: normal;
    display: block;
  }
  .cta_button.hs-add-your-space {
    margin: 0;
    border-radius: 0;
    background: #fcc02b;
    color: #212121 !important;
    display: block;
    padding: 20px 25px !important;
    line-height: normal !important;
    font-size: 16px !important;
  }
  .cta-btn-wrapper {
    margin-left: 0;
  }
  .mobile-open .header__column {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .submenu.level-2 {
    display:none;
  }
  .child-open > ul.submenu.level-2 {
    display: block;
  }
}
@media (max-width:800px) {
  .header__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-open a.opennav {
    right: 10px;
    top: 16px;
  }
}

@media screen and (max-width: 450px) {
  .opennav .draw, .opennav:before,.opennav:after {
    width: 18px;
  }
  .header__logo img {
    max-width: 150px;
    height: 36px;
  }
  .opennav span:first-child {
    opacity: 0.8;
    font-size: 14px;
  }
  .header__row-2 {
    padding: 12px 0 60px;
  }
  .opennav {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 340px) {
  .opennav span:first-child {
    display: none;
  }
  .mobile-open a.opennav {
    right: 10px;
  }
  .cta .social li {
    padding: 0 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-size: 14px;
}
.footer__container, .wrap  {
  margin: 0 auto;
}
.footer__copyright {

}
.footer__copyright.legal {
  padding: 12px 0 15px;
  text-align: center;
}

.legal .wrap {
  padding: 0 22.5px;
}
.legal .logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  height: 39px;
  font-size: 0;
  background-repeat:  no-repeat;
  background-position: center;
  background-size: contain;

}
.legal .wrap > nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.legal .copy {
  float: left;
  display: block;
  width: 14.70196%;
  line-height: 42px;
  font-size: 14px;
  margin: 0;
}
.legal .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.legal .wrap > nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legal .wrap > nav ul li {
  display: inline-block;
}
.legal nav ul li a {
  line-height: 42px;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
}
.footer-sitemap  {
  position: relative;
  color: #fff;
  padding: 40px 0 20px;
  line-height: normal;
}
.footer-sitemap .wrap {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address ul {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.address ul li {
  display: block;
  margin: 0 0 8px;
}

.discover ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.discover .hs-menu-wrapper > ul > li {
  margin: 0;
}
.discover .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-sitemap .wrap .col {
  padding-left: 15px;
  padding-right: 15px;
}
.discover .hs-menu-wrapper > ul > li > a, .address h4{
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  line-height: normal;
}
.discover .hs-menu-wrapper > ul > li > ul > li {
  display: block;
  margin: 0 0 8px;
}

.footer-sitemap .wrap .col.address {
  width: 35%;
}
.footer-sitemap .wrap .col.discover {
  width: 65%;
}

.socialcta {
  font-size: 18px;
  position: relative;
  text-align: center;
  padding: 20px 20px 25px;
  line-height: normal;
}

.social {
  list-style: none;
  font-weight: 400;
  background: transparent;
  border: 0;
  margin: 0;
  list-style: none;

}
.cta .social {
  display: inline;
  position: relative;
  top: 8px;
  padding: 0 0 0 25px;
}
.social li {
  display: inline;
}
.cta .social li {
  padding: 0 0 0 10px;
}
.cta .social li a {
  font-size: 0;
}
.cta .social li a:before {
  font-size: 32px;
}
.social li.facebook a:before {
  content: "";
}
.social li.googleplus a:before {
  content: "";
}
.social li.twitter a:before {
  content: "";
}
.social li.instagram a:before {
  content: "";
}
.newsletter {
  position: relative;
  padding: 40px 0 45px;
  text-align: center;
  line-height:normal;
}
.newsletter .wrap {
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
}
.newsletter .wrap h4, .newsletter h3.form-title {
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  padding: 0 0 20px;
  margin: 0;
  font-weight: 400;
}
.newsletter h3.form-title {
  background:transparent;
}
.newsletter .wrap h4 strong, .newsletter h3.form-title strong {
  font-weight: 900;
}
.newsletter .wrap form {
  font-size: 16px;
}
.newsletter .wrap form .hs-form-field > label {
  display: none;
}

.newsletter .wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsletter .wrap form .hs-input {
  height: 50px;
/*   line-height: 50px; */
  border-radius: 8px 0 0 8px;
  font-size: 15px;
  border: none;
  margin: 0;
}
.newsletter .wrap form input.hs-button.primary.large {
  line-height: 50px;
  border-radius: 0 8px 8px 0;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Arial",sans-serif;
  font-size: 15px;
}
.newsletter .wrap form .hs-form-field {
  width: 75%;
  float: left;
  margin: 0;
}
.newsletter .wrap form .hs_submit.hs-submit {
  margin: 0;
  width: 25%;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin: 10px 0 10px;
}
.newsletter .wrap form .hs-input::-webkit-input-placeholder {
  color: #666 !important;
}


.newsletter .wrap form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666 !important;
}
.newsletter .wrap form .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #666 !important;
}
.newsletter .wrap form .hs-input:-ms-input-placeholder { /* IE 10+ */
 color: #666 !important;
}
.newsletter .wrap form .hs-input:-moz-placeholder { /* Firefox 18- */
 color: #666 !important;
}

.newsletter .wrap form .hs-form-field {
  order: 1;
}
.hs_error_rollup {
  order: 4;
}
.newsletter .wrap form .hs_submit.hs-submit {
  order: 2;
}
ul.no-list.hs-error-msgs.inputs-list li > label {
  font-size: 13px;
}
.legal nav ul li a:hover {
  text-decoration: underline;
}
.discover .hs-menu-wrapper > ul > li > a:hover,
.address ul li strong:hover {
  text-decoration: none;
  cursor: auto;
}
@media (max-width:1240px) {
  .footer-sitemap .wrap {
    max-width: 100%;
    padding-left: 7.8%;
    padding-right: 7.8%;
  }
}
@media screen and (max-width: 1150px) {
  .legal .logo {
    display: none;
  }
  .footer-sitemap .wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .legal .wrap {
    padding: 0 20px;
  }
  .legal .wrap>nav {
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    text-align: left;
  }
  .legal .copy {
    width: 23.23176%;
  }
  .legal nav ul li a {
    padding: 0 9px 0 0;
  }

}
@media screen and (max-width: 800px) {
  .legal .wrap > nav {
    margin-right: 2.35765%;
    width: 100%;
    text-align: left;
  }
  .legal .wrap > nav ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .legal nav ul li a {
    padding: 5px 0 5px 0;
    display: block;
    border-bottom: rgba(255,255,255,0.1) 1px solid;
  }
  .legal .copy {
    margin-right: 0;
    width: 100%;
  }
  .discover .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }
  .discover .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  .footer-sitemap .wrap .col.address {
    width: auto;
  }
  .footer-sitemap .wrap .col.discover {
    width: auto;
  }
  .footer-sitemap .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta.socialcta {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .footer-sitemap .wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-sitemap .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .cta .social {
    display: block;
    padding: 5px 0 0;
  }
  .newsletter .wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 350px) {
  .cta .social li {
    padding: 0 5px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.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;
}
.systems-page .success {
    min-width: 0;
}
.error-page {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width:767px) {
  input.email-edit.hs-input {
    max-width: 100%;
    width: 100% !important;
  }
  .systems-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}