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

@font-face {
  font-family: "semplicitapro";
  src: url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "semplicitapro";
  src: url("https://use.typekit.net/af/0e9aa7/00000000000000003b9afa55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/0e9aa7/00000000000000003b9afa55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/0e9aa7/00000000000000003b9afa55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/MLS_Group_July2020/Fonts/Font%20Awesome/fa-brands-400.eot") format("embedded-opentype"),
    url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

html {
  font-size: 16px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  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 {
  line-height: 1.52;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.body-container-wrapper ul {
  list-style-type: none;
  -webkit-padding-start: 65px;
  padding-inline-start: 65px;
  margin: 0 0 16px;
}

.body-container-wrapper ul li {
  margin-bottom: 15px;
}

.body-container-wrapper ul li:before {
  content: "";
  background: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/li_icon.svg) no-repeat 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-left: -35px;
  margin-right: 20px;
  background-size: contain;
}

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: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: normal;
  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;
  padding: 15px 53px;
  
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register {
  display: block;
  max-width: 700px;
  padding: 10px;
  font-size: 16px;
}

.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 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 1.2em;
}

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

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 0;
  padding-left: 1em;
  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;
  line-height: 1.5;
  font-size: 1.2em;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  font-size: 16px;
}


ul.no-list.hs-error-msgs.inputs-list li label {
  color: #bd1414;
  margin-bottom: 2rem;
  display: inline-block;
}

ul.no-list.hs-error-msgs.inputs-list li:before {
  content: "!";
  padding: .15rem .65rem;
  border: 1px solid #bd1414;
  border-radius: 20px;
  font-size: .8rem;
  margin-right: .5rem;
  margin-left: .5rem;
  background: none;
  width: auto;
  height: auto;
  position: static;
  display: inline-block;
}

ul.no-list.hs-error-msgs.inputs-list li {
  font-size: 16px;
  color: #bd1414;
  display: flex;
  align-items: center;
}

.hs-form-field input:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 0px;
}

.systems-page ul.no-list.hs-error-msgs li:before {
  display: none !important;
}

.hs-form-field {
  margin-bottom: 1em;
}

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

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

.hs-input:-moz-placeholder {
  color: #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;
}

.hs-landing-page ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 10px;
}

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

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

.banner-wrapper:before {
  position: absolute;
  display: block;
  height: 150px;
  bottom: -1px;
  width: 100%;
  z-index: 90;
  content: " ";
  background: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/final_test.svg) bottom no-repeat;
  background-size: 130%;
}

.hs-site-page .website-page .body-container__website .dnd-column {
  max-width: 66.666667%;
  margin: 0  auto;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-site-page .website-page p {
  font-size: 1.2em;
  line-height: 1.5;
}

.hs-site-page .website-page {
  font-size: 16px;
}

.home-page main.body-container-wrapper {
  position: relative;
  z-index: 99;
  background: #fff;
}

.hs-site-page .website-page .banner-wrapper .banner-page-center h1 {
  margin-bottom: 24px;
}

.hs-site-page .website-page h4 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}


.hs-site-page .website-page h4:before {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #9092b6;
  transition: .4s steps(20);
}

.hs-site-page .website-page ul li {
  line-height: 1.5;
  font-size: 1.2em;
}

.two-column-page .banner-wrapper .banner-page-center h1 {
  margin-bottom: 24px;
}

.two-column-page .body-container-wrapper {
  font-size: 16px;
}

.two-column-page .banner-wrapper .banner-page-center h1 {
  margin-bottom: 24px;
}

.two-column-page h4{
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}

.two-column-page h4:before {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #9092b6;
  transition: .4s steps(20);
}

.two-column-page ul li {
  line-height: 1.5;
  font-size: 1.2em;
}

.two-column-page .span6,
.service-page .service-desc-inner .span6 {
  max-width: 50%;
  margin: 0;
  width: 50% !important;
}

.two-column-page .span6 .span9,
.service-page .service-desc-inner .span6 .span9{
  max-width: 66.666667%;
  width: 66.666667%;
  margin: 0 !important;
}

.two-column-page .span6 .span3,
.service-page .service-desc-inner .span6 .span3 {
  max-width: 33.3333%;
  width: 33.3333%;
  margin: 0 !important;
}

.two-column-page .span6 p{
  margin-left: 16px;
  margin-right: 16px;
  font-size: 1.2em;
  line-height: 1.5;
}

.security-desc-inner .span10,
.service-page .service-desc-inner .span10,
.contact-page .contact-desc-inner .span10,
.network-desc-inner .span8 {
  max-width: 66.666667% !important;
  width: 66.666667% !important;
  margin: 0 !important;
}

.security-desc-inner .span1,
.service-page .service-desc-inner .span1,
.contact-page .contact-desc-inner .span1,
.network-desc-inner .span2 {
  padding: 0 !important;
  max-width: 16.6665%;
  width: 16.6665% !important;
  margin: 0 !important;
}

.security-page,
.network-page,
.service-page {
  font-size: 16px;
}

.security-desc-inner p,
.network-desc-inner p,
.service-page .service-desc-inner .span6 p,
.service-page .service-desc-inner .span10 p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.service-page .service-desc-inner h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.service-page .service-desc-inner h2 img {
  height: 3rem;
  position: relative;
  top: .5rem;
  left: -2rem;
  margin-left: -2rem;
}

.service-page .service-desc-inner h2:before {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #9092b6;
  transition: .4s steps(20); 
}

.service-page .service-desc-inner .span6 .span9 p {
  margin-right: 1rem;
  margin-left: 1rem;
}

.service-page .service-desc-inner ul li {
  line-height: 1.5;
  font-size: 1.2em;
}

.map-section-inner .row-fluid>.span6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 !important;
}

.map-section-inner .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.map-section-inner .row-fluid>.span6 div {
  height: 100% !important;
}

.contact-page .contact-desc-inner .span10 h2 {
  text-align: center;
  padding-top: 4rem;
  font-size: 2.7rem;
}

.contact-page .contact-desc-inner .span10 p {
  line-height: 1.5;
  font-size: 1.2em;
}

.contact-page {
  font-size: 16px;
}

.map-section-inner .hs_cos_wrapper_type_form {
  max-width: 75%;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.map-section-inner .hs_cos_wrapper_type_form form {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.map-section-inner .hs_cos_wrapper_type_form form .hs-form-field {
  margin: 0;
}

.map-section-inner form .hs-form-field label {
  display: inline-block;
  margin-bottom: .5rem;
}

.map-section-inner form .hs-form-field input {
  width: 100% !important;
  padding: 1px 2px;
  padding-left: 1rem;
  border: 0;
  margin-bottom: 1rem;
  color: #000;
}

.map-section-inner form .hs-form-field label span.hs-form-required {
  color: #585455;
  margin-left: 5px;
}

.map-section-inner form .hs-form-field select {
  padding: 0;
  border: 1px solid #767676;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.map-section-inner form .hs-form-field textarea {
  height: 30px !important;
  margin-bottom: 10px;
}

.map-section-inner form .hs-fieldtype-checkbox ul li:before {
  display: none;
}

.map-section-inner form .hs-fieldtype-checkbox ul li {
  margin: 0;
}

.map-section-inner form .hs-fieldtype-checkbox ul {
  padding: 0;
  margin-bottom: 0;
}

.map-section-inner form .hs-fieldtype-checkbox ul li .hs-input[type=checkbox] {
  display: inline-block;
  width: auto !important;
  margin: 0;
  margin-top: 1px;
  margin-right: 4px;
}

.map-section-inner form .hs-fieldtype-checkbox ul li label.hs-form-checkbox-display {
  line-height: 23px;
}

.map-section-inner form .hs-fieldtype-checkbox ul li label.hs-form-checkbox-display span {
  top: -1px;
  position: relative;
}

.map-section-inner form .hs-submit .hs-button {
  margin-top: 3px;
}

.map-section-inner form ul.no-list.hs-error-msgs.inputs-list li label {
  margin-bottom: 0;
}

.hs-search-results ul#hsresults li a {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2rem;
  font-size: 1.7rem;
  text-decoration: none;
}

/******************************************** Login Page *********************************************/

.hs_login_page {
  background: #e4e4e4;
  min-height: 100vh;
}

header.login-header {
  background: #e4e4e4 !important;
  padding-top: 120px;
}

header.login-header .scrollbar {
  display: none;
}

main.login-page {
  background: #e4e4e4;
}

.login-header-logo {
  background-color: #fff;
  border: 4px solid #455f90;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 10px;
}

.login-header-container-wrpr {
  text-align: center;
}

.login-header-logo a {
  line-height: 0;
}

.login-header-logo>div {
  line-height: 0;
}

.page-text-inner .span3 {
  width: 35% !important;
  margin: 0 !important;
}

.page-text-inner .span6 {
  width: 30% !important;
  margin: 0 !important;
}

.page-text-inner .span6 .text-center {
  max-width: 425px;
  margin: 0px auto 0 !important;
  text-align: center;
  font-size: 13px;
  line-height: 1.7em !important;
  font-family: 'Open Sans', arial, sans-serif !important;
}

.page-text-inner .span6 .text-center p {
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.7em !important;
  font-family: 'Open Sans', arial, sans-serif !important;
  color: #000;
}

.page-text-inner .span6 .text-center p a {
  color: #0046c8;
  font-size: 13px;
  line-height: 1.7em !important;
  font-family: 'Open Sans', arial, sans-serif !important;
}

.page-text-inner .span6 .text-center p strong {
  color: #000;
}

.login-footer {
  background: #e4e4e4;
  font-size: 13px;
  font-style: italic;
  position: relative;
  padding-bottom: 47px;
  padding-right: 20px;
  padding-left: 20px;
}

.login-footer hr {
  margin: 21px 0;
  border: 0;
  border-bottom: 0;
  background: #DDD;
}

.login-footer-wrapper:before, .login-footer-wrapper:after {
  content: '';
  clear: both;
  display: block;
}

.login-footer .footer-right {
  width: 50%;
  float: left;
}

.login-footer .footer-right p {
  margin: 0;
  font: 13px/1.7em 'Open Sans', arial, sans-serif;
  font-style: italic;
  color: #000;
}

.login-footer .text-right {
  width: 30%;
  float: left;
  text-align: right;
  font: 13px/1.7em 'Open Sans', arial, sans-serif;
  font-style: italic;
}

.login-footer .text-right a {
  font: 13px/1.7em 'Open Sans', arial, sans-serif;
  font-style: italic;
  color: #0046c8;
}

.login-footer .text-right a:hover {
  color: #0059ff;
  text-decoration: underline;
}

.page-text-inner .span6 .text-center p a:hover {
  color: #0059ff;
  text-decoration: underline;
}



/****************************************************************************************************/

/******************************************** Review Page *********************************************/

header.header.review-header {
  background: #FFF;
  text-align: center;
  padding-top: 32vh;
}

.review-text .links {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  text-align: center;
  font-family: Arial;
  font-size: 9pt;
  color: #000;
}

.review-text .links p {
  font-family: Arial;
  font-size: 16px;
  margin: 1em 0;
  line-height: 18px;
}

.review-footer {
  font-size: 9pt;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  text-align: center;
  font-family: Arial;
}

.review-footer a {
  font-family: Arial;
  color: #949494;
  font-size: 10.33px;
  padding: 0;
}

.review-footer ul> li:not(:first-child)>a:before {
  content: '|';
  width: 8.25px;
  display: inline-block;
}

.review-footer ul {
  text-align: center;
  justify-content: center;
  margin: 0;
}

body.no-banner .body-container-wrapper {
  margin-top: 200px;
}

.hs-search-results ul#hsresults {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-search-results ul#hsresults li:before {
  display: none;
}

.hs-search-results ul#hsresults li {
  padding:  10px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-align: center;
  align-items: center;
}

/****************************************************************************************************/


@media (max-width: 1199px) {
  .hs-site-page .website-page .body-container__website .dnd-column {
    max-width: 83.333333%;
  }

  .two-column-page .span6 .span9,
  .service-page .service-desc-inner .span6 .span9 {
    max-width: 83.333333%;
    width: 83.333333%;
    margin: 0 !important;
  }

  .two-column-page .span6 .span3,
  .service-page .service-desc-inner .span6 .span3{
    max-width: 16.66667%;
    width: 16.66667%;
    margin: 0 !important;
  }

  .security-desc-inner .span10,
  .network-desc-inner .span8,
  .service-page .service-desc-inner .span10,
  .contact-page .contact-desc-inner .span10 {
    max-width: 83.333333% !important;
    width: 83.333333% !important;
    margin: 0 !important;
  }

  .network-desc-inner .span2,
  .service-page .service-desc-inner .span1,
  .security-desc-inner .span1,
  .contact-page .contact-desc-inner .span1 {
    max-width: 8.3335% !important;
    width: 8.3335% !important;
    margin: 0 !important;
  }

}

@media (max-width: 1024px) and (min-width: 768px) {
  .service-page .service-desc-inner .span6:nth-child(2) h2 img {
    left: -7px;
  }
}

@media (max-width: 991px) {
  .map-section-inner .row-fluid>.span6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .map-section-inner .hs_cos_wrapper_type_form {
    max-width: 91.666667%;
  }
}

@media (max-width: 767px) {
  .hs-site-page .website-page .body-container__website .dnd-column {
    max-width: 100%;
  }
  
  .hs-site-page .website-page p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hs-site-page .website-page h4 {
    font-size: 2.2rem;
    margin-right: 1rem;
    word-break: keep-all;
  }

  .two-column-page .span6,
  .service-page .service-desc-inner .span6 {
    max-width: 100%;
    margin: 0;
    width: 100% !important;
  }

  .two-column-page .span6 .span9,
  .service-page .service-desc-inner .span6 .span9 {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
  }

  .two-column-page .span6 .span3,
  .service-page .service-desc-inner .span6 .span3 {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
  }

  .two-column-page h4 {
    font-size: 2.2rem;
    margin-right: 1rem;
    word-break: keep-all;
  }

  .two-column-page p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .security-desc-inner .span10,
  .network-desc-inner .span8,
  .service-page .service-desc-inner .span10,
  .service-page .service-desc-inner .span1,
  .contact-page .contact-desc-inner .span10,
  .contact-page .contact-desc-inner .span1 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .security-desc-inner p {
    padding-right: 16px;
    padding-left: 16px;
  }

  .network-desc-inner p {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-page .service-desc-inner h2 {
    font-size: 2.2rem;
    margin-right: 1rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }

  .service-page .service-desc-inner h2 img {
    height: 2.5rem;
    left: -.5rem;
    top: .5rem;
  }

  .service-page .service-desc-inner .span6 .span9 p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-page .service-desc-inner .span10 p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-text-inner .span6 {
    width: 100% !important;
  }

  .login-footer .footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .login-footer .text-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  .contact-page .contact-desc-inner .span10 p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map-section-inner .hs_cos_wrapper_type_form {
    padding-top: 4rem;
    padding-bottom: 5rem;
    max-width: 100%;
  }

  .about .service-page .service-desc-inner .span10 h2 {
    margin-right: 16px;
  }

  .hs-search-results ul#hsresults li {
    padding: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-align: center;
    align-items: center;
  }
  
   .footer-wrapper .main-footer {
     -ms-flex: 0 0 90% !important;
     flex: 0 0 90% !important;
     max-width: 90% !important;
  }
}



@media (max-width: 520px) {
  .service-page .service-desc-inner .span10 h2 img {
    display: block;
    position: absolute;
    left: 50%;
  }

  .service-page .service-desc-inner .span10 h2 {
    padding-top: 3.5rem;
    margin-right: 0;
  }

  .about .service-page .service-desc-inner .span10 h2 {
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .service-page .service-desc-inner .span6:nth-child(2) h2 img {
    display: block;
    position: absolute;
    left: 50%;
  }

  .service-page .service-desc-inner .span6:nth-child(2) h2 {
    padding-top: 3.5rem;
  }
}

@media (max-width: 370px) {
  .terms_of_use .two-column-page h4 {
    font-size: 2em;
  }
}

@media (max-width: 350px) {
  .service-page .service-desc-inner h2 img {
    height: 2.5rem;
    left: 0;
    top: .5rem;
  }

  .service-page .service-desc-inner h2 {
    margin-right: 0rem;
  }

  .terms_of_service.hs-site-page .website-page h4 {
    font-size: 1.8rem;
  }

  .two-column-page h4 {
    margin-right: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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.header {
  font-size: 16px;
  background-color: #F8FAFC;
}

.header-wrapper {
  width: 100vw;
  background: rgba(30,23,60,.39);
  background: linear-gradient(#070725,rgba(30,23,60,0));
  border-top: 0 solid transparent;
  color: #fff;
  padding: 29.6px 16px;
  position: fixed;
  z-index: 100;
  transition: .5s steps(60);
  -ms-flex-pack: center!important;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
}

.header-wrapper .header-container {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  position: relative;
}

.header-wrapper .header-container-wrpr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-logo {
  display: inline-block;
}

.header-logo-wrpr {
  width: 230px;
  height: 86px;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.header-logo-wrpr img.navbar-logo:first-child {
  position: absolute;
  top: 0;
  left: 65px;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.header-logo-wrpr img.navbar-logo {
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
}

.header-logo-wrpr img.navbar-logo:last-of-type {
  position: absolute;
  top: 70px;
  left: 0;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.header-navigation nav.navigation-primary > ul {
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  display: -ms-flexbox!important;
  display: flex!important;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  padding-right: 30px;
}

.header-navigation nav.navigation-primary>ul>li>ul {
  list-style-type: none;
  display: none;
  position: absolute;
  transform: translate3d(32px, 40px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  right: auto;
  bottom: auto;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.header-navigation nav.navigation-primary>ul>li>ul>li>a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.header-navigation {
  display: -ms-flexbox!important;
  display: flex;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.header-navigation > div {
  width: 100%;
}

.header-navigation nav.navigation-primary>ul>li.active-open>ul {
  display: block;
}

.header-navigation nav.navigation-primary > ul > li {
  position: relative;
}

.header-navigation nav.navigation-primary > ul > li > a {
  color: inherit;
  font-size: 21.12px;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -ms-flexbox!important;
  display: flex!important;
  padding: 8px 16px;
  line-height: 1.5;
}

.header-navigation nav.navigation-primary>ul>li:not(:last-child)>a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  background: transparent;
  transition: .4s steps(20);
}

.header-navigation nav.navigation-primary>ul>li:not(:last-child)>a:hover:after {
  background: #9092b6;
  width: 60%;
  left: 1rem;
}

.header-navigation nav.navigation-primary {
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  display: -ms-flexbox!important;
  display: flex!important;
  height: 100%;
}

.header-navigation nav.navigation-primary > ul > li:last-child > a {
  padding: 8px 32px;
  margin-left: 32px;
  background-color: #6c4556;
  border-radius: 1px;
  border: 0 solid transparent;
  color: #fff;
  transition: .2s ease-in-out;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block !important;
}

.header-navigation nav.navigation-primary > ul > li:last-child > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7.5px;
  vertical-align: 4.08px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.header-logo-wrpr:hover {
  width: 300px;
  max-width: 100%;
}

.header-logo-wrpr:hover img.navbar-logo:first-child {
  top: 0;
  left: 0;
}

.header-logo-wrpr:hover img.navbar-logo:last-of-type {
  top: 24px;
  left: 65px;
}

.mobile-trigger {
  display: none;
}

.scroll-header .scrollbar {
  height: 8px;
}

.scrollbar {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #bebebe;
  height: 0;
}

.scroll-header .header-wrapper {
  padding: 32px 16px 16px;
  position: fixed;
  color: #162167;
  z-index: 110;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.scroll-header .header-logo-wrpr {
  height: 66px;
  width: 300px;
  max-width: 100%;
}

.scroll-header .header-logo-wrpr img.navbar-logo:first-child {
  top: 0;
  left: 0;
}

.scroll-header .header-logo-wrpr img.navbar-logo {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.scroll-header .header-logo-wrpr img.navbar-logo:last-of-type {
  top: 24px;
  left: 65px;
}

.no-banner .header-wrapper {
  background: linear-gradient(rgba(7,7,37,1.0),rgba(255,255,255,0.0));
  background-color: #303365;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-navigation {
    display: none;
  }

  .mobile-trigger {
    right: 16px;
    margin-right: 24px;
    cursor: pointer;
    z-index: 250;
    position: fixed;
    display: block;
    top: 0;
  }

  .mobile-trigger .burger {
    margin-top: 32px;
    display: inline-block;
    z-index: 250;
    transition: .4s ease-in-out;
  }

  .mobile-trigger .burger .bar1,
  .mobile-trigger .burger .bar2,
  .mobile-trigger .burger .bar3 {
    width: 40px;
    height: 3px;
    background-color: #4d303e;
    margin: 8px 0;
    transition: .4s;
  }

  .mobile-trigger .burger:hover .bar1, 
  .mobile-trigger .burger:hover .bar2, 
  .mobile-trigger .burger:hover .bar3 {
    background: #fff;
  }

  .scroll-header .mobile-trigger .burger {
    margin-top: 1.5rem;
  }

  .scroll-header .header-wrapper {
    padding-top: 1.6em;
  }

  .mobile-nav {
    right: -101vw;
    background: #4d303e;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 150;
    transition: all 0.3s ease-in;
  }

  .mobile-open .mobile-nav {
    right: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .mobile-trigger .burger .bar1, 
  .mobile-open .mobile-trigger .burger .bar2, 
  .mobile-open .mobile-trigger .burger .bar3 {
    background: #fff;
  }

  .mobile-open .mobile-trigger .burger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px,8px);
    transform: rotate(-45deg) translate(-8px,8px);
  }

  .mobile-open .mobile-trigger .burger .bar2 {
    opacity: 0;
  }

  .mobile-open .mobile-trigger .burger .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px);
    background: #fff;
  }

  .mobile-open .mobile-trigger .burger:hover .bar1, 
  .mobile-open .mobile-trigger .burger:hover .bar2, 
  .mobile-open .mobile-trigger .burger:hover .bar3 {
    background: #6c4556;
  }

  .mobile-inner-nav {
    width: 100%;
    height: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-items {
    color: #fff;
    width: 85%;
    float: right;
  }

  .mobile-menu nav.navigation-primary > ul > li {
    padding: 1rem 1rem 1rem 0;
    transition: .3s ease-in-out;
    font-size: 2rem;
    display: block;
    margin-bottom: 16px;
  }

  .mobile-menu nav.navigation-primary > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mobile-menu nav.navigation-primary > ul > li:not(:first-child) {
    border-top: 1px solid #fff;
  }

  .mobile-menu nav.navigation-primary > ul > li > a {
    color: #fff;
    transition: .45s ease-in-out;
  }

  .mobile-menu nav.navigation-primary > ul > li:hover > a {
    color: #9e7285!important;
    transition: .25s ease-in-out;
  }

  .flyout-btn-wrpr a.btn {
    padding: 3.2px 32px;
    margin-top: 2rem;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    transition: .2s ease-in-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 1.5;
  }

  .flyout-btn-wrpr a.btn h2 {
    color: #fff!important;
    transition: .45s ease-in-out;
    font-size: 24px;
  }

  .mobile-nav .header-social-section a.social-link {
    color: #4d4d4d;
    font-size: 19.2px;
    padding: 8px;
    transition: .2s steps(20);
  }

  .mobile-nav .header-social-section a.social-link > i {
    margin-top: 24px;
    margin-right: 27.2px;
    font-size: 160%;
    color: #fff;
    padding: 8px;
    transition: .2s steps(20);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
  }

  .mobile-nav .header-social-section a.social-link > i.fa-linkedin-in:before {
    content: "\f0e1";
  }

  .mobile-nav .header-social-section a.social-link > i.fa-twitter:before {
    content: "\f099";
  }

  .mobile-nav .header-social-section a.social-link > i.fa-facebook-f:before {
    content: "\f39e";
  }

  .mobile-nav .header-social-section a.social-link:hover > i {
    color: #6c4556;
  }

  .flyout-btn-wrpr a.btn:hover {
    background: #fff;
  }

  .flyout-btn-wrpr a.btn:hover h2 {
    color: #4d303e !important;
  }

}

@media (max-width: 767px) {

  .mobile-menu nav.navigation-primary > ul > li {
    padding: 4px;
    font-size: 24px;
  }

  .flyout-btn-wrpr a.btn {
    margin-top: 8px;
  }

  .header-logo-wrpr img.navbar-logo:first-child {
    top: 0;
    left: 55px;
    width: 40px;
  }

  .header-logo-wrpr img.navbar-logo:last-of-type {
    top: 50px;
    width: 160px;
  }

  .header-wrapper .header-container-wrpr {
    position: relative;
    margin: 0;
  }

  .header-logo-wrpr:hover img.navbar-logo:last-of-type {
    top: 15px;
    left: 47px;
  }

  .header-wrapper .header-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scroll-header .header-logo-wrpr img.navbar-logo:last-of-type {
    top: 15px;
    left: 47px;
  }

  .scroll-header .header-logo-wrpr {
    height: 40px;
  }

  body.no-banner .body-container-wrapper {
    margin-top: 150px;
  }
}

@media (max-height: 600px) {

  .mobile-nav {
    overflow-y: auto;
    padding-top: 50vh;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


footer.footer {
  font-size: 16px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}

footer.footer .footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.footer-wrapper .btn-section {
  background: #d7d9dc;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 15px;
  text-align: center;
}

.footer-wrapper .main-footer {
  padding: 96px 15px 112px;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  position: relative;
}

.main-footer .main-footer-wrpr {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.main-footer-wrpr .footer-images-wrpr {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.main-footer-wrpr .footer-links {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -ms-flexbox!important;
  display: flex!important;
  padding: 0 15px 0 32px;
}

.main-footer-wrpr .footer-social-links {
  position: absolute;
  right: 32px;
  bottom: 112px;
  text-align: right;
}

footer.footer {
}

.footer-social-links p {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1.2em;
}

.footer-social-links .social-section .social-link {
  color: #4d4d4d;
  font-size: 19px;
  padding: 8px;
  transition: .2s steps(20);
}

.footer-social-links .social-section .social-link i.fab {
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer-social-links .social-section .social-link i.fa-linkedin-in:before {
  content: "\f0e1";
}

.footer-social-links .social-section .social-link i.fa-twitter:before {
  content: "\f099";
}

.footer-social-links .social-section .social-link i.fa-facebook-f:before {
  content: "\f39e";
}

.footer-links .footer-links-wrpr {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-links-wrpr .footer-main-links {
  margin-top: 12px;
  white-space: nowrap!important;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-links-wrpr .footer-contact {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-links-wrpr .footer-contact p {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1.2em;
}

.footer-links-wrpr .footer-contact p span {
  font-size: 12px;
  display: inherit;
  vertical-align: text-bottom;
}

.footer-links-wrpr .footer-address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-links-wrpr .footer-address p {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1.2em;
}

.footer-links-wrpr .footer-privacy-links {
  margin: 12px 0 22.4px;
  white-space: nowrap;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-privacy-links ul,
.footer-main-links ul {
  margin: 0;
  font-size: 1.2em;
}

.footer-privacy-links ul > li > a,
.footer-main-links ul > li > a {
  color: #585455;
  padding: 0;
  padding-right: 25.8px;
  font-size: 1.2em;
  line-height: 1.5;
}

.footer-privacy-links ul > li:not(:first-child) > a,
.footer-main-links ul > li:not(:first-child) > a {
  padding-left: 24px;
  border-left: 1px solid #585455;
  padding-right: 25.2px;
}


.footer-images-wrpr .accreditions-section {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-images-wrpr .accreditions-section a.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 0;
}

.footer-images-wrpr .accreditions-section a.col img {
  position: relative;
  max-height: 200px;
  max-width: 200px;
}

.footer-wrapper .btn-section a.btn {
  font-size: 22.4px;
  border-radius: 1px;
  border: 0 solid transparent;
  background-color: #6c4556;
  color: #fff!important;
  transition: .2s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  padding: 6px 32px;
}

.footer-wrapper .btn-section a.btn:first-child {
  margin-right: 32px;
}

.footer-privacy-links ul>li>a:hover, 
.footer-main-links ul>li>a:hover {
  color: #000;
}

.footer-wrapper .btn-section a.btn:hover {
  background-color: #4e2b3a;
}

@media (max-width: 1200px) {
  .main-footer-wrpr .footer-images-wrpr {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .main-footer .main-footer-wrpr {
    display: block;
  }

  .footer-links-wrpr .footer-privacy-links {
    margin-bottom: 23.4px;
  }
}

@media (max-width: 991px) {
  .footer-links-wrpr .footer-main-links {
    display: none;
  }

  .main-footer-wrpr .footer-images-wrpr {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 825px) and (min-width: 768px) {
  .login-footer .text-right {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .main-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 15px;
  }

  .main-footer-wrpr .footer-social-links {
    position: static;
    right: 32px;
    bottom: 80px;
    text-align: left;
    padding-right: 10px;
  }

  .main-footer .main-footer-wrpr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .footer-links-wrpr .footer-privacy-links {
    display: none;
  }

  .footer-images-wrpr .accreditions-section {
    padding-top: 16px;
    padding-left: 16px;
  }

  .footer-wrapper .btn-section a.btn {
    margin: 0 0 16px;
  }

  .footer-wrapper .btn-section a.btn:first-child {
    margin-right: 0;
  }

  .footer-social-links p {
    margin-bottom: 0;
    padding-left: 16px;
  }



  .no-banner .reviews .body-container-wrapper {
    margin-top: 250px;
  }
}

@media (max-width: 575px) {
  .main-footer-wrpr .footer-images-wrpr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-device-width: 320px) {
  .main-footer-wrpr .footer-social-links {
    position: relative;
    bottom: 0;
    right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 66.666667% !important;
  padding: 0 15px;
  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;
  }
}

.content-wrapper .posts-header {
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: -ms-flexbox!important;
  display: flex!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content-wrapper .posts-header h2 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.posts-header .search-section {
  right: 0;
  background: #eaeaea;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.posts-header .search-section .hs-search-field {
  background: transparent;
  padding: 0;
  padding-left: 1em;
}

.posts-header .search-section .hs-search-field__input {
  font-family: inherit;
  padding: 1px 2px;
  border: 1px solid rgb(118, 118, 118);
  width: 100% !important;
  line-height: 30px;
  font-size: 19.2px;
  border-radius: 2px;
}

.posts-header .search-section .hs-search-field__input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.posts-header .search-section .hs-search-field__input::placeholder {
  font-size: 0;
}

.posts-header .search-section .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 10px;
  margin-top: 16px;
}

.blog-index {
  padding-bottom: 7rem;
  padding-top: 0!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index-wrpr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  height: 20rem;
  margin-bottom: 1rem;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.blog-index__post a {
  display: block;
  height: 100%;
}

.blog-index__post .desc {
  position: absolute;
  color: #fff;
  padding: 3rem;
  z-index: 90;
}

.blog-index__post .desc>span.cat-text {
  color: #000;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  font-family: semplicitapro,sans-serif;
  font-size: 1rem;
  width: auto;
  display: inline-block;
}

.blog-index__post .desc h2 {
  color: #fff!important;
  margin-top: 2rem;
  font-size: 1.7rem;
}

.blog-index__post .desc h2:after {
  content: "\2192";
  transition: .2s ease-in;
  transition-delay: .35s;
  margin-left: .5rem;
  position: absolute;
}

.blog-index__post:hover .desc h2:after {
  margin-left: 1.5rem;
}

.blog-index__post .desc p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-index__post .fullwidth-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog-index__post .fullwidth-image .ov-int-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(14,27,93,.77);
  background-blend-mode: multiply;
}

.blog-index__post .fullwidth-image img {
  transition: .25s ease;
  margin-left: 0;
  min-width: 100%;
  vertical-align: middle;
  border-style: none;
  transform: scale(1);
  position: static !important;
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
}

.blog-index__post:hover .fullwidth-image img {
  transform: scale(1.1);
}

.blog-pagination {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-pagination{
  display: flex !important;
}
.blog-pagination.hide{
  display: none !important;
}
.blog-pagination .no-post{
  display: none;
}

.blog-pagination a.load-more {
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: .375rem .75rem;
  border-radius: 1px;
  border: 0 solid transparent;
  background-color: #6c4556;
  color: #fff!important;
  transition: .2s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.5;
}

.blog-pagination a.load-more:hover {
  background-color: #4e2b3a;
}

.blog-pagination a.load-more {
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: .375rem .75rem;
  border-radius: 1px;
  border: 0 solid transparent;
  background-color: #6c4556;
  color: #fff!important;
  transition: .2s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.5;
}

.blog-pagination a.load-more:hover {
  background-color: #4e2b3a;
}

.blog-bottom-pane {
  background: #d6c8b4;
  background-image: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/action_section_bg_opacity.svg);
  background-size: 120%;
  z-index: 50;
  position: relative;
  text-align: center;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-btm-pne-wrpr {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-btm-pne-wrpr .padded {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.blog-btm-pne-wrpr .blog-home-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.blog-home-signup {}

.blog-btm-pne-wrpr .blog-home-signup h2 {
  font-size: 2.4rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr {
  width: 50%;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr .hs_cos_wrapper_type_form {
  padding: 0;
  background: transparent;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email {
  width: 70%;
  min-width: 200px;
  margin: 0;
  position: relative;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email>label {
  display: none;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email input {
  padding: 1rem 1.5rem;
  border: 0;
  color: #000;
  border: 4px solid #6c4556;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_submit {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background: #6c4556;
  border: none!important;
  color: #fff!important;
  transition: .2s ease-in-out;
  line-height: 1.5;
  font-size: 1.2em;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_submit:hover {
  background: #4e2b3a;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_submit .actions {
  height: 100%;
  width: 100%;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_submit .hs-button {
  line-height: 1.5;
  font-size: 19.2px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_submit .hs-button:hover {
  background: transparent;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email input::placeholder {
  color: rgb(117, 117, 117);
}

.blog-btm-pne-wrpr .blog-home-signup .social-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 15%;
}

.blog-btm-pne-wrpr .blog-home-signup .social-section a.blog-social-link {
  padding: 0 0 0 1rem;
  font-size: 1.6rem;
  color: #4d4d4d;
  transition: .2s steps(20);
}

.blog-btm-pne-wrpr .blog-home-signup .social-section a.blog-social-link i {
  font-size: 2rem;
  color: #6c4556;
  padding: 0;
  transition: .2s steps(20);
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blog-btm-pne-wrpr .blog-home-signup .social-section a.blog-social-link i.fa-linkedin-in:before {
  content: "\f0e1";
}

.blog-btm-pne-wrpr .blog-home-signup .social-section a.blog-social-link i.fa-twitter:before {
  content: "\f099";
}

.blog-btm-pne-wrpr .blog-home-signup .social-section a.blog-social-link i.fa-facebook-f:before {
  content: "\f39e";
}

.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;
  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-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
}

.post-page-wrapper {
  max-width: 100% !important;
  padding: 0;
  position: relative;
  z-index: 90;
  background: #fff;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-page-wrapper .blog-post {
  padding-bottom: 5rem;
  padding-top: 6rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-page-wrapper .blog-share-fixed {
  position: fixed;
  top: 200px;
  display: block;
  left: 3rem;
  height: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 999;
}

.blog-share-fixed .blog-share {
  font-size: 1.2rem;
  margin-top: 0!important;
  margin-bottom: 1rem;
}

.blog-share-fixed .blog-su-lc h2.form-header {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #4d4da7;
}

.blog-share-fixed .blog-su-lc .hs_cos_wrapper_type_form {
  background: #fff;
  padding: 0;
}

.blog-share-fixed .blog-su-lc .hs-email {
  margin: 0;
}

.blog-share-fixed .blog-su-lc .hs-email>label {
  display: none;
}

.blog-share-fixed .blog-su-lc .hs-email input.hs-input {
  padding: .5rem;
  border: 1px solid #cdcdcd;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

.blog-share-fixed .blog-su-lc form {
  max-width: 276px;
}

.blog-share-fixed .blog-su-lc .hs-submit input.hs-button {
  margin: 0;
  width: 100%;
  padding: .75rem;
  background: #7a1037;
  border: none!important;
  color: #fff!important;
  transition: .2s ease-in-out;
  outline: 0;
}

.blog-share-fixed .blog-su-lc .hs-submit input.hs-button:hover {
  background: #a7164b;
  border: none!important;
  color: #fff!important;
}

.blog-share-fixed .blog-su-lc details {
  font-size: 12px;
  margin-top: 1rem!important;
  cursor: pointer;
}

.blog-share-fixed .blog-su-lc .hs-email input.hs-input::placeholder {
  color: rgb(117, 117, 117);
}

.blog-post__body p {
  font-size: 1.2em;
  line-height: 2rem;
}

.blog-post__body {
  font-size: 16px;
}

.blog-post__body h3 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-post__body a {
  background: transparent;
  color: #7443ca;
  transition: .2s ease-in-out;
  position: relative;
  z-index: 100;
  font-weight: 500;
}

.blog-post__body h2 {
  font-weight: 500!important;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
  font-size: 2.4rem;
}

.blog-post__body ul,
.blog-post__body ol {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 2rem;
}

.blog-post__body ul li,
.blog-post__body ol li {
  margin-bottom: 15px;
  line-height: 2rem;
  font-size: 1.2em;
}

.blog-post__body ul li ul {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2rem;
  font-size: 16px;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs_error_rollup {
  display: none;
}

.blog-share-fixed .blog-su-lc form .hs_error_rollup {
  display: none;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
  margin-bottom: 10px;
  background: transparent !important;
}

.blog-share-fixed .blog-su-lc .hs-email {
  position: relative;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li {
  display: inline-block !important;
  color: #000;
  font-size: 14px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  width: auto;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list li {
  display: flex !important;
  color: #000;
  font-size: 14px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  width: auto;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li:before {
  background-image: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: none;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list li:before {
  background-image: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: none;
  position: absolute;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  margin: 0 !important;
  color: #000;
  font-size: 14px;
  font-family: semplicitapro, sans-serif;
}

.blog-share-fixed .blog-su-lc form .hs-email ul.no-list.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  margin: 0 !important;
  color: #000;
  font-size: 14px;
  padding-left: 38px;
  font-family: semplicitapro, sans-serif;
}

.post-page-wrapper .blog-share-fixed hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  background: none;
}

.blog-post__body a:hover {
  background: rgba(176,188,224,.66);
  color: #1d1d1d;
}

.scroll-header .hs-blog-post .header-logo-wrpr img.navbar-logo:last-of-type {
  display: none;
}

.scroll-header .hs-blog-post .header-logo-wrpr:after {
  content: "Blog";
  font-size: 26.88px;
  color: #1c2674;
  font-weight: 700;
  margin-left: .5rem;
  position: relative;
  top: 1px;
  left: 1px;
}

.hs-blog-post .header-logo-wrpr img.navbar-logo:first-child {
  position: relative;
}

.hs-blog-post .header-wrapper .header-container {
  padding-left: 15px;
}

.scroll-header .hs-blog-post .header-logo-wrpr img {
  vertical-align: middle;
}

.understanding_the_centene_wellcare_merger .blog-post__body ul li {
  word-break: break-word;
}

div#infscr-loading {
  text-align: center !important;
  width: 100% !important;
}

.blog-index__post .desc>span.cat-text.Featured {
  display: none;
}

@media (max-width: 1320px) {
  .what_are_the_steps_in_the_ime_process_infographic .blog-post__body p img {
    max-width: 100% !important;
    width: unset !important;
    height: auto !important;
  }
}

@media (max-width: 1199px) {
  .content-wrapper {
    max-width: 83.333333% !important;
  }

  .posts-header .search-section {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .blog-btm-pne-wrpr {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .post-page-wrapper {
    max-width: 100% !important;
  }

  .blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li:before {
    background-image: url(https://8011865.fs1.hubspotusercontent-na1.net/hubfs/8011865/raw_assets/public/MLS_Group_July2020/images/error.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 0;
    float: left;
    position: absolute;
    left: 0;
  }

  .blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email ul.no-list.hs-error-msgs.inputs-list li label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
    margin: 0 !important;
    color: #000;
    font-size: 14px;
    font-family: semplicitapro,sans-serif;
    float: left;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .posts-header .search-section {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .post-page-wrapper .blog-post {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-bottom: 1rem;
  }

  .post-page-wrapper .blog-share-fixed {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-bottom: 1rem;
    height: auto;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    left: auto;
    z-index: 999;
    position: relative;
    top: 0;
  }

  .blog-share-fixed .blog-share {
    display: none;
  }

  .post-page-wrapper .blog-share-fixed .blog-su-lc {
    margin-top: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background: #efe7df;
    padding: 2rem;
    border-radius: 10px;
  }

  .post-page-wrapper .blogpost-signup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
  }

  .blog-share-fixed .blog-su-lc form {
    max-width: 311px;
    width: 100%;
  }

  .post-page-wrapper .blogpost-signup .post-sidebar-form-wrpr {
    max-width: 311px !important;
    width: 100%;
  }

  .scroll-header .hs-blog-post .scrollbar {
    display: none;
  }

  .scroll-header .hs-blog-post .header-logo-wrpr:after {
    top: -1px;
    left: 0;
  }

  .scroll-header .hs-blog-post .header-logo-wrpr {
    top: 1px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-share-fixed .blog-su-lc .hs-email input.hs-input {
    line-height: 32px;
    font-size: 1.2em;
  }

  .blog-share-fixed .blog-su-lc .hs-submit input.hs-button {
    font-size: 1.2em;
    line-height: 32px;
  }

  .blog-post__body p img {
    width: unset!important;
    height: unset!important;
    max-width: 100%;
  }

}

@media (max-width: 767px) {
  .content-wrapper {
    max-width: 100% !important;
  }

  .blog-index__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-btm-pne-wrpr {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .blog-btm-pne-wrpr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-btm-pne-wrpr .padded {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .blog-btm-pne-wrpr .blog-home-signup {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-btm-pne-wrpr .blog-home-signup h2 {
    padding: 1rem;
    text-align: left;
  }

  .blog-btm-pne-wrpr .blog-footer-form-wrpr {
    padding: 1rem;
  }

  .blog-btm-pne-wrpr .blog-home-signup .social-section {
    width: unset!important;
    padding: 1rem;
  }

  .post-page-wrapper .blog-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .post-page-wrapper .blog-share-fixed {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .posts-header .search-section {
    margin-right: 10px;
  }

  .blog-share-fixed .blog-su-lc details {
    line-height: 32px;
  }

  .hs-blog-post .header-wrapper .header-container {
    padding-left: 0;
  }


}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .never_underestimate_the_effects_of_good_leadership_in_the_workplace .blog-post__body p em a {
    word-break: break-word;
  }
}

@media (max-width: 465px) {
  .content-wrapper .posts-header {
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper .posts-header h2 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 340px) {
  .blog-btm-pne-wrpr .blog-footer-form-wrpr form .hs-email {
    min-width: unset;
  }

  .posts-header .search-section {
    display: block;
    text-align: center;
  }

  .blog-index__post {
    height: 27rem;
  }

  .blog-btm-pne-wrpr .blog-footer-form-wrpr {
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;

  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: 20px 10px;
}
.hs-input[type=checkbox] {
  display: inline-block;
  width: auto !important;
}
.migration .row-number-7 .span4 ul li {
  margin-bottom: 0;
  position: relative;
}

.migration .row-number-7 .span4 ul li:before {
  margin-left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.migration .row-number-7 .span4 ul li a {
  padding: 0 21px;
}


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