/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

.dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 1199px) {
  .dnd-section > .row-fluid {
    max-width: 960px!important;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 720px !important;
  }
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid {
    max-width: 540px !important;
  }
}

@media (max-width: 575px) {
  .dnd-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid {
    max-width: 540px !important;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "hotspring";
  src: url("https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/HotSpring_july2020/Fonts/hotspring-1.eot") format("embedded-opentype"),
    url("https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/HotSpring_july2020/Fonts/hotspring.ttf") format("truetype"),
    url("https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/HotSpring_july2020/Fonts/hotspring.woff") format("woff"),
    url("https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/HotSpring_july2020/Fonts/hotspring.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}


html {
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul 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 {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  font-family: Museo Sans W01_300;
  padding: 15px 53px;
  
  text-decoration: none;
  margin: 15px 0;
}

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

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


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-family: Museo Sans W01_300;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  padding-top: 0;
  margin-bottom: 8px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  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;
}
h3.form-title {
  font-size: 3em;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  margin: 0 0 .75em 0;
  line-height: 1.4;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
  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: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.mobile-wrapper {
  display: none;
}
.header_inner_wrapper {
  height: 135px;
  width: 100%;
  position: relative;
  /* Aaron change to hide header */
  display:none;
}
.header.header-show .header_inner_wrapper {
  display:block;
}

.header_inner_wrapper > .header__container {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: box-shadow 200ms,height 200ms;
  transition: box-shadow 200ms,height 200ms;
  position: fixed;
  width: 100%;
  height: inherit;
  z-index: 200;
  max-width: 100%;
}
.header_logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 0;
  margin-left: 40px;
}
.header_main_logo img.hs-image-widget {
  width: 225px !important;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header_sec_logo img.hs-image-widget {
  width: 88px !important;
  vertical-align: middle;
}
.header_sec_logo a#hs-link-header_anniversery_logo_hs_logo_widget:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 66px;
  margin: 0 25px 0 21px;
  background: #b5b5b5;
}

.header_nav {
  height: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header_menu_top ul {
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.header_menu_top ul li {
  margin: 10px 15px;
  font-size: .875em;
  letter-spacing: 1px;
}
.header_menu_top ul li a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Museo Sans W01_500";
  color: #00a1ad;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.header_menu_top ul li a span.i-calculator {
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_menu_top ul li a span.i-calculator span.path1:before {
  content: "\e921";
  color: rgb(70, 70, 70);
}
.header_menu_top ul li a .i-calculator .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path3:before {
  content: "\e923";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path4:before {
  content: "\e924";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path5:before {
  content: "\e925";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path6:before {
  content: "\e926";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path7:before {
  content: "\e927";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path8:before {
  content: "\e928";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path9:before {
  content: "\e929";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path10:before {
  content: "\e92a";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a .i-calculator .path11:before {
  content: "\e92b";
  margin-left: -1em;
  color: #00a1ad;
}
.header_menu_top ul li a .i-calculator > span {
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  color: #464646;
}
.title {
  padding-left: 10px;
}
span.i-pin {
  font-size: 1.625em;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  color: #464646;
}
.header_menu_top ul li a .i-pin .path1:before {
  content: "\e918";
  color: inherit;
}
.header_menu_top ul li a .i-pin .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: #00a1ad;
}
.header_menu_top ul li:last-child a {
  padding-left: 1.5em !IMPORTANT;
  padding-right: 1.5em !important;
  vertical-align: middle;
  font-size: 1em;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: none;
  width: auto;
  margin: 0;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}
.header_menu_top ul li:nth-child(4) a {
  background-color: #f7f7f7;
  padding-left: 3em !important;
  padding-right: 1.5em !important;
  vertical-align: middle;
  font-size: 1em;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: none;
  width: auto;
  margin: 0;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}
.header_menu_top ul li:nth-child(4) a:hover {
  color: #00a1ad;
}
.header_menu_top ul li a span.i-call_1 {
  position: absolute;
  left: 17px !important;
  top: 11px;
  font-size: 1.4375em;
  letter-spacing: 0;
  color: #464646;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_menu_top ul li a .i-call_1 .path1:before {
  content: "\e91e";
  color: inherit;
}
.header_menu_top ul li a .i-call_1 .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #009aa6;
}
.header_menu_top ul li a .i-call_1 .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: #009aa6;
}
.header_menu_top ul li:nth-child(3) a rect.st0 {
  fill: #FFFFFF;
  stroke: #3D3D3D;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.header_menu_top ul li:nth-child(3) a path.st1 {
  fill: none;
  stroke: #009AA6;
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header_menu_top ul li:nth-child(3) a path.st2 {
  fill: #FFFFFF;
  stroke: #018F9C;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}


.header_menu_bottom .hs-menu-wrapper > ul {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.header_menu_bottom .hs-menu-wrapper > ul > li {
  margin: 0 25px;
}
.header_menu_bottom .hs-menu-wrapper > ul > li > a {
  font-size: 1.3125em;
  padding-bottom: 1em;
  box-shadow: inset 0 0px 0 #fff;
  -webkit-transition: box-shadow 200ms;
  transition: box-shadow 200ms;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Museo Sans W01_500";
  line-height: 1.4;
}
.header_menu_bottom .hs-menu-wrapper > ul > li > a:hover {
  box-shadow: inset 0 -3px 0 #00a1ad;
}
i.i-chevron {
  font-size: .625em;
  margin-left: .75em;
  letter-spacing: 0;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-chevron:before {
  content: "\e909";
}
.header_sec_logo {
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixed .header_sec_logo {
  opacity: 0;
}
.fixed .header_main_logo img.hs-image-widget {
  width: 190px !important;
}
.fixed .header_menu_top ul li a {
  font-size: .9375em;
}
.fixed .header_menu_top ul li {
  margin: 10px 10px;
}
.fixed .i-calculator .path11:before{
  margin-left: -1em;
}
.fixed .i-calculator .path7:before {
  margin-left: -1em;
}
.fixed .i-calculator .path10:before {
  margin-left: -1em;
}
.fixed .i-calculator .path4:before {
  margin-left: -1em;
}
.fixed .i-calculator .path3:before{
  margin-left: -1em;
}
.fixed .header_menu_bottom ul li a {
  font-size: 1em;
}
.fixed .i-calculator .path8:before,
.fixed .i-calculator .path5:before,
.fixed .i-calculator .path6:before,
.fixed .i-calculator .path2:before,
.fixed .i-calculator .path9:before{
  margin-left: -1em;
}
.fixed .header_menu_bottom .hs-menu-wrapper > ul > li {
  margin: 0 22px;
}
.fixed .header_inner_wrapper {
  height: 110px;
}
.fixed .header_inner_wrapper > .header__container {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.header_menu_top ul li:nth-child(1) a:nth-child(2),
.header_menu_top ul li:nth-child(2) a:nth-child(2){
  display: none;
}

.sidepanel {
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  z-index: 9999;
  display: block;
  font-size: 1em;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}

/* Aaron change */
.sidepanel ul li::before {
  display:none;
}
.sidepanel [class^="i-"], .sidepanel [class*=" i-"] {
  font-family: "Museo Sans W01_300" !important;
}
/* End Aaron change */

.sidepanel .i-calculator .path11:before {
  content: "\e92b";
  margin-left: -27px;
  color: #009aa6;
  position: relative;
  left: -4px;
}
.sidepanel .i-calculator > span {
  position: relative;
  left: 3px;
}
.sidepanel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
.sidepanel > ul > li {
  position: relative;
  background: #464646;
  text-align: left;
  margin: .25em 0;
  width: 225px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  font-size: 1em;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
  color: #333;
}
.sidepanel > ul > li > a {
  font-size: 1em;
  display: inline-block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  padding: 0.875em 1em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
.sidepanel > ul > li > a .label {
  opacity: 0;
  letter-spacing: 0.5px;
  font-size: .8125em;
  display: inline;
  width: auto;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
.sidepanel > ul > li > a > span:nth-child(2) {
  position: absolute;
  -webkit-transition: right 200ms;
  transition: right 200ms;
  right: calc(100% - 40px);
  left: auto;
  display: inline;
  font-size: 1.25em;
  width: auto;
  line-height: 0;
  height: auto;
}
.sidepanel > ul > li > a > span > span {
  display: inline;
  font-size: 25px;
  width: auto;
  height: auto;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidepanel > ul > li:hover {
  -webkit-transform: translate3d(calc(-100% + 50px), 0, 0);
  transform: translate3d(calc(-100% + 50px), 0, 0);
}
.sidepanel > ul > li:hover > a .label {
  opacity: 1;
  -webkit-transition: opacity 200ms 200ms;
  transition: opacity 200ms 200ms;
}
.sidepanel > ul > li:hover > a > span:nth-child(2) {
  position: absolute;
  right: 15px;
}
.sidepanel > ul > li > a .i-call_1 .path3:before {
  content: "\e920";
  margin-left: -30px;
  color: #009aa6;
  line-height: 0;
}
.sidepanel > ul > li > a .i-call_1 .path1:before {
  content: "\e91e";
  color: #fff;
  position: relative;
  left: 12px;
  top: 0;
}
.sidepanel > ul > li > a .i-call_1 .path2:before {
  content: "\e91f";
  margin-left: -19px;
  color: #009aa6;
}
.sidepanel .i-swim_2 .path1:before {
  content: "\e91a";
  color: #009aa6;
}
.sidepanel .i-swim_2 .path2:before {
  content: "\e91b";
  margin-left: -29px;
  color: inherit;
}
.sidepanel .i-swim_2 .path3:before {
  content: "\e91c";
  margin-left: -30px;
  color: inherit;
}
.sidepanel .i-swim_2 .path4:before {
  content: "\e91d";
  margin-left: -30px;
  color: #009aa6;
}

.header_menu_top ul li a span.i-swim_2 > span {
  letter-spacing: 0;
  color: #464646;
  font-size: 1.875em;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_menu_top ul li a span.i-swim_2 {
  position: relative;
  top: 3px;
}
.header_menu_top ul li a span.i-swim_2 span.path1:before {
  color: #00a1ad;
  content: "\e91a";
}
.header_menu_top ul li a span.i-swim_2 span.path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a span.i-swim_2 span.path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: inherit;
}
.header_menu_top ul li a span.i-swim_2 span.path4:before {
  color: #00a1ad;
  content: "\e91d";
  margin-left: -1em;
}
/* Aaron change  */
body.mega-active {
  position:static !important;
}
body.mega-active header {
  position:relative !important;
}
/* End Aaron change */

.mega {
  top: 130px;
  position: absolute;
  width: 100%;
  z-index: 100;
  /* Aaron change  */
  /*display: none;
  visibility: hidden;
  opacity: 0;*/
  left: 0;
}
.mega-bottom .bottom-inner .leader-choose p a.help:hover {
  color: #00a1ad;
}
.header_menu_bottom .hs-menu-wrapper > ul > li:hover .mega {
  display: block;
  visibility: visible;
  opacity: 1;
}
.mega-menu-wrapper .header__container> ul > li:nth-child(1) > ul > li.hover-active > a {
  font-family: "Museo Sans W01_500";
}
.mega-menu-wrapper .header__container > ul > li:nth-child(1) > ul > li.hover-active > a:after{
  content: '' !important;
  display: block;
  position: absolute;
  bottom: 5px;
  width: 92%;
  height: 1px;
  background-color: rgba(0,161,173,1.0);
}
.mega-menu-wrapper .header__container > ul > li.hover-active > a {
  color: #464646;
}
.mega-menu-wrapper .header__container > ul > li.hover-active > a:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: .5em auto 0;
  background: #00a1ad;
}
.mega-menu-wrapper {
  width: 100%;
  visibility: hidden;
  min-height: 612px;
  position: absolute;
  z-index: 100;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: visibility 200ms,200ms -webkit-transform ease-in;
  transition: visibility 200ms,200ms -webkit-transform ease-in;
  transition: 200ms transform ease-in,visibility 200ms;
  transition: 200ms transform ease-in,visibility 200ms,200ms -webkit-transform ease-in;
  display: none;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.header_menu_bottom .hs-menu-wrapper > ul > li:hover .mega-menu-wrapper {
  visibility: visible;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu-wrapper .header__container {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1500px;
  position: relative;
  display: -webkit-box;
  display: flex;
}
.mega-bottom {
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 -8px 6px 0px rgba(0,0,0,0.01);
}
.mega-bottom .header__container {
  padding: 0;
}
.mega-bottom .bottom-inner {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mega-bottom .bottom-inner .leader-choose {
  padding-left: 60px;
}
.mega-bottom .bottom-inner .search-wrapper {
  padding-right: 60px;
}
.mega-bottom .bottom-inner .search-wrapper .search {
  position: relative;
  margin-bottom: 0;
  margin-top: 6px;
  width: 260px;
}
.mega-bottom .bottom-inner .leader-choose p {
  margin: 0;
  font-size: 1em;
  line-height: 1.75em;
  font-family: "Museo Sans W01_300";
}
.mega-bottom .bottom-inner .leader-choose p a.help {
  font-size: 1.125em;
  margin-top: 0;
  color: #464646;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.mega-bottom .bottom-inner .leader-choose p a.help:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0 0 0;
  background: #00a1ad;
}
.mega-bottom .bottom-inner .leader-choose p a.help i.i-thin-arrow {
  font-size: 22px;
  vertical-align: middle;
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mega-bottom .bottom-inner .leader-choose p a.help i.i-thin-arrow:before {
  content: "\e92d";
}
.mega-bottom .bottom-inner .leader-choose p a i.i-thin-arrow:before {
  content: "\e92d";
}
.mega-menu-wrapper .header__container > ul > li:last-child > ul {
  width: 100%;
}
.mega-menu-wrapper .header__container .leader {
  padding-left: 60px;
  padding-right: 30px;
}
.mega-menu-wrapper .header__container > ul {
  padding-left: 60px;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: relative;
}
.mega-menu-wrapper .header__container .leader h2 {
  line-height: 1;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  margin: 0 0 .75em 0;
  margin-bottom: .5em;
  font-size: 2.625em;
}
.mega-menu-wrapper .header__container .leader p {
  font-size: .9375em;
  line-height: 1.75em;
  margin-top: 0;
  margin-bottom: 16px;
}
.leader-btn {
  width: 85%;
  margin-top: 0;
}
.mega-menu-wrapper .header__container .leader p span:after {
  content: "'";
}
.mega-menu-wrapper .header__container > ul > li {
  min-width: 100px;
  vertical-align: top;
  padding-right: 54px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 0;
  color: #00a1ad;
  cursor: pointer;
  -webkit-transition: background 400ms cubic-bezier(0.25,0.46,0.45,0.94);
  transition: background 400ms cubic-bezier(0.25,0.46,0.45,0.94);
  margin-bottom: 35px;
  width: auto;
}
.mega-menu-wrapper .header__container > ul > li > a {
  display: inline-block;
  font-size: 1.3125em;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
.mega-menu-wrapper .header__container > ul > li > ul > li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  width: 92%;
  height: 1px;
}
.mega-menu-wrapper .header__container > ul > li > a > i {
  display: none;
}
.mega-menu-wrapper .header__container .leader p a {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  -webkit-transition: box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1),-webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1),-webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1),box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1),box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1),-webkit-transform 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  font-size: 1.125em;
  text-align: center;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 3em;
  text-decoration: none;
  cursor: pointer;
}
.mega-menu-wrapper .header__container .leader p a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0.7rem 1.3rem rgba(0,0,0,0.15);
}
.mega-menu-wrapper .header__container > ul > li > a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: .5em auto 0;
  background: #00a1ad;
}
.mega-menu-wrapper .header__container > ul > li > ul > li a {
  padding: 0.556em 0;
  display: block;
  position: relative;
  font-size: 1.125em;
  line-height: 1.4;
}
.mega-menu-wrapper .header__container > ul > li > ul > li a i {
  display: none;
}
.mega-menu-wrapper .header__container > ul > li > ul > li a:hover {
  font-family: "Museo Sans W01_500";
}
.mega-menu-wrapper .header__container > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 75px;
  left: 60px;
  width: 23%;
}
.mega-menu-wrapper .header__container > ul > li.hover-active > ul {
  visibility: visible;
  opacity: 1;
}
.mega-menu-wrapper .header__container > ul > li > ul > li > ul {
  position: absolute;
  left: 260px;
  top: 0;
  transition: all .3s;
  width: 315px;
  visibility: hidden;
  opacity: 0;
}
.mega-menu-wrapper .header__container > ul > li > ul > li > ul > li {
  width: 50%;
  float: left;
}
.mega-menu-wrapper .header__container > ul > li > ul > li.hover-active > ul {
  opacity: 1;
  visibility: visible;
}
.fixed .mega {
  top: 110px;
}
.mega-menu-wrapper .header__container > ul > li > ul p {
  font-size: .75em;
  margin: 0;
  text-transform: uppercase;
  color: #00a1ad;
  margin-bottom: 8.896px;
  line-height: 21px;
}
.mega-menu-wrapper .header__container > ul > li:last-child > ul {
  width: 87.2%;
}
.mega-menu-wrapper .header__container > ul > li:last-child > ul > li {
  width: 20%;
  float: left;
}

.spa {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -19px;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 400ms 100ms,visibility 200ms,-webkit-transform 200ms 100ms;
  transition: opacity 400ms 100ms,visibility 200ms,-webkit-transform 200ms 100ms;
  transition: opacity 400ms 100ms,visibility 200ms,transform 200ms 100ms;
  transition: opacity 400ms 100ms,visibility 200ms,transform 200ms 100ms,-webkit-transform 200ms 100ms;
  right: auto;
  left: 133.4%;
}
.mega-menu-wrapper .header__container > ul > li > ul > li > ul > li:hover .spa {
  opacity: 1;
  visibility: visible;
}




.i-calculator .path1:before {
  content: "\e921";
  color: inherit;
}
.i-calculator .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path3:before {
  content: "\e923";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path4:before {
  content: "\e924";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path5:before {
  content: "\e925";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path6:before {
  content: "\e926";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path7:before {
  content: "\e927";
  margin-left: -1em;
  color: inherit;
} 
.i-calculator .path8:before {
  content: "\e928";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path9:before {
  content: "\e929";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path10:before {
  content: "\e92a";
  margin-left: -1em;
  color: inherit;
}
.i-calculator .path11:before {
  content: "\e92b";
  margin-left: -1em;
  color: #009aa6;
}
.sidepanel .i-calculator .path11:before {
  content: "\e92b";
  margin-left: -27px;
  color: #009aa6;
  position: relative;
  left: -4px;
}
.sidepanel .i-calculator .path10:before {
  content: "\e92a";
  margin-left: -26px;
  color: inherit;
  position: relative;
  left: 0px;
}
.sidepanel .i-calculator .path9:before {
  content: "\e929";
  margin-left: -38px;
  color: inherit;
  position: relative;
  left: 1px;
}
.sidepanel .i-calculator .path8:before {
  content: "\e928";
  margin-left: -26px;
  color: inherit;
  position: relative;
  left: 1px;
}
.sidepanel .i-calculator .path7:before {
  content: "\e927";
  margin-left: -32px;
  color: inherit;
  position: relative;
  left: 1px;
}
.sidepanel .i-calculator .path6:before {
  content: "\e926";
  margin-left: -30px;
  color: inherit;
  position: relative;
  left: 0px;
}
.sidepanel .i-calculator .path5:before {
  content: "\e925";
  margin-left: -30px;
  color: inherit;
  position: relative;
  left: 0px;
}
.sidepanel .i-calculator .path4:before {
  content: "\e924";
  margin-left: -31px;
  color: inherit;
  position: relative;
  left: 0px;
}
.sidepanel .i-calculator .path3:before {
  content: "\e923";
  margin-left: -30.4px;
  color: inherit;
}
.sidepanel .i-calculator .path2:before {
  content: "\e922";
  margin-left: -30.5px;
  color: inherit;
}
.sidepanel .i-calculator .path1:before {
  content: "\e921";
  color: #fff;
  margin-left: 8px;
}
.sidepanel .i-calculator > span {
  position: relative;
  left: 4px;
}
.sidepanel > ul > li > a .i-pin .path1:before {
  content: "\e918";
  color: #fff;
}
.sidepanel > ul > li > a .i-pin .path2:before {
  content: "\e919";
  margin-left: -35px;
  color: #009aa6;
}
.sidepanel > ul > li > a span.i-calculator > span {
  position: relative;
  left: 3px;
}
.sidepanel > ul > li > a svg#Layer_1 {
  width: 25px;
  height: 25px;
  vertical-align: top;
}
.sidepanel>ul>li>a svg#Layer_1 path.st0 {
  fill: #FFFFFF;
  stroke: #3D3D3D;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.sidepanel>ul>li>a svg#Layer_1 path.st1 {
  fill: none;
  stroke: #009AA6;
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sidepanel > ul > li > a svg#Layer_1 path.st1 {
  fill: none;
  stroke: #009aa6;
  stroke-miterlimit: 10;
  stroke-width: unset;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sidepanel > ul > li > a svg#Layer_1 path.st0 {
  fill: #fff;
  stroke: unset;
  stroke-width: unset;
  stroke-linejoin: unset;
  stroke-miterlimit: unset;
  -moz-user-select: none;
}

@-moz-document url-prefix() {
  .sidepanel .i-swim_2 .path1::before {
    content: "\e91a";
    color: #009aa6;
    position: absolute;
    left: auto;
    top: -16px;
    right: 0;
  }
  .sidepanel .i-swim_2 .path2::before {
    content: "\e91b";
    margin-left: 1px;
    color: inherit;
    position: absolute;
    top: -13px;
    left: auto;
    right: 0;
  }
  .sidepanel .i-swim_2 .path3::before {
    content: "\e91c";
    margin-left: 0;
    position: absolute;
    left: auto;
    top: -13px;
    right: 0;
  }
  .sidepanel .i-swim_2 .path4::before {
    content: "\e91d";
    margin-left: 0;
    color: #009aa6;
    position: absolute;
    left: auto;
    top: -9px;
    right: 0;
  }

  .sidepanel .i-calculator .path11::before {
    content: "\e92b";
    margin-left: 0;
    color: #009aa6;
    position: absolute;
    left: auto;
    top: -2px;
    right: 4px;
  }
  .sidepanel .i-calculator .path10::before {
    content: "\e92a";
    margin-left: 0;
    color: inherit;
    position: relative;
    left: 0px;
    position: absolute;
    top: 0;
    left: auto;
    right: 4px;
  }
  .sidepanel .i-calculator .path9::before {
    content: "\e929";
    margin-left: -38px;
    color: inherit;
    position: relative;
    left: 1px;
  }
  .sidepanel .i-calculator .path8::before {
    content: "\e928";
    margin-left: 0px;
    color: inherit;
    position: absolute;
    left: -26px;
  }
  .sidepanel .i-calculator .path7::before {
    content: "\e927";
    margin-left: -32px;
    color: inherit;
    position: absolute;
    left: 6px;
  }
  .sidepanel .i-calculator .path6::before {
    content: "\e926";
    margin-left: -30px;
    color: inherit;
    position: absolute;
    left: 0px;
  }
  .sidepanel .i-calculator .path5::before {
    content: "\e925";
    margin-left: -30px;
    color: inherit;
    position: absolute;
    left: 0px;
  }
  .sidepanel .i-calculator .path4::before {
    content: "\e924";
    margin-left: 0;
    color: inherit;
    position: absolute;
    left: -29.4px;
    top: -3px;
  }
  .sidepanel .i-calculator .path3::before {
    content: "\e923";
    margin-left: 0;
    color: inherit;
    position: absolute;
    left: -30px;
  }
  .sidepanel .i-calculator .path2::before {
    content: "\e922";
    margin-left: -30.5px;
    color: inherit;
    position: absolute;
    left: 1px;
  }
  .sidepanel .i-calculator .path1::before {
    content: "\e921";
    color: #fff;
    margin-left: 8px;
    position: absolute;
    left: -38px;
    top: 4px;
  }

}



@media(max-width: 1599px){
  .header_menu_bottom .hs-menu-wrapper > ul > li {
    margin: 0 20px !important;
  }
  .fixed .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
  }
  .fixed .header_menu_bottom .hs-menu-wrapper > ul > li{
    margin: 0 22px !important;
  }
}

@media(max-width: 1499px){
  .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: 1.1875em;
  }

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

  .header_main_logo img.hs-image-widget {
    width: 200px !important;
  }
  .header_sec_logo img.hs-image-widget {
    width: 70px !important;
    vertical-align: middle;
  }
  .header_menu_top ul li {
    margin: 10px;
  }
  .header_inner_wrapper {
    height: 125px;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: 1.1875em;
  }
  .mega-menu-wrapper .header__container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .mega {
    top: 120px;
  }
  .mega-menu-wrapper .header__container > ul > li {
    margin-left: 0;
  } 
  .mega-bottom .header__container {
    padding: 0;
  }
  .mega-menu-wrapper .header__container > ul > li > ul {
    width: 28%;
  }
}


@media(max-width: 1450px){
  .spa {
    left: 100%;
  }
}



@media(max-width: 1399px){
  .mega-menu-wrapper .header__container > ul > li > ul > li > ul {
    left: 230px;
  }
  .header_inner_wrapper {
    height: 110px;
  }
  .spa {
    left: 116%;
  }
  .header_menu_top ul li a {
    font-size: .8125em;
  }
  .header_sec_logo {
    display: none;
  }
  .header_menu_top ul li:last-child a {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Museo Sans W01_300";
    line-height: 13px;
  }
  .header_menu_top ul li a {
    font-size: 13px;
  }
  .header_menu_top ul li:nth-child(4) a {
    font-size: 13px;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li {
    margin: 0 22px !important;
  }
  .i-calculator .path2:before {
    margin-left: -1em;
  }
  .i-calculator .path3:before {
    margin-left: -1em;
  }
  .i-calculator .path4:before {
    margin-left: -1em;
  }
  .i-calculator .path5:before {
    margin-left: -1em;
  }
  .i-calculator .path6:before {
    margin-left: -1em;
  }
  .i-calculator .path7:before {
    margin-left: -1em;
  }
  .i-calculator .path8:before {
    margin-left: -1em;
  }
  .i-calculator .path9:before {
    margin-left: -1em;
  }
  .i-calculator .path10:before {
    margin-left: -1em;
  }
  .i-calculator .path11:before {
    margin-left: -1em;
  }
  .mega-menu-wrapper .header__container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .mega-menu-wrapper .header__container .leader {
    padding-left: 15px;
    padding-right: 30px;
  }
  .mega-menu-wrapper .header__container > ul {
    padding-left: 30px;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
  }
  .fixed .header_main_logo img.hs-image-widget {
    width: 200px !important;
  }
  .mega {
    top: 105px;
  }
  .mega-bottom .header__container {
    padding: 0 !important;
  }
  .mega-menu-wrapper .header__container > ul > li > ul {
    left: 30px;
    width: 28%;
  }
  .mega-menu-wrapper .header__container > ul > li:last-child > ul {
    width: 88%;
  }
}


@media(max-width: 1299px){
  .spa {
    left: 73%;
  }
}


@media(max-width: 1199px){
  .header_menu_bottom .hs-menu-wrapper > ul > li:hover .mega-menu-wrapper {
    min-height: auto;
  }
  .fixed .mega {
    top: 92px !important;
  }
  .header_menu_top ul {
    padding-top: 7px;
  }
  .mega-menu-wrapper .header__container > ul {
    padding-left: 30px;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
  }
  .header_inner_wrapper {
    height: 92px;
  }
  .header_menu_top ul li:last-child {
    display: none;
  }
  .header_menu_top ul li:nth-child(4) {
    display: none;
  }
  .header_menu_top ul li a {
    letter-spacing: 0;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: .9375em;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li {
    margin: 0 12px !important;
  }
  .mega {
    top: 90px;
  }
  header.header.lp .mobile-container {
    min-height: 79px;
  }
  .mega-menu-wrapper .header__container > ul > li > ul > li > ul > li:hover .spa {
    display: none;
  }
  .mega-menu-wrapper .header__container > ul > li:last-child > ul {
    width: 98%;
  }
  .header_menu_bottom .hs-menu-wrapper > ul > li:hover .mega-menu-wrapper {
    min-height: 600px;
  }
  .fixed .header_menu_bottom .hs-menu-wrapper > ul > li > a {
    font-size: .9375em;
  }
  .fixed .header_menu_bottom .hs-menu-wrapper > ul > li {
    margin: 0 12px !important;
  }
  .fixed .header_inner_wrapper {
    height: 92px;
  }
}


@media(max-width: 1132px){
  .header_menu_bottom .hs-menu-wrapper > ul > li:hover .mega-menu-wrapper {
    min-height: 640px;
  }
  .mega-bottom {
    padding-top: 100px;
  }
  .mega-menu-wrapper .header__container > ul > li > ul {
    left: 30px;
    width: 38%;
  }
}

@media(max-width: 991px){
  .lp .header_main_logo img.hs-image-widget {
    position: relative;
    top: 7px;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li > a i.i-chevron{
    color: #00a1ad;
  }
  .mobile-menu {
    width: 100%;
    height: calc(100% - 80px);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow: scroll;
    display: none;
    z-index: 200;
    padding: 10px 20px;
    background: #f7f7f7;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  .mobile-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
  }
  .mobile-open span.hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open span.hamburger-inner:before {
    top: 0;
  }
  .mobile-open span.hamburger-inner:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile_top_nav .hs-menu-wrapper > ul {
    margin: 0;
    padding-bottom: 10px;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li > a {
    font-size: 1.125em;
    display: block;
    color: #333;
    margin: 15px auto;
    font-family: "Museo Sans W01_300";
    line-height: 1.4;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li > a i.i-chevron {
    float: right;
    padding-top: 7px;
    font-size: .75em;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li > ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 1em;
    margin: 12px auto;
    color: #464646;
    display: block;
    font-family: "Museo Sans W01_300";
    line-height: 1.4;
  }
  .mobile_top_nav .hs-menu-wrapper > ul > li:nth-child(1) > a {
    cursor: text;
    color: #00a1ad;
  }
  .mobile_bottom_nav .hs-menu-wrapper > ul {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #dfdfdf;
  }
  .mobile_bottom_nav .hs-menu-wrapper > ul > li > a {
    color: #00a1ad;
    margin: 15px auto;
    font-size: 1.125em;
    display: block;
    font-family: "Museo Sans W01_300";
    line-height: 1.4;
  }

  .header_menu_top ul li a span.i-call_1 {
    position: static;
  }
  .header_menu_top ul li a {
    color: #464646;
  }
  .header_inner_wrapper {
    display: none;
  }
  .mobile-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
  }
  .mobile-container {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 100;
    background: #fff;
  }
  .header_menu_top ul li span.i-pin {
    position: relative;
    top: 4px;
    font-size: 1.55em;
  }
  .mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px 15px 25px;
  }
  .header_main_logo img.hs-image-widget {
    width: 120px !important;
  }
  .mobile-links {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .header_menu_top ul li a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #464646;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    padding: 0 11px;
  }
  .header_menu_top ul li {
    margin: 0;
  }
  .header_menu_top ul {
    padding: 0;
  }
  .title {
    padding-left: 0;
    font-size: 11px;
    font-family: "Museo Sans W01_500";
    margin-top: 7px;
    text-transform: uppercase;
    display: block;
    line-height: 1.4;
  }
  .header_menu_top ul li:nth-child(3) {
    display: none;
  }
  .header_menu_top ul li:nth-child(4) {
    display: block;
  }
  .header_menu_top ul li:nth-child(4) a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #464646;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    padding: 0 11px !important;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
  .header_menu_top ul li span.i-call_1 {
    position: relative;
    top: 2px;
    left: 0 !important;
    font-size: 23px !important;
  }
  .header_menu_top ul li:nth-child(4) a:hover {
    background-color: transparent;
    text-transform: uppercase;
    color: #464646;
  }
  .header_menu_top ul li span.i-calculator {
    position: relative;
    top: 4px;
  }
  .hamburger-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-left: 15px;
  }
  .hamburger-wrapper button.hamburger {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  span.hamburger-box {
    width: 100%;
    display: block;
    -webkit-box-align: center;
    align-items: center;
  }
  span.hamburger-inner {
    position: relative;
    display: block;
    width: calc(100%);
    height: 2px;
    margin: 0 auto;
    background: #464646;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  span.hamburger-inner:after, span.hamburger-inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #464646;
  }
  span.hamburger-inner:before {
    top: -8px;
  }
  span.hamburger-inner:after {
    top: 8px;
  }
  .hamburger-wrapper span.label {
    margin-top: 4px;
    text-transform: uppercase;
    display: block;
    font-size: .6875em;
    font-family: "Museo Sans W01_500";
    line-height: 1.4;
  }
  .header_menu_top ul li:nth-child(1) a:nth-child(1),
  .header_menu_top ul li:nth-child(2) a:nth-child(1){
    display: none;
  }
  .header_menu_top ul li:nth-child(2) a:nth-child(2),
  .header_menu_top ul li:nth-child(1) a:nth-child(2){
    display: block;
  }
  .branding {
    line-height: 0;
  }
  .header_menu_top ul li:nth-child(4) span.title {
    margin-top: 10px;
  }
  .fixed .header_main_logo img.hs-image-widget {
    width: 120px !important;
  }
  .fixed .header_menu_top ul li {
    margin: 0;
  }
  .fixed .mobile-container{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  }
  .header_menu_top ul li a {
    color: #464646 !important;
  }
  .header_menu_top ul li:nth-child(4) a:hover {
    background-color: transparent !important;
  }
  .header_menu_top ul li a span.i-call_1 {
    position: relative;
    left: 0 !important;
    top: 2px;
  }
  .header_menu_top ul li:first-child a {
    top: 1px;
  }
}


@media(max-width: 575px){
  a.mobile-menu-item {
    display: none !important;
  }
  .header_menu_top ul li:nth-child(4) span.title {
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    font-family: "Museo Sans W01_500";
  }
  .title {
    font-size: 10px;
  }
  .header_menu_top ul li:nth-child(4) a {
    padding: 0 9px !important;
    position: relative;
    top: 1px;
  }
  .header_menu_top ul li:nth-child(1) a:nth-child(2) {
    padding: 0 9px;
    position: relative;
    top: 1px;
  }
}

@media(max-width: 376px){
  .header_main_logo img.hs-image-widget {
    width: 100% !important;
    max-width: 120px;
  }
  .fixed .header_main_logo img.hs-image-widget {
    width: 100% !important;
  }
  .lp .header_main_logo img.hs-image-widget {
    position: relative;
    top: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding-top: 71px;
  /* Aaron change to hide footer */
  display:none;
}
.footer.show-footer {
  display: block;
}

.footer__container {
  margin: 0 auto;
}
.footer_copyright .footer__container {
  display: flex;
  margin: 0 100px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}
.footer_copyright {
  display: flex;
  -webkit-box-pack: center;
  width: 100%;
  justify-content: center;
  height: 67px;
  padding: 0;
}
.footer_copyright .footer__container > div > span, .footer_copyright .footer__container > div > div {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.footer_copyright .footer__container p {
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 0px;
  display: flex;
  font-size: .875em;
  margin: 0;
}
.footer_copyright .footer__container p:first-child {
  font-size: 1em;
  margin-right: 60px;
}
.footer_copyright .footer__container p:first-child a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.footer_copyright .footer__container p:first-child a:before {
  display: inline;
  margin: 0 0.8em;
  content: '|';
}
.footer_copyright .footer__container p span {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.footer_copyright .footer__container p a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  color: #fff;
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin: 0;
}
.footer_copyright .footer__container p a:before {
  display: inline;
  margin: 0 0.8em;
  content: '|';
}
.footer_main {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 40px;
}
.footer_main .footer__container {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer_main .footer__container > div:first-child {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
}
.footer_main .footer__container > div:nth-child(2) {
  -webkit-box-flex: 0;
  flex: 0 0 27%;
}
.footer_main .footer__container > div:nth-child(3) {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
}
.footer_main .footer__container > div {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer_social {
  display: block;
  width: auto;
  -webkit-box-ordinal-group: unset;
  order: unset;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer_main .footer__container > div > div {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.footer_main .footer__container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 28px;
}
.footer_main .footer__container ul li {
  margin-bottom: 5px;
}
.footer_main .footer__container ul li:first-child a,
.footer_main .footer__container ul li:first-child span{
  font-size: .8125em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Museo Sans W01_700";
}
.footer_main .footer__container > div:first-child .footer_nav:last-child .hs-menu-wrapper > ul > li:first-child > a:hover,
.footer_menu:nth-child(2) > .footer_nav:nth-child(2) .hs-menu-wrapper > ul > li:first-child > a:hover{
  color: #00a1ad;
  cursor: text;
}
.footer_main .footer__container ul li:last-child i {
  background-repeat: no-repeat;
  background-position: 7px -4px;
  background-size: 64px;
  background-image: url(https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/raw_assets/public/HotSpring_july2020/images/Capture.png);
}
.footer_main .footer__container ul li a {
  font-size: .875em;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  font-family: "Museo Sans W01_300";
  line-height: 22.6px;
}
.footer_menu:nth-child(2) > .footer_nav:nth-child(1) .footer_nav:last-child {
  position: relative;
  top: 2px;
}
.footer .footer__container {
  max-width: 1500px;
}
.footer_main .footer__container ul li a i {
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-right: 0.7em;
  color: #464646;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.i-facebook:before {
  content: "\e910";
}
.i-instagram:before {
  content: "\e948";
}
.i-pinterest:before {
  content: "\e949";
}
.i-youtube:before {
  content: "\ea9d";
}
.search {
  position: relative;
  margin-top: 10px;
  width: 260px;
  margin-bottom: 8px;
}
form#SearchForm_SearchForm button.submit {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 10;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
form#SearchForm_SearchForm button.submit i.i-search {
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-search:before {
  content: "\e904";
}
form#SearchForm_SearchForm fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
form#SearchForm_SearchForm fieldset input#SearchForm_SearchForm_Search {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 7px 10px 7px 45px;
  border-radius: 18px;
  border: none;
  font-size: 1em;
  overflow: visible;
  font-family: inherit;
  line-height: 22.4px;
}
form#SearchForm_SearchForm div#SearchForm_SearchForm_Search_Holder {
  margin: 0;
}
form#SearchForm_SearchForm fieldset input#SearchForm_SearchForm_Search:focus {
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;
}
.footer_social ul li {
  margin-bottom: 10px !important;
  line-height: 22.4px;
}
.footer_main .footer__container ul li a i {
  vertical-align: middle;
}
.footer_main .footer__container ul li a span {
  vertical-align: middle;
  line-height: 19.6px;
}
.footer.lp {
  padding: 0;
}
@media(max-width: 1499px){
  .footer_copyright .footer__container > div > span, 
  .footer_copyright .footer__container > div > div {
    display: block;
  }
  .footer_copyright .footer__container p:first-child {
    color: #fff;
    margin: 0 0 20px;
    font-size: 1em;
    margin-right: 60px;
    display: flex;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 10px;
  }
  .footer_copyright {
    height: auto;
    padding: 30px 0;
  }

  .footer_copyright .footer__container {
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 30px;
  }
  .footer_copyright .footer__container p {
    display: flex;
    margin-bottom: 10px;
    justify-content: unset;
    align-items: unset;
  }
}

@media(max-width: 1399px){
  .footer_main .footer__container {
    padding: 0px 30px;
  }
  .footer {
    padding-top: 50px;
  }
}

@media(max-width: 1199px){
  .footer_main .footer__container>div:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 35%;
  }
  .footer_main .footer__container>div:nth-child(2) {
    -webkit-box-flex: 0;
    flex: 0 0 32%;
  }
  .footer_main .footer__container > div:first-child .footer_nav:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .footer {
    padding-top: 40px;
  }
}


@media(max-width: 991px){
  .footer_copyright .footer__container p {
    font-size: .875em;
    display: block;
    color: #fff;
    margin: 0 0 20px;
  }
  .footer_copyright .footer__container p a {
    color: #fff;
    display: block;
    margin: 0;
    padding: 0 0 10px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .footer_copyright .footer__container p a:before {
    display: none;
  }
  .footer_copyright .footer__container p:first-child {
    display: block;
    color: #fff;
    margin: 0 0 20px;
    font-size: 1em;
    margin-right: 60px;
  }
  .footer_copyright .footer__container p:first-child a {
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    margin: 0;
  }
  .footer_copyright .footer__container p:first-child a:before {
    display: none;
  }
  .footer_main .footer__container > div:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 47%;
  }
  .footer_main .footer__container > div:nth-child(2) {
    -webkit-box-flex: 0;
    flex: 0 0 45%;
  }
  .search {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .footer {
    padding-top: 30px !important;
  }
  .footer_main .footer__container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
  }
  .footer_social ul li:first-child {
    margin-bottom: 9px !important;
  }
  .footer_main .footer__container ul li a span {
    display: none;
  }
}

@media(max-width: 767px){
  .footer_menu:nth-child(2) > .footer_nav:nth-child(1) .footer_nav:last-child {
    position: relative;
    top: 0;
  }
  ul.footer_social_icons li:not(:first-child) span {
    display: none !important;
  }
  .footer_social ul li:first-child {
    display: block;
  }
  .footer_social ul li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
  }
  .search {
    margin-bottom: 0;
    margin-top: 30px;
  }
  ul.footer_social_icons {
    text-align: center;
    width: 100%;
  }
  .footer_main .footer__container ul li a i {
    margin-right: 1em;
  }
  .footer_social ul li:first-child {
    margin-bottom: 14px !important;
  }
  .footer {
    padding-top: 32px !important;
  }
}

@media(max-width: 575px){
  .sidepanel{
    display: none;
  }
  .footer_main .footer__container > div:nth-child(3) {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .search {
    width: 100%;
  }
  .footer_main .footer__container > div:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .footer_main .footer__container > div > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .footer_main .footer__container > div:nth-child(2) {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.blog-form form .hs_region_city {
  padding-left: 15px;
}
.post-feature {
  overflow: hidden;
  max-height: 239px;
}
.blog-form form .hs_email {
  padding-right: 15px;
}
.blog-form .hs-form-field input[type=text]::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.blog-form .hs-form-field input[type=text]::-moz-placeholder {
  color: rgb(117, 117, 117);
}
.blog-form .hs-form-field input[type=text]:-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
.blog-form .hs-form-field input[type=text]:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.blog-form form select {
  -webkit-appearance: none;
}
.blog-form form .hs_region_city > label {
  margin-bottom: 12px;
}
.blog-form form .hs_region_city > .input {
  position: relative;
  margin: 0;
}
.blog-form form .hs_region_city > .input:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.blog-form form .hs_lastname {
  padding-left: 15px;
  margin-bottom: 23px;
}
.blog-form form .hs-form label {
  font-size: 1em;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog_listing_wrapper {
  padding: 40px 0;
  padding-top: 70px;
  background-color: #f7f7f7;
}
.blog_listing_wrapper .content-wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.featured-article {
  margin-bottom: 40px;
}
.featured-article .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.featured-article .row .recent-post-inner {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
a.card.card-news-item.card-news-feature {
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
  position: relative;
  margin-bottom: 1.875em;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0px 1px 0px rgba(0,0,0,0.15), 0px 2px 0px rgba(0,0,0,0.05);
  color: #333;
}
a.card.card-news-item.card-news-feature img {
  min-width: auto;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  width: 100%;
}
a.card.card-news-item.card-news-feature .content {
  position: relative;
  padding: 50px 60px;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
a.card.card-news-item.card-news-feature .content p.title {
  font-size: 1.75em;
  font-family: "Museo Sans W01_300";
  margin-bottom: 5px;
  line-height: 1.5em;
}
a.card.card-news-item.card-news-feature .content span.blog-post__tags {
  text-transform: uppercase;
  display: inline-block;
  font-size: .8125em;
  letter-spacing: 1px;
}
a.card.card-news-item.card-news-feature .content span.blog-post__tags svg {
  display: none;
}
a.card.card-news-item.card-news-feature .content span.blog-post__tags span.blog-post__tag-link:before {
  content: "|";
  margin: 0 .5em;
}
a.card.card-news-item.card-news-feature .content span.blog-post__tags span.blog-post__tag-link {
  color: #00a1ad;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
}
a.card.card-news-item.card-news-feature .content .summary {
  margin-top: 15px;
  max-height: none;
  overflow: hidden;
  -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.card.card-news-item.card-news-feature .content .summary p {
  margin-bottom: .5em;
  line-height: 1.5em;
  font-size: 1em;
}
a.card.card-news-item.card-news-feature .content span.more {
  display: inline-block;
  font-size: 1.125em;
  margin-top: 5px;
  padding: .5em 0;
  border-bottom: 1px solid #00a1ad;
  color: inherit;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
a.card.card-news-item.card-news-feature .content span.more {
  display: inline-block;
  font-size: 1.125em;
  margin-top: 5px;
  padding: .5em 0;
  border-bottom: 1px solid #00a1ad;
  color: inherit;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
}
a.card.card-news-item.card-news-feature img {
  min-width: auto;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  width: 100%;
  max-height: 403px;
  object-fit: cover;
}
a.card.card-news-item.card-news-feature:hover {
  box-shadow: 1px 2px 7px rgba(0,0,0,0.15);
  text-decoration: none;
}
a.card.card-news-item.card-news-feature:hover .content .summary {
  max-height: 100px;
  opacity: 1;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.listing_dropdown_title {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.news-title {
  display: -webkit-box;
  line-height: 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.news-title h1.h2 {
  font-size: 2.5em;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  margin: 0 0 .75em 0;
}
.category {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 15%;
}
.category .choices {
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.category .choices:after {
  content: "\e909";
  font-family: 'hotspring';
  border: 0;
  top: 9px;
  right: 0;
  margin: 0;
  color: #00a1ad;
  font-size: 14px;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.choices__list.choices__list--single {
  padding: 0;
  min-height: auto;
  border: none;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 2.5px;
  overflow: hidden;
}
.choices__item.choices__item--selectable {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-right: 10px;
}
.post-item {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
a.card.card-news-item {
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
  position: relative;
  padding-bottom: 105px;
  cursor: pointer;
  color: #333;
  display: block;
  margin-bottom: 1.875em;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0px 1px 0px rgba(0,0,0,0.15), 0px 2px 0px rgba(0,0,0,0.05);
}
select#tinynav1 {
  border: 0;
  -webkit-appearance: none;
  width: 87%;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  position: relative;
  left: 20px;
}
a.card.card-news-item img {
  min-width: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  width: 100%;
}
a.card.card-news-item .content {
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  top: auto;
}
a.card.card-news-item .content p.title {
  margin-bottom: 5px;
  font-size: 1.3125em;
  font-family: "Museo Sans W01_300";
}
a.card.card-news-item .content p.title {
  margin-bottom: 5px;
  font-size: 1.3125em;
  font-family: "Museo Sans W01_300";
  line-height: 1.5em;
  padding: 0;
}
a.card.card-news-item .content span.blog-post__tags {
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
  font-weight: 400;
}
a.card.card-news-item .content span.blog-post__tags:before {
  content: "|";
  margin: 0 .5em;
}
a.card.card-news-item .content span.blog-post__tags svg {
  display: none;
}
a.card.card-news-item .content span.blog-post__tags span.blog-post__tag-link {
  font-size: 13px;
  color: #00a1ad;
}
a.card.card-news-item .summary {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.card.card-news-item:hover .summary {
  max-height: 100px;
  opacity: 1;
}
a.card.card-news-item:hover {
  box-shadow: 1px 2px 7px rgba(0,0,0,0.15);
  text-decoration: none;
  opacity: 0.8;
}
a.card.card-news-item .summary p {
  margin-bottom: .5em;
  line-height: 1.5em;
  font-size: 16px;
  font-family: "Museo Sans W01_300";
  font-weight: 400;
  text-align: left;
}
.blog-base-links {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eef2f5;
  background-color: #fff;
}
.blog-base-links > a {
  padding: 40px 90px 40px 60px;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  border-bottom: 0px;
  border-right: 1px solid #eef2f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: flex;
  -webkit-transition: background 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #333;
  margin: 0;
  line-height: 0;
}
.blog-base-links > a > span {
  flex-basis: auto;
  display: block;
  width: 47px;
  height: 47px;
  margin-bottom: .5em;
  background: url(https://7524656.fs1.hubspotusercontent-na1.net/hubfs/7524656/raw_assets/public/HotSpring_july2020/images/icons-map.png);
}
.blog-base-links > a > span.icon-deal {
  background-position: 94px 0px;
}
.blog-base-links > a .content {
  padding-left: 0;
  flex-basis: auto;
  position: relative;
}
.blog-base-links > a .content p.title {
  margin-bottom: 0.45em;
  font-size: 1.3125em;
  font-family: "Museo Sans W01_700";
  color: inherit;
  line-height: 1.75em;
  padding: 0;
}
.blog-base-links > a .content p + p {
  font-size: .875em;
  color: inherit;
  margin: 0;
  line-height: 1.75em;
}
.blog-base-links > a:hover {
  background-color: #f2f2f2;
}
.blog-base-links > a > span.icon-mail {
  background-position: 47px 0px;
}
.blog-base-links > a > span.icon-drop {
  background-position: 141px 0px;
}
.blog-sales-enquiry.section-spacer-bottom {
  padding: 60px 0 50px;
}
.blog-sales-enquiry.section-spacer-bottom .text-center {
  text-align: center;
}
.blog-sales-enquiry.section-spacer-bottom .text-center h3 {
  font-family: "Museo Sans W01_500";
  text-transform: uppercase;
  font-size: 2.25em;
  margin: 0 0 .75em 0;
}
.blog-sales-enquiry.section-spacer-bottom .text-center p {
  font-size: 1em;
  line-height: 1.75em;
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog-sales-enquiry.section-spacer-bottom .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.blog-form {
  margin-left: 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-form form {
  margin-top: 30px;
}
.blog-form form fieldset {
  max-width: 100%;
}
.blog-form form fieldset .hs-form-required {
  color: #333;
}
.blog-form form .hs_lastname > label {
  opacity: 0;
}
.blog-form form .grecaptcha-badge {
  margin-left: 0;
}
.blog-form form .actions {
  padding: 1em 2em;
}







.blog-header {
  background-color: #F8FAFC;
  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;
}
a.card.card-news-item.card-news-feature:hover {
  opacity: 0.8;
}

@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-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: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-pagination {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-pagination > a {
  font-size: 1em;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: none;
  width: auto;
  margin: 0;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 200ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  background-color: #00a1ad;
  color: #fff;
}
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled{
  background-color: #f7f7f7;
  color: #00a1ad;
}
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled:hover,
a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled:hover{
  background-color: #dedede;
}
.blog-pagination > a svg {
  display: none;
}
.blog-pagination > a:hover {
  background-color: #00bdc4;
  color: #fff;
}
.count-wrapper a.blog-pagination__link.blog-pagination__number-link {
  padding: 5px 10px;
  color: #00a1ad;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  color: #333;
  cursor: text;
}
.count-wrapper a.blog-pagination__link.blog-pagination__number-link:hover {
  color: #333;
}
.recent-post.post {
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recent-post.post .content-wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.recent-title {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.recent-title-inner {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
}
.recent-title-inner h4 {
  font-size: 1.75em;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  margin: 0 0 .75em 0;
}
.recent-title-inner p {
  font-size: 1em;
  line-height: 1.75em;
  margin-top: 0;
  margin-bottom: 1rem;
}
.recent-title-inner p a {
  color: #464646;
  padding: 0 .5em .5em;
  border-bottom: 1px solid #00a1ad;
}

.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: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, 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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-post-wrapper {
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-post-wrapper .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.breadcrumbs {
  padding: 40px 0;
}
.breadcrumbs a {
  font-size: .875em;
  font-weight: 400;
  line-height: 1.75;
}
.breadcrumbs a.breadcrumb-1:after {
  font-size: 1.25em;
  content: '\203A';
  margin: 0 1em;
  color: #464646;
}
.blog-post {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.15), 0px 2px 0px rgba(0,0,0,0.05);
}
.article-image img {
  width: 100%;
}
.post-inner-wrapper {
  margin-left: 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.article-inner {
  padding: 40px 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
.article-top {
  padding-bottom: 35px;
}
.article-top h2.text-center {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  font-family: "Museo Sans W01_300";
  margin: 0 0 .75em 0;
  margin-bottom: 10px;
}
.article-top .blog-post__tags {
  font-size: .8125em;
  letter-spacing: 1px;
  text-align: center;
}
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.article-top .blog-post__tags svg {
  display: none;
}
.article-top .blog-post__tags a {
  font-size: .8125em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00a1ad;
}
.article-top .blog-post__tags a:hover {
  color: #333;
}
.social-share {
  font-size: 18px;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
  margin-bottom: 40px;
}
.social-share p.title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-align: center;
  padding: 0;
  line-height: 1.75em;
}
.social-share p + p {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1em;
  line-height: 1.75em;
}
.social-share p a {
  margin: 0 4px;
  padding: 4px 7px 0;
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.social-share p a i {
  font-family: 'hotspring' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-twitter:before {
  content: "\e911";
}
.i-linkedin:before {
  content: "\e912";
}
.featured-article span.blog-post__tags:before {
  display: none;
}
ul.l_tinynav1 {
  display: none;
}
label.hs-error-msg, 
label.hs-main-font-element {
  color: red !important;
}
.topic_title {
  padding-right: 10px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
}
.dropdown-topic ul {
  padding: 0;
  width: 180px;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  display: none;
  z-index: 1;
  position: absolute;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.dropdown-topic ul li a {
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Museo Sans W01_300";
  line-height: 1.4;
  display: block;
  color: #333;
}
.dropdown-topic ul li a:hover {
  background-color: #f2f2f2;
}
.topic_active .dropdown-topic ul {
  display: block;
}


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


@media(max-width: 1199px){
  .blog-post-wrapper .content-wrapper,
  .recent-post.post .content-wrapper{
    max-width: 960px;
  }
  .blog-base-links > a {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px 60px 40px 60px;
  }
  .blog-base-links > a .content p.title {
    margin-bottom: 0.50em;
  }
  .blog-sales-enquiry.section-spacer-bottom .content-wrapper {
    max-width: 960px;
  }
  .footer {
    padding-top: 41px;
  }
  .blog_listing_wrapper .content-wrapper {
    max-width: 960px;
  }
}

@media(max-width: 991px){
  .post-inner-wrapper {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-post-wrapper .content-wrapper,
  .recent-post.post .content-wrapper {
    max-width: 720px;
  }
  .post-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-sales-enquiry.section-spacer-bottom .content-wrapper {
    max-width: 720px;
  }
  .blog-form {
    margin-left: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer_social span {
    display: inline-block !important;
  }
  .blog-base-links > a {
    padding: 30px 50px;
  }
  .blog-base-links > a .content p + p {
    font-size: .8125em;
  }
  .blog-base-links>a .content p.title {
    font-size: 1.3125em;
    font-family: "Museo Sans W01_700";
    text-transform: inherit;
    margin-top: 0;
  }
  .blog_listing_wrapper .content-wrapper {
    max-width: 720px;
  }
  a.card.card-news-item.card-news-feature {
    display: block;
    margin-bottom: 1.875em;
    -webkit-transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0px 1px 0px rgba(0,0,0,0.15), 0px 2px 0px rgba(0,0,0,0.05);
    -webkit-transition: box-shadow 400ms;
    transition: box-shadow 400ms;
    position: relative;
    padding-bottom: 105px;
    cursor: pointer;
  }
  a.card.card-news-item.card-news-feature .content {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  a.card.card-news-item.card-news-feature .content p.title {
    margin-bottom: 5px;
    font-size: 1.3125em;
    font-family: "Museo Sans W01_300";
  }
  a.card.card-news-item.card-news-feature img {
    min-width: auto;
    max-height: unset;
  }
  a.card.card-news-item.card-news-feature .content .summary {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  a.card.card-news-item.card-news-feature .content .summary br {
    display: none;
  }
}

@media(max-width: 767px){
  .article-inner {
    padding: 40px 30px;
  }
  .blog_listing_wrapper .content-wrapper {
    max-width: 540px;
  }
  .blog_listing_wrapper {
    padding: 40px 0;
  }
  .news-title h1.h2 {
    font-size: 1.875em;
    font-weight: normal;
    font-family: "Museo Sans W01_300";
    margin: 0 0 .75em 0;
  }
  .blog-post-wrapper .content-wrapper,
  .recent-post.post .content-wrapper,
  .blog-sales-enquiry.section-spacer-bottom .content-wrapper{
    max-width: 540px;
  }
  .post-feature {
    overflow: hidden;
    max-height: 309px;
  }
  .blog-post-wrapper {
    padding-bottom: 30px;
  }
  .recent-title-inner h4 {
    font-size: 1.5em;
  }
  .post-item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-sales-enquiry.section-spacer-bottom .text-center {
    padding: 0 20px;
  }
  .blog-base-links > a {
    padding: 25px 50px 25px 30px;
    flex: 0 0 100%;
  }
  .blog-base-links > a .content {
    flex-basis: calc(100% - 47px);
    padding-left: 15px;
    position: relative;
  }
  .blog-base-links > a {
    padding: 25px 50px 25px 30px;
    flex: 0 0 100%;
    display: flex;
    flex-direction: unset;
  }
  .blog-base-links > a .content p.title {
    font-size: 1.3125em;
    font-family: "Museo Sans W01_700";
    margin-bottom: .25em;
  }
  .grecaptcha-badge {
    margin: 0 auto 0 0;
  }
  .blog-comments form .actions {
    padding: 0;
    text-align: left;
  }
  i.i-thin-chevron {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -30px;
    top: 42%;
    color: #909090;
    font-size: 1.3125em;
    font-family: 'hotspring' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .i-thin-chevron:before {
    content: "\e92c";
  }
}


@media(max-width: 575px){
  .article-inner {
    padding: 40px 15px;
  }
  .blog_listing_wrapper .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-post-wrapper .content-wrapper, 
  .recent-post.post .content-wrapper,
  .blog-sales-enquiry.section-spacer-bottom .content-wrapper{
    padding-left: 25px;
    padding-right: 25px;
  }
  .post-inner-wrapper {
    padding: 40px 30px;
  }
  .blog-comments form {
    padding: 0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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