/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1599px) {
  .dnd-section>.row-fluid, 
  .page-center, 
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: Sofia Pro;
  src: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-regular-webfont.eot) format("embedded-opentype"), 
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/sofiapro-regular-webfont.woff) format("woff"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/sofiapro-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-light-webfont.eot) format("embedded-opentype"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-light-webfont-1.woff) format("woff"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-light-webfont.woff2) format("woff2"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-light-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/sofiapro-bold-webfont.eot) format("embedded-opentype"), 
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/sofiapro-bold-webfont.woff) format("woff"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/sofiapro-bold-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/fa-solid-900.woff) format("woff"), 
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Usay_CompareJuly2020/Fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/fonts/fa-brands-400.ttf) format("truetype");
}

body {
  font-family: Sofia Pro,sans-serif;
  font-size: 1.125rem;
  color: #011c29;
  letter-spacing: .3px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 1.5;
}

p {
  margin: 0;
  margin-bottom: 20px;
  font-family: Sofia Pro,sans-serif;
}

/* Anchor Links */
a {
  color: #84d300;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #011c29;
  word-break: break-word;
}

h1 {
  line-height: 1.3;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Horizontal Rules */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* 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: none;
}

.hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 0;
}

.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;
}

.fa, .fas {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

@media only screen and (min-width: 1600px) {
  p {
    margin-bottom: 25px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 35px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 0px solid;
  margin: 0;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  font-weight: 600;
  padding: 0 50px;
  line-height: 52px;
}

.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;
  font-weight: 400;
  margin-bottom: 5px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
.hs-search-field input.hs-search-field__input,
input#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  line-height: 48px;
  padding: 0 20px;
  font-size: 1.375rem;
  border-radius: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
  outline: 0;
  border: 1px solid;
  color: #33475b;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}

.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,
.hs-form-field {
  margin-bottom: 18px !important;
}

.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: 1.125rem;
  color: #011c29;
}
.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: Sofia Pro,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
}

table td, 
table th {
  border-radius: 5px;
  padding: .5rem;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-container__website h2 {
  line-height: 1.3;
}

.body-container__website h6+p {
  font-size: 16px;
  margin-bottom: 20px;
}

.body-container__website h6 {
  margin-bottom: 35px;
}

.body-container__website p a {
  color: #011c29;
}

.body-container-wrapper a {
  font-weight: 600;
}

.body-container__website p a:hover {
  color: #39c834;
}

.sitemap-body-container {
  text-align: center;
}

.sitemap-body-container .hs-menu-wrapper>ul {
  display: block;
  margin: 0;
}

.sitemap-body-container .hs-menu-wrapper>ul li {
  display: block;
  margin-bottom: 30px;
}

.sitemap-body-container .hs-menu-wrapper>ul li a {
  padding: 0;
  color: #011c29;
  display: inline-block;
}

.sitemap-body-container .hs-menu-wrapper>ul ul {
  display: block;
  margin: 0;
  margin-top: 29px;
}

.sitemap-body-container .hs-menu-wrapper>ul li a:hover {
  color: #84d300;
}

.hd-body-container h2 {
  line-height: 1.3;
}

.hd-body-container .span6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.hd-body-container .span6:first-child {
  padding-right: 50px;
}

.hd-body-container .dnd-section>.row-fluid {
  padding: 0;
  padding-bottom: 6px;
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-clock:before {
  content: "\f017";
}

.quote-btn {
  font-family: Sofia Pro,sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0 50px;
  text-decoration: none;
  text-transform: none;
  color: #fff !important;
  background-color: #84d300;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 52px;
  line-height: 52px;
  border-radius: 25px;
  max-width: 270px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 270px;
}

.quote-btn:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  text-rendering: auto;
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  left: auto;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: rgba(0,0,0,.05);
  padding: 0 10px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

a.cta_button.quote-btn {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.hd-row3 {
  background-color: rgba(198,227,239,.4);
}

.hd-row3 .dnd-column {
  position: relative;
  background-color: #fff;
  padding: 60px 60px 40px;
}

.hd-row3 .dnd-column .dnd-column {
  padding: 0;
  background: transparent;
}

.hd-row3 .span6 {
  width: calc(50% - 20px);
  padding-right: 20px !important;
}

.hd-row3 .span6:last-child {
  padding-left: 20px !important;
  padding-right: 0 !important;
  margin-left: 0;
}

.hd-row4 .row-fluid,
.hd-row5 .row-fluid,
.hd-row6 .row-fluid {
  padding: 0;
}

.hd-row6 .dnd-section {
  position: relative;
  margin-top: -1px;
}

.hd-row6 .dnd-section>.page-center {
  padding-top: 1px;
}

.life-ins-body-container {
  text-align: center;
}

.life-ins-body-container h2 {
  line-height: 1.3;
}

.life-ins-body-container .hs_cos_wrapper_type_rich_text p a {
  color: #011c29;
}

.life-ins-row2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  font-weight: normal;
}

.life-ins-row2 ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.life-ins-row2 ul li a {
  color: #011c29;
  font-weight: 600;
}

.life-ins-row2 ul li a:hover {
  color: #84d300;
}

.life-ins-row2 .hs-cta-wrapper {
  display: block;
  margin-bottom: 6px;
}

.life-ins-row3 {
  text-align: center;
}

.life-ins-row3 a {
  color: #fff;
}

.life-ins-row3 p,.life-ins-row3 h3 {
  color: inherit;
}

.life-ins-row4 .row-fluid {
  padding: 0;
}

.life-ins-row5 .row-fluid {
  padding: 0;
}

.life-ins-row6 .row-fluid {
  padding: 0;
}

.life-ins-row3 a:hover {
  color: #39c834;
}

.life-ins-row5 .hs_cos_wrapper_type_rich_text {
  padding: 0 15px;
  display: block;
}

.hi-row1 .quote-btn {
  max-width: 290px;
  width: 100%;
  margin-bottom: 6px;
}

.hi-row1 .dnd-module {
  display: block !important;
}

.reward-body-container {
  background-color: #f2f2f2;
}

.privacy-notice-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.privacy-notice-container ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.privacy-notice-container a {
  color: #011c29;
}

.abt-body-container {
  text-align: center;
}

.abt-body-container h2 {
  line-height: 1.3;
}

.abt-body-container .quote-btn {
  margin-bottom: 6px;
}

.abt-row2 {
  text-align: center;
}

.abt-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: -20px;
}

.abt-row3 .row-fluid {
  padding: 0 !important;
}

.abt-row4 {
  background-color: rgba(198,227,239,.4);
  text-align: center;
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-star:before {
  content: "\f005";
}

.quote-body-container {
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #f2f2f2;
}

.quote-body-container h2 {
  line-height: 1.3;
}

.blog-quote-body-container {
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #f2f2f2;
}

.blog-quote-body-container .content-wrapper{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.webp .image-button[data-option-name=no-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-no.png) !important;
}

.webp .image-button[data-option-name=no-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-no-white.png) !important;
}

.webp .image-button[data-option-name=fmu-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-yes-fmu.png) !important;
}

.webp .image-button[data-option-name=fmu-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-yes-fmu-white.png) !important;
}

.webp .image-button[data-option-name=mori-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-yes-mori.png) !important;
}

.webp .image-button[data-option-name=mori-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-yes-mori-white.png) !important;
}

.webp .image-button[data-option-name=unknown-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-not-sure.png) !important;
}

.webp .image-button[data-option-name=unknown-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/policy-not-sure-white.png) !important;
}

.webp .image-button[data-option-name=self] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/individual-cover.png) !important;
}

.webp .image-button[data-option-name=self].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/individual-cover-white.png) !important;
}

.webp .image-button[data-option-name=couple] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/couples-cover.png) !important;
}

.webp .image-button[data-option-name=couple].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/couples-cover-white.png) !important;
}

.webp .image-button[data-option-name=family] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/family-cover.png) !important;
}

.webp .image-button[data-option-name=family].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/family-cover-white.png) !important;
}

.webp .image-button[data-option-name=no-smoker] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/smoke-no.png) !important;
}

.webp .image-button[data-option-name=no-smoker].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/smoke-no-white.png) !important;
}

.webp .image-button[data-option-name=yes-smoker] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/smoke-yes.png) !important;
}

.webp .image-button[data-option-name=yes-smoker].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/smoke-yes-white.png) !important;
}

.webp .image-button[data-option-name=yes-cancer-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/cancer-yes.png) !important;
}

.webp .image-button[data-option-name=yes-cancer-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/cancer-yes-white.png) !important;
}

.webp .image-button[data-option-name=no-cancer-cover] span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/cancer-no.png) !important;
}

.webp .image-button[data-option-name=no-cancer-cover].selected span.image:before {
  background-image: url(https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/raw_assets/public/Usay_CompareJuly2020/images/cancer-no-white.png) !important;
}

.quote-bottom-column-section {
  max-width: 100% !important;
  padding: 0 !important;
}

.quote-bottom-column-section p a {
  color: #011c29;
  font-weight: 600;
}

.home-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.home-row2 .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.3;
}

.home-sec .get-a-quote {
  font-family: Sofia Pro,sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0 50px;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  background-color: #84d300;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 52px;
  line-height: 52px;
  border-radius: 25px;
  width: 100%;
  max-width: 270px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.home-sec .get-a-quote:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  text-rendering: auto;
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  left: auto;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: rgba(0,0,0,.05);
  padding: 0 10px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.home-row2 .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin-bottom: 0;
}

.home-row3 .span7 {
  width: 58.33333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.home-row3 .span5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 41.66667%;
  margin-left: 0;
}

.home-row3 .dnd-section>.row-fluid {
  padding: 0;
}

.home-row3 h3 {
  max-width: 750px;
}

.home-sec.home-row3 {
  position: relative;
  overflow: hidden;
}

.home-row4 .row-fluid {
  padding: 0;
}

.home-row5 .row-fluid {
  padding: 0;
}

.home-row5 {
  background-color: #f2f2f2;
}

.glossary-body-container {
  background-color: #f2f2f2;
}

.glossary-body-container h2 {
  line-height: 1.3;
}

.glossary-body-container h6 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.glossary-body-container .span4 p {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 16px;
}

.glossary-body-container p {
  margin-bottom: 60px;
}

.glossary-body-container .span4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  margin-bottom: 20px;
}

.glossary-body-container .span4 ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.guide_detail_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  font-weight: normal;
}

.guide_detail_container ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.guide_detail_container .quote-btn {
  margin-bottom: 26px!important;
}

.home-row1 .row-fluid {
  padding: 0;
}

.guide_detail_container .dnd-section.advanced-content .page-center {
  max-width: 100% !important;
  padding: 0 !important;
}

.guide_detail_container .dnd-section.advanced-content .button-group.text-center {
  text-align: center;
}

.guide_detail_container .dnd-section.mrkt-insurers-gallery {
  padding: 0 !important;
}

.guide_detail_container .dnd-section.mrkt-insurers-gallery .page-center {
  max-width: 100% !important;
  padding: 0 !important;
}

.guide_detail_container .dnd-section.mrkt-insurers-gallery ul#brand-logos {
  margin: 70px 25px 0;
}

.banner-section.guide-cm-banner p {
  max-width: 1300px;
}

.banner-section.guide-cm-banner {
  text-align: center;
}

.contact-row1 {
  background-color: #f2f2f2;
}

.contact-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.contact-row1 .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.3;
}

.contact-row1 .hs_cos_wrapper_type_rich_text p {
  max-width: 1000px;
  margin: 0 auto 20px;
}

.contact-row1 fieldset {
  max-width: 100% !important;
}

.contact-row1 span.hs_cos_wrapper_type_form {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 52px;
}

.contact-row1 span.hs_cos_wrapper_type_form form {
  border: 1px solid rgba(51,51,51,.3);
  border-radius: 5px;
  padding: 35px 30px;
  color: #011c29;
  margin-bottom: 30px;
  padding-top: 38px;
  padding-bottom: 10px;
}

.contact-row1 .form-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 -10px 16px;
  padding: 0 15px;
  text-transform: capitalize;
  background-color: #f2f2f2;
  position: relative;
  z-index: 9;
  display: inline-block;
  top: 15px;
}

.contact-row1 span.hs_cos_wrapper_type_form form .input {
  margin: 0 !important;
}

.contact-row1 span.hs_cos_wrapper_type_form form .form-columns-2>div {
  display: inline-block;
  width: calc(50% - 15px);
}

.contact-row1 span.hs_cos_wrapper_type_form form .form-columns-2>div:last-of-type {
  float: right;
}

.contact-row1 span.hs_cos_wrapper_type_form form input[type="text"],
.contact-row1 span.hs_cos_wrapper_type_form form input[type="email"],
.contact-row1 span.hs_cos_wrapper_type_form form input[type="tel"],
.contact-row1 span.hs_cos_wrapper_type_form form textarea {
  border: 1px solid rgba(51,51,51,.3);
  color: #191919;
}

.contact-row1 span.hs_cos_wrapper_type_form form .hs-form-field {
  margin-bottom: 25px !important;
}

.contact-row1 span.hs_cos_wrapper_type_form form span.hs-form-required {
  color: #011c29;
  margin-left: 5px;
}

.contact-row1 span.hs_cos_wrapper_type_form form textarea {
  display: block;
  width: 100%;
  height: 150px;
  line-height: 1.8;
  padding: 5px 20px;
}

.contact-row1 span.hs_cos_wrapper_type_form form input.hs-button.primary.large {
  max-width: none;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.contact-row2 .hs_cos_wrapper_type_rich_text p a {
  color: #011c29;
  font-weight: 600;
}

.contact-row1 span.hs_cos_wrapper_type_form form .invalid.error {
  border-color: #ed4337;
}

.contact-row1 span.hs_cos_wrapper_type_form form .hs-error-msgs label {
  display: block;
  color: #ed4337 !important;
  padding: 15px 0 0;
}

.migration .hs-button {
  margin: 10px 0 40px;
}

@media only screen and (min-width: 1024px) {
  .life-ins-body-container .hs_cos_wrapper_type_rich_text p a:hover {
    color: #84d300;
  }

  .life-ins-row3 a:hover {
    color: hsla(0,0%,100%,.7);
  }

  .privacy-notice-container a:hover {
    color: #84d300;
  }

  .quote-bottom-column-section p a:hover {
    color: #84d300;
  }

  .contact-row2 .hs_cos_wrapper_type_rich_text p a:hover {
    color: #84d300;
  }
}

@media only screen and (min-width: 1140px) {
  .home-sec .get-a-quote:hover:before {
    -webkit-transform:translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .home-sec .get-a-quote:hover {
    background-color:#64a000;
  }

  .quote-btn:hover {
    background-color: #64a000;
  }

  .quote-btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1600px) {
  .banner-section.guide-cm-banner p {
    margin: 0 auto 25px;
  }

  .contact-row1 .hs_cos_wrapper_type_rich_text p {
    margin: 0 auto 25px;
  }
}

@media (max-width:1599px) {
  .body-container__website h6 {
    margin-bottom: 25px;
  }

  .hd-body-container .span6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hd-row6 .dnd-section>.page-center,
  .service-gallery .top-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .life-ins-row5 .hs_cos_wrapper_type_rich_text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .life-ins-row5 .span6 .hs_cos_wrapper_type_rich_text {
    padding-right: 0;
  }

  .life-ins-row5 .span6:last-of-type .hs_cos_wrapper_type_rich_text {
    padding-left: 15px;
    padding-right: 30px;
  }

  .home-row3 .span7,.home-row3 .span5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form form .hs-form-field > label {
    font-size: 18px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form {
    padding-top: 6px;
  }

  .contact-row1 .form-title {
    top: 14px;
  }
}

@media (max-width:991px) {
  .hd-body-container .dnd-section>.row-fluid {
    padding-bottom: 0;
  }

  .hd-row3 .span6,
  .hd-row3 .span6:last-child {
    width: 100%;
    padding: 0 !important;
  }

  .life-ins-row5 .span6 {
    padding: 0 30px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .life-ins-row5 .row-fluid-wrapper .row-fluid {
    display: block !important;
  }

  .life-ins-row5 .span6 .hs_cos_wrapper_type_rich_text {
    padding: 0 !important;
  }

  .glossary-body-container .span4 {
    width: 100%;
    margin-left: 0;
  }

  .home-row3 .span7 {
    width: 50%;
  }

  .home-row3 .span5 {
    width: 50%;
  }

  .home-row4 {
    margin-top: 6px;
  }

  .blog-index.ltst-btm {
    padding-bottom: 20px;
  }

  .guide_detail_container .span6 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width:800px) {
  .hd-body-container .dnd-section>.row-fluid {
    padding-bottom: 6px;
  }
}

@media (max-width:767px) {
  .sitemap-body-container h1 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .hd-body-container .span6 {
    width: 100%;
    padding: 0 30px !important;
  }

  .hd-body-container .dnd-section>.row-fluid {
    padding-bottom: 0;
  }

  .life-ins-body-container .quote-btn {
    margin-bottom: 20px;
  }

  .life-ins-body-container {
    background-color: #f2f2f2;
    padding-bottom: 17px;
  }

  .hi-row1 .quote-btn {
    margin-bottom: 6px !important;
  }

  .home-row3 .span7, .home-row3 .span5 {
    width: 100%;
  }

  .home-row3 .span7 {
    text-align: center;
  }

  .home-row3 .span7 .quote-btn {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 50px;
  }

  .home-row3 .span7 span {
    display: block;
    width: 100%;
  }

  .home-row3 .span7 .widget-span {
    display: block !important;
  }

  .guide_detail_container .dnd-section.mrkt-insurers-gallery ul#brand-logos {
    margin: 50px 25px 0;
  }

  .contact-row1 .form-title {
    font-size: 1rem;
    margin: 0 0 -10px 11px;
    top: 13px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form {
    padding-top: 7px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form form {
    padding: 31px 25px 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form form .hs-form-field>label {
    font-size: 16px;
  }

  .contact-row1 span.hs_cos_wrapper_type_form form .form-columns-2>div {
    width: 100%;
    float: none !important;
  }
}

@media (max-width:600px) {
  .life-ins-body-container {
    background-color: transparent;
    padding-bottom: 0;
  }

  .abt-row2 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 0;
  }

  .abt-row2 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .abt-row4 h3 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 579px) {
  .quote-btn {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background-color: #84d300 !important;
  }

  .hd-row3 .dnd-column {
    padding: 20px 25px;
  }

  .quote-btn:before {
    content: none;
  }

  .hd-body-container .dnd-module {
    display: block !important;
  }

  .life-ins-body-container .dnd-module,
  .life-ins-row2 .dnd-module {
    display: block !important;
  }

  .home-sec .get-a-quote {
    height: 45px;
    line-height: 45px;
  }

  .call-to-action-bar .get-a-quote {
    width: 100% !important;
  }

  .guide_detail_container .dnd-section.mrkt-insurers-gallery ul#brand-logos {
    margin: 50px 0 0;
  }

  .abt-body-container div {
    display: block !important;
  }

  .contact-row1 span.hs_cos_wrapper_type_form form .hs-form-field>label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .home-sec.home-row6 .row-fluid {
    padding: 0;
  }

  span.txt a {
    display: inline-block;
  }
}

@media (max-width:350px) {
  a.link {
    word-break: break-all;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
	position: relative;
	width: 100%;
	min-height: inherit;
	line-height: 71px;
	padding: 0;
	z-index: 999;
}

.site-logo img {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	z-index: 2;
	width: 202px !important;
}

.site-logo {
	position: relative;
	display: inline-block;
	height: inherit;
	line-height: inherit;
	float: left;
	cursor: pointer;
	width: 202px;
	min-height: 72px;
}

.header-wrapper {
	min-height: 72px;
}

div#message-bar {
	position: fixed;
	width: 100%;
	top: 72px;
	bottom: auto;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 8;
}

div#message-bar .row {
	margin-right: -15px;
	margin-left: -15px;
}

div#message-bar .row:before,
div#message-bar .row:after {
	display: table;
	content: " ";
}

#message-bar .message-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*   height: 45px; */
	width: 100%;
}

div#tp-header {
	width: 100%;
	position: relative;
}

header.header .page-center {
	max-width: 1200px;
}

.burger {
	display: none;
}

header.header .page-center {
	position: relative;
}

.site-logo.mobile-logo {
	display: none;
}

.sidebar-contact-details {
	display: none;
}

.header-wrapper.lp-header {
	min-height: 72px;
}

.banner-section * {
	min-height: 0 !important;
}

div#message-bar .page-center {
	padding-right: 15px !important;
	padding-left: 15px !important;
}


/* landing page */
.header01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.nmbr.nmbr1 a {
	line-height: 35;
}

.header01 .phone-nmbr .nmbr a {
	font-family: Sofia Pro;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	color: #fff;
	margin-top: -27px;
	margin-left: 0px;
	text-align: left;
}


.header01 .phone-nmbr .callimg {
	margin-bottom: -28px;
	margin-right: 14px;
}

.header01 .phone-nmbr p {

	font-family: Sofia Pro;
	font-size: 15px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;

}

.header-bottom {
	padding: 9px 0px;
}

.header-bottom p span {
	font-family: Sofia Pro;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #022133;

}

.header-bottom p {
	font-family: Sofia Pro;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #022133;
}

.footer-new-landing .privay-policy {
	display: flex;
	justify-content: flex-start;

	margin-left: 112px;
}

.footer-new-landing .privay-policy a {
	margin: 0px 10px;
	padding: 16.5px 45px;
	width: fit-content;
	border-radius: 27px;
	background: #4a606e33 !important;
	font-family: Sofia Pro;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffffb3 !important;
}

.footer-new-landing .copyright p {
	color: #BBC8D0;
	font-family: Sofia Pro;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 0px;

}

.has-submenu {
	position: relative;
}

.has-submenu::before {
	content: close-quote;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #e9e9e9;
	position: absolute;
	right: -12px;
	top: 35px;
}

.has-submenu:hover:before {
	border-top-color: #84d300;
}

@media (max-width: 992px) {
	.has-submenu::before {
		right: 20px;
		top: 26px;
	}
}

@media only screen and (min-width: 1600px) {
	header.header .page-center {
		max-width: 1400px;
	}
}

@media only screen and (max-width: 1599px) {

	header.header .page-center,
	#message-bar .message-container {
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media (max-width: 767px) {

	/*   landing page */
	.header01 .phone-nmbr .callimg {
		margin-bottom: 0px;
		margin-right: 0px;
	}

	.header01 .phone-nmbr .nmbr a {

		font-size: 14px !Important;
	}

	.header01 .phone-nmbr .nmbr a {
		margin-top: 0px !Important;
		margin-left: 0px !Important;

	}

	.header01 .phone-nmbr img {
		width: 19px;
		height: 19px;
	}

	.header01 .phone-nmbr p {
		margin-top: 0px !Important;
		font-size: 10px;
	}

	.header-wrapper.lp-header1 header.header {
		line-height: 17px;
	}

	.footer-new-landing .privay-policy {
		flex-direction: column;
		margin-left: 0;
	}

	.footer-new-landing .privay-policy a {
		margin-bottom: 10px;
		flex-direction: column;
		text-align: center;
	}

	.footer-new-landing .copyright p {
		font-size: 14px !important;
		line-height: 22px !important;
	}

	/*   .header01 .phone-nmbr p{
  
    display:none;
  }
   */

	.site-logo {
		min-height: 70px;
		width: 40%
	}

	.phone-nmbr {
		width: 45%;
	}

	header.header {
		position: fixed;
		top: 0;
		/* min-height: 70px;
    line-height: 70px; */
	}

	header.header.fixed {
		position: fixed;
		top: 0 !important;
	}

	div#message-bar {
		top: 70px;
	}

	#message-bar .message-container {
		/*     height: 50px; */
		text-align: center;
	}

	.header-wrapper {
		/* min-height: 120px; */
	}

	.header-wrapper.lp-header {
		/* min-height: 70px; */
	}

	.message-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 579px) {
	.site-logo img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.header01 {
		height: unset;
	}
}


@media only screen and (max-width: 767px) and (min-width: 480px) {
	.footer-new-landing .privay-policy {
		margin-left: 0;
		width: 100%;
	}

	.getaqoute-footer {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
	.footer-new-landing .privay-policy {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}

	.footer-new-landing .getaqoute-footer {
		padding-top: 20px;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  position: relative;
  padding: 50px 0;
}

.copyright p {
  font-size: 1rem;
  opacity: .6;
  padding-top: 35px;
}

footer.footer .top h2 {
  font-size: 1.75rem;
}

.footer-contact-details {
  margin-bottom: 30px;
}

footer.footer a {
  margin-bottom: 15px;
  font-weight: 400;
}

.footer-contact-details a {
  font-size: 1.25rem;
  display: block;
}

.footer-contact-details a.phone:before {
  color: #84d300;
  margin-right: 15px;
}

.footer-contact-details a.phone:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  text-rendering: auto;
  content: "";
}

.footer-contact-details a.envelope:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  text-rendering: auto;
  content: "";
  color: #84d300;
  margin-right: 15px;
}

.footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-social-media a:last-of-type {
    margin-right: 0;
}

.footer-social-media a.facebook {
  font-size: 1.375rem;
}

.footer-social-media a.instagram {
  font-size: 1.6875rem;
}

.footer-social-media a.linkedin {
  font-size: 1.5rem;
}

.footer-social-media a.facebook:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  text-rendering: auto;
  content: "";
}

.footer-social-media a.instagram:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  text-rendering: auto;
  content: "";
}

.footer-social-media a.linkedin:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  text-rendering: auto;
  content: "";
}

footer.footer .top .span3 {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .top .span9 {
  margin-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  width: 75%;
  padding-left: 50px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
}

.footer-menu .hs-menu-wrapper > ul li a {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: none;
}

.footer-menu .hs-menu-wrapper > ul>li>a {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
}

.footer-menu .hs-menu-wrapper > ul>li>ul {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
}

.footer-menu .hs-menu-wrapper > ul>li>ul>li {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}

footer.footer .row-fluid.top {
  width: auto;
  margin: 0 -15px;
}

.footer-menu .hs-menu-wrapper > ul>li>ul>li>ul {
  display: block;
}

.footer-menu .hs-menu-wrapper > ul>li>ul>li>ul>li {
  margin-bottom: 10px;
  padding-right: 40px;
  line-height: 1.5;
}

.footer-menu .hs-menu-wrapper > ul>li>ul>li>ul>li:last-child {
  margin-bottom: 50px;
}

footer.footer.f-no-nav .copyright p {
  padding-top: 25px;
  border: 0;
}

footer.footer .page-center {
  padding-right: 15px;
  padding-left: 15px;
  max-width:1205px !important;
}




.footerr-with-cta{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: center;
  padding-bottom:25px;
}

.footerr-with-cta .getaqoute-footer a{
  margin: 0 10px;
  padding: 16.5px 41px;
  display:inline-block;
  width: fit-content;
  border-radius: 27px;
  background: #78BE21;
  font-family: Sofia Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.footer-new-landing .privay-policy{
  padding-bottom:0 !important;
}
footer.footer.footer-new-landing2 {
  background-image:url("https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/Group%20204.png") !important;
  background-size:cover !important;
  background-position:center ;
  padding: 379px 0 80px;
  background:transparent;
}
@media only screen and (max-width: 768px) {
  footer.footer {
    padding: 60px 0;
  }

}

@media only screen and (min-width: 1024px) {
  footer.footer {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1600px) {
  footer.footer {
     padding:67px 0px 40px 0px;
  }
}

@media (max-width: 1599px) {
  .footer-contact-details a {
    font-size: 100%;
  }

  footer.footer .top .span3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  footer.footer .top .span9 {
    padding-right: 30px;
  }

  footer.footer .top h2,
  .footer-menu .hs-menu-wrapper>ul>li>a {
    line-height: 1.5;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 26px;
  }

  .copyright {
    padding: 0 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    margin-bottom: 49px;
  }

  footer.footer.f-no-nav .copyright p {
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .footer-menu .hs-menu-wrapper>ul>li>ul>li {
    width: 50%;
  }

  footer.footer .top .span9 {
    width: 66.66667%;
  }

  footer.footer .top .span3 {
    width: 33.33333%;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    margin-bottom: 50px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    line-height: 1.5;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  footer.footer .row-fluid.top {
    text-align: center;
  }

  .footer-social-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  footer.footer .top .span9 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(odd) {
    margin-left: 16.66667%;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li {
    width: 33.33333%;
  }

  footer.footer .top .span3 {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .copyright p {
    font-size: .875rem;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0 !important;
    width: 100%;
  }

  .footer-contact-details a.phone {
    margin-bottom: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 3.6vw;
  }

  footer.footer .top .span3 {
    margin-bottom: 45px;
  }

  footer.footer .top h2 {
    font-size: 3.6vw;
  }

}

@media (max-width: 579px) {
  .footer-menu .hs-menu-wrapper>ul>li>a,
  footer.footer .top h2 {
    font-size: 4.3vw;
  }
}

@media (max-width: 479px) {
  .footer-menu .hs-menu-wrapper>ul>li>a,
  footer.footer .top h2 {
    font-size: 5.8vw;
  }
}

@media only screen and (max-width: 479px) and (min-width: 220px){
  .footer-landing-page-03 .footerr-with-cta{
    padding-top: 100px; 
  }
  .footerr-with-cta .getaqoute-footer a{
    margin: 0 !important; 
  }

}

@media only screen and (max-width: 768px) {
  footer.footer.footer-landing-page-03 {
    padding: 0px 0 60px 0px !important;
    background-position: center !important;
  }
  .footer-new-landing .privay-policy {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
  .footer-new-landing .privay-policy{
    margin-left: 0; 
    width:100%;
  }
  .getaqoute-footer {
    padding-top: 20px;
  }
  .footer-new-landing2 .getaqoute-footer{
    text-align: center;
    width: 100%; 
  }
footer.footer.footer-landing-page-03 {
    background-position: 100%!important;
}
.footer-new-landing .privay-policy {
    margin-top: 180px;
}
}
@media only screen and (max-width: 985px) and (min-width: 768px){
  .footer-new-landing .privay-policy{
    margin-left: 0; 
    width:100%;
    justify-content: center;
  }
  .footer-new-landing2 .getaqoute-footer {
    padding-top: 20px;
  }
  .footer-new-landing2 .getaqoute-footer{
    text-align: center;
    width: 100%; 
  }
footer.footer.footer-landing-page-03 {
    padding: 150px 0 60px!important;
    background-position: 50%!important;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .footer-new-landing .privay-policy a {
    font-size:15px !important;
  }
  .footerr-with-cta{
    flex-wrap:unset !important;
  }
}
/*******************************************/
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
/* TODO: Find a better place for this */
.banner-section .dnd-section {
  padding: 0 !important;
}

.banner-section .row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.banner-section * {
  min-height: 0 !important;
}

.main-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-banner {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.main-banner .image.mobile {
  display: none;
}

.hs-blog-post .main-banner:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: linear-gradient(to right, rgba(255,255,255, 0.75) 30%, rgba(255, 255, 255, 0.1) 50%);
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .hs-blog-post .main-banner .content .text-box h1,
  .hs-blog-post .main-banner .content .text-box p{
    color: #fff;
  }

  .hs-blog-post .main-banner:before{
    background: linear-gradient(to top, rgba(2, 33, 51, .75) 100%, transparent);
  }
}

.image.visible-phone.xs-mobile {
  display: none !important;
}

.hs-blog-listing div#message-bar,
.hs-blog-post div#message-bar {
  display: none !important;
}

.hs-blog-listing .header-wrapper,
.hs-blog-post .header-wrapper {
  /* min-height: 72px; */
}

.blog-main-wrapper {
  background-color: #f2f2f2;
}

.blog-header {
  text-align: center;
}

.blog-index__post {
  width: 100%;
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding: 0 30px;
  margin: 0 -15px;
}

.blog-header p.intro-text {
  max-width: 1300px;
  margin: 0 auto 40px;
}

.post-inner {
  margin: 0 auto 25px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -o-transition: all ease .3s;
  transition: all .3s ease;
}

.post-inner a {
  display: block;
}

.post-inner .post-image {
  overflow: hidden;
  position: relative;
  height: 280px;
}

.post-inner .post-image img {
  object-fit: cover;
}

.post-inner .pst-content {
  background-color: #fff;
  padding: 25px 30px 35px;
  text-align: left;
  color: #011c29;
  height: 280px;
}

.post-inner .post-image .image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: block;
  content: "";
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  height: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.post-inner .pst-content h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.post-inner .pst-content span.link {
  color: #84d300;
  font-weight: 600;
}

.post-inner:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.3);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.3);
}

.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: #011c29;
  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: #011c29;
  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;
}

.hs-blog-post .blog-main-wrapper {
  position: relative;
  padding: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .hs-blog-post .blog-main-wrapper {
    padding: 50px 0;
  }
}

.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.article-meta span.date {
  font-style: italic;
  font-weight: 100;
  margin-right: 25px;
}

.article-meta ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-meta ul.post-categories li {
  display: inline-block;
  border: 1px solid rgba(0,0,0,.2);
  background-color: hsla(0,0%,100%,.7);
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.article-meta ul.post-categories li a {
  display: block;
  padding: 8px 20px;
  color: rgba(1,28,41,.8);
  font-weight: 300;
}

.article-meta ul.post-categories li:hover {
  border: 1px solid #84d300;
}

.blog-post>h2 {
  text-transform: uppercase;
  line-height: 1.3;
}

#st-1 span {
  font-size: 100%;
}

.more-articles {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}

.blog-comments.dnd-section {
  padding-top: 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.grecaptcha-badge {
  margin: 0;
}

.replying {
  padding: 2em;
}

.blog-pagination {
  font-family: Sofia Pro,sans-serif;
}

.blog-pagination a {
  font-family: Sofia Pro,sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 12px 20px 14px;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 18px;
  background-color: rgba(0,0,0,0);
  border: 2px solid hsla(0,0%,43.9%,.4);
  color: #707070 !important;
  margin-bottom: 6px;
}

.blog-pagination a:hover,
.blog-pagination a:focus {
  background-color: #84d300;
}

.blog-pagination a.blog-pagination__link--active {
  background-color: #84d300;
  color: #ffffff !important;
}

.blog-pagination a.blog-pagination__prev-link--disabled {
  opacity: .5;
}

@media only screen and (min-width: 580px) {
  .post-inner {
    margin: 0 auto 35px;
  }
}

@media only screen and (min-width: 768px) {
  .blog-index__post {
    width: 50%;
    padding: 0 15px;
  }

  .blog-index {
    padding: 0 15px 60px;
  }

  .post-inner {
    margin: 0 auto 40px;
  }

  .post-inner .pst-content h6 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .blog-index__post {
    width: 33.33%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1140px) {
  .blog-pagination a:hover {
    border: 2px solid #84d300;
  }
}

@media only screen and (min-width: 1600px) {
  .main-banner {
    height: 500px;
  }

  .hs-blog-post .main-banner {
    height: 400px;
  }

  .blog-index {
    padding: 0 0 80px;
  }

  .blog-header p.intro-text {
    margin: 0 auto 60px;
    padding: 0 15px;
  }

  #st-1 span {
    font-size: 1.125rem;
  }
}

@media (max-width: 1599px) {
  .blog-index {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header p.intro-text {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .main-banner .image.desktop {
    display: none;
  }

  .main-banner .image.mobile {
    display: block;
  }

  .main-banner .image {
    background-position: 100%;
  }
}

@media (max-width: 767px) {
  .main-banner {
    height: 250px;
  }

  .hs-blog-post .main-banner {
    height: 280px;
  }

  .main-banner .image {
    background-position: 100%;
  }

  .hs-blog-listing .header-wrapper, 
  .hs-blog-post .header-wrapper {
    /* min-height: 70px; */
  }

  .blog-index {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-header {
    margin: 0 -30px;
  }

  .article-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-meta span.date {
    margin-bottom: 20px;
  }

  .article-meta ul.post-categories {
    text-align: center;
  }

  .article-meta ul.post-categories li {
    margin-bottom: 15px;
  }

  .blog-post__body img {
    float: none !important;
    display: block;
    margin: 10px auto !important;
    width: 100% !important;
  }

  #st-1 .st-btn > img {
    margin: 0 !important;
    width: 16px !important;
  }

  .comment-reply-to {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 579px) {
  .main-banner .image {
    background-position: 50%;
  }

  .image.visible-phone {
    display: none !important;
  }

  .image.visible-phone.xs-mobile {
    display: block !important;
  }
}

.hs-blog-post .content-wrapper{
  display: flex;
  flex-direction: column;
}

.sidebar-left{
  position: relative;
  width: 100%;
  order: 1;
}

@media only screen and (max-width: 579px) {
  .sidebar-left{
    margin-bottom: 30px;
  }
}

.main-panel{
  position: relative;
  width: 100%;
  order: 3;
}

.sidebar-right{
  position: relative;
  width: 100%;
  order: 2;
}

@media only screen and (min-width: 1024px) {
  .hs-blog-post .content-wrapper{
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .sidebar-left{
    width: calc(20% - 15px);
    padding-right: 15px;
    order: 1;
  }

  .main-panel{
    width: calc(55% - 30px);
    padding: 0 15px;
    order: 2;
  }

  .sidebar-right{
    width: calc(25% - 15px);
    padding-left: 15px;
    order: 3;
  }
}

.hs-blog-post .main-banner .content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  z-index: 5;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .hs-blog-post .main-banner .content {
    max-width: calc(1200px - 60px);
    padding: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .hs-blog-post .main-banner .content {
    max-width: calc(1400px - 30px);
  }
}

.hs-blog-post .main-banner .text-box{
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hs-blog-post .main-banner .text-box{
    width: 50%;
  }
}

.hs-blog-post .main-banner .text-box h1{
  font-size: 24px;
  line-height: 1.2;
}

.hs-blog-post .main-banner .text-box h1 span{
  display: block;
}

.hs-blog-post .main-banner .text-box p {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (min-width: 480px) {
  .hs-blog-post .main-banner .text-box h1{
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .hs-blog-post .main-banner .text-box h1{
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .hs-blog-post .main-banner .text-box h1{
    font-size: 36px;
  }

  .hs-blog-post .main-banner .text-box p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .hs-blog-post .main-banner .text-box h1{
    font-size: 42px;
  }
}

@media only screen and (min-width: 1400px) {
  .hs-blog-post .main-banner .text-box h1{
    font-size: 48px;
  }

  .hs-blog-post .main-banner .text-box p {
    font-size: 25px;
  }
}

.hs-blog-post .article-author-image{
  display: none;
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .hs-blog-post .article-author-image{
    display: block;
  }
}

.hs-blog-post .article-author-image img{
  border: 5px solid #ffffff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.hs-blog-post .article-author-name{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}

.hs-blog-post .article-author-bio{
  margin-bottom: 15px;
}

.hs-blog-post .date-time{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.hs-blog-post .time {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .hs-blog-post .date-time {
    color: white; 
  }
}
@media only screen and (min-width: 1024px) {
  .hs-blog-post .date-time {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1100px) {
  .hs-blog-post .date-time {
    flex-direction: row;
/*     justify-content: space-between; */
  }
}

.hs-blog-post .date,
.hs-blog-post .time{
  font-size: 14px;
  font-weight: 400;
}

.hs-blog-post .date{
  margin-right: 20px;
}

@media only screen and (min-width: 1024px) {
  .hs-blog-post .date{
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .hs-blog-post .date,
  .hs-blog-post .time{
    font-size: 16px;
  }
}

.hs-blog-post .date:before{
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.hs-blog-post .time:before{
  position: absolute;
  content: "\f2f2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.hs-blog-post .date .text,
.hs-blog-post .time .text{
  padding-left: 20px;
}

.hs-blog-post .article-headline{
  position: relative;
  padding-left: 30px;
}

.hs-blog-post .article-headline:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% + -10px);
  border: 4px solid #cccccc;
  border-radius: 25px;
}

.hs-blog-post .article-headline h2,
.hs-blog-post h3{
  font-size: 24px;
}

.hs-blog-post .uc-button{
  border-radius: 5px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  display: block;
}

.hs-blog-post .uc-button:hover{
  color: #ffffff;
}

.hs-blog-post .article-headline p{

}

.usay-blog-list-bullets{
  list-style: none;
  padding-left: 0;
}

.usay-blog-list-bullets.two-columns{
  columns: 2;
}

.usay-blog-list-bullets li{
  position: relative;
  padding-left: 15px;
}

.usay-blog-list-bullets li::before {
  content: "• ";
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 0;
  vertical-align: middle;
  color: #84d300;
}

@media only screen and (max-width: 767px) {
  .usay-blog-list-bullets{
    columns: 1;
  }
}

.usay-blog-content-box{
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.usay-blog-content-box.reviews {
  display: none;
  padding: 40px 30px 20px;
  margin-bottom: 30px;
}

.review-bar{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
}

@media only screen and (min-width: 1024px) {
  .review-bar{
    display: none;
  }

  .usay-blog-content-box.reviews {
    display: block;
    margin-bottom: 0;
  }
}

p.wrap{
  word-break: break-all;
}

.blog-related-content-wrapper{
  background-color: #ffffff;
  padding: 50px 0;
}

.blog-related-content-wrapper .content-wrapper{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}

.sharethis-inline-share-buttons{
  display: flex !important;
  justify-content: space-between !important;
}

/* Sticky element sidebar */
.scrolling-box{
  position: sticky;
  top: 75px;
}

@media only screen and (max-width: 768px) {
  .scrolling-box{
    position: relative;
    top: initial;
  }
}

.hs-blog-post p a{
  font-weight: 600;
}

.hs-blog-post .uc-button{
  width: inherit;
}
/* ******************************************************************************
*********************************************************************************
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;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #011c29;
  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: #011c29;
}

.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;
}

.subs-form .systems-page form {
  max-width: 100%;
}

.systems-page form div {
  margin-bottom: 10px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 20px !important;
}

.custom-error-page {
  text-align: center;
}

.custom-error-page p a {
  color: #011c29;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .custom-error-page p a:hover {
    color: #84d300;
  }
}

@media (max-width:767px) {
  .systems-page form {
    max-width: 500px;
  }

  .systems-page .success {
    min-width: 100%;
  }
}

@media (max-width:479px) {
  .subs-form .hs-button {
    white-space: normal;
    line-height: normal;
    padding: 10px 50px;
  }
}