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


/* 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 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}




/* Learn More */
body.learm_more_lyt,
body.learn-more-body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  color: inherit !important;
}

.learm_more_lyt,
body.learn-more-body {
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-position: center center;
}

.learn-more-setion1 {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.93);
}

.learn-more-setion2 {
  background-color: rgba(255, 255, 255, 0.93);
  padding-top: 30px;
}

.learn-more-setion1 .dnd-section > .row-fluid,
.learn-more-setion2 .dnd-section > .row-fluid {
  max-width: 1170px;
  display: block !important;
}

.learn-more-full-width .widget-type-linked_image {
  text-align: center;
  padding: 20px 35px;
}

.learn-more-full-width .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
  max-width: 600px !important;
  width: 100%;
}

.learn-more-full-width .widget-type-rich_text {
  text-align: center;
  padding: 0 35px;
}

.learn-more-full-width h3 {
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  line-height: 1.3em;
  font-family: Roboto, Helvetica, sans-serif !important;
  margin: 0;
  color: #2f2f2f;
}

.learn-more-full-width h2 {
  color: rgb(0, 48, 135);
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  margin: 0;
  margin-top: 5px;
}

.learn-more-iframe {
  margin-top: 35px;
  padding-bottom: 20px;
}

.learn-more-iframe .span7,
.learn-more-iframe .span5 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  margin: 0;
}

.learn-more-iframe .span7 {
  width: 58.33333333%;
}

.learn-more-iframe .span5 {
  width: 41.66666667%;
  word-break: break-word;
}

.learn-more-iframe .span7 .hs-responsive-embed-wrapper {
  -webkit-box-shadow: 0 23px 17px 0 #a1a1a1;
  -moz-box-shadow: 0 23px 17px 0 #a1a1a1;
  box-shadow: 0 23px 17px 0 #a1a1a1;
  max-width: none !important;
  max-height: none !important;
}

.learn-more-iframe .span5 h5 {
  font-family: Roboto, Helvetica, sans-serif !important;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  color: rgb(150, 150, 150);
  margin: 0;
  font-weight: 400;
}

.learn-more-iframe .span5 h4 {
  font-family: Roboto, Helvetica, sans-serif !important;
  line-height: 1em;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: rgb(45, 45, 45);
  text-transform: uppercase;
  margin: 0;
}

.learn-more-iframe .span5 h1 {
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-size: 140px;
  font-weight: 700;
  color: rgb(45, 45, 45);
  margin: 0;
}

.learn-more-iframe .span5 p {
  font-family: Montserrat, Helvetica, sans-serif !important;
  line-height: 1.5em;
  text-align: center;
  color: rgb(45, 45, 45);
  font-size: 18px;
  margin: 0;
}

.learn-more-button .dnd-section > .row-fluid {
  padding: 20px 35px;
}

.learn-more-button .hs-button {
  font-family: "Montserrat", Helvetica, sans-serif !important;
  animation: pulseGlow 2s infinite;
  animation-timing-function: ease-in-out;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: rgb(0, 48, 135);
  font-size: 48px;
  line-height: 1.42857143;
  margin-bottom: 110px;
  text-transform: none;
  letter-spacing: normal;
}

.learn-more-button .hs-button:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
  background: #003087;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0)
  }

  25% {
    box-shadow: 0px 0px 2.5px 1px rgba(255,255,255,0.25)
  }

  50% {
    box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5)
  }

  85% {
    box-shadow: 0px 0px 5px 5px rgba(255,255,255,0)
  }

  100% {
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0)
  }
}

.learn-more-button .widget-type-space {
  min-height: 1px;
  border-top-style: solid;
  float: none;
  width: 25%;
  border-top-width: 3px;
  margin-right: 37.5%;
  margin-left: 37.5%;
  border-color: rgb(0, 48, 135);
}

.learn-more-button h2 {
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  margin-top: 85px;
  line-height: 1.3em;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.86);
  margin-bottom: 0;
  color: #2f2f2f;
}

.learn-more-icon-with-content .dnd-section > .row-fluid {
  margin-top: 20px;
  padding: 20px 10px 100px;
}

.learn-more-icon-with-content .span4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
  outline: none;
  margin: 0;
}

.learn-more-icon-with-content .span4 p {
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 32px;
  line-height: normal;
  margin: 30px 0 0;
}

.learn-more-about-company {
  padding-top: 120px;
  padding-bottom: 100px;
  margin-top: -200px;
  background-color: rgba(255, 255, 255, 0.93);
}

.learn-more-about-company .dnd-section > .row-fluid {
  max-width: 1170px;
  margin-top: 0;
  padding: 0 35px 10px;
}

.learn-more-about-company h3 {
  margin: 25px 0 0;
  font-family: Montserrat, Helvetica, sans-serif !important;
  position: relative;
  line-height: 1.3em;
  text-align: center;
  color: rgb(45, 45, 45);
  font-size: 30px;
  font-weight: normal;
}

.learn-more-about-company h2 {
  font-family: Oswald, Helvetica, sans-serif !important;
  line-height: 1.3em;
  text-transform: uppercase;
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  color: rgb(187, 188, 188);
  margin: -10px 0 0;
}

.learn-more-about-company .hs-responsive-embed-wrapper {
  width: 75% !important;
  max-height: none !important;
}

.learn-more-about-company .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.2% !important;
}

.learn-more-about-company p {
  margin: 30px 0 0;
  font-family: inherit;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  font-size: 15px;
  color: rgb(45, 45, 45);
}

.learn-more-about-company .hs-button,
.learn-more-quotation .hs-button {
  margin-top: 23px;
  margin-bottom: 30px;
  font-family: Montserrat, Helvetica, sans-serif;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  border-bottom: 3px solid rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(0, 48, 135);
  font-size: 40px;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: normal;
}

.learn-more-about-company .hs-button:hover,
.learn-more-quotation .hs-button:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
  background: #003087;
}

.learn-more-quotation .dnd-section > .row-fluid {
  max-width: 1170px;
  padding: 0 35px;
}

.learn-more-quotation h2 {
  font-family: Oswald, Helvetica, sans-serif !important;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.98);
  font-size: 70px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 0;
}

.learn-more-quotation p {
  font-family: Montserrat, Helvetica, sans-serif !important;
  line-height: 1.3em;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 30px;
  margin: 5px 0 40px;
}

.learn-more-quotation .span6 {
  margin: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.learn-more-quotation .hs-button {
  margin-top: 30px;
  margin-bottom: 0;
}

.learn-more-one-column .dnd-section > .row-fluid {
  margin-top: 40px;
  padding: 0 35px 20px;
}

.learn-more-one-column h3 {
  font-family: Oswald, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(45, 45, 45);
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.learn-more-one-column h2 {
  font-family: Oswald, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0, 48, 135);
  font-size: 140px;
  font-weight: 700;
  margin: 10px 0 0;
}

.ty-main-grp .widget-type-linked_image img {
  max-width: 500px;
  width: 100%;
}

.form_fc_lyt {
  padding-top: 20px;
  padding-bottom: 40px;
}

.form_fc_lyt .dnd-section > .row-fluid {
  max-width: 1170px;
}

.form-fc-full-width .dnd-section > .row-fluid {
  padding: 30px 35px 20px;
}

.form-fc-full-width .widget-type-linked_image {
  margin-top: 10px;
}

.form-fc-full-width .widget-type-linked_image img {
  max-width: 300px !important;
  width: 100%;
}

.form-fc-full-width  h2 {
  margin: 15px 0 0;
  font-family: Oswald, Helvetica, sans-serif;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(0, 48, 135);
  text-align: center;
  font-size: 90px;
}

.form-fc-full-width h3,
.form-fc-full-width h4  {
  margin: 5px 0 0;
  font-family: Oswald, Helvetica, sans-serif;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 52px;
  font-weight: normal;
  color: #333;
}

.form-fc-full-width h4 {
  font-size: 46px;
}

.form-fc-full-width .widget-type-space {
  min-height: 1px;
  border-top: 3px solid rgb(0, 48, 135);
  float: none;
  width: 10%;
  margin-right: 45%;
  margin-left: 45%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.form-fc-two-col-right .dnd-section > .row-fluid {
  padding: 20px 10px;
  display: block !important;
}

.form-fc-two-col-right .span8 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 66.66666667%;
}

.form-fc-two-col-right .span4 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 33.33333333%;
}

.form-fc-two-col-right .span5 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 41.66666667%;
}

.form-fc-two-col-right .span7 {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 58.33333333%;
}

.form-fc-two-col-right .span8 .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: none !important;
}

.form-fc-two-col-right .span8 p,
.form-fc-two-col-right .span5 p{
  margin: 15px 0 0;
  text-align: center;
  font-size: 20px;
  color: rgb(45, 45, 45);
  line-height: 1.5em;
  font-family: Montserrat, Helvetica, sans-serif;
}

.form-fc-footer-logo .dnd-section > .row-fluid {
  margin-top: 20px;
  padding: 20px 125px;
}

.form-fc-footer-logo .widget-type-space {
  min-height: 1px;
  border-top: 3px solid rgb(0, 48, 135);
  float: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.form-fc-footer-logo .widget-type-linked_image {
  margin-top: 20px;
}

.form-fc-footer-logo .widget-type-linked_image img {
  max-width: 250px !important;
}

.form-fc-bottom-pane .dnd-section > .row-fluid {
  padding: 20px 35px;
}

.form-fc-bottom-pane h1 {
  margin: 0;
  margin-top: 85px;
  font-family: Oswald, Helvetica, sans-serif;
  line-height: 1.3em;
  text-align: center;
  font-size: 56px;  
  font-weight: 700;
  color: rgb(0, 48, 135);
}

.form-fc-bottom-pane h2 {
  margin: 0;
  margin-top: 15px;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: normal;
  text-align: center;
  font-size: 23px;
}
.form-fc-two-col-right form {
  margin-bottom: 0;
}

.form-fc-two-col-right form .field {
  margin-bottom: 18px;
}

.form-fc-two-col-right form .field label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-size: 17px;
  color: #33475b;
}

.form-fc-two-col-right form .hs-form-field input[type="text"],
.form-fc-two-col-right form .hs-form-field input[type="email"],
.form-fc-two-col-right form .hs-form-field input[type="tel"],
.form-fc-two-col-right form .hs-form-field select,
.form-fc-two-col-right form .hs-form-field textarea {
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
  margin: 0;
}

.form-fc-two-col-right form .hs-form-field input[type="text"]:focus,
.form-fc-two-col-right form .hs-form-field input[type="email"]:focus,
.form-fc-two-col-right form .hs-form-field input[type="tel"]:focus,
.form-fc-two-col-right form .hs-form-field select:focus,
.form-fc-two-col-right form .hs-form-field textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.form-fc-two-col-right form .hs-input.invalid.error {
  border-color: #c87872;
}

.form-fc-two-col-right form label.hs-error-msg {
  color: #f2545b !important;
  display: block !important;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px !important;
  text-align: left;
  white-space: normal;
  font-weight: normal !important;
  font-family: Montserrat;
  font-size: 17px !important;
  padding-left: 5px;
}

.form-fc-two-col-right form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  margin: 0;
  font-size: 14px;
  margin-bottom: 4px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Montserrat;
  border: none;
  -webkit-font-smoothing: auto;
}

.form-fc-two-col-right form .hs-form-field textarea {
  height: auto;
  min-height: 64px;
  padding: 9px 10px;
}

.form-fc-two-col-right form .hs-form-field select {
  padding-left: 10px;
}

.form-fc-two-col-right form .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}

.form-fc-two-col-right form .hs_recaptcha {
  padding: 1px 0 4px 8px;
  overflow: hidden;
  overflow-x: auto;
}

.form-fc-two-col-right form .actions {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 13px 0px 17px;
  text-align: left;
}

.form-fc-two-col-right form .actions .hs-button.primary.large {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #003087;
  border-color: #003087;
  color: #ffffff;
  font-size: 12px;
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: normal;
}

.form-fc-two-col-right .span8 p[size=small],
.form-fc-two-col-right .span5 p[size=small] {
  font-size: 17px;
}

.form-fc-two-col-right .span5 img {
  max-width: 600px;
  display: block;
  margin: 30px auto 0;
  width: 100%;
}

.form-fc-bottom-pane .row-fluid [class*="span"] {
  min-height: 0;
}

.lm-footer-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -30px;
  -webkit-clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
  clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 100%);
}

.lm-footer-wrapper .page-center {
  max-width: 1170px;
  margin-top: 20px;
  padding: 20px 35px 30px;
}

.lm-footer-wrapper .lm-footer-copyright {
  margin-top: 20px;
}

.lm-footer-wrapper .lm-footer-copyright p {
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  color: rgb(45, 45, 45);
}

.lm-footer-wrapper .lm-footer-nav {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.lm-footer-wrapper .lm-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lm-footer-wrapper .lm-footer-nav ul li {
  margin: 0;
  display: inline-block;
  padding-right: 30px;
}

.lm-footer-wrapper .lm-footer-nav ul li:last-child {
  padding-right: 0;
}

.lm-footer-wrapper .lm-footer-nav ul li a {
  color: rgb(45, 45, 45);
  font-size: 14px;
  font-weight: bold;
}

.lm-footer-wrapper .social-likes,
.cc-footer-wrapper .social-likes {
  position: relative;
  text-align: center;
  margin-top: 23px;
  line-height: 1.5;
  font-size: 14px;
}

.lm-footer-wrapper .social-likes .social-likes__widget,
.cc-footer-wrapper .social-likes .social-likes__widget {
  font-size: 14px;
  display: inline-block;
  margin: .5em;
  line-height: 1.5;
  border: 0;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0;
}

.lm-footer-wrapper .social-likes .social-likes__widget_facebook,
.cc-footer-wrapper .social-likes .social-likes__widget_facebook {
  background: #3d5b95;
}

.lm-footer-wrapper .social-likes .social-likes__widget_twitter,
.cc-footer-wrapper .social-likes .social-likes__widget_twitter {
  background: #24aadd;
}

.lm-footer-wrapper .social-likes .social-likes__widget .social-likes__button,
.cc-footer-wrapper .social-likes .social-likes__widget .social-likes__button {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
  vertical-align: baseline;
  color: #fff;
  padding: .04em .7em .18em 1.65em;
  padding-left: 25px !important;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.lm-footer-wrapper .social-likes .social-likes__widget .social-likes__button .social-likes__icon,
.cc-footer-wrapper .social-likes .social-likes__widget .social-likes__button .social-likes__icon {
  position: absolute;
  font-family: "social-likes";
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  vertical-align: baseline;
  left: .25em;
  top: .05em;
  font-size: 1.1em;
}

.social-likes__icon_facebook:before {
  content: "\f101";
}

.social-likes__icon_twitter:before {
  content: "\f108";
}

.lm-footer-wrapper .lm-footer-logo {
  text-align: center;
  position: relative;
}

.lm-footer-wrapper .lm-footer-logo img {
  max-width: 300px;
}

.lm-footer-wrapper .social-likes .social-likes__widget .social-likes__button:before,
.cc-footer-wrapper .social-likes .social-likes__widget .social-likes__button:before {
  content: "";
  display: inline-block;
}

.lm-footer-wrapper .social-likes .social-likes__widget .social-likes__button .social-likes__icon.social-likes__icon_twitter,
.cc-footer-wrapper .social-likes .social-likes__widget .social-likes__button .social-likes__icon.social-likes__icon_twitter {
  font-size: 1.15em;
  top: .1em;
  left: .25em;
}

/* Learn More Type 2 */
body.learn-more-body {
  font-family: Open Sans;
  font-size: 14px;
  color: #2e2e2e !important;
  font-weight: 400;
  line-height: 1.66em;
}

.learn_more_lyt_type2 .learn-more-setion1 .dnd-section>.row-fluid,
.learn_more_lyt_type2 .learn-more-setion2 .dnd-section>.row-fluid {
  max-width: 1140px;
  display: block !important;
}

.learn_more_lyt_type2 .learn-more-setion1 {
  background-color: rgba(255,255,255,0.9);
  padding: 0;
}

.learn_more_lyt_type2 .learn-more-full-width .widget-type-linked_image {
  padding: 20px 0 10px;
}

.learn_more_lyt_type2 .learn-more-full-width .widget-type-rich_text {
  padding: 0;
}

.learn_more_lyt_type2 .learn-more-full-width h3 {
  padding-top: 20px;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-full-width h2 {
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 35px;
}

.learn_more_lyt_type2 .learn-more-iframe {
  margin-top: 0;
  padding-bottom: 0;
}

.learn_more_lyt_type2 .learn-more-iframe .span7 {
  width: 58%;
  padding-left: 15px;
  padding-right: 15px;
}

.learn_more_lyt_type2 .learn-more-iframe .span5 {
  width: 42%;
  padding-left: 15px;
  padding-right: 15px;
}

.learn_more_lyt_type2 .learn-more-iframe .span5 h5 {
  line-height: 100%;
  font-weight: 500;
}

.learn_more_lyt_type2 .learn-more-iframe .span5 h1 {
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-iframe .span7 .hs-responsive-embed-wrapper {
  box-shadow: none;
  margin-bottom: 40px !important;
}

.learn_more_lyt_type2 .learn-more-setion1 .dnd-section>.row-fluid {
  padding: 0;
}

.learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module {
  margin-bottom: 15px;
  margin-right: 15px;
}

.learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module a {
  margin-top: 40px;
  box-sizing: border-box;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  line-height: 100%;
  outline: 0 none;
  text-decoration: none;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600;
  font-size: 48px;
  padding: 18px 30px 22px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #00338e;
  letter-spacing: 2px;
  margin-bottom: 100px;
  animation: none;
}

.learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module a:hover {
  background-color: rgba(0,51,142,0.93);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.learn_more_lyt_type2 .learn-more-button .widget-type-space {
  width: 250px;
  margin: 0 auto;
}

.learn_more_lyt_type2 .learn-more-button h2 {
  color: #000000;
  margin-top: 105px;
  padding-bottom: 30px;
}

.learn_more_lyt_type2 .learn-more-icon-with-content .dnd-section>.row-fluid {
  margin-top: 0;
  padding-bottom: 50px;
}

.learn_more_lyt_type2 .learn-more-icon-with-content .span4 p {
  margin: 35px 0 30px;
  color: rgb(45, 45, 45);
  font-family: Lato;
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: normal;
}

footer.lmt2-footer-wrapper {
  width: 100%;
  position: relative;
  margin-top: -1px !important;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  color: #e1e1e1;
  font-weight: 400;
}

footer.lmt2-footer-wrapper .top-design {
  padding: 30px 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  max-width: 1140px;
  margin: 0 auto;
  background-color: #1e1e1e;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: -1px;
}

footer.lmt2-footer-wrapper .sub-footer {
  background-color: #1e1e1e;
}

footer.lmt2-footer-wrapper .sub-footer p {
  margin: 0;
  opacity: .8;
  padding: 25px 0 20px;
  line-height: 16px;
  padding-bottom: 35px;
  font-size: 11px;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-setion2 {
  background-color: rgba(255,255,255,0.9);
  padding: 160px 0 0;
}

.learn_more_lyt_type2 .learn-more-one-column .dnd-section>.row-fluid {
  padding: 0;
  margin-top: 0;
}

.learn_more_lyt_type2 .learn-more-one-column h3 {
  line-height: 1.3em;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-one-column h2 {
  margin: 0;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-quotation .dnd-section {
  background-color: rgba(0,0,0,0.9) !important;
}

.learn_more_lyt_type2 .learn-more-quotation .dnd-section>.row-fluid {
  max-width: 1140px;
  padding: 0;
}

.learn_more_lyt_type2 .learn-more-quotation h2 {
  margin-top: 80px;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-quotation p {
  letter-spacing: 1px;
  margin: 0 !important;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module {
  padding-bottom: 95px;
}

.learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module a,
.learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module a {
  margin: 0 !important;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  line-height: 100%;
  font-size: 48px;
  padding: 18px 30px 22px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  font-weight: 600;
  font-family: 'Lato', sans-serif !important;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #00338e;
  letter-spacing: 2px;
}

.learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module a:hover,
.learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module a:hover {
  background-color: rgba(0,51,142,0.93);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.learn_more_lyt_type2 .learn-more-about-company {
  margin-top: -150px;
  background-color: rgba(255,255,255,0.9);
  padding: 220px 0 0;
}

.learn_more_lyt_type2 .learn-more-about-company .dnd-section>.row-fluid {
  max-width: 1140px;
  padding: 0;
}

.learn_more_lyt_type2 .learn-more-about-company h3 {
  margin: 0;
  letter-spacing: 1px;
}

.learn_more_lyt_type2 .learn-more-about-company h2 {
  letter-spacing: 1px;
  margin: 0;
}

.learn_more_lyt_type2 .learn-more-about-company .hs-responsive-embed-wrapper {
  width: 100% !important;
  max-width: 800px !important;
  padding: 0 15px !important;
}

.learn_more_lyt_type2 .learn-more-about-company p {
  padding: 40px 15px 20px;
  margin: 0;
  color: #000000;
  font-family: "Lato";
  line-height: 1.3em;
}

.learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module {
  margin-bottom: 95px;
  margin-right: 15px;
}







/* Other */
.feedback-full-width .dnd-section > .row-fluid {
  margin: 20px auto;
  padding: 70px 20px 30px;
}

.feedback-full-width .dnd-section>.row-fluid>.dnd-column {
  margin: 0 -15px;
  padding: 0 15px;
}

.feedback-full-width form {
  margin: 0 -15px;
  padding-bottom: 26px;
}

.feedback-full-width form .hs-richtext {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  padding: 0 15px;
}

.feedback-full-width form .hs-richtext p {
  color: #2e2e2e;
}

.feedback-full-width form .hs-form-field,
.feedback-full-width form .hs_submit {
  width: 66.66666667%;
  padding: 0 15px;
  margin-bottom: 14px;
}

.feedback-full-width form .hs-form-field > label .hs-form-required {
  display: none;
}

.feedback-full-width form textarea {
  font-family: inherit;
  font-size: inherit;
  color: #222;
  padding: 8px 10px;
  border-radius: 0;
  min-height: 238px;
}

.feedback-full-width .widget-type-rich_text h2 {
  text-transform: uppercase;
}

.feedback-full-width .widget-type-rich_text {
  padding-bottom: 40px;
}

.feedback-full-width .span4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
  margin: 0;
  margin-bottom: 10px;
}

.feedback-full-width .span4 .widget-type-linked_image {
  text-align: center;
}

.feedback-full-width .span4:last-child {
  padding-top: 35px;
}

.colt-carr-full-width .dnd-section>.row-fluid {
  margin: 20px auto;
  padding: 51px 20px 49px;
}

.elaine_logsdon_lyt .colt-carr-full-width .dnd-section>.row-fluid {
  padding: 30px 20px;
}

.elaine_logsdon_lyt .colt-carr-full-width .dnd-section>.row-fluid>.dnd-column {
  margin: 0 -15px;
  padding: 0 15px;
}

body.colt_carr_type2_lyt {
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-position: center center;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

body.colt_carr_type2_lyt .body-container-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.93);
}

body.colt_carr_type2_lyt .body-container-wrapper .dnd-section>.row-fluid {
  max-width: 1170px;
}

.colt-carr-t2-full-width .widget-type-linked_image {
  padding: 20px 35px;
}

.colt-carr-t2-full-width .widget-type-linked_image img {
  max-width: 600px !important;
  width: 100%;
}

.colt-carr-t2-full-width h1 {
  padding: 20px 35px;
  line-height: 1.3em;
  text-align: center;
  font-size: 72px;
  color: rgb(0, 48, 135);
  font-weight: 700;
  margin: 0;
  font-family: "Fjalla One", Helvetica, sans-serif !important;
}

.colt-carr-t2-full-width h2 {
  padding: 20px 35px;
  line-height: 1.3em;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  color: #2f2f2f;
  font-family: Roboto, Helvetica, sans-serif;
  margin: -20px 0 0;
}

.colt-carr-t2-two-column-left .dnd-section>.row-fluid {
  padding: 20px 10px;
  display: block !important;
}

.colt-carr-t2-two-column-left .span4 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 33.33333333%;
}

.colt-carr-t2-two-column-left .span8 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  width: 66.66666667%;
  margin: 0;
  font-family: Montserrat, Helvetica, sans-serif !important;
  font-size: 19px;
}

.colt-carr-t2-two-column-left .span8 p {
  margin: 0;
  text-align: center;
  line-height: inherit;
}

.colt-carr-t2-calender .dnd-section>.row-fluid {
  padding: 30px 35px;
}

footer.cc-footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(255, 255, 255);
}

.cc-footer-wrapper .page-center {
  max-width: 1170px;
  padding: 20px 35px;
  margin-top: -50px;
}

.cc-footer-wrapper  .cc-footer-copyright {
  font-family: "Source Sans Pro", Helvetica, sans-serif !important;
  margin-top: 20px;
}

.cc-footer-wrapper .cc-footer-copyright p {
  margin: 0;
  text-align: center;
  line-height: inherit;
}

.cc-footer-wrapper .cc-footer-nav {
  margin-top: 30px;
  text-align: center;
}

.cc-footer-wrapper .cc-footer-nav ul {
  line-height: normal;
  margin: 0;
  padding: 0;
}

.cc-footer-wrapper .cc-footer-nav ul li {
  margin: 0;
  display: inline-block;
  padding-right: 30px;
}

.cc-footer-wrapper .cc-footer-nav ul li a {
  font-size: 14px;
  color: rgb(45, 45, 45);
  font-weight: bold;
  line-height: 1.42857143;
}

.cc-footer-wrapper .cc-footer-nav ul li:last-child {
  padding-right: 0;
}

.cc-footer-wrapper .social-likes .social-likes__widget .social-likes__button .social-likes__icon {
  top: 0;
}

.cc-footer-wrapper .cc-footer-logo {
  text-align: center;
}

.cc-footer-wrapper .cc-footer-logo img {
  max-width: 300px;
  width: 100% !important;
}


.fullwidth-grp .span6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  margin: 0;
}

.fullwidth-grp .span6 h2 {
  line-height: 1.3em;
  margin-bottom: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0px;
  text-transform: initial !important;
  font-size: 18px;
  color: #393836;
  text-align: center;
}

.fullwidth-grp .span6 p {
  text-align: center;
}

.fullwidth-grp .span6 h3 {
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}

.fullwidth-grp .span6 h3 a {
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #1a2e5e;
}

.fullwidth-grp .span6 h3 a:hover {
  color: #ffffff !important;
  background-color: #252525;
}

/* Agency */
.agency-two-column .dnd-section>.row-fluid {
  display: block !important;
}

.agency-two-column .span6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  margin: 0;
}

.agency-two-column .span6:first-child {
  padding-right: 20px;
}

.agency-two-column .span6 h2 {
  margin-bottom: 10px;
  letter-spacing: 0px;
  text-align: center;
  font-style: inherit;
  padding-top: 65px;
  padding-bottom: 29px;
  font-size: 30px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}

.agency-two-column .span6 .widget-type-rich_text h3 {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 20px;
  color: #393836;
  text-align: left;
  font-style: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  line-height: 1.3em;
  font-weight: 400;
}

.agency-two-column .span6 .hs-responsive-embed-wrapper {
  margin-bottom: 35px !important;
}

.agency-two-column .span6 .widget-type-form {
  margin: 62px 0 10px;
  background-color: #f6f6f6;
  min-height: 80px;
  padding: 15px 20px;
}

.agency-two-column .span6 .form-title {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 20px;
  color: #1a2540;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.agency-two-column .span6 form {
  -webkit-font-smoothing: auto;
}

body.marketing_ebook_lyt {
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-position: center center;
  font-family: Montserrat, Helvetica, sans-serif;
}

.marketing_ebook_main {
  background-color: rgba(255, 255, 255, 0.89);
  padding-top: 40px;
  padding-bottom: 60px;
}

.marketing_ebook_main .dnd-section>.row-fluid {
  max-width: 1200px;
  margin-top: 30px;
  padding: 10px;
  display: block !important;
}

.marketing_ebook_main .span6 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}

.marketing_ebook_main .span6:first-child img {
  margin-top: 100px;
  display: block;
}

.marketing_ebook_main .span6:last-child {padding-top: 15px;padding-left: 45px;padding-right: 45px;}

.marketing_ebook_main .span6:last-child img {
  margin-top: 30px;
  max-width: 400px !important;
  width: 100%;
}

.marketing_ebook_main .span6 .widget-type-rich_text h2 {
  margin-top: 10px;
  font-family: Montserrat, Helvetica, sans-serif !important;
  color: rgb(0, 48, 135);
  font-weight: 700;
  text-align: left;
  font-size: 34px;
  line-height: 1.3em;
  margin-bottom: 0;
}

.marketing_ebook_main .span6 .widget-type-rich_text h3 {
  margin-top: 40px;
  text-align: left;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
  font-family: inherit;
}

.marketing_ebook_main .span6 .widget-type-rich_text p {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  color: rgb(0, 48, 135);
  line-height: 1.5em;
}

footer.me-footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(39, 61, 85);
}

footer.me-footer-wrapper .page-center {
  max-width: 1170px;
  padding: 20px 35px;
}

footer.me-footer-wrapper .page-center p {
  margin: 25px 0 0;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: normal;
}

.marketing_ebook_main form .hs_firstname {
  margin: 40px 0 0;
}

.marketing_ebook_main form .hs-form-field>label {
  display: none;
}

.marketing_ebook_main form .hs-form-field input[type=text], .marketing_ebook_main form .hs-form-field input[type=email] {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 12px 18px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.13);
  border-bottom: 3px solid rgba(0,0,0,0.13);
  background-color: #fff;
  border-radius: 5px !important;
  line-height: 22.8571px;
  font-family: Montserrat, Helvetica, sans-serif;
}

.marketing_ebook_main form .hs-form-field input[type=text]:focus, .marketing_ebook_main form .hs-form-field input[type=email]:focus {
  border-color: #42B0E2;
}

.marketing_ebook_main form .hs_email {
  margin: 15px 0 0;
}

.marketing_ebook_main form .hs-input::-webkit-input-placeholder {
  color: #757575;
}

.marketing_ebook_main form .hs-fieldtype-booleancheckbox {
  margin: 25px 0 0;
}

.marketing_ebook_main form  ul.inputs-list {
  margin: 0;
  padding: 0;
}

.marketing_ebook_main form ul li.hs-form-booleancheckbox {
  margin: 0;
}

.marketing_ebook_main form ul li.hs-form-booleancheckbox > label {
  line-height: 1.3em;
  text-align: left;
  font-size: 16px;
}

.marketing_ebook_main form ul li.hs-form-booleancheckbox > label .hs-input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  margin-right: .25em;
  height: 16px;
  width: 16px;
  float: left;
  margin-top: 2px;
}

.marketing_ebook_main form ul li.hs-form-booleancheckbox > label span {
  margin-left: 25px;
  display: block;
}

.marketing_ebook_main form .hs_submit {
  margin: 15px 0 0;
}

.marketing_ebook_main form .hs_submit .hs-button {
  margin: 0;
  font-weight: bold;
  padding: 13px 35px;
  font-size: 27px;
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 4px;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 48, 135);
  text-transform: none;
  letter-spacing: normal;
  line-height: inherit;
}

.marketing_ebook_main form .hs_submit .hs-button:hover {
  background-color: #00215e;
}

.marketing_ebook_main .widget-type-text {
  text-align: center;
  color: rgba(47, 47, 47, 0.38);
  font-size: 12px;
  line-height: 1.5em;
}

/* .marketing_ebook_main form .hs-form-field input[type=text].invalid.error {
border-color: rgb(74, 137, 32);
border-width: 3px;
}

.marketing_ebook_main form .hs-form-field input[type=email].invalid.error {
border-color: rgb(185, 21, 23);
border-width: 3px;
} */

body.free_ebook_lyt {
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-position: center center;
  font-family: Montserrat, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
}

.free_ebook_main {
  background-color: rgba(255, 255, 255, 0.82);
  padding-top: 0px;
  padding-bottom: 72px;
}

.free_ebook_main .dnd-section>.row-fluid {
  max-width: 1170px;
}

.free-ebook-full-width .dnd-section>.row-fluid > .dnd-column {
  margin: 0 -15px;
  padding: 0px 0px 40px;
  width: calc(100% + 30px);
}

.free-ebook-full-width .widget-type-rich_text {
  padding: 0 15px;
}

.free-ebook-full-width h2 {
  margin-top: 25px;
  font-weight: 700;
  color: rgb(0, 48, 135);
  font-size: 72px;
  text-align: center;
  text-transform: capitalize;
  font-family: inherit;
  line-height: normal;
  margin-bottom: 0;
}

.free-ebook-full-width h4 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: normal;
  font-family: inherit;
}

.free-ebook-full-width p {
  margin: 0;
  padding: 10px 0;
}

.free-ebook-full-width p span {
  width: 25%;
  border-top-width: 1px;
  border-top-style: solid;
  display: block;
  margin: 0 auto;
  height: 1px;
}

.free-ebook-ebook .dnd-section>.row-fluid {
  padding: 20px 35px;
}

.free-ebook-ebook h1 {
  margin: 0;
  line-height: 1.3em;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-family: inherit;
}

.free-ebook-ebook h1 strong {
  color: rgb(0, 48, 135);
}

.free-ebook-ebook img {
  margin-top: 30px;
  max-width: 300px !important;
  width: 100%;
}

.free-ebook-download .dnd-section>.row-fluid {
  padding: 0 10px;
  display: block !important;
}

.free-ebook-download .span3 {
  width: 25%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

.free-ebook-download .span6 {
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

.free-ebook-download .span3 img {
  display: block;
  margin: 0 auto;
  max-width: 150px !important;
  width: 100%;
}

.free-ebook-download .span6 .widget-type-linked_image {
  display: none;
}

.free-ebook-download .span6 .row-fluid [class*="span"] {
  min-height: 0;
}

.free-ebook-download .span6 .hs-button {
  margin-top: 35px;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: rgb(0, 48, 135);
  font-size: 36px;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
}

.free-ebook-agent .dnd-section>.row-fluid {
  padding: 20px 35px;
}

.free-ebook-agent h1 {
  margin: 0;
  margin-top: 40px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  font-size: 32px;
}

.free-ebook-agent .hs-button {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-color: #003087;
  font-size: 30px;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: normal;
  margin: 30px 0 0;
}

.free-ebook-download .span6 .hs-button:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
}

.free-ebook-agent .hs-button:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
  background-color: #003087;
  border: 1px solid rgba(0,0,0,0.2);
}

footer.fe-footer-wrapper {
  padding-top: 40px;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

.free-ebook-full-width {
  overflow-x: hidden;
}

.fe-footer-wrapper .page-center {
  max-width: 1170px;
}

.fe-footer-wrapper .page-center .page-center-inner {
  margin: 0 -15px;
  padding: 10px 25px;
}

.fe-footer-wrapper .cc-footer-logo {
  margin-top: 100px;
}

.fe-footer-wrapper .cc-footer-logo img {
  max-width: 300px !important;
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.fe-footer-wrapper .lm-footer-copyright p {
  text-align: center;
  color: rgba(36, 36, 36, 0.24);
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.free-ebook-full-width h2:nth-child(2) {
  display: none;
}

.agency-two-column .span6 .hs_cos_wrapper_type_form > .form-title {
  display: none;
}

.agency-two-column .span6 p span[rel="mobile"] {
  display: none;
}

.learn_more_lyt_type2 .title-with-button-module .button-section .btn-a a.wiggle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgb(208, 208, 208) 0px 0px 8px 4px;
}

.result-title-background {
  position: relative;
  padding: 15px 0;
  background-color: #1a2e5e !important;
  background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/black-orchid.png);
  font-size: 14px;
  line-height: 1.66em;
}

.result-title-background h1.page-title {
  margin: 25px 20px 15px;
  line-height: 120%;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.result-title-background .page-subtitle {
  display: inline-block;
  margin: 0 20px 15px 23px;
  line-height: 100%;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
}

.search_result_lyt .result-main .page-center {
  margin: 20px auto;
}

.search_result_lyt .result-main .page-center .page-center-inner {
  width: 73%;
  padding: 30px 20px;
}

.result-section .hs-search-results {
  margin: 0;
}

.result-section .hs-search-results ul.hs-search-results__listing li {
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(128,128,128,.2);
  margin-bottom: 0;
}

.result-section .hs-search-results ul.hs-search-results__listing li .hs-search-results__title {
  margin: 0 0 .8em;
  margin-bottom: 9px;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #1a2e5e;
  text-decoration: none;
  transition: all .15s ease-in-out;
  font-family: "Open Sans";
}

.result-section .hs-search-results ul.hs-search-results__listing li p.hs-search-results__description {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.66em;
  margin-bottom: 20px;
}

.result-section .hs-search-results__pagination a {
  opacity: .6;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.66em;
  font-size: 15px;
}

.result-section .hs-search-results__pagination {
  margin-top: 50px;
}

.hs-search-field__suggestions li {
  padding: 0 5px;
}

.result-input-section {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}


/* Blog */
.blog-post-wrapper .page-center {
  margin: 20px auto;
}

.blog-post-wrapper .page-center .page-center-inner {
  padding: 30px 20px;
}

.blog-post-wrapper .post-feature-image {
  position: relative;
  margin-bottom: 20px;
}

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

.comment-date {
  display: block;
}

.blog-similar-posts {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}
.blog-similar-posts .similar-post-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-similar-posts ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
.blog-similar-posts ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.blog-similar-posts ul.four-cols li {
  width: 24.9%;
  font-size: 16px;
  float: left;
}
.blog-similar-posts .similar-post-holder {
  border: 1px solid #efefef;
  overflow: hidden;
  margin: 0 10px 20px;
}
.blog-similar-posts .mk-similiar-title {
  padding: 15px 10px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blog-similar-posts ul li img {
  position: relative;
}
.blog-similar-posts .mk-similiar-thumbnail .image-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #1a2e5e;
  transition: opacity .25s ease-in-out;
}
.blog-similar-posts .mk-similiar-thumbnail:hover .image-hover-overlay {
  opacity: .8;
}

.blog-similar-posts .similar-post-holder a.mk-similiar-thumbnail {
  position: relative;
  display: block;
}
.blog-similar-posts .similar-post-holder a.mk-similiar-thumbnail .recent-bg {
  min-height: 201px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-similar-posts ul.four-cols:after {
  content: '';
  display: table;
  clear: both;
}
.blog-post-title-body-content {
  margin: 10px 0 60px;
}

.mk-post-nav {
  position: fixed;
  top: 50%;
  margin-top: -115px;
  text-decoration: none;
  width: 260px;
  transition: all .6s cubic-bezier(.77,0,.175,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
}

@media handheld,only screen and (max-width: 767px) {
  .mk-post-nav {
    display:none!important
  }
}

.pagnav-wrapper .pagenav-top {
  height: 130px;
  display: block;
  position: relative
}

.pagnav-wrapper .pagenav-top .pagenav-image {
  position: absolute;
  display: block;
  height: 130px;
  width: 130px;
}

.pagnav-wrapper .pagenav-top .pagenav-image img {
  height: 130px;
  width: 130px;
  line-height: 4px
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  position: absolute;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dfdfdf;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  transition: background .3s ease-out
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon svg {
  vertical-align: middle;
  height: 16px;
  transition: all .3s ease-in
}

.pagnav-wrapper .nav-info-container {
  height: 90px;
  width: 260px;
  overflow: hidden
}

.pagnav-wrapper .pagenav-bottom {
  display: block;
  height: inherit;
  background-color: #fff;
  background-color: rgba(255,255,255,.85);
  border: 1px solid #f0f0f0;
  width: inherit;
  text-align: right;
  box-sizing: border-box
}

.pagnav-wrapper .pagenav-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252525;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 20px 20px 0
}

.pagnav-wrapper .pagenav-category {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #888;
  letter-spacing: 1px;
  padding: 3px 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.mk-post-next {
  right: -200px
}

.mk-post-next .pagenav-image {
  right: 0
}

.mk-post-next .mk-pavnav-icon {
  left: 0
}

.mk-post-next .mk-pavnav-icon svg {
  -webkit-transform: translate(-30px,0);
  -ms-transform: translate(-30px,0);
  transform: translate(-30px,0)
}

.mk-post-next .pagenav-bottom {
  transition: all .3s ease-out .2s;
  -webkit-transform: translate(0,-50px);
  -ms-transform: translate(0,-50px);
  transform: translate(0,-50px);
  opacity: 0
}

.mk-post-prev {
  left: -200px
}

.mk-post-prev .pagenav-image {
  left: 0
}

.mk-post-prev .mk-pavnav-icon {
  right: 0
}

.mk-post-prev .mk-pavnav-icon svg {
  -webkit-transform: translate(30px,0);
  -ms-transform: translate(30px,0);
  transform: translate(30px,0)
}

.mk-post-prev .pagenav-bottom {
  transition: all .3s ease-in .2s;
  -webkit-transform: translate(0,-50px);
  -ms-transform: translate(0,-50px);
  transform: translate(0,-50px);
  opacity: 0
}

.mk-post-nav:hover {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}

.mk-post-nav:hover.mk-post-prev {
  left: 0
}

.mk-post-nav:hover.mk-post-next {
  right: 0
}

.mk-post-nav:hover .mk-pavnav-icon {
  background-color: #252525
}

.mk-post-nav:hover .mk-pavnav-icon svg {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}

.mk-post-nav:hover .pagenav-bottom {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: all .5s cubic-bezier(.075,.82,.165,1) .4s
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon svg {
  width: auto;
  fill: currentColor;
}

.paginagtion-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post-wrapper .post-feature-image img.featured-image {
  width: auto !important;
  height: auto !important;
}

.hs-blog-post .mk-blog-meta-wrapper {
  margin-bottom: 20px;
  float: left;
  font-size: 14px;
  line-height: 1.66em;
}

.hs-blog-post .mk-blog-meta-wrapper .mk-blog-author.blog-meta-item {
  color: #999;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}

.hs-blog-post .mk-blog-meta-wrapper .mk-blog-author.blog-meta-item a {
  color: #1a2e5e;
}

.hs-blog-post .mk-blog-meta-wrapper .mk-blog-author.blog-meta-item a:hover {
  color: #000000;
}

.hs-blog-post .mk-blog-meta-wrapper >span {
  color: #999;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}

.hs-blog-post .mk-blog-meta-wrapper .mk-categories.blog-meta-item {
  color: #999;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}

.byline-wrap:after {content: '';display: table;clear: both;}

.byline-wrap .single-social-section {
  float: right;
  min-width: 180px;
}

.byline-wrap .single-social-section a.blog-modern-comment {
  transition: all .15s ease-in-out;
  float: right;
  display: inline-block;
  margin-left: 20px;
}

.byline-wrap .single-social-section a.blog-modern-comment svg {
  vertical-align: middle;
  fill: #898989;
}

.byline-wrap .single-social-section a.blog-modern-comment span {
  color: #898989;
  font-size: 11px;
  padding-left: 3px;
}

.byline-wrap .single-social-section  .blog-share-container {
  float: right;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.byline-wrap .single-social-section .blog-share-container .blog-single-share {
  cursor: pointer;
}

.byline-wrap .single-social-section .blog-share-container .blog-single-share svg {
  fill: #898989;
  vertical-align: middle;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box {
  position: absolute;
  left: -220px;
  bottom: -11px;
  background-color: #252525;
  margin: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 13px;
  font-size: 14px;
  line-height: 1.66em;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box li {
  font-size: 16px;
  float: left;
  margin: 0;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box li a {
  color: #a8a8a8;
  display: block;
  padding: 0 10px;
  transition: all .2s;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box li a svg {
  vertical-align: middle;
  fill: currentColor;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box li a:hover {
  color: #fff;
}

.byline-wrap .single-social-section .blog-share-container .single-share-box:before {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #252525;
  content: "";
}

.fancybox-skin {
  border-radius: 0;
}


.feedback-full-width form .hs-form-field input[type=tel] {
  cursor: pointer;
}

.meetings-iframe-container iframe {
  min-width: 1px !important;
}

.customer-review-module .customer-review {
  overflow-x: hidden;
}

.agency-two-column .span6 form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  font-size: 14px;
  line-height: 1.66em;
}

footer.lmt2-footer-wrapper {
  margin-top: 58px !important;
}




















@media (max-width:1223px) {
  .agency-form .desk-form {
    display: none;
  }
  .agency-two-column .span6 {
    width: 100%;
    padding-right: 20px;
  }

  .agency-two-column .span6 h2 {
    padding-top: 65px;
    padding-bottom: 15px;
    text-transform: none;
    color: #393836;
    font-weight: 400;
  }

  .agency-two-column .span6 .hs-responsive-embed-wrapper {
    max-width: 100% !important;
    max-height: none !important;
    min-width: auto !important;
  }
  .agency-two-column .span6 .widget-type-form {
    margin: 144px 0 10px;
  }
  .agency-two-column .span6 .form-title {
    text-transform: uppercase;
  }
  .agency-two-column .span6 .hs_cos_wrapper.form-title {
    display: none;
  }
  .agency-two-column .span6 form {
    -webkit-font-smoothing: antialiased;
  }
  .agency-two-column .span6 form .hs-form-field > label .hs-form-required {
    display: none;
  }
  .agency-two-column .span6 form .field {
    margin-bottom: 10px;
  }
  .agency-two-column .span6 form .hs-form-field input[type=text],
  .agency-two-column .span6 form .hs-form-field input[type=email],
  .agency-two-column .span6 form .hs-form-field input[type=tel],
  .agency-two-column .span6 form .hs-form-field textarea {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .agency-two-column .span6 form .hs-form-field textarea {
    min-height: 238px;
  }
  .agency-two-column .span6 form .hs-form-field select {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px 12px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block;
    width: auto;
    cursor: pointer;
    margin-bottom: 0;
  }
  .agency-two-column .span6 p span[rel="desktop"] {
    display: none;
  }
  .agency-two-column .span6 p span[rel="mobile"] {
    display: inline;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 770px) {
  .form-fc-two-col-right .span8,
  .form-fc-two-col-right .span7,
  .form-fc-two-col-right .span5,
  .form-fc-two-col-right .span4,
  .learn-more-iframe .span7,
  .learn-more-iframe .span5,
  .learn-more-icon-with-content .span4,
  .learn-more-quotation .span6,
  .meet-founder-module .two-col .hs-col5,
  .meet-founder-module .two-col .hs-col7,
  .colt-carr-t2-two-column-left .span4,
  .colt-carr-t2-two-column-left .span8 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .why-aai-module .three-item .hs-col4 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .form-fc-full-width .dnd-section>.row-fluid {
    padding: 30px 45px 20px;
  }
  .form-fc-bottom-pane .dnd-section>.row-fluid,
  .learn-more-button .dnd-section>.row-fluid,
  .meet-founder-module .full-content {
    padding: 20px 45px;
  }
  .form-fc-footer-logo .dnd-section > .row-fluid {
    padding: 20px 125px;
  }
  .learn-more-about-company .dnd-section>.row-fluid {
    padding: 0 45px 10px;
  }
  .colt-carr-t2-calender .dnd-section>.row-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cc-footer-wrapper .page-center {
    padding: 20px 45px;
  }

  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .learn-more-two-column-equal {
    overflow-x: hidden;
  }
  .marketing_ebook_main .dnd-section>.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .marketing_ebook_main .span6,
  .marketing_ebook_main .span6:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }
  footer.me-footer-wrapper .page-center {
    padding: 20px 45px;
  }
  .free-ebook-full-width .widget-type-rich_text {
    padding: 0 35px;
  }
  .free-ebook-ebook .dnd-section>.row-fluid {
    padding: 20px 45px;
  }
  .free-ebook-download .span3,
  .free-ebook-download .span6 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1140px) {
  .result-title-background h1.page-title {
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}

@media (max-width: 1100px) {
  .feedback-full-width .dnd-section>.row-fluid {
    margin: 20px auto;
    padding: 65px 15px 25px;
  }
  .feedback-full-width .dnd-section>.row-fluid>.dnd-column {
    margin: 0;
    padding: 0;
  }
  .colt-carr-full-width .dnd-section>.row-fluid {
    padding: 46px 15px 44px;
  }
  .elaine_logsdon_lyt .colt-carr-full-width .dnd-section>.row-fluid>.dnd-column {
    margin: 0;
    padding: 0;
  }
  .elaine_logsdon_lyt .colt-carr-full-width .dnd-section>.row-fluid {
    padding: 25px 15px;
  }
  .agency-two-column {
    padding: 0 20px;
  }
  .search_result_lyt .result-main .page-center {
    padding: 0 15px;
  }
  .search_result_lyt .result-main .page-center .page-center-inner {
    width: 100%;
    padding: 25px 0 !important;
  }
  .blog-post-wrapper .page-center {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .blog-post-wrapper .page-center .page-center-inner {
    padding: 25px 0 !important;
  }
}

@media (max-width: 1024px) {
  .learn_more_lyt_type2 .learn-more-full-width h3 {
    font-size: 38px;
  }
  .learn_more_lyt_type2 .learn-more-full-width h2 {
    font-size: 45px;
  }
  .learn_more_lyt_type2 .learn-more-iframe,
  .learn_more_lyt_type2 .learn-more-button,
  .learn_more_lyt_type2 .learn-more-full-width {
    padding: 0 20px;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span7,
  .learn_more_lyt_type2 .learn-more-iframe .span5 {
    width: 50%;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 h4 {
    font-size: 40px;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 h1 {
    font-size: 120px;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .learn_more_lyt_type2 .learn-more-button h2 {
    font-size: 65px;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 p {
    font-size: 30px;
    line-height: 39px;
  }
  .learn_more_lyt_type2 .learn-more-about-company h2 {
    font-size: 68px;
  }
  .learn_more_lyt_type2 .learn-more-about-company {
    padding-left: 20px;
    padding-right: 20px;
  }
  .learn_more_lyt_type2 .learn-more-quotation .dnd-section {
    padding: 0 20px;
  }
  .learn_more_lyt_type2 .learn-more-quotation h2 {
    font-size: 68px;
  }
  .learn_more_lyt_type2 .learn-more-setion2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .learn_more_lyt_type2 .learn-more-one-column h3 {
    font-size: 58px;
  }
  .learn_more_lyt_type2 .learn-more-one-column h2 {
    font-size: 120px;
  }
  .agency-two-column .span6 h2,
  .content-with-icon-module>h3 {
    font-size: 25px !important;
  }
  .agency-two-column .span6 .widget-type-rich_text h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 960px) {
  .blog-similar-posts ul.four-cols li {
    width: 50%!important;
  }
  .blog-similar-posts .similar-post-holder a.mk-similiar-thumbnail .recent-bg {
    min-height: 288px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hs-blog-post .mk-blog-meta-wrapper {
    float: none!important;
    display: block;
    margin-bottom: 20px;
  }
  .byline-wrap .single-social-section {
    float: none!important;
    display: block;
    margin-bottom: 20px;
  }
  .byline-wrap .single-social-section a.blog-modern-comment,
  .byline-wrap .single-social-section .blog-share-container {
    float: left;
    padding: 0 20px 0 0!important;
    margin: 0!important;
  }
  .byline-wrap .single-social-section .blog-share-container .single-share-box {
    right: -170px;
    left: auto!important;
  }
  .byline-wrap .single-social-section .blog-share-container .single-share-box:before {
    left: -5px;
    right: auto!important;
  }
}

@media (max-width: 770px) {
  .form-fc-full-width .dnd-section>.row-fluid {
    padding: 30px 15px 20px;
  }
  .form-fc-two-col-right .dnd-section>.row-fluid {
    padding: 20px 5px;
  }
  .form-fc-two-col-right .span8,
  .form-fc-two-col-right .span7,
  .form-fc-two-col-right .span5,
  .form-fc-two-col-right .span4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .form-fc-two-col-right .span4,
  .form-fc-two-col-right .span7 {
    margin-top: 20px;
  }
  .form-fc-full-width .row-fluid [class*="span"],
  .form-fc-footer-logo .row-fluid [class*="span"] {
    min-height: 1px;
  }
  .form-fc-footer-logo .dnd-section>.row-fluid,
  .form-fc-bottom-pane .dnd-section>.row-fluid {
    padding: 20px 15px;
  }

  .learn-more-full-width .widget-type-rich_text {
    padding: 0 14px;
  }
  .learn-more-iframe .span7,
  .learn-more-iframe .span5 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .learn-more-iframe .span5,
  .learn-more-icon-with-content .span4+.span4 {
    margin-top: 20px;
  }
  .learn-more-button .dnd-section>.row-fluid {
    padding: 20px 15px;
  }
  .learn-more-icon-with-content .span4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .learn-more-iframe .span5 h1 {
    font-size: 110px;
  }
  body.learm_more_lyt,
  body.learn-more-body {
    background-attachment: scroll !important;
  }
  .learn-more-about-company .dnd-section>.row-fluid {
    margin-top: 80px;
    padding: 0 15px 10px;
  }
  .learn-more-about-company .hs-responsive-embed-wrapper {
    width: 100% !important;
  }
  .learn-more-quotation .dnd-section>.row-fluid {
    max-width: 1170px;
    padding: 0 15px;
  }
  .learn-more-quotation .span6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .learn-more-quotation .span6+.span6 {
    margin-top: 20px;
  }
  .learn-more-one-column .dnd-section>.row-fluid {
    padding: 0 15px 20px;
  }
  footer.lm-footer-wrapper {
    display: none;
  }
  .title-with-button-module .title-section {
    padding: 50px 15px 20px;
  }
  .title-with-button-module .button-section {
    padding: 0 15px 60px;
  }
  .learn-more-full-width .widget-type-linked_image {
    padding: 20px 15px;
  }
  .colt-carr-t2-two-column-left .span4, .colt-carr-t2-two-column-left .span8 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .colt-carr-t2-two-column-left .span8 {
    margin-top: 20px;
  }
  .colt-carr-t2-calender .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cc-footer-wrapper .page-center {
    padding: 20px 15px;
  }
  .colt-carr-t2-full-width h1 {
    padding: 20px 15px;
  }
  .colt-carr-t2-full-width h2 {
    padding: 20px 15px;
  }
  .colt-carr-t2-full-width .widget-type-linked_image {
    padding: 20px 15px;
  }
  body.colt_carr_type2_lyt {
    background-attachment: scroll !important;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 {
    margin-top: 0;
  }
  body.learn-more-body.t2 {
    background-attachment: fixed !important;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4+.span4 {
    margin-top: 0;
  }
  .learn_more_lyt_type2 .why-aai-module .three-item .hs-col4 {
    width: 33.33333333%;
  }
  .learn_more_lyt_type2 .learn-more-about-company {
    padding-top: 0;
  }
  .learn_more_lyt_type2 .learn-more-about-company .dnd-section>.row-fluid {
    margin-top: 70px;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module {
    padding: 0 15px;
  }

  .marketing_ebook_main .dnd-section>.row-fluid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .marketing_ebook_main .span6 {
    width: 100%;
    padding: 0 10px;
  }
  .marketing_ebook_main .span6:first-child img {
    max-width: 200px !important;
  }
  .marketing_ebook_main .span6:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .marketing_ebook_main .span6:last-child .widget-type-linked_image {
    display: none;
  }
  .marketing_ebook_main .span6 .widget-type-rich_text h2 {
    margin-top: 2px;
  }
  footer.me-footer-wrapper {
    padding-bottom: 10px;
  }
  footer.me-footer-wrapper .page-center {
    padding: 0 15px 15px;
  }
  footer.me-footer-wrapper .page-center p {
    margin: 5px 0 0;
  }
  .marketing_ebook_main form .hs_submit .hs-button {
    font-size: 21px;
    border-radius: 5px;
    padding: 15px 35px;
  }
  .marketing_ebook_main {
    padding-bottom: 50px;
  }
  body.marketing_ebook_lyt {
    background-attachment: scroll !important;
  }

  .free-ebook-full-width h2:nth-child(1) {
    display: none;
  }

  .free-ebook-full-width h2:nth-child(2) {
    display: block;
    font-size: 100px;
  }

  .free-ebook-full-width .dnd-section>.row-fluid>.dnd-column {
    margin: 0;
    padding: 0px 5px 40px;
    width: 100%;
  }

  .free-ebook-full-width .widget-type-rich_text {
    padding: 0 10px;
  }

  .free-ebook-ebook .dnd-section>.row-fluid {
    padding: 20px 15px;
  }

  .free-ebook-download .dnd-section>.row-fluid {
    padding: 0 5px;
  }

  .free-ebook-download .span3 {
    display: none;
  }

  .free-ebook-download .span6 {
    width: 100%;
    padding: 0 10px;
  }

  .free-ebook-download .span6 .widget-type-linked_image {
    display: block;
    margin-top: 31px;
  }
  .free-ebook-agent {
    display: none;
  }
  body.free_ebook_lyt {
    background-attachment: scroll !important;
  }
  .fe-footer-wrapper .page-center .page-center-inner {
    margin: 0;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .feedback-full-width .dnd-section>.row-fluid {
    margin: 0 auto;
  }
  .feedback-full-width form .hs-form-field,
  .feedback-full-width form .hs_submit {
    width: 100%;
  }
  .feedback-full-width .span4 {
    width: 100%;
  }
  .colt-carr-full-width .dnd-section>.row-fluid {
    margin: 0 auto;
  }

  .learn_more_lyt_type2 .learn-more-full-width .widget-type-linked_image img {
    max-width: 300px !important;
  }
  .learn_more_lyt_type2 .learn-more-full-width h3 {
    font-size: 28px;
  }
  .learn_more_lyt_type2 .learn-more-full-width h2 {
    font-size: 35px;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span7, .learn_more_lyt_type2 .learn-more-iframe .span5 {
    width: 100%;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 h5 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 h4 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 h1 {
    font-size: 70px;
    line-height: 1.2em;
  }
  .learn_more_lyt_type2 .learn-more-iframe .span5 p {
    font-size: 16px;
  }
  .learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module {
    margin-right: 0;
  }
  .learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module a {
    display: inline-block;
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 50px;
  }
  .learn_more_lyt_type2 .learn-more-button h2 {
    font-size: 40px;
    margin-top: 55px;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 {
    width: 100%;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 img {
    max-width: 120px !important;
  }
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 p {
    font-size: 22px;
    margin-top: 10px;
    line-height: 130%;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .learn_more_lyt_type2 .learn-more-about-company {
    padding-top: 100px;
  }
  .learn_more_lyt_type2 .learn-more-about-company .dnd-section>.row-fluid {
    margin-top: 100px;
  }
  .learn_more_lyt_type2 .learn-more-about-company h3 {
    font-size: 28px;
  }
  .learn_more_lyt_type2 .learn-more-about-company h2 {
    font-size: 55px;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module a,
  .learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module a {
    display: inline-block;
    max-width: 100%;
    font-size: 30px !important;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module {
    margin-right: 0;
    margin-bottom: 65px;
  }
  .learn_more_lyt_type2 .learn-more-quotation h2 {
    font-size: 40px;
    margin-top: 50px;
  }
  .learn_more_lyt_type2 .learn-more-quotation p {
    font-size: 20px;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module {
    padding-bottom: 65px;
  }
  .learn_more_lyt_type2 .learn-more-setion2 {
    padding: 50px 20px 0;
  }
  .learn_more_lyt_type2 .learn-more-one-column h3 {
    font-size: 35px;
  }
  .learn_more_lyt_type2 .learn-more-one-column h2 {
    font-size: 60px;
  }
  footer.lmt2-footer-wrapper .sub-footer p {
    padding: 10px 10px 5px!important;
    padding-bottom: 35px !important;
  }

  .fullwidth-grp .span6 {
    width: 100%;
  }
  .fullwidth-grp .span6 h3 {
    margin-right: 0;
  }
  .agency-two-column .span6 .widget-type-rich_text h3 {
    text-align: center;
  }
  .search_result_lyt .result-main .page-center {
    margin: 0 auto 20px;
  }
  .blog-post-wrapper .page-center {
    margin: 0 auto 0!important;
  }
  .agency-accordion .mk-accordion-single .mk-accordion-pane .mk-button-container {
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .form-fc-full-width h2 {
    font-size: 68px;
  }
  .form-fc-full-width h3,
  .form-fc-full-width h4 {
    font-size: 44px;
  }
  .learn-more-full-width h3 {
    font-size: 32px;
  }
  .learn-more-full-width h2 {
    font-size: 43px;
  }
  .learn-more-iframe .span5 h5 {
    font-size: 19px;
  }
  .learn-more-button .hs-button {
    font-size: 20px;
  }
  .learn-more-button h2 {
    word-break: break-word;
  }
  .learn-more-about-company h3 {
    font-size: 23px;
  }
  .learn-more-about-company .hs-button {
    font-size: 17px;
  }
  .learn-more-quotation .hs-button {
    font-size: 17px;
  }
  .learn-more-one-column h3 {
    font-size: 48px;
  }
  .learn-more-one-column h2 {
    font-size: 72px;
  }
  .colt-carr-t2-full-width h1 {
    font-size: 45px;
  }
  .marketing_ebook_main form .hs_submit .hs-button {
    font-size: 17px;
  }
  .learn-more-quotation h2 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .learn_more_lyt_type2 .learn-more-icon-with-content .span4 img {
    max-width: 100px !important;
  }
  .marketing_ebook_main {
    padding-bottom: 60px;
  }
  .learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module a {
    font-size: 24px !important;
    padding: 18px 20px 22px !important;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module a,
  .learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module a {
    font-size: 24px !important;
    padding: 18px 20px 22px !important;
  }
}

@media (max-width: 600px) {
  .blog-similar-posts ul.four-cols li {
    width: 100%!important;
  }
  .blog-similar-posts .similar-post-holder a.mk-similiar-thumbnail .recent-bg {
    min-height: 419px;
  }
}

@media (max-width: 380px) {
  .learn_more_lyt.learn_more_lyt_type2 .learn-more-button .button-with-popup-module a {
    font-size: 16px !important;
    padding: 16px 10px 20px !important;
  }
  .learn_more_lyt_type2.learn_more_lyt .learn-more-quotation .button-with-popup-module a,
  .learn_more_lyt_type2.learn_more_lyt .learn-more-about-company .button-with-popup-module a {
    font-size: 16px !important;
    padding: 16px 10px 20px !important;
  }
  .free-ebook-full-width h2:nth-child(2) {
    display: block;
    font-size: 70px;
  }
  .blog-similar-posts .similar-post-holder a.mk-similiar-thumbnail .recent-bg {
    min-height: 212px;
  }
  .agency-two-column .span6 form .hs-form-field select {
    min-width: 1px;
  }
}







@media (min-width:1224px) {
  .agency-two-column .span6 form {
    margin-bottom: 0;
  }

  .agency-two-column .span6 form .field {
    margin-bottom: 18px;
  }

  .agency-two-column .span6 form .field label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: Montserrat;
    font-size: 17px;
    color: #33475b;
  }

  .agency-two-column .span6 form .hs-form-field input[type="text"] ,
  .agency-two-column .span6 form .hs-form-field input[type="email"] ,
  .agency-two-column .span6 form .hs-form-field input[type="tel"] ,
  .agency-two-column .span6 form .hs-form-field select ,
  .agency-two-column .span6 form .hs-form-field textarea {
    display: inline-block;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f8fa;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    min-height: 27px;
    margin: 0;
  }

  .agency-two-column .span6 form .hs-form-field input[type="text"]:focus ,
  .agency-two-column .span6 form .hs-form-field input[type="email"]:focus ,
  .agency-two-column .span6 form .hs-form-field input[type="tel"]:focus ,
  .agency-two-column .span6 form .hs-form-field select:focus ,
  .agency-two-column .span6 form .hs-form-field textarea:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
  }

  .agency-two-column .span6 form .hs-input.invalid.error {
    border-color: #c87872;
  }

  .agency-two-column .span6 form label.hs-error-msg {
    color: #f2545b !important;
    display: block !important;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px !important;
    text-align: left;
    white-space: normal;
    font-weight: normal !important;
    font-family: Montserrat;
    font-size: 17px !important;
    padding-left: 5px;
  }

  .agency-two-column .span6 form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    margin: 0;
    font-size: 14px;
    margin-bottom: 4px;
    color: #f2545b;
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    font-family: Montserrat;
    border: none;
    -webkit-font-smoothing: auto;
  }

  .agency-two-column .span6 form .hs-form-field textarea {
    height: auto;
    min-height: 64px;
  }

  .agency-two-column .span6 form .hs-form-field select {
    padding-left: 10px;
  }

  .agency-two-column .span6 form .hs_recaptcha .grecaptcha-badge {
    margin: 0;
  }

  .agency-two-column .span6 form .hs_recaptcha {
    padding: 1px 0 4px 8px;
    overflow: hidden;
    overflow-x: auto;
  }

  .agency-two-column .span6 form .actions {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 13px 0px 17px;
    text-align: left;
  }

  .agency-two-column .span6 form .actions .hs-button.primary.large {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    background: #003087;
    border-color: #003087;
    color: #ffffff;
    font-size: 12px;
    font-family: Montserrat;
    text-transform: none;
    letter-spacing: normal;
  }

  .agency-form .mob-form {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Fjalla One';
  src: url("https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/FjallaOne-Regular.woff2") format("woff2"),
    url("https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/FjallaOne-Regular.woff") format("woff"),
      url("https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/FjallaOne-Regular.ttf") format("truetype");
          font-style: normal;
          font-weight: normal;
          }
@font-face {
  font-family: "social-likes";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABNgABAAAAAAHrwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAATRAAAABkAAAAceuWVR0dERUYAABMoAAAAHAAAAB4AJwAST1MvMgAAAdwAAABKAAAAYEDWXQVjbWFwAAACVAAAAEIAAAFCAA/0tGN2dCAAAAlUAAAAFAAAACQDq/+YZnBnbQAAApgAAAY6AAANFnZkfXZnYXNwAAATIAAAAAgAAAAIAAAAEGdseWYAAAmEAAAIHQAACmQliMezaGVhZAAAAWwAAAAwAAAANgjrq4RoaGVhAAABnAAAACAAAAAkA/gBzGhtdHgAAAIoAAAAKwAAAC4P2AAKbG9jYQAACWgAAAAaAAAAGg9aDQZtYXhwAAABvAAAACAAAAAgAUkBSm5hbWUAABGkAAABMwAAAkwDtA8QcG9zdAAAEtgAAABIAAAAgphlvwlwcmVwAAAI1AAAAIAAAACNE0njCnicY2BkYGAAYtZ1WhLx/DZfGeSZGEDg8p2t9TD6/+//B5hYGE8CuRwMYGkARnoNEXicY2BkYGA8+f8Agx4Tw//fDAxMLAxAERTADQCAcwTHAAEAAAAMAJ0ABgAAAAAAAgAiADMAiwAAAIkAeAAAAAB4nGNgYbzMOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAMBBJMhIM01haHhI+NHTsYD/w8w6DGeZHAACjMiKVFgYAQAVjEMbwAAeJxj2M0gyAACqxgYGP8zMDAxgOj/vxlN//9j/AdkfwLiQIjc/38A+IoM5wB4nGNgYGBmgGAZBkYGELAB8hjBfBYGBSDNAoRA/kfO//+BJOP///xMUJUMjGwMMCYDIxOQYGJABYwMwx4AAEYnBrUAAHicrVZpd9NGFJW8ZSMbWWhRS8dMnKbRyKQUggEDQYrtQro4WytBaaU4SfcFutF9X/CveXLac+g3flrvG9kmgYSe9tQf9O7MuzNvm3ljMpQgY92vBEIs3TWGlpcot3rNp1MWzQThtmiu+5QqRH/1Gr1GoyE3rHyejIAMTy62DNPwQtchU5EItx1KKbEp6F6dMtPXWjNmv1dpVChX8fOULgQr1/28zFtNX1C9jqmFwBJUYlQKAhEn7GiTZjDVHgmaY/0cM+/VfQFvmpGg/rofYkawrp/RPKP50AqDILDItINAklH3t4LAobQS2CdTiOBZ1qv7lJUu5aSLOAIyQ4cySsIvsRlnN1zBGvbYSjzgL0iVBqVn81B6oimaMBDPZQsIctkP61a0EvgyyAeCFlZ96CwOrW3foayiHs9uGakkUzkMpSuRcelGlNrYJrMBA5SddahHCXZ1wGvczRgbgneghTBgSrioXe1VrZ4Bw6u4s/lu7vvU3lr0J7uYNlzwEHcoKk0ZcV10vgyLc0rCgpMdL1EdGS0mJgYOWE5TWGVY90PbveiQ0gG1BvrTKLYl88Fs3qFBFadSFdqMFh0aUiAKQYe8q7wcQLoBDfJoBaNBjBwaxjYjOiUCGWjALg15oWiGgoaQNIdG1NKaH2c2F4MpGtyStx0aVUvL/tJqMmnlMT+m5w+r2Bj21v14eBgFjFwatvnM4iS78SH+DOJD5iQqkS7U/ZiTh2jdJurLZmfzEss62Er0vARXgWcCRFKD/zXM7i3VAQWMDWNMIlseGRdbpmnqWo0pIzZSlTWfhqUrKjSAw9cPw6ErQpj/c3TUNIYM122G8eGcTXds6zjSNI7YxmyHJlRsspxEnlkeUXGa5WMqzrB8XMVZlkdVnGNpqbiH5RMq7mX5pIr7WD6jZCfvlAuRYSmKZN7gC+LQ7C7lZFd5M1Hau5TTXeWtRHlMGTRo/4f4nkJ8x+CXQHws84iP5XHEx1IiPpZTiI9lAfGxnEZ8LJ9GfCxnEB9LpURZH1NHwexoKDx2wdOlxNVTfFaLihybHNzCE7gANXFAFWVUktwRH8mwOPq5bmnNSToxG2fNiYqPRsYBPrs7Mw+rTypxWvv7HHhm5WEjuJ37Gud5Y/IPg3+LF2UpPmlOcHCnkAB4vL/DuBVRyaHTqnik7ND8P1Fxghugn0FNjMmCKIoa33zk8kqzWZM1tAofTwQ6K9rBvGlOjCOlJbSoSRoBLYOuWdA06vPsrWZRClFuYr+zeymimOxFGcyAKSjkprGw7O+kRFpYO6np9NHA5Ubai54sNVtWcYW9B+9jyM0seTdSXrgpKe1Fm1CnvMgCDrmRPbgmglto77KKYkpYqCI+CG0F++1jRCYtM4MugSJkcbKyD+2KHTmignYC33rSKu/bQu3PdfIgMJudbudBlpGi810V9Wp9VdbYKFev3E0fB9POsLHmF0UZTy57354U7FenBLkCRld2v+5J8fY71u1KST7bF3Z54nVKFfJfgAdD7pT3IhpFkbNYpRHPr1t4MkU5KMZFcxwX9NIe7YpV36Nd2Hfto1ZcVlSyH2XQVXTWbsI3Pl8I6kAqClqkIlZ4OmQ+m52a8LGUuCxF3LNk10X0HTwhHeK/OMS1/+vcchTcosoSXWjXCckHbR8r6K0lu5OHKkZn7bxsZ6IdSTfoGoKeSC44/l7gLo8V6RTu8/MHzF/Bdub4GJ0GvqroDMQS562CBIsq3tJOpl5QfIRpCfBF1UKzAngJwGTwsmqZeqYOoGeWmVMBWGEOg1XmMFhjDoN1tYOudxnoFSBTo1fVjpnM+UDJXMA8k9E15ml0nXkavcY8jW6wTQ/gdbbJ4A22ySBkmwwi5lQBNpjDoMEcBpvMYbCl/XKBtrVfjN7UfjF6S/vF6G3tF6N3tF+M3tV+MXpP+8XofeT4XLeAH+gRXQT8MIGXAD/ipOvRAkY38Yy2ObcSyJyPNcdscz7B4vPdXT/VI73iswTyis8TyPTb2KdN+CKBTPgygUz4Ctxyd7+v9UjTv0kg079NINO/w8o24fsEMuGHBDLhR3AvdPf7SY80/ecEMv2XBDL9V6xsE35LIBN+TyAT7qidvkyq82fVtal3i9JT9dudd9j5G2UzuiwAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2J02MTAyaIEYm3mYGDkgLAEGMIvDaRezA1CaE8jmdNrFAGUzM7hsVGHsCIzY4NARsZE5xWWjGoi3i6OBgZHFoSM5JAKkJBIINvMxMfJo7WD837qBpXcjE4PLZtYUNgYXFwDrbSUveJxjYMACeCCQ8eT/AyAMABbCBUMAAAAoACgAKACAAZgCJgKoAzAD4gQqBJQFMgAAeJw9Vltv3MYVPmeGnCG5XF52Se5Ky71o79qVV97lXiTrtl5ZsS1LVuxakZvENZzAceAGaB+cS4vURa2gLZAAaR9cwGn6C4qi732JAxQGWrQPBfIL2n9QtC8JIPWQjoshyBmSMzzzne98H4GBCwBP8BA4SOhMWzTiDPhdYIjsEBjDWwr1cB9AClWh17irSr8buZHbitya+8v333oLD09+72JEcxHg9Cme4lOow+70YgYVFXclMo6c4UMNER/p9A4tpN4DhXPlEBSF3xLIFb6PUAoL83N5P+vaZsrQNQF1rBnS6+Ig8F1PdHEUTWqj4XgNR81aVRSx5kd+rdocucNxhP8yHcd8NDP2nGDRb50Zz2b/je/gU9c8WTWdZ/uDTHaHj/orV5+5Jj4zaeuC4j1lgF9CGq7DL+DX8Fv4HL4/fXvcrLmK4LgLjLNj4IIfGyikONZRavIYtJR2DCkzdQwmmseAaQQV4R7tTFEPQVWV26CoygHCZ08++fj4Zz/9yYc//tH77z548/bFnUY9LEgBaTQt2lqj2mqOc8FgMg6kqDX6w0mzRW28hYNokAuSNh7kxpOklbGEksKQge8l129bjVZp9bCVzM31vW8nUltjg8n4RRsNkzeq0sJaPKdKo1o1XiDXH44JZE80J9SLO4QqgmVLS+qmTmfbOoVOzAUmNCKHkKbu2HNO9EbkzAV6hqeYogniCyodKcy042XdcsMtLlQLmXqlEmRMU4gL9CXNzhi2H6a63VSYddKOrQmpVvS06fqGOidC3QjFnGr4luXIynomzFQqTysVuk6TWJJQnlw4qwnddus5iocLzTJt27RMphBTMVd3bV1oZy8s1MpB3s7qmq4xzpmmO54bBOVSdt4LUpae4ion8qmKoVupwCl1GoZQaT7Gm6Asa415LwzpCMMCHXEf+Ok3p1/R47+ABRfhEmxN120Edj4Xf5q4ooLK4CEQmz8ClcpBJUqgouAREC5ECVQOLr60PTu7PK4PhMx1Gz3sYlX4XhANxpPRJKb2ICiiCCabGGdUUKoojSUkfsR9ynEPKZOUWcKyOWpRnihzObzJJi3W6Q9bnTFTTZ2bKXRFJu912m+9Umn2OFrlJ+uZnMzkr9w8KhT09fMHf9o6r0yL29h9cHT0YOlvnf65xe5w1ErdMdKu/KshRfbGDxq1vBvM34oWFi6O8zJb0Qzuri2ffe9hazk/2/lHFJSrdvfmg5tLAMrpCdX+KtV+F0awAZtwYXq+4ApOWvJ/aJCq/xEISQUvOEkAVcoRSYB6mypHPegtrZ2bjAf9pVFv1G4EoSaDbqMf71TmAs9GUY1JLkV1GZvDLRYDRDgROmWMC6jVrwovGIyHzSBBJfAkntWdsLx2R9e5nte1kbNHF0XX971JrWBJUfCdZcdZq/vhr+abzWGzGb6zt/fO3qM/ZHIZT96hl7mua0Oaliyw7yk51/fT0kpbiEVL/rk5bDSGzS+vxNOuAEv07wS/gBlsw8vT/VVURQqZukE1w/guqIIRyR5KgoGTmhICQLIq7iV6exTr7W0gEh8wiPqddr3qZ+20VGHGZlqsg33aU1y4JA8lJMqMhrEO+lTvWzhuNUkao6SKSRMnm2w0TB4G5Vi5cj2MH8Pp/ceP79frGZmRdW9j79WLh3eGBleZcF9aGaz0al5e4aasekWFsZDC3bnx+D5+8fir36QK4Uvp7Jt7a0dvbOwF3PCk9MqDS5Pu6kHRMxZLBoGX8lTlPT9XLz28ev8xPNfXp/hv4kQbVuAy7MIR3IQPpu96hAmxQhGWUH4Ili4s/UNIoYYpjcoHhMLFPZvKhxkqu5dG3UQDdeMuGYwmUbvnoCRDOqKLhNvUg4P11aXFo1cOb3zn+rWXD67uX7kwW728fjnqL64srbiNht925Vy3sYol9hye0ZAEMT6/GKyhrMXQSeHlWqsxnxJwZQxglsbxsPXiRoR9Mh6/NqqNolHko8xmM9+7vrMbLR7RCla03u3vH3cXl4uFbGZayDq9ZiFrL7WXo3JHNerV1ekITre3F+j43M00gujKSjsqzYlCxnBwqzNstAuL/YVFPxva57LOQudakC0vXj35T7uSr5Ywle3Xe2hVt7ersxkknPsSrxHGGnix68ZGTXYr+SWimRJ7LUGKCj8EFKiQHt2lUmSJTbFbVJiMzN3LZlzHttKx79I6Wsy2yUi2JjnZ8ieRu+DG+41GtY+j9vsftIfnbpz88Xr4z8Kr3wyT8defnfwdR5Nnz5J4oJL8A5yBHuxMZ0uddplkVi3kfVfhioHPK0FRj+kXQCFzZfyY+E82S1WRSGWcU4SDelhzqy0h54n4QvoeuVa1RUo5IRF4ftnAIBdnLzkT98knhRxP8DRXnH3y+ncvae6lc9WxYWp2un7WKyzbNz7iG0tnyq3QrJZK+GnVT1/6+a1lPIPtCuPaapOlWGUyX3hbmGZ3c0Fzm56Spv2w0xN4Qhr/FF6D16E7bR8hhbmbRM0pXjxWSN3gAYeDqxvr7aZrwWv8NRGDuIrVRLRJskir1nBC5ZgI+iaOWokfx85MoZeYhX7ISmwTqZi3MKLfApnQMTFyYTPR6sXvSGFj7Wtt7sJ8ccNxuMIk55eFKlNOMKdJFTVpqzpX7L7nSI2iI2M2ck6RkN/LKaInUvMFxKYpyRd37KwRBo5O7pQu/46FYeluraYr9L+Gil4sNOdVpeE6+ZTOUWdM0qdcayHNMpqlKUqxsE6Gzw13U09Xs3OItbyVJh3jabngiVzK0FSq//8BD8RfLwAAAHicjY/NasJAFIXP+ActUrp0U7i4UjBh4sKqO1GyLgjuQ5jGQZvIGCiu+wLtvqs+QJ+uD9CTOAU3BQcu890z9+cMgDt8Q+F8+og9K3Tx5rmBNj49NzHAj+cWuurRcxv36tlzh/oHK1Xrhtmq7qpYoQfruYFbvHtu4glfnlvoqQfPbYhaee5Qf8USBQ44wXFOhi1KCP2kGPIeQyPCBCPyGgnrDGss8lpZsKek8gIsi8PJ2WxbyiAdylhHk5Gsk4PJbD6ShSsNa45clLI5wR4Bw2LH5iMfitQm+2Bvd4bZxYNXYjbm3FTdjvtN7SykN8Gc8d/g82uEGdUp4+83iIu8jAuXGRmHWuZyaYBpNAumQfWHqz1vKDrKtnYq3FNtCuu7comNcUdb5KJ1FGqt5drJv/RiX4oAeJxjYGIAg/8rGCQZsAEeIGZkYGJkYmRmZGFkZWRjZGfkYORk5GIvzct0MzQwhNJGUNoYSptAaVMobQalzaG0BZS2BAC/CRW4AAEAAf//AA94nGNgZGBg4AFiMSBmYmAEQm4gZgHzGAAEFwA6eJxjYGBgZACCyzpaHmD6ztZ6GA0AQlsHOQAAAA==") format("woff");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  line-height: 1.66em;
}

p {  
  margin-top: 0;
  line-height: 1.66em;
}

::selection {
  background-color: #1a2e5e;
  color: #fff;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.3em;
}

h1 {
  font-size: 2.1rem;
  margin-bottom: 16px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.175rem;
  margin-bottom: 9px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 8px;
}

h6 {
  font-size: .9rem;
  margin-bottom: 8px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

blockquote, code, dl, fieldset, ol, p, pre, table, ul {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
ul li {
  margin-left: .85em;
}
ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote, q {
  quotes: none;
}
blockquote {
  margin: 0;
  position: relative;
  background-color: rgba(0,0,0,.05);
  padding: 15px 15px 15px 70px;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 20px;
  top: 20px;
  width: 32px;
  height: 35px;
}
/* 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;
  vertical-align: super;
  font-size: 11px;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  margin-bottom: 18px;
}
.hs-button {
  border-style: solid;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  line-height: 13px;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  white-space: normal;
}
.hs-button:hover, 
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}
.hs-form label {
  line-height: 1.66em;
  font-size: 16px;
  display: block;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input,
input[type="password"] {  
  margin: 0;
  line-height: normal;
  font-family: inherit;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: 0;
  margin-bottom: 4px;
  font-size: 13px;
  color: #222;
  padding: 8px 10px;
  border-radius: 0;
  width: 100%;
  display: block;
  max-width: 767px;
  box-sizing: border-box;
}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  font-weight: normal;
  display: block;
  color: red;
  font-size: 12px;
  line-height: 2.25;
  margin: 0;
}
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.66em;
  margin: 0 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
}
.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,
.hs-form-field {
  margin-bottom: 10px;
}
#hs-search-module .hs-input {
  margin-bottom: 14px;
}


.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-menu-wrapper ul li {
  margin-left: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.thankyou-pg .body-container-wrapper {
  padding-top: 20px;
}
.ty-main-grp .dnd-section {
  padding: 0;
}
.ty-main-grp .dnd-section > .row-fluid {
  padding: 30px 35px 20px;
}
.ty-main-grp .widget-type-linked_image {
  margin-top: 10px;
}
.ty-main-grp .widget-type-rich_text {
  text-align: center;
}
.ty-main-grp .widget-type-rich_text h1 {
  margin: 20px 0 0;
  font-weight: 700;
  color: rgb(0, 48, 135);
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Oswald, Helvetica, sans-serif;
}
.ty-main-grp .widget-type-rich_text h2 {
  margin: 15px 0 0;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Oswald, Helvetica, sans-serif;
  color: #333;
}
.ty-main-grp .widget-type-rich_text h3 {
  margin: 15px 0 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Oswald, Helvetica, sans-serif;
  color: #333;
}
.ty-main-grp .widget-type-rich_text hr {
  margin-right: 45%;
  margin-left: 45%;
  background: rgb(0, 48, 135);
  height: 3px;
  width: 10%;
  margin-top: 25px;
  margin-bottom: 10px;
}
.ty-about-us-grp .dnd-section,
.ty-bottom-pane-grp .dnd-section {
  padding: 0;
}
.ty-about-us-grp .dnd-section > .row-fluid > .dnd-column {
  width: 95%;
  margin: 0px auto;
}
.ty-about-us-grp .span6 {
  width: 50%;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.ty-about-us-grp .span6 .hs-responsive-embed-inner-wrapper {
  margin-top: 30px !important;
}
.ty-about-us-grp .dnd-section > .row-fluid > .dnd-column {
  width: 95%;
  margin: 0px auto !important;
  padding: 0 10px;
  float: none;
}
.ty-about-us-grp .span6 h3 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: rgb(59, 62, 65);
  margin-top: 15px;
  line-height: 34px;
  margin-bottom: 0;
}
.ty-about-us-grp .span6 hr {
  background: rgb(0, 48, 135);
  height: 3px;
  width: 30%;
  margin: 15px 0 10px;
}
.ty-about-us-grp .span6 h4 {
  font-weight: 700;
  line-height: normal;
  font-size: 22px;
  color: rgb(59, 62, 65);
  margin: 25px 0 0;
  font-family: Montserrat, Helvetica, sans-serif;
}
.ty-about-us-grp .span6 ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-family: Montserrat, Helvetica, sans-serif;
  line-height: 1.42857143;
}
.ty-about-us-grp .span6 ul li {
  margin: 0;
  padding-bottom: 6px;
  margin-bottom: 6px;
  padding-left: 2em;
  font-size: 18px;
  position: relative;
}
.ty-about-us-grp .span6 ul li:before {
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.71428571em;
  margin-left: -2em;
  color: rgb(0, 48, 135);
}
.ty-footer-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: sans-serif;
}
.ty-footer-wrapper .page-center {
  max-width: 1170px;
}
.ty-footer-inner-wrapper {
  padding: 20px 35px;
}
.ty-footer-logo {
  text-align: center;
  margin-top: 20px;
} 
.ty-footer-logo img {
  width: 250px;
}
.ty-footer-copyright {
  margin-top: 35px;
}
.ty-footer-copyright p {
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.ty-footer-nav {
  margin-top: 35px;
}
.ty-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1.42857143;
  font-size: 14px;
}
.ty-footer-nav ul li {
  margin-left: 0;
  display: inline-block;
  padding-right: 30px;
}
.ty-footer-nav ul li:last-child {
  padding-right: 0px;
}
.ty-footer-nav ul li a {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.fullwidth-grp .dnd-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fullwidth-grp .widget-type-rich_text {
  padding: 30px 50px 30px 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.fullwidth-grp .widget-type-rich_text h3,
.fullwidth-grp .widget-type-rich_text h2 {
  text-transform: uppercase;
}
.fullwidth-grp ul,
.fullwidth-grp ol,
.claims-pg ul,
.claims-pg ol {
  font-size: 14px;
  line-height: 1.66em;
}
.fullwidth-grp ul li,
.fullwidth-grp ol li,
.claims-pg ul li,
.claims-pg ol li {
  font-size: 16px;
}
.ty-about-us-grp .row-fluid [class*="span"],
.claims-main-grp .row-fluid [class*="span"] {
  min-height: auto;
}
.claims-main-grp .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.claims-main-grp .widget-type-rich_text {
  padding-left: 20px;
  padding-right: 50px;
}
.claims-main-grp .widget-type-rich_text h2 {
  font-size: 20px;
  color: #393836;
  font-weight: bold;
  margin-bottom: 18px;
}
.claims-main-grp .hs-menu-wrapper {
  padding-right: 40px;
}
.claims-main-grp .hs-menu-wrapper > ul:before,
.claims-main-grp .hs-menu-wrapper > ul:after {
  content: '';
  display: table;
}
.claims-main-grp .hs-menu-wrapper > ul:after {
  clear: both;
}
.claims-main-grp .hs-menu-wrapper > ul > li {
  padding-left: 20px;
  padding-right: 20px;
  width: 16.66666667%;
  float: left;
}
.claims-main-grp .hs-menu-wrapper>ul ul li {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.66em;
  margin-bottom: 20px;
}
.claims-main-grp .hs-menu-wrapper>ul ul li a {
  color: #1a2e5e;
}
.claims-main-grp .hs-menu-wrapper>ul ul li a:hover {
  color: #000000;
}
.thankyoutype2-pg .ty-main-grp .widget-type-rich_text hr {
  display: none;
}
.thankyoutype2-pg .ty-about-us-grp .dnd-section {
  padding-top: 10px;
}
.thankyoutype2-pg .ty-about-us-grp h2 {
  font-weight: 700;
  font-size: 48px;
  color: rgb(0, 48, 135);
  line-height: normal;
  font-family: Oswald, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
}
.thankyoutype2-pg .ty-about-us-grp .span6 h4 {
  margin-top: 15px;
}
.thankyoutype2-bottom-pane .dnd-section {
  padding: 0;
}
.thankyoutype2-bottom-pane .widget-type-space {
  padding: 49px 35px 30px;
}
.thankyoutype2-bottom-pane .hs_cos_wrapper_type_space {
  border-top: 3px solid rgb(0, 48, 135);
  display: block;
  margin-right: 12%;
  margin-left: 12%;
  width: 75%;
  min-height: 1px;
}
.thankyoutype2-bottom-pane .widget-type-rich_text {
  padding: 20px 35px; 
  text-align: center;
}
.thankyoutype2-bottom-pane .widget-type-rich_text h1 {
  color: rgb(0, 48, 135);
  font-weight: bold;
  font-size: 48px;
  font-family: Oswald, Helvetica, sans-serif;
  margin: 0;
}
.thankyoutype2-bottom-pane .widget-type-rich_text h2 {
  margin-bottom: 0;
  font-size: 23px;
  margin-top: 15px;
  line-height: normal;
  font-weight: 500;
  font-family: Montserrat, Helvetica, sans-serif;
}
.team-concept-grp .dnd-section,
.aiq-main-grp .dnd-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.team-concept-grp .dnd-section > .row-fluid,
.aiq-main-grp .dnd-section > .row-fluid {
  padding: 30px 35px 30px 5px;
}
.team-concept-grp .span6 {
  margin-left: 0;
  width: 50%;
  padding: 0 15px;
}
.team-concept-grp .widget-type-rich_text h2:not(:first-child) {
  padding-top: 10px;
}
.team-concept-grp .widget-type-rich_text h2 {
  font-size: 20px;
  color: #393836;
  margin-bottom: 18px;
  font-weight: bold;
}
.team-concept-grp .widget-type-rich_text h3 {
  font-size: 16px;
  color: #393836;
  margin-bottom: 18px;
  font-weight: normal;
}
.team-concept-grp .widget-type-space {
  padding-top: 10px;
}
.team-concept-grp .row-fluid [class*="span"],
.aiq-main-grp .row-fluid [class*="span"] {
  min-height: auto;
}
.team-concept-grp .widget-type-rich_text ul {
  margin-left: 0;
  margin-bottom: 30px;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.42857143;
}
.team-concept-grp .widget-type-rich_text ul li {
  margin-left: 0;
  font-size: 16px;
  position: relative;
  margin: 0 0 6px 0;
  padding: 0 0 0 21px;
  line-height: 24px!important;
}
.team-concept-grp .widget-type-rich_text ul li svg {
  position: absolute;
  top: 4px;
  left: 0;
  fill: #1a2e5e;
}
.team-concept-grp .widget-type-rich_text ol {
  font-size: 14px;
  line-height: 1.66em;
}
.team-concept-grp .widget-type-rich_text ol li {
  font-size: 16px;
}
.aiq-main-grp .widget-type-space {
  padding-top: 200px;
}
.aiq-main-grp .widget-type-rich_text iframe {
  width: 620px;
  max-width: 100%;
  height: 600px;
}
.cntct-form-grp form .hs-form-field {
  overflow: hidden;
}
.cntct-form-grp form .hs-form-required {
  display: none;
}
.cntct-form-grp form .hs-form-field select {
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/selectbox-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 12px 12px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #252525;
  border-radius: 0;
  font-weight: 700;
  min-width: 240px;
  display: block;
  margin: 0;
  cursor: pointer;
}
.cntct-form-grp form textarea {
  min-height: 238px;
  font-size: 16px;
}
.contact-pg .insurance-quote-wrapper {
  padding-bottom: 20px;
  text-align: center;
}
.contact-main-grp .dnd-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-main-grp h3 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 16px;
  color: #393836;
}
.contact-main-grp h3.location-border-title,
.contact-main-grp h3.form-title {
  margin: 0;
}
.contact-main-grp h3.location-border-title:after,
.contact-main-grp h3.form-title:after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background: #252525;
  margin-top: 18px;
  margin-bottom: 18px;
}
.contact-main-grp .widget-type-form {
  margin-left: -20px;
  margin-right: -20px;
}
.contact-main-grp .hs_cos_wrapper_type_form {
  display: block;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
form .grecaptcha-badge {
  margin: 0;
} 
.fullwidth-grp .hs-menu-wrapper {
  padding: 30px 20px;
}
.fullwidth-grp .hs-menu-wrapper > ul {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.fullwidth-grp .hs-menu-wrapper > ul:before,
.fullwidth-grp .hs-menu-wrapper > ul:after {
  content: '';
  display: table;
}
.fullwidth-grp .hs-menu-wrapper > ul:after {
  clear: both;
}
.fullwidth-grp .hs-menu-wrapper > ul > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fullwidth-grp .hs-menu-wrapper > ul > li > a {
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  outline: 0 none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #1a2e5e;
  margin-bottom: 15px;
  margin-right: 15px;
}
.fullwidth-grp .hs-menu-wrapper > ul > li > a:hover {
  color: #ffffff;
  background-color: #252525;
}
.get-started-grp .dnd-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.become-an-agent-pg .more-info-btn-wrapper {
  text-align: center;
  display: block;
}
.become-an-agent-pg .more-info-btn-wrapper .more-info-btn {
  padding: 20px 28px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
  text-transform: unset;
  letter-spacing: 2px;
}
.get-started-grp .more-info-btn-wrapper .more-info-btn {
  background-color: #00338e;
}
.get-started-grp .more-info-btn-wrapper .more-info-btn:hover {
  background-color: rgba(0,51,142,0.93);
}
.success-with-aai-grp .dnd-section {
  padding-bottom: 80px;
  padding-top: 50px;
}
.success-with-aai-grp .more-info-btn-wrapper {
  padding-top: 20px;
}
.success-with-aai-grp .more-info-btn-wrapper .more-info-btn {
  background-color: #ffffff;
  color: #252525;
}
.success-with-aai-grp .more-info-btn-wrapper .more-info-btn:hover {
  color: #00338e;
}
.success-with-aai-grp .span6,
.agency-with-aai-grp .span6 {
  margin-left: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.success-with-aai-grp .span6 .widget-type-rich_text {
  text-align: center;
  color: #fff;
}
.success-with-aai-grp .span6 .widget-type-rich_text h3 {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}
.agency-with-aai-grp {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.agency-with-aai-grp .widget-type-form {
  padding-top: 110px;
  padding-right: 40px;
  padding-left: 25px;
}
.agency-with-aai-grp h3.form-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
.agency-with-aai-grp form {
  padding-top: 16px;
  padding-right: 58px;
}
.agency-with-aai-grp form .hs-form-field > label {
  display: none;
}
.agency-with-aai-grp form .hs-form-field {
  margin-bottom: 0;
  margin-top: 2px;
  overflow: hidden;
}
.agency-with-aai-grp form .hs-form-field .input {
  margin-top: 8px;
}
.agency-with-aai-grp form .hs-input {
  line-height: normal;
  border: 1px solid #e3e3e3;
  outline: 0;
  margin-bottom: 10px;
  border-radius: 0;
  margin-top: 12px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100% !important;
  background-color: #1a2e5e !important;
  padding-left: 15px;
  max-width: 100%;
  color: #fff;
}
.agency-with-aai-grp form .hs-input::-webkit-input-placeholder {
  color: #fff;
}
.agency-with-aai-grp form .hs_firstname .hs-input {
  margin-bottom: 18px;
}
.agency-with-aai-grp form .hs-form-field textarea {
  margin-top: 18px !important;
  height: 80px !important;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  padding-left: 15px;
}
.agency-with-aai-grp form .hs_city .hs-input,
.agency-with-aai-grp form .hs_years_of_p_c_sales_experience_ .hs-input {
  margin-top: 20px;
}
.agency-with-aai-grp form .hs-form-field select {
  margin-top: 18px;
  padding: 2px 1px 2px 15px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.agency-with-aai-grp form .actions {
  padding: 16px 0 10px 0;
  margin: 16px -17px 0 0;
}
.agency-with-aai-grp form .hs-button {
  background-color: #fff;
  color: #00338e;
  padding: 20px 28px;
  font-size: 14px;
  width: 40%;
  line-height: 100%;
  border-radius: 3px;
  text-transform: none;
  border: 1px solid #fff;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 13px;
  vertical-align: top;
  transition: all .15s ease-in-out;
  margin-bottom: 16px;
}
.agency-with-aai-grp form .hs-button:hover {
  background-color: #1a2e5e;
  color: #fff;
}
.become-an-agent-pg .row-fluid [class*="span"] {
  min-height: auto;
}
.success-with-aai-grp .dnd-section {
  background-color: #00338e;
}

.agent-cstm-header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 201;
  left: 0;
  padding: 51px 56px 0;
  transition: all 0.3s ease;
}
.agent-cstm-logo {
  float: left;
  width: auto;
}
.agent-mobile-trigger-wrapper {
  float: right;
  width: auto;
}
.agent-mobile-trigger-wrapper .mk-css-icon-menu div {
  height: 5px;
  margin-bottom: 5px;
  width: 35px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
}
.agent-mobile-trigger-wrapper .mk-css-icon-menu {
  padding: 13px 15px;
  cursor: pointer;
}
.agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu div {
  margin-bottom: 2px !important;
  width: 30px !important;
}
.agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu-line-1 {
  -webkit-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
  top: 6px;
}
.agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu-line-2 {
  opacity: 0;
}
.agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu-line-3 {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
  top: -8px;
}
.agent-cstm-menu-primary {
  transition: all .3s ease;
  position: fixed;
  top: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  background-color: #444;
  font-size: 12px;
  color: #eee;
  font-weight: 400;
  width: 350px !important;
  z-index: 10 !important;
  right: -350px;
  padding: 50px 20px 130px;
}
.agent-mobile-open .agent-cstm-menu-primary {
  right: 0;
}
.agent-cstm-menu-primary .hs-menu-wrapper > ul {
  border-bottom: 2px solid rgba(128,128,128,.2);
  position: relative;
  line-height: 1.66em;
  font-size: 14px;
}
.agent-cstm-menu-primary .hs-menu-wrapper > ul > li {
  font-size: 16px;
  border-top: 2px solid rgba(128,128,128,.2);
  display: block;
  margin: 0;
  position: relative;
}
.agent-cstm-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 15px 20px 15px 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  transition: all .15s;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.agent-cstm-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  opacity: 0.5;
}
.become-an-agent-pg {
  position: relative;
  left: 0;
  transition: all .3s ease;
  z-index: 200;
}
.agent-mobile-open .become-an-agent-pg,
.agent-mobile-open .agent-cstm-header-wrapper {
  left: -351px;
}
.agent-mobile-open .agent-mobile-trigger-wrapper {
  position: fixed;
  top: 11px;
  right: 51px;
  z-index: 999;
}
.become-an-agent-pg-wrapper {
  overflow: hidden;
  position: relative;
}
.get-started-grp .more-info-popup-form {
  padding-left: 3px;
  padding-right: 33px;
}
.get-started-grp .more-info-popup-inner-wrap {
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  margin: 0 auto;
}
.more-info-popup-inner-wrap h3 {
  margin-bottom: 18px;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.3em;
  color: #000;
}
/* .become-an-agent-pg .more-info-popup-form form {
overflow: hidden;
} */
.become-an-agent-pg .more-info-popup-form form .hs-form-field {
  margin-top: 16px;
  padding-right: 16px;
  padding-top: 2px;
}
.become-an-agent-pg .more-info-popup-form form .hs-input {
  color: #222;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
.become-an-agent-pg .more-info-popup-form form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.become-an-agent-pg .more-info-popup-form form {
  padding-bottom: 16px;
}
.become-an-agent-pg .more-info-popup-form form .actions {
  padding: 16px 0 10px 0;
  margin: 0;
}
.become-an-agent-pg .more-info-popup-form form .hs-button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 9px 20px !important;
  line-height: 13px!important;
  font-size: 1em;
  margin: 0;
}
.become-an-agent-pg .more-info-popup-form form textarea {
  height: 160px;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.become-an-agent-pg .more-info-popup-form form .hs-form-field select {
  margin: 0;
}
.fullwidth-grp .hs-menu-wrapper > ul > li:nth-child(5) {
  clear: both;
}
.cntct-form-grp ul.no-list.hs-error-msgs.inputs-list {
  max-width: 767px;
}
.info-popup-open .become-an-agent-pg {
  position: static;
}
.become-an-agent-pg .hs-input.invalid.error {
  border: 1px solid #790000;
}
.become-an-agent-pg ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}
.become-an-agent-pg ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  border: none;
  margin: 0;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.become-an-agent-pg .agency-with-aai-grp ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  font-size: 14px;
}
.team-concept-pg .more-info-popup-form form textarea {
  height: 238px;
  font-size: 16px;
}
.more-info-popup-form form .hs-form-field select,
.agency-with-aai-grp form .hs-form-field select {
  cursor: pointer;
}
.cstm-lr-pdng .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.become-an-agent-pg .agent-popup-wrapper .more-info-popup-inner-wrap {
  padding: 56.25% 0 0 0;
  position: relative;
  text-align: center;
}
.become-an-agent-pg .agent-popup-wrapper .more-info-popup-inner-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
}
.marketing_ebook_main ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  border: 3px solid #b91517 !important;
  margin: 25px 0 0;
}
.blog-post-wrapper ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  max-width: 767px;
}
.home-two-column .dnd-section {
  padding: 0;
}
.home-two-column .span3 {
  width: 25%;
}
.home-two-column .span6 {
  width: 50%;
}
.home-two-column .span3,
.home-two-column .span6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  line-height: 1.66em;
  font-size: 14px;
}
.home-two-column .row-fluid [class*="span"] {
  min-height: auto;
}
.home-two-column .widget-type-space {
  height: 30px;
}
.home-two-column .dnd-section > .row-fluid {
  padding-left: 5px;
  padding-right: 35px;
}
.home-two-column .span6 .widget-type-rich_text {
  background-color: #252525;
  min-height: 253px;
  position: relative;
  padding: 20px;
  color: #fff;
}
.home-two-column .span6 .widget-type-rich_text p {
  line-height: 1.3em;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.home-two-column .span6 .widget-type-rich_text h3 {
  padding-top: 108px;
  letter-spacing: 1px;
  text-transform: initial;
  font-size: 40px;
  color: #fff;
  text-align: right;
  margin: 0;
  font-style: inherit;
  font-weight: 300;
}

.home-banner-item:nth-child(1) {width: 33.33%;}

.home-banner-item:nth-child(2) {
  width: 35%;
}

.home-banner-item:nth-child(3) {
  width: 30%;
}

.home-banner-item.banner-fullwidth-item {
  padding-top: 28px !important;
}

.home-banner-item .hs-button {
  padding: 21px 32.5px !important;
}

.mk-flipbox-holder {
  height: 253px !important;
}





@media (max-width: 1920px) {
  .home-banner-item .hs-button {
    padding: 21px 28px !important;
  }
}

@media (max-width: 1366px) {
  .home-banner-video-wrapper video {
    top: -15% !important;
    height: 130% !important;
  }
}

@media (max-width: 1300px) {
  .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-right: 45px;
  }  
  .agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-right: 15px;
  }

}


@media (max-width: 1170px) {
  .thankyoutype2-pg .ty-about-us-grp .span6 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .thankyoutype2-pg .ty-main-grp .dnd-section>.row-fluid,
  .thankyoutype2-bottom-pane .widget-type-rich_text,
  .thankyoutype2-bottom-pane .widget-type-space {
    padding-left: 45px;
    padding-right: 45px;
  }



}


@media (max-width: 1140px) {
  .fullwidth-grp .widget-type-rich_text,
  .claims-main-grp .widget-type-rich_text {
    padding-right: 20px;
  }
  .claims-main-grp .hs-menu-wrapper {
    padding-right: 10px;
  }
  .team-concept-grp .dnd-section>.row-fluid,
  .aiq-main-grp .dnd-section > .row-fluid {
    padding: 30px 5px 30px 5px;
  }
  .fullwidth-grp .hs-menu-wrapper>ul {
    width: auto;
  }
  .agent-cstm-menu-primary {
    width: 100% !important;
    right: -100%;
  }
  .agent-mobile-open .agent-cstm-menu-primary {
    right: 0;
  }
  .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-top: 43px;
  }
  .agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-top: 13px;
  }


}

@media (max-width: 1100px) {
  .fullwidth-grp .widget-type-rich_text {
    padding: 25px 15px;
  }
  .claims-main-grp .dnd-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .claims-main-grp .widget-type-rich_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .claims-main-grp .hs-menu-wrapper>ul>li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .claims-main-grp .hs-menu-wrapper {
    padding-right: 0;
  }
  .team-concept-grp .dnd-section>.row-fluid,
  .aiq-main-grp .dnd-section > .row-fluid {
    padding: 25px 0;
  }
  .fullwidth-grp .hs-menu-wrapper {
    padding: 25px 0;
  }
  .fullwidth-grp .hs-menu-wrapper > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .cstm-lr-pdng .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-two-column .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 1024px) {
  .home-banner-item .hs-button {
    padding: 17px 23px !important;
  }
}

@media (max-width: 800px) {
  .home-banner-item .hs-button {
    padding: 13px 18px !important;
  }
  .home-banner-item.banner-fullwidth-item {
    padding-top: 20px !important;
  }
}

@media (max-width: 770px) {

  .ty-main-grp .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ty-about-us-grp .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    padding: 0 5px;
  }
  .ty-about-us-grp .span6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ty-main-grp .widget-type-rich_text hr {
    display: none;
  }
  .ty-about-us-grp .span6:last-child .widget-type-rich_text {
    padding-top: 20px;
  }
  .ty-footer-wrapper {
    display: none;
  }
  .thankyoutype2-pg .ty-main-grp .widget-type-rich_text hr {
    display: block;
  }
  .thankyoutype2-pg .ty-main-grp .dnd-section>.row-fluid,
  .thankyoutype2-bottom-pane .widget-type-rich_text,
  .thankyoutype2-bottom-pane .widget-type-space {
    padding-left: 15px;
    padding-right: 15px;
  }
  .thankyoutype2-pg .ty-about-us-grp .span6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thankyoutype2-pg .ty-about-us-grp h2 {
    margin-top: 0;
  }
  .thankyoutype2-bottom-pane .hs_cos_wrapper_type_space {
    display: none;
  }
  .thankyoutype2-bottom-pane .widget-type-space {
    padding: 22.5px 0;
  }



}

@media (max-width: 769px) {

  .ty-about-us-grp .span6 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ty-main-grp .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ty-about-us-grp .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .ty-about-us-grp .span6 .hs-responsive-embed-inner-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
  }

}

@media (max-width: 768px) {

  .fullwidth-grp .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media (max-width: 767px) {
  .home-banner-item .hs-button {
    padding: 7px 20px !important;
  }
  .home-banner-item.banner-fullwidth-item {
    padding-top: 8px !important;
  }
  .fullwidth-grp .widget-type-rich_text h2:first-child,
  .claims-main-grp .widget-type-rich_text h2 {
    text-align: center;
  }
  .claims-main-grp .dnd-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .claims-main-grp .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
  }
  .team-concept-grp .span6 {
    width: 100%;
  }
  .team-concept-grp .dnd-section>.row-fluid {
    padding: 5px 0;
  }
  .personalized-quote-pg .aiq-main-grp .dnd-section>.row-fluid {
    padding: 5px 0;
  }
  .team-concept-grp .widget-type-rich_text h2,
  .team-concept-grp .widget-type-rich_text h3 {
    text-align: center;
  }
  .aiq-main-grp .widget-type-rich_text iframe {
    margin: 0 !important;
  }
  .contact-main-grp h3,
  .contact-main-grp h3.form-title {
    text-align: center;
  }
  .fullwidth-grp .hs-menu-wrapper > ul > li {
    text-align: center;
  }
  .fullwidth-grp .hs-menu-wrapper > ul > li > eda {
    margin-right: 0;
  }
  .get-started-grp .dnd-section {
    padding-top: 160px;
    background: #00338e;
  }
  .get-started-grp .more-info-btn-wrapper .more-info-btn {
    background-color: #fff;
    color: #00338e;
    border: 1px solid #fff;
  }
  .get-started-grp .more-info-btn-wrapper .more-info-btn:hover {
    background-color: #00338e;
    color: #fff;
  }
  .success-with-aai-grp .dnd-section {
    background-color: #fff;
  }
  .success-with-aai-grp .dnd-section {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .success-with-aai-grp .more-info-btn-wrapper .more-info-btn {
    background-color: #00338e;
    color: #fff;
    border: 1px solid #00338e;
    margin-bottom: 40px;
  }
  .success-with-aai-grp .more-info-btn-wrapper .more-info-btn:hover {
    background-color: #fff;
    color: #00338e;
  }
  .success-with-aai-grp .span6, .agency-with-aai-grp .span6 {
    width: 100%;
  }
  .success-with-aai-grp .span6 .widget-type-rich_text {
    color: #00338e;
  }
  .success-with-aai-grp .span6 .widget-type-rich_text h3 {
    color: #00338e;
  }
  .agency-with-aai-grp {
    border: 1px solid #f9f9f9;
  }
  .agency-with-aai-grp .widget-type-form {
    padding-top: 15px;
    padding-bottom: 35px;
    padding-right: 0;
  }
  .agency-with-aai-grp form {
    padding-right: 40px;
  }
  .agency-with-aai-grp h3.form-title {
    text-align: center;
  }
  .agency-with-aai-grp form .actions {
    text-align: center;
    margin-right: 0;
  }
  .agent-mobile-open .agent-mobile-trigger-wrapper {
    right: 10px;
  }
  .agent-cstm-header-wrapper {
    position: static;
    background: #fff;
    padding: 16px;
  }
  .agent-mobile-trigger-wrapper .mk-css-icon-menu div {
    background-color: #00338e;
  }
  .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .agent-cstm-logo {
    margin-bottom: 1px;
  }
  .agent-mobile-open .agent-mobile-trigger-wrapper .mk-css-icon-menu div {
    background: #fff;
  }
  .agent-cstm-menu-primary {
    z-index: 201 !important;
  }
  .become-an-agent-pg .more-info-popup-inner-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .become-an-agent-pg .more-info-popup-form {
    padding-left: 18px;
    padding-right: 18px;
  }
  .fullwidth-grp .hs-menu-wrapper > ul > li > a {
    margin-right: 0;
  }
  .more-info-btn-wrapper .more-info-popup-form {
    margin-left: 0;
  }
  .aiq-main-grp .widget-type-rich_text iframe {
    height: 632px;
  }
  .agency-with-aai-grp form .hs-form-field select {
    padding-right: 0;
  }
  .free_ebook_main {
    padding-bottom: 32px;
  }
  .home-two-column {
    display: none;
  }


}

@media (max-width: 700px) {

  .ty-about-us-grp .span6 h3 {
    margin: 0;
    font-size: 16px;
    line-height: normal;
  }
  .ty-about-us-grp .span6 h4 {
    font-size: 16px;
  }
  .thankyoutype2-pg .ty-about-us-grp h2 {
    font-size: 33px;
  }


}


@media (max-width: 641px) {
  .agency-with-aai-grp form .hs-input,
  .become-an-agent-pg .more-info-popup-form form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .agency-with-aai-grp form {
    padding-right: 25px;
  }
  .become-an-agent-pg .more-info-popup-form form .hs-button {
    width: 100%;
    min-height: 2rem;
  }
  .become-an-agent-pg .more-info-popup-form form .hs-form-field {
    padding-right: 0;
  }

}
@media (max-width: 605px) {
  .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .agent-mobile-trigger-wrapper .mk-css-icon-menu {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .fullwidth-grp .hs-menu-wrapper > ul > li {
    float: left;
    width: 25%;
  }  
  .fullwidth-grp .hs-menu-wrapper > ul > li:last-child,
  .contact-pg .contact-main-grp .hs_cos_wrapper_type_form {
    width: 50%;
  }  
  .content-wd-btn-grp {
    display: none;
  }

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

.custom-header-wrapper {
  z-index: 200;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .3s ease-in-out;
  background-color: #fff;
}
.top-header-wrapper {
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border-bottom: 1px solid #b3b3b3;
}
.top-header-wrapper .page-center {
  padding: 0 20px;
}
.top-header-wrapper .header-toolbar-contact {
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  font-size: 15px;
  color: #999999;
}
.top-header-wrapper .header-toolbar-contact .mk-svg-icon {
  fill: currentColor;
  padding-right: 6px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  box-sizing: unset;
}
.top-header-wrapper .header-toolbar-contact a {
  color: #1a2e5e;
}
.mk-header-social {
  display: inline-block;
  float: right;
  height: 30px;
}
.mk-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mk-header-social ul li {
  margin: 0;
  display: inline-block;
  font-size: 16px;
}
.mk-header-social ul li a {
  position: relative;
  display: block;
  margin: 0 5px;
}
.mk-header-social ul li a svg {
  fill: currentColor;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
.top-header-wrapper .header-toolbar-contact > .widget-type-rich_text {
  display: inherit;
}
.bottom-header-wrapper {
  position: relative;
  height: 91px;
  line-height: 90px;
  border-bottom: 1px solid #ededed;
  transition: height .25s ease,line-height .25s ease;
}
.bottom-header-wrapper .page-center {
  position: relative;
}
.bottom-header-wrapper .custom-logo {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  top: 0;
  position: absolute;
  float: left;
  left: 0;
  padding-left: 20px;
}
.custom-logo img {
  top: 50%;
  position: absolute;
  transform: translate(0,-50%);
  height: auto;
  max-height: 100%;
  display: bloxk;
  max-width: none;
  transition: opacity .2s ease;
}
.custom-logo  .static-logo img {
  max-width: 300px;
}
.custom-logo  .fixed-logo img {
  opacity: 0;
}
.custom-menu-primary {
  z-index: 30;
  line-height: 4px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: right;
  float: right;
}
.hs-header-padding-wrapper {
  padding-top: 126px; 
}
.mk-toolbar-resposnive-icon {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 16px!important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
  z-index: 80;
}
.mk-toolbar-resposnive-icon svg {
  height: 16px;
  width: auto;
  fill: #444444;
}
.custom-logo .fixed-logo img {
  width: auto !important;
}


@media (max-width: 1140px) {

  .bottom-header-wrapper .page-center {
    height: 100%;
  }
  .custom-menu-primary.desktop-menu,
  .hs-header-padding-wrapper {
    display: none !important;
  }
  .custom-header-wrapper {
    position: relative;
  }
 

}

@media (max-width: 780px) {

  .top-header-wrapper {
    padding: 10px 5px;
    height: auto;
    display: none !important;
  }
  .top-header-open .top-header-wrapper {
    display: block !important;
  }
  .top-header-wrapper .header-toolbar-contact,
  .top-header-wrapper .mk-header-social {
    width: 100%;
    float: none;
    display: block;
    height: auto;
    line-height: 25px;
    margin: 0 10px 5px;
    padding: 0;
  }
  .mk-header-social ul li a svg {
    height: 24px !important;
  }
  .mk-toolbar-resposnive-icon {
    display: block;
  }

  
}

@media (max-width: 479px) {

  .custom-logo .static-logo img {
    width: calc(100% - 80px) !important;
  }
  
}

@media (min-width: 1141px) {

  .custom-menu-primary.mobile-menu {
    display: none !important;
  }
  .scroll-header .custom-header-wrapper {
    top: -32px;
  }
  .scroll-header .bottom-header-wrapper {
    line-height: 55px;
    height: 56px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 55px;
    height: 55px;
  }
  .scroll-header .custom-logo .fixed-logo img {
    opacity: 1;
  }
  .scroll-header .custom-logo .static-logo img {
    opacity: 0;
  }
  .scroll-header .bottom-header-wrapper .custom-logo {
    height: 55px;
  }
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer-wrapper {
  font-size: 14px;
  font-weight: 400;
}
.top-footer-wrapper {
  padding-top: 20px;
}
.bottom-footer-wrapper {
  background-color: #1e1e1e;
}
.bottom-footer-wrapper .mk-footer-copyright {
  line-height: 16px;
  float: left;
  padding: 25px 0 20px;
  font-size: bold;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  opacity: 80;
  opacity: .8;
  font-size: 11px;
  letter-spacing: 1px;
}
.bottom-footer-wrapper .mk-footer-copyright a {
  color: #fff;
}

.top-footer-wrapper .page-center {
  padding: 30px 20px;
}
.top-footer-wrapper .footer-col {
  float: left;
  padding: 0 2%;
  width: 25%;
  min-height: 1px;
}
.top-footer-wrapper .footer-col .footer-col-inner {
  padding-bottom: 40px;
}
.top-footer-wrapper .widgettitle {
  position: relative;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.66em;
}
.top-footer-wrapper .hs-menu-wrapper > ul {
  font-size: 14px;
  color: #e1e1e1;
  font-weight: 400;
  line-height: 1.66em;
}
.top-footer-wrapper .hs-menu-wrapper > ul li a {
  color: #e1e1e1;
}
.footer-contact-info ul {
  margin: 0;
  list-style: none;
}
.footer-contact-info ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  line-height: 20px;
  font-size: 14px;
}
.footer-contact-info ul li:last-child {
  margin-bottom: 0;
}
.footer-contact-info ul li svg {
  fill: currentColor;
  position: absolute;
  top: 2px;
  left: 0;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
.back-to-top {
  z-index: 300;
  background-color: #ccc;
  background-color: rgba(0,0,0,.2);
  display: block;
  position: fixed;
  bottom: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  right: -60px;
  opacity: 0;
  transition: all .2s ease-in-out;
  outline: 0 none;
  text-decoration: none;
}
.back-to-top svg {
  position: absolute;
  top: 15px;
  left: 15px;
  fill: #fff;
}
.back-to-top:hover {
  background-color: rgba(0,0,0,.3);
}
.back-to-top.active {
  right: 15px;
  opacity: 1;
}
.top-footer-wrapper .ko-button {
  font: 400 13.3333px Arial;
  font-family: inherit;
  text-rendering: optimizeLegibility;
  margin: 0;
  vertical-align: baseline;
  line-height: normal;
  cursor: pointer;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  cursor: pointer;
  border: none;
  position: relative;
  padding: 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/button.png);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: visible;
  outline: none;
  min-height: 27px;
  font-size: 13px;
  padding-left: 38px;
  padding-right: 4px;
  padding-top: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.6);
  background-position: 0 -355px;
  font-family: arial;
}
.top-footer-wrapper .ko-button:hover {
  background-position: 0 -382px;
}
.top-footer-wrapper .ko-button .text {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 2px;
}
.top-footer-wrapper .ko-button .cap {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 7px;
  height: 100%;
  z-index: 4;
  background-color: transparent;
  background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/button.png);
  background-repeat: no-repeat;
  background-position: 100% -355px;
}
.top-footer-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  background: radial-gradient(50% 50%,rgba(0,0,0,.2),rgba(0,0,0,.5) 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-perspective: 3000;
  perspective: 3000;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  pointer-events: none;
}
body.form-open {
  overflow: hidden;
}
.form-open .top-footer-wrapper .overlay {
  opacity: 1;
  pointer-events: auto;
}
.static-container {
  position: static;
  display: table;
  height: 100%;
  width: 359px;
  margin: 0 auto;
}
.vertically-centered-container {
  display: table-cell;
  vertical-align: middle;
}
.top-footer-wrapper .modal {
  width: 359px;
  position: relative;
  z-index: 6;
  border-radius: 6px;
  padding: 1px;
  background-color: #8e9aad;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(rgba(0,0,0,.55)));
  background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.55));
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  line-height: 1.5;
  -webkit-animation: slight-zoom 1s ease;
  animation: slight-zoom 1s ease;
}
.top-footer-wrapper .modal:before {
  display: block;
  content: "";
  top: 100%;
  left: -15px;
  right: -15px;
  height: 22px;
  position: absolute;
  background: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/box-shadow.png) no-repeat;
  background-size: 100% 100%;
}
.modal>.inner {
  padding: 18px 26px 23px;
  background-color: #fcfcfc;
  border-radius: 5px;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,.15), inset 0 2px 2px #fff, inset -1px 0 2px rgba(0,0,0,.05), inset 1px 0 2px rgba(0,0,0,.05);
}
.top-footer-wrapper .modal .form-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
  padding: 0 0 5px;
  font-family: arial;
}
.top-footer-wrapper .modal .hs-form-field > label {
  display: none;
}
.top-footer-wrapper .modal form .hs-input {
  font: 400 13.3333px Arial;
  line-height: normal;
  background-clip: padding-box;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-top-color: #c9c9c9;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 1px 1px hsla(0,0%,100%,.45), 0 0 2px rgba(74,139,217,0), 0 -1px 0 rgba(0,0,0,.02), inset 0 1px 0 rgba(0,0,0,.04), inset 0 2px 0 rgba(0,0,0,.02), inset 1px 0 0 rgba(0,0,0,.04), inset -1px 0 0 rgba(0,0,0,.04);
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
.top-footer-wrapper .modal form  {
  margin-top: 9px;
}
.top-footer-wrapper .modal form .hs-button {
  font: 400 13.3333px Arial;
  text-rendering: optimizeLegibility;
  line-height: normal;
  font-size: 17px;
  color: #434d5d;
  text-decoration: none!important;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.75);
  padding: 8px 11px 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.03)),to(rgba(0,0,0,.03)));
  background-image: linear-gradient(hsla(0,0%,100%,.03),rgba(0,0,0,.03));
  border-color: #d3d3d3 #c7c7c7 #bdbdbd;
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 -4px 5px 0 rgba(0,0,0,.05), inset 0 2px 0 0 hsla(0,0%,100%,.8), 0 1px 1px rgba(0,0,0,.06);
  border-radius: 4px;
  cursor: pointer;
  font-style: inherit;
  font-weight: 700;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  background-color: #6aae53;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(71,148,56,0)),to(#428f33));
  background-image: linear-gradient(rgba(71,148,56,0),#428f33);
  border-color: #579f4a #4e9340 #327527;
  box-shadow: inset 0 1px 2px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.2), 0 2px 1px rgba(0,0,0,.05);
  color: #fefefe;
  text-shadow: 0 1px 1px #488739, 0 0 5px hsla(0,0%,100%,0);
  -webkit-font-smoothing: antialiased;
  background-clip: padding-box;
  width: 100%;
  margin: 0;
  text-transform: unset;
  letter-spacing: normal;
}
.top-footer-wrapper .modal form .hs-button:hover {
  background-color: #63b945;
}
.top-footer-wrapper .modal form .hs-input:focus {
  border-color: #aec7df;
  outline: none;
  box-shadow: 0 1px 1px hsla(0,0%,100%,.45), 0 0 2px rgba(74,139,217,.3), inset 0 1px 0 rgba(0,0,0,.04), inset 0 2px 0 rgba(0,0,0,.02), inset 1px 0 0 rgba(0,0,0,.04), inset -1px 0 0 rgba(0,0,0,.04);
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}
.animation-container {
  transform: translateY(70px);
  opacity: 0;
  transition: all 0.3s;
}
.form-open .animation-container {
  transform: translateY(0);
  opacity: 1;
}
.top-footer-wrapper .modal form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  margin: 10px 0;
}
.top-footer-wrapper .modal .form-title {
    color: rgb(67, 77, 93);
}
.top-footer-wrapper .modal form .hs-input::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
  -webkit-transition: color .1s ease;
}
.top-footer-wrapper .modal form .hs-form-field {
  margin-bottom: 9px;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){
  .top-footer-wrapper .ko-button {
    background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/button@2x.png);
    background-size: 342px 490px;
  }
  .top-footer-wrapper .ko-button:hover {
    background-position: 0 -382px;
  }
  .top-footer-wrapper .ko-button .cap {
    background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/button@2x.png);
    background-size: 342px 490px;
  }
  .top-footer-wrapper .ko-button .cap:hover {
    background-position: 0 -382px;
  }
  .top-footer-wrapper .ko-button .text {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500!important;
    -webkit-font-smoothing: auto;
  }
  .top-footer-wrapper .overlay * {
    font-family: sans-serif !important;
  }

}

@media (max-width: 1140px) {
  .bottom-footer-wrapper .mk-footer-copyright {
    padding-left: 20px;
  }

}

@media (max-width: 999px) and (min-width: 768px) {
  .top-footer-wrapper .footer-col-1 .footer-col-inner,
  .top-footer-wrapper .footer-col-3 .footer-col-inner {
    display: none;
  }

}

@media (max-width: 768px) {
  .top-footer-wrapper .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-footer-wrapper .footer-col .footer-col-inner {
    padding-bottom: 20px;
  }

}

@media (max-width: 767px) {
  .top-footer-wrapper .footer-col-2 .footer-col-inner,
  .top-footer-wrapper .footer-col-4 .footer-col-inner {
    display: none;
  }
  .bottom-footer-wrapper .mk-footer-copyright {
    display: block;
    float: none;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .top-footer-wrapper .footer-col-1 .textwidget {
    margin-bottom: -2px; 
  }


}

@media (max-width: 479px) {

  .static-container {
    width: 100%;
    max-width: 359px;
    padding: 0 20px;
  }
  .top-footer-wrapper .modal {
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  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 .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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/* --- Blog style --- */

.blog-outer-wrapper .twb-wrapper {
  background-image: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/images/black-orchid.png);
  background-color: #1a2e5e;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.blog-outer-wrapper .twb-wrapper h1 {
  margin: 25px 20px 15px;
  line-height: 120%;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.blog-outer-wrapper .twb-wrapper .page-subtitle {
  display: inline-block;
  line-height: 100%;
  margin: 0px 20px 13px 23px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  position: relative;
  top: -2px;
}
.blog-main-wrapper .theme-page-wrapper {
  margin: 20px auto;
}
.blog-main-wrapper .theme-page-wrapper .theme-content {
  padding: 30px 20px;
}
.blog-main-wrapper .mk-blog-modern-item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  float: left;
}
.blog-main-wrapper .mk-blog-modern-item .featured-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-main-wrapper .full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
  outline: 0 none;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.mk-blog-modern-item .featured-image img {
  transition: all .15s ease-in-out;
  position: relative;
  width: 100%;
  max-width: 100%;
} 
.mk-blog-modern-item .featured-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-main-wrapper .image-hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #1a2e5e;
  transition: opacity .25s ease;
}
.mk-blog-modern-item .featured-image:hover .image-hover-overlay {
  opacity: .85;
}
.post-type-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 0;
  margin: -24px 0 0 -24px;
  z-index: 10;
  transition: all .15s ease-in-out;
}
.mk-blog-container .featured-image:hover .post-type-badge {
  opacity: 1;
}
.blog-main-wrapper .mk-svg-icon {
  width: auto;
  height: auto;
  fill: currentColor;
}
.blog-main-wrapper .featured-image .mk-svg-icon {
  width: 48px;
  height: auto;
  fill: #fff;
}
.blog-modern-social-section {
  float: left;
  width: 50px;
  min-height: 120px;
  border-right: 1px solid #efefef;
  text-transform: center;
  margin-left: 20px;
}
.mk-blog-modern-item .mk-blog-meta {
  margin: 0 20px 20px 100px;
  display: block;
  padding: 0!important;
}
.blog-share-container {
  position: relative;
  float: left;
}
.mk-blog-modern-item .blog-share-container {
  display: block;
  float: none;
  border-bottom: 1px solid #efefef;
}
.mk-blog-modern-item .blog-loop-comments,
.mk-blog-modern-item .mk-blog-share {
  display: block;
  padding: 12px 0;
  color: #898989;
  text-align: center;
  line-height: 15px;
}
.mk-blog-modern-item .mk-blog-share {
  cursor: pointer;
  padding: 20px 0;
} 
.mk-blog-modern-item .blog-loop-comments svg, 
.mk-blog-modern-item .mk-blog-share svg {
  height: 16px;
}
.mk-blog-modern-item .blog-social-share {
  display: none;
  z-index: 15;
  position: absolute;
  left: -6px;
  top: -52px;
  width: 220px;
  background-color: #252525;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 10px;
  text-transform: none;
  box-sizing: unset;
}
.mk-blog-modern-item .blog-social-share li {
  display: inline-block;
  margin: 3px 4px;
  font-size: 16px;
}
.blog-social-share li a,.blog-social-share li button {
  transition: all .15s ease-in-out;
  color: #a8a8a8;
  display: block;
  margin: 0 10px;
      padding: 0;
}

.blog-social-share li a:hover,.blog-social-share li button:hover {
  color: #fff;
}
.mk-blog-meta-wrapper {
    color: #252525 !important;
}
.blog-social-share li a svg,.blog-social-share li button svg {
  height: 16px;
  vertical-align: top;
  margin-top: 4px;
}
.mk-blog-modern-item .blog-loop-comments {
  line-height: 16px;
}
.mk-blog-modern-item .blog-loop-comments span,
.mk-blog-modern-item .mk-blog-share span {
  margin-top: 2px;
}
.mk-blog-modern-item .blog-loop-comments span {
  display: block;
  font-size: 11px;
}
.mk-blog-classic-item .mk-blog-meta-wrapper, .mk-blog-modern-item .mk-blog-meta-wrapper {
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.mk-blog-classic-item .mk-blog-meta-wrapper>div, .mk-blog-modern-item .mk-blog-meta-wrapper>div {
  display: inline-block;
  margin-right: 5px;
}
.mk-blog-classic-item .mk-blog-meta-wrapper a, .mk-blog-modern-item .mk-blog-meta-wrapper a {
  color: #252525;
}
.mk-blog-modern-item h2 {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-modern-social-section ul {
    margin: 0;
    list-style: none;
}
.mk-blog-classic-item .the-title, .mk-blog-modern-item .the-title {
  letter-spacing: 1px;
  margin-top: 5px;
}
.mk-blog-classic-item .the-title a, .mk-blog-modern-item .the-title a {
  transition: all .15s ease-in-out;
  font-size: 24px;
  line-height: 24px;
}
.mk-blog-classic-item .the-excerpt, .mk-blog-modern-item .the-excerpt {
  margin-bottom: 30px;
}
.the-excerpt p {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.66em;
}
.blog-read-more-btn {
  margin-bottom: 15px;
  margin-top: 0px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}
.blog-read-more-btn a {
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
  border-radius: 3px;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  outline: 0 none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  background-color: #1a2e5e;
}
.blog-read-more-btn a:hover {
  color: #ffffff;
  background-color: #122042;
}
.mk-pagination {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 65px 0 40px;
  position: relative;
  font-size: 14px;
}
.mk-pagination .mk-pagination-next, .mk-pagination .mk-pagination-previous {
  transition: all .2s ease;
  display: block;
  height: 36px;
  width: 38px;
  float: left;
  color: #9a9a9a;
  color: rgba(0,0,0,.4);
  border: 2px solid transparent;
  position: relative;
  box-sizing: border-box;
}
.mk-pagination .mk-pagination-next:hover, .mk-pagination .mk-pagination-previous:hover {
  border: 2px solid rgba(0,0,0,.4);
}
.mk-pagination .mk-pagination-next svg, .mk-pagination .mk-pagination-previous svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.is-vis-hidden {
  pointer-events: none;
  visibility: hidden;
}
.mk-pagination .mk-pagination-inner {
  margin: 0 10px 0 0;
  float: left;
}
.mk-pagination-inner .current-page,
.mk-pagination-inner a {
  display: block;
  padding: 10px 14px;
  line-height: 12px;
  font-size: 12px;
  margin: 0 6px;
  font-weight: 700;
  float: left;
  border: 2px solid transparent;
  color: #9a9a9a;
  color: rgba(0,0,0,.8) !important;
}
.mk-pagination-inner .current-page {
  border: 2px solid rgba(0,0,0,.7);
}
.mk-pagination-inner .current-page:hover, .mk-pagination-inner a:hover {
  border: 2px solid rgba(0,0,0,.8);
}
.mk-pagination .current-page, .mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous, .mk-pagination a {
  transition: all .2s ease;
}
.mk-pagination .mk-total-pages {
  float: right;
  opacity: .6;
}
.blog-social-share:before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #252525;
  content: "";
}
.mk-blog-modern-item .blog-social-share:before {
  left: 25px;
  bottom: -5px;
}
.comment-date {
  display: block !important;
}
.result-section .hs-search-results ul.hs-search-results__listing li .hs-search-results__title:hover {
color: #000000;
}

@media (max-width: 1140px) {
  .blog-outer-wrapper .twb-wrapper h1 {
    margin-left: 15px;
    margin-right: 15px;
  }

}

@media (max-width: 1100px) {
  .blog-main-wrapper .theme-page-wrapper .theme-content {
    padding: 25px 15px;
  }
  
}


@media (max-width: 767px) {
  .blog-main-wrapper .theme-page-wrapper {
    margin: 0 auto;
  }
  .blog-read-more-btn {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .mk-pagination .pagination-arrows {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    width: 45%;
    border: 2px solid rgba(0,0,0,.2);
  }
  .mk-pagination .mk-pagination-previous {
    left: 0;
  }
  .mk-pagination .mk-pagination-next {
    right: 0;
  }
  .mk-pagination .mk-pagination-inner,
  .mk-pagination .mk-total-pages {
    float: none;
    margin: 40px auto 0;
    clear: both;
    padding-top: 0;
  }
  .mk-pagination .current-page, .mk-pagination-inner a {
    float: none;
    display: inline-block;
    margin-bottom: 6px;
  }


}


.byline-wrap .single-social-section a.blog-modern-comment span{
color: #242424 !important;
}
.byline-wrap .single-social-section {
    text-align: right;
}

.byline-wrap .single-social-section a.blog-modern-comment {
    float: none !important;
}

.byline-wrap .single-social-section .blog-share-container {
    float: none !important;
}
.byline-wrap .single-social-section .blog-share-container .single-share-box{
  left: -185px;
}

a:focus{ outline: 1px solid #000 !important; }
  

.pagnav-wrapper .pagenav-top .mk-pavnav-icon{ background-color: rgba(255,255,255,.3);  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

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



#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

.form-container .hs-form-field {
  margin-bottom: 15px;
}

.form-container .hs-form-field .hs-input[type=checkbox] {
  display: inline;
}

.form-container .hs_submit.hs-submit {
  margin-top: 10px;
}

.form-container ul.no-list.hs-error-msgs {
  margin: 0;
}

.form-container ul.no-list.hs-error-msgs li {
  margin: 0;
}
.error-404-wrapper {
  line-height: 1.66em;
  font-size: 14px;
  border-top: 1px solid #ededed;
}
.error-404-wrapper p {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 1.66em;
}
.error-404-wrapper .page-center {
  margin: 20px auto;
}
.error-404-wrapper .theme-content {
  padding: 30px 20px;
}
.error-404-wrapper .not-found-wrapper {
  text-align: center;
  padding: 30px 0 100px 0;
}
.not-found-title {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2e2e2e;
}
.not-found-subtitle {
  font-size: 220px;
  line-height: 100%;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #1a2e5e;
}
.error-404-wrapper .widget_search {
  margin-bottom: 40px;
}
.error-site-search form {
  position: relative;
}
.error-site-search form .hs-search-field__input {
  line-height: normal;
  font-family: inherit;
  transition: all .15s ease-in-out;
  background-color: #fdfdfd;
  outline: 0;
  font-size: 13px;
  color: #222;
  border-radius: 0;
  margin: 0;
  padding: 12px 28px 12px 15px;
  width: 100%;
  border: 2px solid rgba(0,0,0,.12);
}
.error-site-search form i {
  position: absolute;
  top: 13px;
  right: 14px;
  opacity: .4;
}
.error-site-search form i:hover {
  opacity: 1;
}
.error-site-search form i svg {
  height: 16px;
  width: 14.857142857143px;
  fill: #2e2e2e;
}
.error-site-search form i .search-button {
      cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background-color: transparent;
}
input.email-edit.hs-input {
    width: 100% !important;
}
input#hs-pwd-widget-password {
  margin-bottom: 18px !important; 
}

@media (max-width: 1100px) {
  .error-404-wrapper .theme-content {
    padding: 25px 15px;
  }

}
@media (max-width: 767px) {
  .error-404-wrapper .page-center {
    margin: 0 auto;
  }
  .systems-page .page-header h2 {
    font-size: 26px;
  }

}

@media (max-width: 450px) {
  .not-found-subtitle {
    font-size: 150px;
  }

}
/*!
* Font Awesome Free 5.9.0 by @fontawesome - //fontawesome.com
* License - //fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,.fab,.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-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adobe:before {
  content: "\f778"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blog:before {
  content: "\f781"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-centos:before {
  content: "\f789"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

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

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fan:before {
  content: "\f863"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-figma:before {
  content: "\f799"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

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

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

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

.fa-photo-video:before {
  content: "\f87c"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

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

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-stamp:before {
  content: "\f5bf"
}

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

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-train:before {
  content: "\f238"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

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

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

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

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

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

.fa-users-cog:before {
  content: "\f509"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-water:before {
  content: "\f773"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yammer:before {
  content: "\f840"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

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

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/AffordableAmericanInsurance_August2020/Fonts/fa-regular-400.eot);
  src: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/AffordableAmericanInsurance_August2020/Fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-regular-400.woff) format("woff"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-regular-400.ttf) format("truetype");
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/AffordableAmericanInsurance_August2020/Fonts/fa-solid-900.eot);
  src: url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/AffordableAmericanInsurance_August2020/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-solid-900.woff) format("woff"),
    url(https://5872023.fs1.hubspotusercontent-na1.net/hubfs/5872023/raw_assets/public/AffordableAmericanInsurance_August2020/fonts/fa-solid-900.ttf) format("truetype");
}

.fa,.far,.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,.fas {
  font-weight: 900
}

.blog-main-wrapper .full-cover-link{ position: static !important; }