/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 50px;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section>.row-fluid {
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: eicons;
  src: url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/eicons.eot") format("embedded-opentype"), 
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/eicons.woff2") format("woff2"),
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/eicons.woff") format("woff"),
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/eicons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/fa-brands-400.woff") format("woff"),
    url("//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;

}
/* Monserrat Black */
@font-face {
  font-family: 'Monserrat Black';
  src: url('//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.eot') format('eot'), url('//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.woff') format('woff'), url('//7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.ttf') format('truetype');
}

/* Montserrat-SemiBold */
@font-face {
 font-family: 'Montserrat-SemiBold';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.ttf') format('truetype');
}

/* Montserrat-ExtraBold */
@font-face {
 font-family: 'Montserrat-ExtraBold';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraBold.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraBold.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

/* Montserrat-ExtraLight */
@font-face {
 font-family: 'Montserrat-ExtraLight';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraLight.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraLight.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-ExtraLight.ttf') format('truetype');
}

/* Monserrat Bold */
@font-face {
  font-family: 'Monserrat Bold';
  src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Bold.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Bold.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Bold.ttf') format('truetype');
}

/* Montserrat Thin */
@font-face {
 font-family: 'Montserrat Thin';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Thin.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Thin.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Thin.ttf') format('truetype');
}

/* Montserrat SemiBold */
@font-face {
 font-family: 'Montserrat SemiBold';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-SemiBold.ttf') format('truetype');
}

/* Montserrat Regular */
@font-face {
 font-family: 'Montserrat Regular';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Regular.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Regular.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Regular.ttf') format('truetype');
}

/* Montserrat Medium */
@font-face {
 font-family: 'Montserrat Medium';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Medium.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Medium.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Medium.ttf') format('truetype');
}

/* Montserrat-Light */
@font-face {
 font-family: 'Montserrat-Light';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Light.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Light.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Light.ttf') format('truetype');
}

/* Montserrat-Black */
@font-face {
 font-family: 'Montserrat-Black';
 src: url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.eot') format('eot'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.woff') format('woff'), url('https://7835881.fs1.hubspotusercontent-na1.net/hubfs/7835881/Upstart_July2020/Fonts/Montserrat-Black.ttf') format('truetype');
}

html {

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: 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 {
  font-weight: 400
}

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: 1010px) {
  h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 480px) {
  html {

  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin-bottom: 20px;
  padding: 20px;
}



.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 600 !important;
  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: .92rem;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26) !important;
  text-transform: uppercase;
  padding: 15px 53px;
  
  text-decoration: none;
  margin-top: 10px;
  white-space: normal;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

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


.hs-form label {
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  font-family:"helvetica neue", Helvetica, Arial, sans-serif !important;
  color: red !important;
  font-size: 11.2px !important;
}

.hs-input,input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  color: #666 !important;
  background-color: #fafafa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all .2s linear;
}

.hs-input:focus {
  border-width: 2px !important;
  background-color: #fff !important;
  color: #111 !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

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

h3.form-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  font-family: "Montserrat", Sans-serif !important;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


.submenu.level-2 {
    opacity: 0;
    padding: 0px !important;
    position: absolute;
    text-transform: none;
    top: 100%;
    left: 1% !important;
    -webkit-transition: visibility 0s,opacity .3s;
    -o-transition: visibility 0s,opacity .3s;
    transition: visibility 0s,opacity .3s;
    visibility: hidden;
    width: 200px !important;
   background-color: #00807b !important;
}


.submenu.level-2 li{
  border-bottom: 1px solid #00b1ac !important;
  padding: 4px 10px !important;
  
}
.submenu.level-2 li:hover{
  background-color: #00b1ac !important;
}

.submenu.level-2 li.has-submenu:hover{
  background-color: #00807b !important;
}


.submenu.level-2 li a, .submenu.level-2 li a:hover{
  border-bottom: 0px !important;
  text-decoration: none !important;
}


.cstm-main-menu .navigation-primary>ul li.has-submenu ul.level-2 li a:after {
 background-color: #00b1ac !important;
}

.submenu.level-3 li{
  border-bottom: 0px !important;
}

.submenu.level-3 li:hover{
  background-color: #00b1ac !important;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
/* font-family: 'Montserrat', sans-serif; */


.hdr-title{
    
    padding-top: 17px;
} 

.hdr-title p{
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
} 

h1, h2, h3, h4, h5{
      font-family: 'Montserrat', sans-serif !important;
}


.lp-footer .copyright {
  margin-bottom: 2px;
}

div#hs_cos_wrapper_module_1595874048791 h3 {
    padding: 10px 120px;
}

div#hs_cos_wrapper_widget_1595874704861 {
    text-align: right;
}
div#hs_cos_wrapper_module_1595874707875{
  text-align: left;}


span#hs_cos_wrapper_widget_1595882035007_ h1 {
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 3px;
    border-bottom: 8px solid #00b1ac;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
}

span#hs_cos_wrapper_widget_1595874640571_ h1{
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 3px;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
}

.btn{ display:inline-block; font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:700; letter-spacing:2px; line-height:1.2; padding:19px 41px; border:2px solid transparent; text-transform:uppercase; }
.btn.white-border{ border-color:#FFFFFF; }
.btn.c-white{ color:#FFFFFF; }
.btn.c-white:hover{ background-color:#00A49F; }

.hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607099814352 h1{ font-family: 'Montserrat', sans-serif!important; line-height:1.2!important; margin-bottom:20px!important; }
.hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607100254266_{ font-size:24px; }
.hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607534213263_ > img{ display:inline-block; box-shadow:10px 10px 40px -10px rgba(0,0,0,0.30); border-radius:50%; }

@media only screen and (max-width:767px){
  .btn{ font-size:14px; padding:15px 41px; }
    
  .hs-content-id-41069959390.hs-landing-page .dnd_area-row-0-padding{ padding:40px 0!important; }
  .hs-content-id-41069959390.hs-landing-page .cell_16070998145122-row-0-vertical-alignment.dnd-row > .row-fluid { display:flex; flex-wrap:wrap; flex-direction:column-reverse; }
  .hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607534213263{ margin-bottom:30px!important; }
  .hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607099814352 h1{ font-size:30px!important; }
  .hs-content-id-41069959390.hs-landing-page #hs_cos_wrapper_widget_1607100254266_{ font-size:16px; text-align:left; }
}

@media only screen and (max-width:600px){
  .hs-content-id-41069959390.hs-landing-page main{ top:0; }
}

/* Media query ===================================== */
@media (max-width: 1000px) {
  .lp-footer .copyright {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .lp-footer .copyright {
    margin-bottom: 53px;
  }
  .lp-header .header-logo {
    margin: 0;
    padding: 20px 20px 26px;
  }
}



@media (max-width: 600px){
  .Banner-area{
    min-height: 585px;
    padding: 0px;
    background-position: -410px -60px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .banner-cntnt {
    padding: 45px 30px;
}

.cta-brn-wrap {
    position: relative;
    width: 100%;
    margin-top: 0;
}  
  
.cta-btn-inner a {
    width: 260px !important;
}

.simple-banner {
    min-height: 0;
    float: left;
    top: 300px;
    width: 100%;
}
  
  .banner-title-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

main {
    float: left;
    display: block;
    top: 50px;
    position: relative;
}
  
  #hs_cos_wrapper_main-section-module-3 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
  
  #hs_cos_wrapper_main-section-module-3 span p, #hs_cos_wrapper_widget_1595538432882 span p{
    font-size: 18px !important;
  }
  
  #hs_cos_wrapper_widget_1595538432882 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 30px !important;
}
  
  .dnd-section {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    text-align: center;
    
}
  .dnd-section img{
    margin-bottom: 20px;
  }
  
  .row-number-9 img {
    text-align: center;
    margin: 20px;
}
  
  
  div#hs_cos_wrapper_widget_1595874704861 {
    text-align: center !important;
}
div#hs_cos_wrapper_module_1595874707875{
  text-align: center !important;
  }
  
.footer-wrap {
    padding: 5px;
    width: 100%;
    margin-top: 50px;
    display: block;
    float: left;
}
  
  .cell_15958741568372-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  
#hs_cos_wrapper_module_1595874048791 {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    
  div#hs_cos_wrapper_module_1595874048791 h3 {
    padding: 10px 10px;
}
  
  
}
/* ******************************************************************************
*********************************************************************************
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 {
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  color: #262E2E;
  line-height: 24px;
  font-size: 16px;
}
.header-top {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 0 20px;
  z-index: 30;
  position: relative;
}
.header-top .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header-top-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo-rap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39.911%;
}
.header-logo {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0 30px;
}
.logo-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.logo-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-img-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40.757%;
}
.hdr-title-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 59.24%;
}
.logo-img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 10px 0 0;
}
.logo-img-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
#hs_cos_wrapper_header_logo {
  width: 100%;
  text-align: center;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_header_logo a {
  display: inline-block;
}
#hs_cos_wrapper_header_logo a img {
  width: 196px !important;
  max-width: 160px;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}
.hdr-title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #e2e2e2;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 0 0 0 10px;
}
.hdr-title-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
#hs_cos_wrapper_header_title {
  position: relative;
  width: 100%;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_header_title h6 {
  line-height: 1;
  clear: both;
  color: #000;
  font-family: montserrat,Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}


@media (max-width: 1100px) {
  .logo-img-wrap {
    margin-right: 13px;
  }
}

@media (max-width: 1024px) {
  .header-top {
    padding: 10px;
  }
  .header-top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-logo-rap {
    width: 50%;
  }
  .header-logo {
    padding: 0;
  }
  .logo-wrap {
    align-content: flex-start;
    align-items: flex-start;
  }
  .logo {
    display: block;
  }
  .logo-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-img-wrap {
    width: 40.757%;
    margin: 0;
  }
  .hdr-title-wrap {
    width: 59.24%;
  }
}

@media (max-width: 830px) {
  .logo-img-wrap {
    margin-right: 15px;
  }
  .hdr-title-wrap {
    width: 30.24%;
  }
}

@media (max-width: 767px) {
  .header-logo-rap {
    width: 80%;
  }
  .header-top {
    padding: 0;
  }
  .header-logo {
    margin: 0;
    padding: 20px 20px 0;
  }
  .logo-img-wrap {
    width: 50%;
    margin: 0;
  }
  .hdr-title-wrap {
    width: 50%;
  }
  #hs_cos_wrapper_header_logo {
    text-align: left;
  }
  #hs_cos_wrapper_header_logo a img {
    max-width: 113px;
  }
  #hs_cos_wrapper_header_title h6 {
    font-size: 13.68px;
  }
}

@media (max-width: 355px) {
  .logo-img-wrap {
    margin-right: 15px;
  }
  .hdr-title-wrap {
    width: 39%;
  }
  .hdr-title {
    padding: 0 0 0 5px;
  }
  #hs_cos_wrapper_header_title h6 {
    font-size: 11.97px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-wrap {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #F3F3F3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 0px 10px 0px;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 16px;
}
.footer-wrap .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-inner {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ftr-cntnt-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.ftr-cntnt {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr-link-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 10px 0px;
}
.ftr-img-wrap {
  display: block;
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #DCDCDC;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.footer-btm-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.footer-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}
.footer-btm-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81.718%;
}
.social-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.17%;
}
.copyright {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.copyright-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.copyright-cntnt {
  font-family: inherit !important;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  width: 100%;
  font-size: 12px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.copyright-cntnt font {
  font-size: 16px;
}
#hs_cos_wrapper_footer_copyright_text_ {
  display: block;
}
.social {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.social-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.social-link {
  position: relative;
  width: 100%;
  text-align: right;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.social-container {
  font-size: 0;
}
.social-icon {
  -webkit-border-radius: 10%;
  border-radius: 10%;
  background-color: rgba(0,0,0,0);
  font-size: 18px;
  padding: 0em;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
}
.social-icon:not(:last-child) {
  margin-right: 20px;
}
.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  color: #262E2E;
  line-height: 24px;
  font-size: 16px;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.73);
}
.social-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.ftr-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}
.ftr-img-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ftr-img1-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8.318%;
}
.ftr-img2-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.636%;
}
.spacer-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74.71%;
}
.spacer {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spacer-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ftr-img2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.ftr-img2-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr-img2-inner .footer-img {
  position: relative;
  width: 100%;
  text-align: left;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.ftr-img2-inner .footer-img img {
  height: auto;
  max-width: 100%;
  border: none;
  width: auto !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.ftr-img1 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.ftr-img1-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr-img1-inner .footer-img {
  position: relative;
  width: 100%;
  text-align: left;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.ftr-img1-inner .footer-img img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: auto !important;
}
.social-icon:hover i {
  color: #00ce1b;
}
.ftr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}
.ftr-link-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ftr-menu1-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14.842%;
}
.ftr-menu2-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.914%;
}
.cstmr-access-wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65.91%;
}
.cstmr-access-link {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.cstmr-access-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.cstmr-access {
  line-height: 24px;
  position: relative;
  font-weight: 400;
  width: 100%;
  font-size: 12px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_customer_access_link_ {
  display: block;
}
#hs_cos_wrapper_customer_access_link_ span {
  line-height: 24px;
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
}
#hs_cos_wrapper_customer_access_link_ span a {
  transition: all .2s linear;
  color: #6c7878;
  text-decoration: underline;
}
.ftr-menu2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
#hs_cos_wrapper_footer_menu2 {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
#hs_cos_wrapper_footer_menu2_ {
  position: relative;
  width: 100%;
}
#hs_menu_wrapper_footer_menu2_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_menu_wrapper_footer_menu2_ ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hs_menu_wrapper_footer_menu2_ ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#hs_menu_wrapper_footer_menu2_ ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-family: "Montserrat", Sans-serif !important;
  line-height: 24px;
  font-weight: 500;
}
.ftr-menu1 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
#hs_cos_wrapper_footer_menu1 {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
#hs_cos_wrapper_footer_menu1_ {
  position: relative;
  width: 100%;
}
#hs_menu_wrapper_footer_menu1_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_menu_wrapper_footer_menu1_ ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hs_menu_wrapper_footer_menu1_ ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#hs_menu_wrapper_footer_menu1_ ul li a {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}
#hs_menu_wrapper_footer_menu1_ ul li:not(:last-child) {
  padding-bottom: calc(7px/2);
}
#hs_menu_wrapper_footer_menu1_ ul li:not(:first-child) {
  margin-top: calc(7px/2);
}
#hs_menu_wrapper_footer_menu2_ ul li:not(:last-child) {
  padding-bottom: calc(7px/2);
}
#hs_menu_wrapper_footer_menu2_ ul li:not(:first-child) {
  margin-top: calc(7px/2);
}


@media (max-width: 1024px) {
  .footer-wrap {
    padding: 30px 20px;
  }
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-btm-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright-wrap {
    width: 90%;
  }
  .social-wrap {
    width: 10%;
  }
  .social-icon {
    font-size: 13px;
  }
  .social-icon:not(:last-child) {
    margin-right: 10px;
  }
  .ftr-img-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ftr-link-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ftr-menu1-wrap {
    width: 33%;
  }
  .ftr-menu2-wrap {
    width: 33%;
  }
  .cstmr-access-wrap {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .footer-wrap {
    padding: 5px;
  }
  .social-wrap {
    width: 100%;
  }
  .copyright-wrap {
    width: 100%;
  }
  .social-link {
    text-align: left;
  }
  .social-icon:not(:last-child) {
    margin-right: 13px;
  }
  .social-icon {
    font-size: 21px;
  }
  .ftr-img1-wrap {
    width: 40%;
  }
  .ftr-img2-wrap {
    width: 60%;
  }
  .spacer-wrap {
    width: 100%;
  }
  .ftr-img1-inner .footer-img {
    text-align: center;
  }
  .ftr-img2-inner .footer-img {
    text-align: center;
  }
  .ftr-menu1-wrap {
    width: 50%;
  }
  .ftr-menu2-wrap {
    width: 50%;
  }
  .cstmr-access-wrap {
    width: 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-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;
}

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #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;
  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%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;`
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             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;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
.post-item .page-center {
  display: block;
}
.comment-date, .comment-from {
  display: block !important;
}




@media(max-width: 767px){
  .blog-index__post {
    padding: 0;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form {
  max-width: 500px;
  background-color: none !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 20px;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px;
}
form#email-prefs-form {
  max-width: 100%;
}
p.header {
  color: #757575;
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1 {
    font-size: 31px !important;
  }
  .systems-page h2 {
    font-size: 24px !important;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.row-fluid-wrapper.row-depth-1.row-number-3.dnd-row{
display: none !important;
}

@media(max-width:1080px){
.row-fluid-wrapper .dnd_area-row-1-padding, .row-fluid-wrapper .dnd_area-row-3-padding, .row-fluid-wrapper .dnd_area-row-5-padding
  {
    
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    text-align: left !important;

  }
  
  #hs_cos_wrapper_main-section-module-3
  {
  text-align: left;
  padding-left:0 !important;
  padding-right:0 !important;
  }
  
  .row-number-9 img{
  margin: 0;
  }
  
  .row-fluid-wrapper .dnd_area-row-1-padding .dnd-column, .row-fluid-wrapper .dnd_area-row-3-padding .dnd-column, .row-fluid-wrapper .dnd_area-row-5-padding .dnd-column{
    width: 100%;
}

.row-fluid-wrapper .dnd_area-row-1-padding .row-fluid, .row-fluid-wrapper .dnd_area-row-3-padding .row-fluid, .row-fluid-wrapper .dnd_area-row-5-padding .row-fluid{
    flex-direction: column;
}
  
.header-main-menu-wrap{
    padding: 10px 0;
}
  
.cstm-main-menu .navigation-primary>ul li a{
    font-size: 13px !important;
  }
  
.submenu.level-1>li:not(:last-child){
   margin-right: 20px !important;  
  }
  
#hs_cos_wrapper_header_top_sitemap .hs-menu-wrapper>ul>li>a{
  font-size:11px !important;
  }

.dnd_area-row-0-padding .row-fluid {
    flex-direction: column !important;
}

.row-fluid-wrapper .dnd_area-row-0-padding .row-fluid .dnd-column{
    width: 100% !important;
}
  
.row-fluid-wrapper .dnd_area-row-0-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
 
.row-fluid-wrapper .dnd_area-row-0-padding .row-fluid h1{
    width:70%;
    font-size:41px;
  }

.dnd_area-row-6-background-image .row-fluid {
    flex-direction: column !important;
}

.row-fluid-wrapper .dnd_area-row-6-background-image .row-fluid .dnd-column{
    width: 100% !important;
}
  
.row-fluid-wrapper .dnd_area-row-0-padding .row-fluid .dnd-column:nth-child(2){
    display: none !important
}
  
@media(max-width:980px){
.row-fluid-wrapper .dnd_area-row-0-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.row-fluid-wrapper .dnd_area-row-0-padding .row-fluid h1 {
    width: 70%;
    font-size: 30px !important;
}
  
.custom-landing-body .row-fluid-wrapper .dnd_area-row-0-padding .row-fluid .dnd-column:nth-child(2){
  display: block !important;
  }
  
.custom-landing-body .dnd_area-row-0-max-width-section-centering>.row-fluid{
    padding: 20px 0 !important
}
.custom-landing-body .row-fluid-wrapper .dnd_area-row-0-padding .row-depth-1.row-number-6.dnd-row{
    display: none !important
}
  
  .custom-landing-body .row-fluid-wrapper .dnd_area-row-0-padding .row-fluid .dnd-column:nth-child(2) img{
  margin-bottom: -48px;}
  

}

@media(max-width:767px){
  
  .row-fluid-wrapper .dnd_area-row-0-background-image
  {
  background-image: none !important;
  background-color: #232A2A !important;
  }
  
  .row-fluid-wrapper .dnd_area-row-1-padding, .row-fluid-wrapper .dnd_area-row-3-padding, .row-fluid-wrapper .dnd_area-row-5-padding
  {
    padding-top: 40px !important;
  }
  
  .row-number-9 img{
  margin: 0;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row{
  display: block !important;
  padding-top: 2em;
  }
  
 .row-fluid-wrapper .dnd_area-row-0-padding {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
  
 .row-fluid-wrapper.row-depth-1.row-number-2.dnd-row h1 {
   font-size: 36px !important;
   width: 100% !important;
  }
  
  .header-logo {
    margin: 0;
    padding: 0px 20px 0;
    justify-content: center;
    align-items: center;
}
   
  main{
    top:0; 
 }
  
  .header-main-menu-wrap {
    padding: 0;
}
  
  .main-img-box .main-wrapper .box-1-wrap{
  gap: 0 !important;
  }
  
  .main-box.box-3 {
    align-items: flex-start !important;
}
  
  .main-box.box-2{
    border-left:0 !important;
    border-right:0 !important;
  }
  
  .main-img-box{
  padding: 30px 0;
  }
  
  h2.program-heading {
    text-align: left;
}

  p.program-text {
    text-align: left;
}
  
  .custom-landing-body .dnd-section{
    padding: 20px 10px !important;
}
  
  .custom-landing-body .widget-type-text,  .custom-landing-body h2,  .custom-landing-body p{
    text-align: left !important
}
  
  
 
}

.hs_cos_wrapper_module_17066433018136 {
  
  display: none:
}

/* new page css */

.custom-landing-body .banner-heading, .custom-landing-body p.banner-text{
    text-align: left;
                       
}

.custom-landing-body .banner-heading span{
    font-size: 33px;                
}
body, div, p, ul, ol, label, li, .hs-form label, .hs-input, span, a, .hs-button, label, input, #hs_cos_wrapper_customer_access_link_ span, h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat',sans-serif !important; }