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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 30px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing: content-box;
  width: auto;
}

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

@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: museo-sans;
  src: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans---bold.woff2),
      url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans---bold.woff);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: museo-sans-display;
  src: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans-display---light.woff2),
      url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans-display---light.woff);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: museo-sans-display;
  src: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans-display---black.woff2),
    url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans-display---black.woff);
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: museo-sans;
  src: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans---regular.woff2),
    url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/fonts/museo-sans---regular.woff);
  font-style: normal;
  font-weight: 500;
}







html {
  font-size: px;
  scroll-behavior: smooth;
  line-height: 1.4;
}

body {
  font-family: Verdana, serif;
  font-size: 1rem;
  color: #001634;
  position: relative;
  margin: 0;
  padding: 2.5vh 0;
  min-height: 100vh;
  overflow-x: hidden;
}

body::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    width: 50%;
    height: 55em;
    background: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/headerimage.png) no-repeat right bottom;
    background-size: cover;
}


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

*+p {
    margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/2.5);
}

@media screen and (min-height: 700px) {
  *+p {
      margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 2.5);
  }
}


/* Anchor Links */
a {
  color: #0067E0;
  transition: all .2s ease-in-out;
  border-bottom: 1px dashed;
  text-decoration: none;
  display: inline-block;
}
a:hover {
    border-bottom-style: solid;
}
a:hover, a:focus {
  text-decoration: none;
}
.hs-tools-menu a {
    border: 0 !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 600;
  font-weight: 700;
  font-family: museo-sans, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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 {
    box-sizing: border-box;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    color: inherit;
    background: 0 0;
    border: none;
    outline: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 1px;
    background: repeating-linear-gradient(to right,rgba(63,48,235,0.3) 0%,rgba(63,48,235,0.3) 10%,rgba(61,55,232,0.6) 10%,rgba(61,55,232,0.6) 20%,rgba(58,61,231,0.5) 20%,rgba(58,61,231,0.5) 30%,rgba(28,147,210,0.5) 30%,rgba(28,147,210,0.5) 40%,rgba(51,81,226,0.8) 40%,rgba(51,81,226,0.8) 50%,rgba(91,51,226,0.4) 50%,rgba(91,51,226,0.4) 60%,rgba(51,81,226,0.8) 60%,rgba(51,81,226,0.8) 70%,rgba(51,136,226,0.5) 70%,rgba(51,136,226,0.5) 80% );
}

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

:focus {
  outline: auto;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 0.0px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: museo-sans, sans-serif;
}

.hs-button {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #046BD2;
  border-color: #046BD2;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #0043aa;
  border-color: #0043aa;

  color: #fff;
}

.hs-button:active {
  background-color: #2c93fa;
  border-color: #2c93fa;
}


.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

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

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

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



.banner-section .dnd-section {
    padding: 0;
}
.body-container__contact .dnd-section > .row-fluid > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 45em;
    max-width: 100%;
    padding: calc(5vw + 1em) 4vw;
    background: #fff;
    border: 2px solid;
    border-image-source: repeating-linear-gradient( 45deg,rgba(63,48,235,0.3) 0%,rgba(63,48,235,0.3) 10%,rgba(61,55,232,0.6) 10%,rgba(61,55,232,0.6) 20%,rgba(58,61,231,0.5) 20%,rgba(58,61,231,0.5) 30%,rgba(28,147,210,0.5) 30%,rgba(28,147,210,0.5) 40%,rgba(51,81,226,0.8) 40%,rgba(51,81,226,0.8) 50%,rgba(91,51,226,0.4) 50%,rgba(91,51,226,0.4) 60%,rgba(51,81,226,0.8) 60%,rgba(51,81,226,0.8) 70%,rgba(51,136,226,0.5) 70%,rgba(51,136,226,0.5) 80% );
    border-image-source: repeating-linear-gradient(45deg, rgba(63, 48, 235, 0.3) 0%, rgba(63, 48, 235, 0.3) 10%, rgba(61, 55, 232, 0.6) 10%, rgba(61, 55, 232, 0.6) 20%, rgba(58, 61, 231, 0.5) 20%, rgba(58, 61, 231, 0.5) 30%, rgba(28, 147, 210, 0.5) 30%, rgba(28, 147, 210, 0.5) 40%, rgba(51, 81, 226, 0.8) 40%, rgba(51, 81, 226, 0.8) 50%, rgba(91, 51, 226, 0.4) 50%, rgba(91, 51, 226, 0.4) 60%, rgba(51, 81, 226, 0.8) 60%, rgba(51, 81, 226, 0.8) 70%, rgba(51, 136, 226, 0.5) 70%, rgba(51, 136, 226, 0.5) 80% );
    border-image-width: 2px;
    border-image-slice: 5;
    box-shadow: 0 0 1em 0 rgb(0 0 0 / 10%);
    float: none;
}
.body-container__contact form {
    margin-top: calc(1.75vh + 0.25vw + 0.75em);
}
.hs-contact-layout footer.footer.sitefooter,
.hs-quiz-layout footer.footer.sitefooter 
{
    margin-top: calc(1.75vh + 0.25vw + 0.75em);
}
.body-container__contact form fieldset {
    max-width: 100%;
}
.body-container__contact form fieldset .hs-input {
    width: 90%;
}
.body-container__contact form fieldset.form-columns-2 > div:last-child .hs-input {
    width: 100%;
}
.body-container__contact form fieldset textarea.hs-input {
    padding: 9px 10px;
}
.body-container__contact form .hs-richtext.hs-main-font-element p {
    font-family: arial, helvetica, sans-serif;
    color: #33475b;
    font-size: 14px;
    line-height: 24px;
    margin: revert;
}
.body-container__contact form fieldset.form-columns-0 {
    margin-top: -5px;
}
.body-container__contact form .hs_i_agree_to_allow_yarooms_to_store_and_process_my_personal_data_.hs-i_agree_to_allow_yarooms_to_store_and_process_my_personal_data_.hs-fieldtype-booleancheckbox.field.hs-form-field .inputs-list label,
.body-container__contact form .hs_error_rollup .inputs-list label {
    font-size: 14px;
}
.body-container__contact form .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 20px;
    font-size: 14px;
}
.body-container__contact form .hs-form-booleancheckbox-display > .hs-input[type=checkbox] {
    float: left;
}
.body-container__contact form .hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: 3px;
}
.body-container__contact form .inputs-list {
    padding-left: 5px;
}
.body-container__contact form .actions {
    margin-top: 18px;
    margin-bottom: 0;
    padding: 17px 0;
    text-align: left;
}
.body-container__enterprise1 .custom-enterprise h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    font-weight: 800;
    font-family: museo-sans-display,arial black,Arial,sans-serif;
    text-transform: uppercase;
}
.custom-adv-banner .imageindevice--mobile::before {
    box-shadow: none;
    background-image: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-mobile--iphonex.png);
    border-radius: 5%;
}
.custom-adv-banner .imageindevice--tablet::before {
    background-image: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-tablet.png);
    border-radius: 6%;
}
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
    max-width: 90rem;
    position: relative;
    color: #fff;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:after, 
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: linear-gradient( 45deg,#00A7D9 0%,#0024BA 50%,#0024BA 100%);
    border-radius: .25em;
}
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:before {
    content: '';
}
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:after {
    content: '';
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0) 20%,rgba(255,255,255,.5) 100%);
}
.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    padding: calc(5vw + 1em) 4vw;
}
.body-container__quiz .dnd-section > .row-fluid {
    max-width: 90em;
}

.body-container__quiz .hs-section-header .pageheader-title,
.body-container__quiz .hs-section-header .pageheader-subtitle>span {
    background: rgba(255,255,255,0.95);
}
.yaroomslogo-door {
    fill: #10B4CA;
}
.hs-module-signupgroup .hs_error_rollup {
    display: none !important;
}

.hs-managing-equipment .sectionwithbackground::before {
    content: '';
    position: absolute;
    left: 50%;
    z-index: -3;
    width: 98vw;
    height: 70em;
    background: radial-gradient(rgba(255,255,255,0),#fff 80%),url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/headerimage.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% 100%,50% auto;
    transform: translateZ(0) translateX(-50%) translateY(-15%);
}
.hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions {
    width: 14.3em;
}
.hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form {
    padding-right: 14.3em;
}
.hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: auto;
    margin-top: .25em;
    border-radius: .25em;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    background: #d42323;
    margin-bottom: 0;
}
.hs-home-body-top-section .hs-form ul.no-list.hs-error-msgs.inputs-list:before {
    content: '';
    width: .5em;
    height: .5em;
    position: absolute;
    left: .45em;
    top: -.23em;
    transform: rotate(45deg);
    background: inherit;
}
.hs-home-body-top-section .hs-form ul.no-list.hs-error-msgs.inputs-list label {
    color: #fff;
    margin: 0;
    font-size: .9em;
    padding: .5em .75em;
    font-weight: 400;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.4;
}
body .hs-home-header .custom-menu-primary .submenu.level-1>li>a.active-item {
    display: none;
}



.custom-indeviceset .imageindevice::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-laptop.png) no-repeat center center;
    background-size: contain;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 2em 0 rgb(0 0 0 / 25%);
}
.custom-indeviceset .imageindevice--tablet::before {
    background-image: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-tablet.png);
    border-radius: 6%;
}
.custom-indeviceset .sectionwithbackground::before {
    content: '';
    position: absolute;
    left: 50%;
    z-index: -3;
    width: 98vw;
    height: 70em;
    background: radial-gradient(rgba(255,255,255,0),#fff 80%),url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/headerimage.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% 100%,50% auto;
    transform: translateZ(0) translateX(-50%) translateY(-15%)
}
    
    



.use-inner-banner .banner-area .dnd-section>.row-fluid {
  max-width: 95rem;
  box-sizing: content-box;
}

.imageindevice::before {
  background: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-laptop.png) no-repeat center center;
  box-shadow: none;
}
.custom-use-inner-top-section .dnd-section>.row-fluid > div {
  max-width: 35em;
  margin: 0 auto;
  float: none;
  min-height: 0;
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}

.custom-use-inner-top-section p {
  font-size: 1.15em;
  line-height: 1.3;
  opacity: .85;
}

.custom-use-inner-top-section p+ * {
  margin-top: .25em;
}

.custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col {
  margin: 0;
}

.custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions {
  width: 14.3em;
}

.custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col .hs-form-field>.input>.hs-input::-webkit-input-placeholder {
  color: #6b6b95;
}

.custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form {
  padding-right: 14.3em;
}

.custom-indeviceset:before {
  background: radial-gradient(rgba(255,255,255,0),#fff 80%),url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/headerimage.png);
}

.custom-indeviceset-item:before {
  background: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-laptop.png) no-repeat center center;
}

.custom-indeviceset-item:before {
  background-image: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/frame-tablet.png);
}

.custom-team:before {
  background: radial-gradient(rgba(255,255,255,0),#fff 80%),url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/headerimage.png);
}

.condeco-top-section .custom-team .custom-team-item-wrapper .custom-team-item p {
  font-size: 1.15rem;
  margin: 0;
}


.condeco-top-section .dnd-section > .row-fluid{
  max-width: 95rem;
  box-sizing: content-box;
}

.condeco-top-section .hs-module-signupgroup.hs-module-signupgroup-bg {
  margin-top: 60px;
  justify-content: space-around;
}

a.blue-button {
  border: none;
  border-bottom: none;
  transition: all .2s ease-in-out;
  border-radius: .15em;
  box-shadow: 0 0.2em 0 0 #06448f;
  background: linear-gradient(-45deg,#0361D0 0%,#0AA8E2 100%);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 1.75em 2em;
  margin-bottom: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
}

a.blue-button:hover {
  border: none;
  transform: scale(1.1);
  color:#fff;
}

.condeco-top-section .custom-team .custom-team-item-wrapper .custom-team-item {
  width: 38em;
  min-height: calc((32.2em) /1.2);
}

.condeco-top-section .custom-still-working .custom-still-working-image {
  width: 37%;
}

.condeco-top-section .custom-still-working .custom-still-working-content {
  width: 37%;
  padding: 2%;
  margin: 0;
}

.condeco-top-section .custom-enterprise ul li {
  font-size: 1.15rem;
}
.hs-homepage-banner .hs_error_rollup {
    display: none;
}
.body-container__contact .hs-section-header .without-svg-image .pageheader-title>span span {
    display: inherit;
}



@media(min-width:1500px){
  .condeco-banner .dnd-section>.row-fluid {
    max-width: 95em !important;
    box-sizing: content-box;
  }
}

@media(min-width:1100px){
  .condeco-top-section .hs-module-signupgroup .hs-module-signupgroup-title-col {
    max-width: 14em;
    padding: 45px 0;
  }

  .condeco-top-section .hs-module-signupgroup.hs-module-signupgroup-bg{
    padding: 2%;
  }
}

@media(max-width:1600px){
  .condeco-top-section .dnd-section > .row-fluid{
    box-sizing: border-box;
  }
}

@media(max-width:1349px){
  .use-inner-banner .banner-area .dnd-section>.row-fluid {
    box-sizing: border-box;
  }
}

@media (max-width: 1299px) {
  .hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col {
      margin: 0 auto;
      margin-top: calc(0.85rem/1.4 * 1.1);
  }
  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col {
    margin-top: calc(0.85rem/1.4 * 1.1);
  }
}

@media(max-width:1099px){
  .custom-use-inner-section .product-features-group {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }

  .custom-use-inner-top-section h2 {
    font-size: 1.5rem;
  }

  .condeco-banner .banner .titlegroup {
    max-width: 100%;
  }

  .condeco-top-section .hs-module-signupgroup.hs-module-signupgroup-bg {
    padding: 5%!important;
  }
  .condeco-top-section .hs-module-signupgroup.hs-module-signupgroup-bg .hs-module-signupgroup-title-col {
    max-width: 14em;
    padding: 30px 0;
  }

  .condeco-top-section .custom-still-working .custom-still-working-image {
    width: 100%;
    max-width: 40em;
  }

  .condeco-top-section .custom-still-working .custom-still-working-content {
    padding: calc(3em + 2vh) 8vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    max-width: 40em;
    border-bottom: 0;
  }

  .custom-still-working .custom-still-working-image {
    transition: transform .2s ease-in-out;
  }

  .custom-still-working:hover .custom-still-working-image {
    transform: translateY(-1em);
  }
  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form {
      padding-right: 12.95em;
  }
  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions {
      width: 12.95em;
  }

}

@media(max-width:649px){
  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions {
    width: 100%;
    position: relative;
  }

  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form {
    padding-right: 0;
  }

  .custom-use-inner-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions .hs-button {
    box-shadow: none;
  }
  
  /*  Mobile Overflow Fix  */
  .hs-home-layout .banner-section,
  .website-page-lay .banner-section {
    padding-bottom: 5px;
    overflow: hidden;
  }
}

@media(min-height:700px){
  .custom-use-inner-top-section .dnd-section>.row-fluid > div {
    margin-top: calc((1.5vh + 0.25vw + 0.5em) * 3.7);
  }
}






@media screen and (min-height: 700px) {
  .body-container__contact form {
      margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .body-container__enterprise1 .custom-enterprise ul {
      margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }
  .hs-contact-layout footer.footer.sitefooter, .hs-quiz-layout footer.footer.sitefooter {
      margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
      padding: calc(3vw + 6em) calc(3vw + 5em);
  }
}

.body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
    padding: calc(5vw + 1em) 4vw;
}


@media screen and (min-width: 500px)  {
  .body-container__contact .dnd-section > .row-fluid > div {
     padding: calc(3vw + 4em) calc(3vw + 3em);
  }
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
      padding: calc(3vw + 4em) calc(3vw + 3em);
  }
}

@media screen and (min-width: 700px)  {
  .body-container__contact .dnd-section > .row-fluid > div {
      padding: calc(3vw + 6em) calc(3vw + 5em);
  }
}



@media screen and (min-width: 900px)  {
  .body-container__contact .dnd-section > .row-fluid > div {
     padding: calc(4vh + 3em) calc(4.5vw + 3em);
  }
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
      padding: calc(4vh + 3em) calc(4.5vw + 3em);
  }
}

@media screen and (min-width: 1000px) {
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
      display: flex;
      justify-content: center;
      align-content: stretch;
      align-items: stretch;
  }
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:before {
      z-index: -3;
  }
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper:after {
      width: 50%;
  }
}

@media screen and (min-width: 1300px) {
  .hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col {
    margin-top: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1500px) {
  .body-container__contact .dnd-section > .row-fluid > div {
      width: 50.1em;
  }
}

@media screen and (min-width: 2000px) {
  .body-container__quiz .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper,
  .body-container__contact .dnd-section > .row-fluid > div {
      padding: calc(1.5vw + 7em) calc(1.5vw + 7em);
  }
}


@media screen and (max-width: 649px) {
  .hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form .actions {
      width: 100%;
      position: static;
      display: block;
  }
  .hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form {
      padding-right: 0;
  }
}


@media (max-width: 420px) {
  .hs-home-body-top-section .hs-module-signupgroup .hs-module-subscription-form-col form ul.no-list.hs-error-msgs.inputs-list label {
    font-size: .9em;
    line-height: 1.4;
  }
} 

@media screen and (max-width: 400px) {
  .body-container__contact form .hs-input:not([type=radio]):not([type=checkbox]) {
      width: 100% !important;
  }
  .body-container__contact form .input {
      margin-right: 0 !important;
  }
  .banner .titlegroup p a {
      display: inline-block;
      line-height: 1.35;
  }

}




/* website Page */
.website-page-lay .dnd-section[class*="force-full-width-section"] > .row-fluid {
  max-width: 95rem !important;
  box-sizing: content-box;
  width: auto;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}
@media (min-height:700px){
  .get-started-ctaa.cta_button{
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 1.5);
    margin-bottom: calc(calc(1.5vh + 0.25vw + 0.5em) / 1.5);
  }
}
.hs-page-sectionsimple {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
  text-align: center;
}
.hs-page-sectionsimple p,
.hs-page-sectionsimple ul,
.hs-page-sectionsimple ol{
  margin-left: auto;
  margin-right: auto;
  max-width:35em;
} 
.hs-page-sectionsimple h1,
.hs-page-sectionsimple h2,
.hs-page-sectionsimple h3,
.hs-page-sectionsimple h4,
.hs-page-sectionsimple h5,
.hs-page-sectionsimple h6{
  margin-left: auto;
  margin-right: auto;
  max-width:20em;
  margin-bottom:0;
}
.hs-page-sectionsimple p > a.blue-btn{
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
  margin-bottom: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
  display: inline-block;
  padding: 1.75em 2em;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(-45deg,#0361D0 0%,#0AA8E2 100%);
  border-radius: .15em;
  box-shadow: 0 0.2em 0 0 #06448f;
  border-bottom: none;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
.hs-page-sectionsimple p > a.blue-btn:hover {
  color: #fff;
  border: none;
  transform: scale(1.1);
}
.hs-page-sectionsimple-page{
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}
.hs-page-sectionsimple-page p{
  font-size: 1.15em;
  line-height: 1.3;
  opacity: .85;
}
.hs-page-sectionsimple-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 35em;
  font-weight: 100;
  line-height: 1.1;
}
.hs-page-sectionsimple-page p .blue-btn {
  display: inline-block;
  padding: 1.75em 2em;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(-45deg,#0361D0 0%,#0AA8E2 100%);
  border-radius: .15em;
  box-shadow: 0 0.2em 0 0 #06448f;
  border-bottom: none;
  transition: all .2s ease-in-out;
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
  margin-bottom: calc(calc(1.75vh + 0.25vw + 0.75em)/1.5);
}
.hs-page-sectionsimple-page p .blue-btn:hover {
  color: #fff;
  border: none;
  transform: scale(1.1);
}
.hs-page-sectionsimple-page p+* {
  margin-top: .25em;
}
.hs-page-sectionsimple-page-outer{
  padding: 0 5vw;
}
.custom-reports .custom-reports-item .custom-reports-title h3 {
  word-break: initial;
}
.cta_button.get-started-cta{
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) / 1.5);
  margin-bottom: calc(calc(1.75vh + 0.25vw + 0.75em) / 1.5);
}
@media screen and (min-width: 1100px){
  .website-page-lay .custom-indeviceset .imageindeviceset{
    margin-top: 0 !important;
  }
}
@media (min-height:700px){
  .hs-page-sectionsimple,
  .hs-page-sectionsimple-page{
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }
  .hs-page-sectionsimple p > a.blue-btn,
  .hs-page-sectionsimple-page p .blue-btn,
  .cta_button.get-started-cta{
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 1.5);
    margin-bottom: calc(calc(1.5vh + 0.25vw + 0.5em) / 1.5);
  }
}
@media (max-width:1199px) and (min-width:1100px){
  .hs-page-sectionsimple-page.hs-page-sectionsimple-page-top {
    padding-top: 150px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.hs-header-sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
header.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(2.5vh * -1);
  padding: calc(0.5rem + 2vh) calc(5vw/2);
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  margin: 0;
  margin-top: -2.5vh;
}

header.header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 3em);
    background: linear-gradient(to bottom,rgb(255 255 255) 0,hsla(0,0%,100%,1) 50%,hsla(0,0%,100%,0));
}
header.header .widget-type-rich_text {
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 1;
}
header.header .hs_cos_wrapper_type_rich_text p a {
    padding: 0;
    border: none;
}
header.header .hs_cos_wrapper_type_rich_text p svg {
    height: calc(1rem + 0.15vw);
}

.custom-menu-primary .navigation-primary > ul.hs-header-right-grp li .cta_button {
    display: inline-block;
    position: relative;
    font-weight: 400;
    color: #0067e0;
    background: #fff;
    box-shadow: none;
    border-radius: .25em;
    border: 0;
    padding: 1.25em 1.5em;
}
.custom-menu-primary .navigation-primary > ul.hs-header-right-grp li .cta_button::after {
    content: '';
    position: absolute;
    left: calc(2px * -1);
    top: calc(2px * -1);
    z-index: -1;
    width: calc(100% + 2px * 2);
    height: calc(100% + 2px * 2);
    background: linear-gradient(45deg,#0BD1EB,#0361D0);
    border-radius: inherit;
}




.custom-menu-primary {
    --siteheadernav-anchorpadding: 0.75em 0.75vw;
    display: flex;
    position: static;
    margin-left: 0;
    margin-right: auto;
    width: auto;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    flex-basis: 100%;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-top: 0;
}
.custom-menu-primary #hs_cos_wrapper_navigation-primary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-menu-primary .navigation-primary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-menu-primary .navigation-primary > ul.hs-header-right-grp li .cta_button:hover {
    color: #fff;
    background: linear-gradient( 45deg,#0BD1EB,#0361D0);
    transform: none;
}




/* Styles for the Search Bar */



@media screen and (min-width: 900px) {
  header.header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
  header.header.hs-lp-header {
      padding-top: calc(1.25rem + 2vh);
  }
  header.header .widget-type-rich_text {
    margin-left: 0;
    margin-right: auto;
  }
  .custom-menu-primary {
      font-size: 0.8em;
  }
  .custom-menu-primary .navigation-primary > ul {
      position: relative;
      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;
      margin-left: auto;
      margin-right: auto;
  }
  .custom-menu-primary .navigation-primary > ul.hs-header-right-grp {
      margin-left: 0;
      margin-right: 0;
      list-style: none;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary > ul.hs-header-right-grp > li:last-child {
      margin-left: 1em;
  }
}

/* Tablet Styles */





/* Mobile Styles */

@media (max-width: 899px) {
  .custom-menu-primary ul.hs-header-right-grp {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .custom-menu-primary .navigation-primary > ul.hs-header-right-grp li .cta_button {
      display: block;
      border-radius: 0;
      padding: 1.75em 2em;
  }
  .custom-menu-primary .navigation-primary > ul.hs-header-right-grp li .cta_button::after {
      content: '';
      position: absolute;
      left: calc(2px * -1);
      left:0;
      top: calc(2px * 0);
      z-index: -1;
      width: 100%;
      height: calc(96% + 2px * 2);
      background: linear-gradient(45deg,#0BD1EB,#0361D0);
      border-radius: inherit;
  }
  #mobile-trigger {
      position: absolute;
      left: 5vw;
      top: calc(calc(0.4rem + 2vh)/2);
      font-size: 2.3em;
      width: 1em;
      height: 1em;
      padding: 0;
      text-indent: -100vw;
      white-space: nowrap;
      cursor: pointer;
  }
  #mobile-trigger:before {
      content: "☰";
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 0.85em;
      text-indent: 0px;
      transform: translateX(-50%) translateY(-50%);
  }
  .open-menu #mobile-trigger:before {
      content: "×";
      font-size: 1em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background: 0 0;
}
.footer__container {
  margin: 0 auto;
}
.footer .hs-menu-wrapper ul {
  margin-top: calc(1.75vh + 0.25vw + 0.75em);
  display: block;
}
.footer .hs-menu-wrapper ul > li {
  width: 100%;
}
.footer .hs-menu-wrapper ul > li:not(:first-child) {
  margin-top: 1em;
}
.footer .hs-menu-wrapper ul > li > a {
  color: #001634;
  border: 0;
  padding: 0;
}
.footer .hs-menu-wrapper ul > li > a:hover {
  color: #001634;
  text-decoration: underline;
  border: none;
}
.sitefooter {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(2.5vh * -1);
  width: 95rem;
  max-width: 100%;
  font-size: .9em;
  padding: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4)/1.2) calc(3vw * 2);
  padding-bottom: 0;
}
.sitefooter::after, .sitefooter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - .75em);
  height: 2px;
  background: repeating-linear-gradient(to right,rgba(63,48,235,0.3) 0%,rgba(63,48,235,0.3) 10%,rgba(61,55,232,0.6) 10%,rgba(61,55,232,0.6) 20%,rgba(58,61,231,0.5) 20%,rgba(58,61,231,0.5) 30%,rgba(28,147,210,0.5) 30%,rgba(28,147,210,0.5) 40%,rgba(51,81,226,0.8) 40%,rgba(51,81,226,0.8) 50%,rgba(91,51,226,0.4) 50%,rgba(91,51,226,0.4) 60%,rgba(51,81,226,0.8) 60%,rgba(51,81,226,0.8) 70%,rgba(51,136,226,0.5) 70%,rgba(51,136,226,0.5) 80% );
  transform: translateX(-50%);
}
.sitefooter::after {
  z-index: -2;
  height: 100%;
  background: #f1f1f5;
}
footer.footer.sitefooter {
  margin-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4) * 1.5);
}
.sitefooter-title {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #667c99;
  margin: 0;
}
.sitefooter>*+* {
  margin-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4)/1.5);
}
.sitefooter-legal {
  position: relative;
  width: 100%;
  padding: 2em 0 2em;
  color: #667c99;
}
.sitefooter-legal::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: calc(100vw - 1em);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.5);
  border-top: 1px solid #d6d6ea;
  bottom:0;
}
.footer #hs_cos_wrapper_footer_copyright_text > span {
  font-size: .85em;
}
.footer #hs_cos_wrapper_footer_block4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer #hs_cos_wrapper_footer_block4 ul li:not(:first-child) {
  margin-left: calc(3vw/2);
}
.footer #hs_cos_wrapper_footer_block4 ul li a {
  color: inherit;
  border: none;
}
.footer #hs_cos_wrapper_footer_block4 ul li a:hover {
  color: #001634;
  text-decoration: underline;
  border: none;
}
*+.sitefooter-badge {
  margin-top: calc(1.75vh + 0.25vw + 0.75em);
}
.sitefooter-legal .sitefooter-badge {
  max-width: 7em;
}
.sitefooter-blog h3 {
  margin-bottom: 0;
  margin-top: .5em;
}
.simplebutton {
  font-size: .75rem;
  text-transform: uppercase;
  color: #0067e0;
  font-weight: 700;
  border-bottom: 1px solid;
  font-family: museo-sans,Arial,sans-serif;
  display: inline-block;
}
.sitefooter-contact-address {
  margin-top: calc(0.85rem/1.4 * 1.1);
  font-style: normal;
}
.sitefooter-contact-address h3 {
  font-size: 1em;
  font-style: normal;
}
.sitefooter a:not([class]) {
  color: inherit;
  border: none;
}
.sitefooter a:not([class]):hover {
  color: #001634;
  text-decoration: underline;
  border: none;
}
.sitefooter-contact-address h3+* {
  margin-top: .5em;
}
.sitefooter-contact-address .hs_cos_wrapper_type_rich_text>*+* {
  margin-top: .5em;
}

.sitefooter.hs-lp-footer::after, 
.sitefooter.hs-lp-footer::before {
  display:none;
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .sitefooter{
    padding:5em 3em;
    padding-bottom:0;
    margin-top:7em;
  }

  .sitefooter-legal{
    margin-top:7em;
  }
  
  .title-1 + *, .title-2 + *, .title-3 + *, .title-4 + *, .title-5 + *, .title-6 + *, h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *{
    margin-top:1.5em;
  }
  
  * + p{
   margin-top:2em;
  }
  
}




@media screen and (min-width: 500px) {
  .sitefooter-aboutapp, 
  .sitefooter-aboutus {
    margin-top: 0;
    width: calc(50% - 3vw);
  }
  .sitefooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .sitefooter-aboutapp, .footer .sitefooter-aboutus {
    margin-top: 0;
  }
}

@media screen and (min-width: 700px) {
  .footer .sitefooter-aboutapp, 
  .footer .sitefooter-aboutus, 
  .footer .sitefooter-blog {
    margin-top: 0;
  }
  .sitefooter-aboutapp, 
  .sitefooter-aboutus {
    width: calc(28% - 3vw);
  }
  .sitefooter-blog {
    width: calc(44% - 3vw);
  }
  .sitefooter-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sitefooter-contact-address {
    width: 50%;
  }
  .sitefooter-contact .sitefooter-title {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 1000px) {
  .sitefooter-contact-address {
    width: auto;
    margin-top: calc(1.75vh + 0.25vw + 0.75em);
  }
}

@media screen and (min-height: 700px) {
  footer.footer.sitefooter {
    padding-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) / 1.2);
  }
  .sitefooter>*+* {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) /1.5);
  }
  .sitefooter-contact-address {
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .footer .hs-menu-wrapper ul {
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  *+.sitefooter-badge {
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  footer.footer.sitefooter {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) * 1.5);
  }
}

@media screen and (min-width: 800px) {
  .sitefooter-legal {
    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;
  }
  .footer #hs_cos_wrapper_footer_block4 {
    margin-left: 3vw;
  }
  *+.sitefooter-badge {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}



@media screen and (min-width: 1000px) {
  .footer .sitefooter-contact {
    margin-top: 0;
  }
  .sitefooter-aboutapp, .sitefooter-aboutus {
    width: calc(18% - 3vw);
  }
  .sitefooter-blog {
    width: calc(33% - 3vw);
  }
  .sitefooter-contact {
    display: block;
    width: calc(31% - 3vw);
  }
}



@media screen and (max-width: 999px) { 
  .sitefooter-contact-address {
    margin-top: calc(0.85rem/1.4 * 1.1);
  }
  .sitefooter-contact-address+.sitefooter-contact-address {
    margin-top: 0;
  }
  .sitefooter-contact .hs_cos_wrapper_type_module {
    width: 100%;
  }
}


@media screen and (max-width: 799px) { 
  .sitefooter-contact-address {
    margin-top: calc(0.85rem/1.4 * 1.1);
  }
  .sitefooter-contact-address+.sitefooter-contact-address {
    margin-top: 0;
  }
  .sitefooter-contact .hs_cos_wrapper_type_module {
    width: 100%;
  }
}


@media screen and (max-width: 699px) { 
  .footer .sitefooter-contact {
    width: 100%;
  }
  .sitefooter-contact-address+.sitefooter-contact-address {
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: 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: #001634;
  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;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #046BD2;
  color: #046BD2;
}
.blog-comments .hs-button:hover {
  background-color: #046BD2;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #046BD2;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


.blog-body-wrap-out {
  max-width: 95rem;
  margin: 0 auto;
  padding: 0 5vw;
  box-sizing: content-box;
}
/* Blog Listing */
.blog-banner-wrap {
  text-align: center;
  padding-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}
.blog-pageheader-titlegroup {
  max-width: 100%;
  margin: 0 auto;
}
.blog-pageheader-titlegroup h1{
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  font-size:3.2em;
  font-family: 'museo-sans-display','Arial Black',Arial,sans-serif;
  line-height: 1;
}
.blog-pageheader-titlegroup h1,
.blog-pageheader-titlegroup p span{
  background: rgba(255,255,255,.8);
}
p.blog-pageheader-subtitle{
  margin-top: .25rem;
  max-width: 42em;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 100;
  margin-right: auto;
  margin-left: auto;
}
.blog-pageheader-titlegroup p span {
  padding: 1.25rem 1rem;
  padding-top: 0;
  padding-bottom: calc(1.25rem/2);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.blog-pageheader-subscription {
  width: 50em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  box-shadow: 0 0 1em 0 rgb(0 0 0 / 10%);
  margin-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4)/1.5);
}

.blog-pageheader-subscription .hs-form-field > label {
  display: none;
}

.blog-pageheader-subscription form {
  position: relative;
  z-index: 3;
  padding-right: 17em;
}

.blog-pageheader-subscription form {}

.blog-pageheader-subscription form .hs-button {
  border: 0 solid #c5c3d9;
  cursor: pointer;
  border-bottom: none;
  transition: all .2s ease-in-out;
  border-radius: .15em;
  background: linear-gradient(
    -45deg
    ,#0361D0 0%,#0AA8E2 100%);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 1.75em 2em;
  color: #fff;
  border-top: none;
  box-shadow: 0 0.25rem 0 0 #1738bf;
  width: 100%;
  white-space: nowrap;
  border-left: none;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
}

.blog-pageheader-subscription form  .actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 17em;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.blog-pageheader-subscription .hs-form-field {
  width: 100%;
  margin: 0;
}

.blog-pageheader-subscription .hs-form-field > .input > .hs-input {
  font-size: 1em;
  display: block;
  transition: all .2s ease-in-out;
  color: #001634;
  box-shadow: 0 0.25rem 0 0 rgb(156 187 222 / 50%);
  border: 0 solid #c5c3d9;
  width: 100%;
  padding: 1.65em 2em;
  background: rgba(255,255,255,.8);
  white-space: normal;
  font: inherit;
}
.blog-pageheader-subscription .hs-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: auto;
  margin-top: .25em;
  border-radius: .25em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  background: #d42323;
  margin-bottom: 0;
}
.blog-pageheader-subscription .hs-form ul.no-list.hs-error-msgs.inputs-list:before {
  content: '';
  width: .5em;
  height: .5em;
  position: absolute;
  left: .45em;
  top: -.23em;
  transform: rotate(45deg);
  background: inherit;
}
.blog-pageheader-subscription .hs-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #fff;
  margin: 0;
  font-size: .9em;
  padding: .5em .75em;
  font-weight: 400;
  font-family: Verdana,Arial,sans-serif;
  line-height: 1.4;
}

.blog-pageheader-subscription .hs-form-field > .input > .hs-input:focus {
  outline: 0;
  border: 0 solid #c5c3d9;
}
.blog-pageheader-subscription .hs-form-field > .input > .hs-input::-webkit-input-placeholder {
  color:#6b6b95;
  opacity:1;
}
.blog-pageheader-subscription .hs-form-field > .input > .hs-input:-moz-placeholder{
  color:#6b6b95;
  opacity:1;
}
.blog-pageheader-subscription .hs-form-field > .input > .hs-input::-moz-placeholder {
  color:#6b6b95;
  opacity:1;
}
.blog-pageheader-subscription .hs-form-field > .input > .hs-input:-ms-input-placeholder {
  color:#6b6b95;
  opacity:1;
}
.blog-pageheader-subscription form .hs-button:hover {
  background: linear-gradient( 
    -45deg
    ,#0361D0 0%,#0AA8E2 100%);
  box-shadow: 0 0.25rem 0 0 #1738bf;
  color: #fff;
  border-color: #c5c3d9;
  transform: scale(1.1);
}

.blog-pageheader-subscription form .hs-button:focus {
  outline: none;
}

.blog-cat-tags-wrap {
  margin-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4)/1.5);
}

h3:empty {
  display: none;
}

.blog-cat-tags-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: translateX(calc(0.5em * -1));
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-cat-tags-wrap ul li {
  margin-top: .5em;
  margin-left: .5em;
}

.blog-cat-tags-wrap ul li a {
  display: inline-block;
  border-radius: .15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #667c99;
  font-size: .8rem;
  color: #667c99;
  max-width: 100%;
  overflow: hidden;
  padding: .65em 1em;
}

.blog-cat-tags-wrap ul li span.filter-link-count {
  display: none;
}
.blog-cat-tags-wrap ul li a:hover {
  border-bottom-style: solid;
  color: #001634;
}
.blog-pageheader-titlegroup h1 > span {
  padding-top: 0;
  color: transparent;
  background: linear-gradient(45deg,#00A7D9 0%,#0024BA 50%,#0024BA 100%);
  background: linear-gradient(45deg, #00A7D9 0%, #0024BA 50%, #0024BA 100%);
  padding: 1.25rem 1rem;
  padding-top: 0;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.blog-list-body-wrap {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
  transform: translateX(calc(calc(3vw * 0.5)/2 * -1)) translateY(calc(calc(3vw * 0.5) * -1));
}
.blog-list-body-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}
.post-list-item{
  position: relative;
  display: flex;
  justify-content: stretch;
  width: 100%;
  max-width: 28em;
}
.post-listitem{
  width: 100%;
  border: 1px solid #d6d6ea;
  border-radius: .25em;
  box-shadow: 0 0 2em rgb(195 203 230 / 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.post-listitem a{
  position: relative;
  padding: calc(calc(1.75vh + 0.25vw + 0.75em) * 2) calc(2vw + 2em);
  padding-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 2) * 3.5);
  padding-right: calc(calc(2vw + 2em) * 1.5);
  color: inherit;
  border: none;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.post-listitem a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.85) 30%,rgba(255,255,255,1) 100%);
  transition: all .3s ease-in-out;
}
p.post-listitem-image {
  position: absolute;
  left: 0;
  z-index: -2;
  top: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  border-radius: inherit;
}

p.post-listitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
p.post-listitem-date {
  margin-top: .25rem;
  font-size: .9em;
}
.post-listitem-header {
  display: block;
}

.post-listitem-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
}

ul.post-listitem-labellist {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: translateX(calc(0.5em * -1));
  font-size: .7rem;
}

ul.post-listitem-labellist li {
  outline: 0;
  list-style: none;
  vertical-align: baseline;
  font: inherit;
  box-sizing: border-box;
  margin: 0;
  margin-top: .5em;
  margin-left: .5em;
  border-radius: .15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #667c99;
  font-size: .8rem;
  color: #667c99;
  max-width: 100%;
  overflow: hidden;
  padding: .5em 0.75em;
}

h2.post-listitem-title {
  margin: 0;
  padding: 0;
  margin-top: .5rem;
  max-width: 8em;
  line-height: 1.1;
  font-weight: 600;
}

.post-listitem-header+p {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/2.5);
}

.post-det-link-wrap {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em)/2.5);
}

.post-det-link {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
  font-weight: 700;
  border-bottom: 1px solid;
  font-family: museo-sans,Arial,sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  color: #0067e0;
  display: inline-block;
  cursor: pointer;
  white-space: normal;
}

ol.pagination-lists {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(1.75vh + 0.25vw + 0.75em);
}

ol.pagination-lists li {
  margin: 0;
}

ol.pagination-lists li a {
  display: block;
  padding: 1.75rem 2.25rem;
  font-size: 1.5rem;
  color: inherit;
  border: 1px solid transparent;
}

ol.pagination-lists li a.pagination-item--current {
  border-image-source: repeating-linear-gradient(45deg,rgba(63,48,235,0.3) 0%,rgba(63,48,235,0.3) 10%,rgba(61,55,232,0.6) 10%,rgba(61,55,232,0.6) 20%,rgba(58,61,231,0.5) 20%,rgba(58,61,231,0.5) 30%,rgba(28,147,210,0.5) 30%,rgba(28,147,210,0.5) 40%,rgba(51,81,226,0.8) 40%,rgba(51,81,226,0.8) 50%,rgba(91,51,226,0.4) 50%,rgba(91,51,226,0.4) 60%,rgba(51,81,226,0.8) 60%,rgba(51,81,226,0.8) 70%,rgba(51,136,226,0.5) 70%,rgba(51,136,226,0.5) 80% );
  border-image-width: 2px;
  border-image-slice: 5;
  box-shadow: 0 0 2em rgb(195 203 230 / 40%);
}
.blog-pageheader-subscription form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
  width: 100%;
  left:0;
  z-index:3;
}
.blog-pageheader-subscription form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  top: calc(100% + 20px);
}
.blog-comment-wrap {
  margin-top: 30px;
}
.blog-pageheader-subscription .hs_error_rollup {
    display: none;
}


@media screen and (min-width: 650px){
  .blog-list-body-wrap {
    flex-direction: row;
    transform: translateX(calc(calc(3vw * 0.5)/2 * -1)) translateY(calc(calc(3vw * 0.5) * -1));
  }
  .post-list-item{
    margin-top: calc(3vw * 0.5);
    margin-left: calc(3vw * 0.5);
  }
}
@media screen and (min-width: 1500px){
  .blog-pageheader-titlegroup {
    width: 59em;
  }
}
@media screen and (max-width: 1499px){
  .blog-pageheader-titlegroup h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-height: 650px) and (min-width: 1200px){
  .blog-banner-wrap {
    padding: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7)/2) 0 0;
  }
  .blog-pageheader-subscription {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) / 1.5);
  }
  .blog-cat-tags-wrap {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) / 1.5);
  }
  .blog-list-body-wrap {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }
  .post-listitem a{
    padding: calc(calc(1.5vh + 0.25vw + 0.5em) * 2) calc(2vw + 2em);
    padding-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 2) * 3.5);
    padding-right: calc(calc(2vw + 2em) * 1.5);
  }
  .post-listitem-header+p {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 2.5);
  }
  .post-det-link-wrap {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 2.5);
  }
  ol.pagination-lists{
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .hs-blog-listing footer.footer.sitefooter,
  .hs-blog-post footer.footer.sitefooter{
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) * 1.5);
  }
}
@media (min-width:650px){
  .post-list-item{
    width: calc(50% - calc(3vw * 0.5));
  }
}
@media (min-width:1000px){
  .post-list-item{
    width: calc(33.3% - calc(3vw * 0.5));
  }
}

@media (max-width:1199px) and (min-height:700px){
  .blog-banner-wrap {
    padding-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }
  .blog-pageheader-subscription {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) / 1.5);
  }
  .blog-cat-tags-wrap {
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) / 1.5);
  }
  .blog-list-body-wrap {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);
  }
  .post-listitem a{
    padding: calc(calc(1.5vh + 0.25vw + 0.5em) * 2) calc(2vw + 2em);
    padding-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 2) * 3.5);
    padding-right: calc(calc(2vw + 2em) * 1.5);
  }
  .post-listitem-header+p {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 2.5);
  }
  .post-det-link-wrap {
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) / 2.5);
  }
  ol.pagination-lists{
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .hs-blog-listing footer.footer.sitefooter,
  .hs-blog-post footer.footer.sitefooter{
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) * 1.5);
  }
}
@media screen and (max-width: 699px){
  .blog-pageheader-titlegroup h1 {
    font-size: 2em;
  }
}


@media (max-width:599px) and (min-height:700px){
  .blog-banner-wrap {
    padding-top: calc(1.5vh + 0.25vw + 0.5em);
  }
}
@media (max-width:599px) and (max-height:699px){
  .blog-banner-wrap {
    padding-top: calc(1.75vh + 0.25vw + 0.75em);
  }
}
@media (max-width:649px){
  .blog-pageheader-subscription form {
    padding-right: 0;
  }

  .blog-pageheader-subscription form .actions {
    position: static;
    width: 100%;
  }

  .blog-pageheader-subscription form .hs-button {
    line-height: normal;
  }
  .post-list-item+.post-list-item {
    margin-top: calc(3vw * 0.5);
  }
  .post-listitem-header,
  .post-listitem-header+p,
  .post-det-link-wrap{
    position:relative;
    z-index:2
  }

  .blog-list-body-wrap {
    transform: none;
  }
  p.post-listitem-image {
    z-index: -1;
  }
  .post-listitem a::before {
    z-index: 1;
  }
}



/* Post Page */
.blog-post-banner-wrap ul.post-listitem-labellist li {
  padding: 0;
  box-sizing: border-box;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
}

.blog-post-banner-wrap ul.post-listitem-labellist li a {
  outline: 0;
  list-style: none;
  vertical-align: baseline;
  font: inherit;
  box-sizing: border-box;
  margin: 0;
  border-radius: .15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #667c99;
  font-size: .8rem;
  color: #667c99;
  max-width: 100%;
  overflow: hidden;
  padding: 0.65em 1em;
  display: inline-block;
}

.blog-post-banner-wrap .blog-pageheader-titlegroup {
  margin-top: calc(1.75vh + 0.25vw + 0.75em);
  font: inherit;
  font-size: 100%;
}
.blog-post-body-wrap-out{
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 38em;
  max-width: 100%;
}
.blog-banner-wrap.blog-post-banner-wrap {
  width: calc(38em + 20rem);
}
.blog-banner-wrap.blog-post-banner-wrap ul.post-listitem-labellist {
  font-size: inherit;
}
.post-article-authordate {
  margin-top: calc(0.85rem/1.4 * 1.1);
}
p.post-article-author {
  font-size: 1.2em;
}
p.post-article-date {
  font-size: .85em;
  color: #667c99;
  margin-top: .25em;
}
.post-page-article-introgroup {
  position: relative;
  padding: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4) calc(3vw * 3);
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
  padding-top: calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4) * 4);
  max-width: 100vw;
  width: calc(38em + 20rem);
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 2);
  z-index:5
}
.post-page-article-introgroup:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
}

p.post-page-article-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 1;
}

p.post-page-article-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

p.article-intro {
  max-width: none;
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
  position: relative;
  z-index: 3;
}

.blog-article-content {
  line-height: 1.6;
  counter-reset: titlecounter;
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 2);
}
.blog-article-content *+p {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) / 1);
}
.hs-blog-post {
}

.blog-article-content *+p {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) / 1);
}

.blog-article-content h2:before {
  opacity: .5;
  color: #667c99;
  content: counter(titlecounter,decimal-leading-zero);
  display: block;
  font-size: 2.5em;
  font-weight: 400;
  font-family: museo-sans-display,arial black,Arial,sans-serif;
}

.blog-article-content h2 {
  text-align: center;
  counter-increment: titlecounter;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(1.7rem * 2);
  max-width: 13em;
  font-size: calc(1.7rem  * 1.2);
}

.blog-article-content h3 {
	margin-top: calc(1.45rem * 2);
}

.blog-article-content a {
  display: inline-block;
}

*+hr, .blog-article-content hr+*,hr+* {
  margin-top: calc(calc(calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4))/1.5);
}
.blog-article-footer {
  width: calc(38em + 20rem);
  max-width: 100vw;
  position: relative;
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 2);
  display: block;
}

.blog-article-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right,rgba(63,48,235,0) 0%,rgba(63,48,235,0.5) 20%,rgba(61,55,232,0.6) 20%,rgba(61,55,232,0.6) 30%,rgba(58,61,231,0.5) 30%,rgba(58,61,231,0.5) 40%,rgba(28,147,210,0.5) 40%,rgba(28,147,210,0.5) 50%,rgba(51,81,226,0.8) 50%,rgba(51,81,226,0.8) 60%,rgba(91,51,226,0.4) 60%,rgba(91,51,226,0.4) 70%,rgba(51,81,226,0.8) 70%,rgba(51,81,226,0.8) 80%,rgba(51,136,226,0.5) 80%,rgba(51,136,226,0) 100% );
  background-size: 100%;
}

ul.blog-socialbuttonlist {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

a.blog-share-socialbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem .8rem;
  font-size: .75rem;
  background: #fff;
  border: 1px solid;
  border-radius: .25em;
  box-shadow: 0 0 0 calc(3vw * 0.2) #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
  margin-bottom: calc(0.025em * -1);
}

.blog-share-socialbutton--facebook {
  color: #665dcc;
}

a.blog-share-socialbutton img {
  width: 1.25em;
  height: 1.25em;
  margin-right: .5em;
  max-width: 100%;
}

ul.blog-socialbuttonlist li+li {
  margin-left: calc(3vw * 0.2);
}

.blog-share-socialbutton--twitter {
  color: #2fb9d9;
}

.blog-share-socialbutton--linkedin {
  color: #1a478b;
}
.related-articles-wrap {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}

.related-articles-titlegroup {
  text-align: center;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  max-width: 35em;
}

.related-articles-titlegroup p {
  font-size: 1.15em;
  line-height: 1.3;
  opacity: .85;
}

.related-articles-titlegroup h2 {
  line-height: 1.1;
  font-weight: 600;
}

ul.post-listitem-labellist {
  justify-content: flex-start;
}

.blog-banner-wrap.blog-post-banner-wrap ul.post-listitem-labellist {
  justify-content: center;
}
.post-signupgroup {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: calc(2vh + 3em) 0;
}
.post-signupgroup:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  width: 200%;
  max-width: 95vw;
  height: 230%;
  min-height: 35em;
  background: url(//f.hubspotusercontent00.net/hubfs/9390300/raw_assets/public/Yarooms_February2021/images/map.svg) no-repeat center;
  opacity: .7;
  transform: translateX(-50%) translateY(-40%);
}
h2.post-signupgroup-title {
  max-width: 10em;
  line-height: 1;
  font-weight: 800;
  font-family: 'museo-sans-display','Arial Black',Arial,sans-serif;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(45deg,#00A7D9 0%,#0024BA 50%,#0024BA 100%);
  ackground-clip: text;
  -webkit-background-clip: text;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 2em;
}
.post-signupgroup .blog-pageheader-subscription {
  margin-left: 3vw;
}
.post-signupgroup {
  margin-top: calc(calc(1.75vh + 0.25vw + 0.75em) * 3.4);
}

.blog-post-banner-wrap .blog-pageheader-titlegroup {
  width: calc(38em + 20rem);
}
@media screen and (min-width: 1300px){
  h2.post-signupgroup-title {
    font-size:2.35em;
    text-align: left;
    margin: 0;
  }
  .post-signupgroup .blog-pageheader-subscription {
    margin: 0;
    margin-left:3vw;
  }
  .post-signupgroup  {
    flex-direction: row;
  }
}
@media (min-width:1500px){
  .blog-post-banner-wrap .blog-pageheader-titlegroup h1 {
    font-size:3.2em;
    width: 59em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px){
  h2.post-signupgroup-title {
    font-size:2.85em;
  }
}
@media screen and (min-height: 700px){
  .blog-post-banner-wrap .blog-pageheader-titlegroup{
    margin-top: calc(1.5vh + 0.25vw + 0.5em);
  }
  .post-article-authordate{
    margin-top: calc(0.85rem/1.4 * 1.1);
  }
  .post-page-article-introgroup{
    padding: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) calc(3vw * 3);
    padding-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7) * 4);
  }
  .blog-article-content *+p {
    margin-top:calc(calc(1.5vh + 0.25vw + 0.5em) / 1);
  }
  *+hr, .blog-article-content hr+*,hr+*{
    margin-top: calc(calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7)/1.5);
  }
  .blog-article-content,
  .post-page-article-introgroup,
  .blog-article-footer{
    margin-top:calc(calc(1.5vh + 0.25vw + 0.5em) * 2)
  }
  .related-articles-wrap,
  .post-signupgroup{
    margin-top: calc(calc(1.5vh + 0.25vw + 0.5em) * 3.7);

  }
  .post-signupgroup{
    padding: calc(2vh + 3em) 0;
  }
}

@media (max-width:1299px){
  .blog-post-banner-wrap .blog-pageheader-titlegroup {
    width: 45em;
  }

  .post-signupgroup {
    padding: 0;
  }

  .post-signupgroup {
    justify-content: center;
  }

  .post-signupgroup .blog-pageheader-subscription {
    margin: 0;
    margin-top: calc(0.85rem/1.4 * 1.1);
  }

  h2.post-signupgroup-title {
    text-align: center;
    margin-bottom: 0;
  }
}
.related-articles-titlegroup h2,
.blog-article-content h2{
  margin-bottom: 0;
}
.blog-banner-wrap.blog-post-banner-wrap {
  max-width: 100vw;
}

.blog-post-banner-wrap ul.post-listitem-labellist li a:hover {
  border-bottom-style: solid;
  color: #001634;
}
.website-page-lay .custom-team .custom-team-item-wrapper .custom-team-item{
  width:28em;
  min-height: calc((28em) /1.2);
}
@media (max-width:1099px){
  .blog-article-content h2{
    font-size:calc(1.5rem * 1.2);
    margin-top: calc(1.5rem * 2);
  }
  .related-articles-titlegroup h2 {
    font-size: 1.5rem;
  }
}
@media (max-width:649px){
  .post-signupgroup .blog-pageheader-subscription form .hs-button {
    box-shadow: 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: museo-sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: rgba(0,22,52,0.2);
  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 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: museo-sans, serif;
  font-size: 1.25rem;
  color: #001634;
  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: #001634;
}

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


.systems-page form .hs-button {
    margin-top: 15px;
}
.systems-page form ul.no-list.hs-error-msgs {
    padding: 0;
}

.systems-page input[type='password'] {
    height: auto !important;
}
.hs-landing-page .content-wrapper {
    padding: 0 5vw;
    max-width: 103rem;
}
.hs-404layout .widget {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 45em;
    max-width: 100%;
    padding: calc(5vw + 1em) 4vw;
    background: #fff;
    border: 2px solid;
    border-image-source: repeating-linear-gradient( 45deg,rgba(63,48,235,0.3) 0%,rgba(63,48,235,0.3) 10%,rgba(61,55,232,0.6) 10%,rgba(61,55,232,0.6) 20%,rgba(58,61,231,0.5) 20%,rgba(58,61,231,0.5) 30%,rgba(28,147,210,0.5) 30%,rgba(28,147,210,0.5) 40%,rgba(51,81,226,0.8) 40%,rgba(51,81,226,0.8) 50%,rgba(91,51,226,0.4) 50%,rgba(91,51,226,0.4) 60%,rgba(51,81,226,0.8) 60%,rgba(51,81,226,0.8) 70%,rgba(51,136,226,0.5) 70%,rgba(51,136,226,0.5) 80% );
    border-image-width: 2px;
    border-image-slice: 5;
    box-shadow: 0 0 1em 0 rgb(0 0 0 / 10%);
}
.hs-404layout .pageheader {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: calc(1.75vh + 0.25vw + 0.75em);
    padding: 0;
    color: #001634;
}
.hs-404layout .pageheader-titlegroup {
    position: relative;
    z-index: 2;
    width: 45em;
    max-width: 100%;
}
.hs-404layout .pageheader-title {
    display: inline;
    font-size: 2em;
    line-height: 1;
    font-family: museo-sans-display,arial black,Arial,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(255,255,255,.8);
    margin: 0;
}
.hs-404layout .pageheader-title > span {
    padding: 1.25rem 1rem;
    padding-top: 0;
    color: transparent;
    background: linear-gradient( 45deg,#00A7D9 0%,#0024BA 50%,#0024BA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.hs-404layout .pageheader-subtitle {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 100;
    margin-top: .25rem;
}
.hs-404layout .pageheader-subtitle > span {
    padding: 1.25rem 1rem;
    padding-top: 0;
    padding-bottom: calc(1.25rem/2);
    background: rgba(255,255,255,.8);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}





@media screen and (min-width: 500px) {
  .hs-404layout .widget {
      padding: calc(3vw + 4em) calc(3vw + 3em);
  }
}


@media (min-width: 768px) {
  .systems-page form {
      max-width: 50%;
  }
  .systems-page form#email-prefs-form {
      max-width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .hs-404layout .pageheader-title {
      font-size: 2.5em;
  }
}

@media screen and (min-width: 900px) {
  .hs-404layout .widget {
      padding: calc(4vh + 3em) calc(4.5vw + 3em);
  }
}

@media screen and (min-width: 1200px) {
  .hs-404layout .pageheader {
      text-align: left;
      align-items: flex-start;
      margin-left: calc(calc(4.5vw + 3em) * 1.5 * -1);
        max-width: calc(100% + calc(4.5vw + 3em) * 1.5);
  }
  .hs-404layout .pageheader-subtitle {
      margin-left: 0;
  }
}

@media screen and (min-width: 1500px) {
  .hs-404layout .widget {
      width: 50em;
  }
  .hs-404layout .pageheader-titlegroup {
      width: 59em;
  }
  .hs-404layout .pageheader-title {
      font-size: 3.2em;
  }
}

@media screen and (min-width: 1600px) {
  .hs-404layout .pageheader {
      margin-left: calc(calc(4.5vw + 3em) * 2 * -1);
  }
}

@media (max-width: 767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
      width: 100% !IMPORTANT;
  }
  .systems-page {
      padding-left: 0;
      padding-right: 0;
  }
}

@media (max-width: 400px) {
  .systems-page .page-header h2 {
      font-size: 20px;
  }
  .systems-page .page-header h1 {
      font-size: 24px;
  }
}