/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {

  .footer__container, .content-wrapper, .page-center, .header__container   {
    padding-left:45px;
    padding-right:45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__container, .content-wrapper, .page-center, .header__container   {
    padding-left:25px;
    padding-right:25px;
  }

}




@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer__container, .content-wrapper, .page-center, .header__container   {
    padding-left:30px;
    padding-right:30px;
  }
}


@media (max-width: 550px) {
  .footer__container, .content-wrapper, .page-center, .header__container   {
    padding-left:20px;
    padding-right:20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "AvenirNextLTPro-Bold";
  src: url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Bold.eot) format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Bold.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Bold.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Bold.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Bold.svg) format("svg");
}

@font-face {
  font-family: "Avenir-Heavy";
  src: url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Heavy.eot) format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Heavy.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Heavy.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Heavy.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Heavy.svg) format("svg");
}

@font-face {
  font-family: "Avenir-Medium";
  src: url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Medium.eot) format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Medium.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Medium.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Medium.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/Avenir-Medium.svg) format("svg");
}

@font-face {
  font-family: "AvenirLTStd-Black";
  src: url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirLTStd-Black.eot) format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirLTStd-Black.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirLTStd-Black.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirLTStd-Black.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirLTStd-Black.svg) format("svg");
}

@font-face {
  font-family: "AvenirNextLTPro-Regular";
  src: url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Regular.eot) format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Regular.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Regular.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Regular.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/AvenirNextLTPro-Regular.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "eicons";
  src: url("//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/eicons.eot") format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/eicons.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/eicons.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/eicons.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/eicons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5FreeSolid.woff2) format("woff2"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5FreeSolid.woff) format("woff"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5FreeSolid.ttf) format("truetype"),
    url(//7512374.fs1.hubspotusercontent-na1.net/hubfs/7512374/raw_assets/public/Yard-Dawgs-2024/fonts/FontAwesome5FreeSolid.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}




html {
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

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

@media(max-width:479px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100% !important;
  }
  .hs_recaptcha{
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.package-what-sec a.take-quiz-cta {
  /* position: relative; */
  transition: all 0.5s ease-out;
}
a.take-quiz-cta.take-quiz-cta-sticky-bottom {
  position: fixed;
  bottom: 0;
  transition: all 0.5s ease-out;
  border-radius: 0 !important;
  width: 33.33%;
  right: 0;
  text-align: center;
  line-height: 1.5 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
a.take-quiz-cta.take-quiz-cta-sticky {
  transition: all 0.5s ease-out;
  border-radius: 0 !important;
  width: 33.33%;
  right: 0;
  text-align: center;
  line-height: 1.5 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
a.banner-cta.get-q-sticky {
  transition: all .5s ease-out;
  border-radius: 0 !important;
  width: 33.33% !important;
  text-align: center;
  line-height: 1.5 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
a.three-col-bottom-cta.get-started-cta-sticky, a.three-col-bottom-cta.get-started-cta-sticky-bottom{
  transition: all .5s ease-out;
  border-radius: 0 !important;
  width: 33.33% !important;
  text-align: center;
  line-height: 1.5 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
a.take-quiz-cta.take-quiz-cta-sticky {
  position: fixed;
  top: 69px;
  left:0px;
/*   left: 50%;
  transform: translateX(-50%); */
  z-index: 9999;
}
a.take-quiz-cta.take-quiz-cta-sticky-bottom {
  position: fixed;
  bottom: 0px;
  left:0px;
/*   left: 50%;
  transform: translateX(-50%); */
}
a.three-col-bottom-cta.get-started-cta-sticky {
  position: fixed;
  top: 69px;
  z-index: 9999;
}
a.three-col-bottom-cta.get-started-cta-sticky-bottom {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
}
a.three-col-bottom-cta.get-started-cta-sticky {
 left: 50%;
  transform: translateX(-50%);
}
a.three-col-bottom-cta.get-started-cta-sticky-bottom {
  left: 50%;
  transform: translateX(-50%);
}
a.footer-call-us-now.footer-call-bottom {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    right: 0;
    transition: all .5s ease-out;
    border-radius: 0 !important;
    width: 33.33% !important;
    text-align: center;
    line-height: 1.5 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  font-size: 20px;
    line-height: 1.5 !important;
}
a.footer-call-us-now.footer-call-sticky {
    position: fixed;
    top: 69px;
    z-index: 9999;
    right: 0;
    transition: all .5s ease-out;
    border-radius: 0 !important;
    width: 33.33% !important;
    text-align: center;
    line-height: 1.5 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  font-size: 20px;
    line-height: 1.5 !important;
}
.hs-content-id-60338488859 .two-col-text-image-with-bottom-text-bottom-sec p {
    letter-spacing: 0px;
    opacity: 1;
    font-size: 25px !important;
    line-height: 36px !important;
    font-family: "Avenir-Medium";
    font-style: italic;
    text-align: center;
    color: #253342;
}
.hs-content-id-60338488859 .two-col-text-image-with-bottom-text-bottom-sec {
    padding-top: 130px;
}
@media(max-width:1199px){
  a.take-quiz-cta.take-quiz-cta-sticky {
    width: 33.33% !important;
  }
  .get-q-sticky, a.three-col-bottom-cta.get-started-cta-sticky, a.take-quiz-cta.take-quiz-cta-sticky {
    top: 55px !important;
  }
  a.three-col-bottom-cta.get-started-cta-sticky {
    font-size: 14px;
  }
  a.banner-cta.get-q-sticky {
    font-size: 14px !important;
  }
  a.take-quiz-cta.take-quiz-cta-sticky-bottom {
    width: 33.33% !important;
    bottom: 0;
    margin-bottom: 0px !important;
}
  a.three-col-bottom-cta.get-started-cta-sticky-bottom {
    font-size: 14px !important;
}
  a.footer-call-us-now.footer-call-bottom {
    font-size: 14px;
}
  a.footer-call-us-now.footer-call-sticky {
    font-size: 14px;
    top: 55px;
}
}

iframe .header-logo-container{
  display:none;
}

.cta-part{
  display:flex;
}
.cta-part .part-1,.cta-part .part-2{
  position:relative;
}
@media(max-width:767px){
  .cta-part{
  display:block;
}
  .cta-part .part-2{
  padding-top:20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container__website .row-fluid [class*="span"] {
    min-height: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  position:relative;
}
/* .header-mob-num.header-city-hide {
display: none !important;
} */
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  align-items: center;
  flex-wrap: wrap;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  /*   padding-top: 20px; */
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 235px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  /*   padding-top: 20px; */
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

.header-num-inner p {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  font-family: "Avenir-Heavy";
  font-size: 23px;
  line-height: 2;
}

.header-num {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

header.header {
  padding-top: 5px;
  padding-bottom: 10px;
}

.header-mob-btn {
  display: none;
}

.menu-mobile:after {
  color: #253342;
  font-weight: 100;
}

.header-mob-num {
  display:none;
}

.header-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
  transition: 300ms all cubic-bezier(.4,0,.2,1);
}

.mobile-num p {
  color: #253342;
  margin:0px;
}

.header__logo.header__logo--main {
  margin-left: 0;
}

.header-num-textbox {
  margin-right: 20px;
}

.header-num-textbox p {
  margin: 0;
}

.header-num-textbox p a {
  font-size: 17px;
  line-height: 50px;
  display: block;
  text-decoration: underline;
  font-family: "Avenir-Medium";
  color: #008102;
  font-weight: 900;
}

.header-num-inner p {
  /*   line-height: 3; */
}

.header-num {
  align-items: center;
}

.header-mob-num {
  display: block;
  width: 100%;
}

/* .header-num-inner {
/*  
display: grid;
grid-template-columns: 1fr 1fr;
text-align:right;

} */
.header-num-inner {
  display: grid;
  /* grid-template-columns: 9fr 1fr; */
  text-align: right;
  grid: none;
}
.mobile-text a {
  font-size: 14px;
  color: #008102;
  text-decoration: underline;
  line-height: 50px;
  font-family: "Avenir-Heavy";
  font-weight: 900;
  /*   display: none; */
}

.mobile-text p a{
  line-height: 1;
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}

.mobile-num p a{
  font-size: 18px;
  line-height: 3;
  color: #ffffff;
  font-family: "Avenir-Heavy";
}
.header-sticky.sticky-head {
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}

@media(min-width:1200px) {
  .header-num.mobile-header-num {
    display: none;
  }
  .header-sticky.sticky-head .header-mob-num {
    /*     display: none; */
  }
  .header__logo img {
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
  }
  .header-sticky.sticky-head .header__logo img {
    max-width: 82%;
  }
  .header-sticky.sticky-head header.header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cta-one a, .cta-two a{
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
  }
  .header-sticky.sticky-head .cta-one a, .header-sticky.sticky-head .cta-two a {
    font-size: 16px;
    line-height: 3.833;
    padding: 14px 19px;
  }
}
.menu-button-sec .desktop-view{
  /*   display:block; */
}
.menu-button-sec .mobile-view{
  display:none;
}
@media(min-width:1199px) {
  .mobile-num{
    /*   background: #008102 0% 0% no-repeat padding-box;
    border-radius: 100px;
    padding-left:6px; */
  }
}
/* Tablet Styles */

@media(max-width:1199px) {
  .menu-button-sec .cta-one,.menu-button-sec .mobile-num p,.menu-button-sec .desktop-view {
    display: none; 
  }
  .menu-button-sec{
    margin:0px!important;
  }
  .menu-button-sec .mobile-view{
    display:block;
  }
  .menu-button-sec .mobile-num a img{
    width:50px;
  }
  .header__column {
    display: flex;
    align-items: center;
  }

  a.menu-mobile {
    line-height: 1;
    display: block;
    float: none;
    font-size: 26px;
    text-decoration: none;
  }

  .menu-mobile:after {
    font-size: 36px !important;
    line-height: 1;
    float: none !important;
  }
  .menu > ul {
    position: absolute !important;
    left: 0;
    width: 100% !important;
    z-index: 100;
    background: #fff;
    top: 100%;
  }

  header.header {
    position: relative;
  }

  .left-right>div>.submenu-title {
    width: 100% !important;
  }

  .left-right>div>li {
    width: 100% !important;
  }

  .left-rep {
    width: 100% !important;
  }

  .right-sec-inner {
    background-repeat: no-repeat;
    max-width: 356px;
  }

  .left-right>div>li:last-child>ul {
    padding: 0 !important;
  }

  .left-right>div>li:last-child {
    margin: 0 !important;
  }

  ul.left-right {
    padding: 40px !important;
  }

  .header__container {
    justify-content: unset !important;
  }

  .header-num {
    display: none;
  }

  .header__column {
    flex: 1;
    justify-content: flex-end;
  }

  .header-num.mobile-header-num {
    display: none;
  }

  .header__row-2 {
    display: block;
    width: auto;
  }

  a.menu-mobile {
    padding-top: 0 !important;
  }

  .header-num.mobile-header-num {
    max-width: 220px;
  }

  .header-mob-btn {
    display: block;
  }

  .header-mob-btn a {
    display: block;
    padding: 11.5px 20px;
    min-width: 159px;
    border-radius: 100px;
    background-color: #FF8401;
    color: #ffffff;
    text-align: center;
    text-decoration align-content: normal;
  }

  .header-mob-btn a:hover {
    text-decoration: none;
  }

  .header__row-1 {
    display: none;
  }

  a.menu-mobile.active-tabber:after {
    content: "\f00d" !important;
  }

  .header__container {
    padding: 0 30px;
  }


  .header-mob-btn {
    display: block;
  }
  .header__logo.header__logo--main {
    padding: 0;
  }

  header.header {
    padding: 0px 0px 5px;
  }

  .header-mob-num {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom:10px;
  }

  .header-num-inner {
    /*     display: flex; */
    /*     justify-content: space-between; */
  }

  .mobile-text p {
    margin: 0 20px 0;
  }

  .mobile-text p a {
    color: #008102;
    text-decoration: underline;
    font-family: "Avenir-Heavy";
  }

  .header__logo.header__logo--main {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
  }
  .header-sticky.sticky-head .header-mob-num {
    /*     display: none; */
  }
  .header-sticky.sticky-head header.header {
    padding: 10px 0;
  }

  /* latest design 09-12 */ 
  /*   .header__container {
  display: inline !important;
}

  .header__logo.header__logo--main {
  margin: 0 auto !important;
}  
  .header__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
  .header-num-inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  text-align: right;
}
  .menu-button-sec {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
  .menu-button-sec .cta-one {
  display: block !important;
  position: absolute;
  left: 10%;
  right: -11px;
  top: 90px;
}
  .menu-button-sec .mobile-view {
  display: block !important;
  background: none !important;
  position: absolute;
  right: 0 !important;
  top: -25px!important;
}
  .mobile-num.cta-one {
  display: block !important;
}
  .menu-button-sec .cta-one{
  display: block !important;
}
  .cta-one a{
  background:#ff8401 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  opacity: 1;

  text-decoration: none; 
  line-height: 0 !important;
}
  a.desktop-view {
  display: none !important;
}
  .menu-button-sec .desktop-view {
  display: block; 
}
  div#hs_cos_wrapper_navigation-primary {
  display: flex;
  align-items: center;
} */

}


/* Mobile Styles */

@media(max-width:767px) {
  .header-num-inner{
    display:block!important;
    text-align:center;
    margin:0 auto;
  }
  .mobile-num a{
    margin:-18px 0px!important;
  }
  .menu-dropdown-icon.arrow_switch:before {
    /*     float: left;
    transform: rotate(180deg); */
    padding-left: 10px;
  }
  .header-mob-num.show_hide {
    /*     display: none; */
  }
  .header.change_color .header__logo.header__logo--main {
    padding-top: 0 !important;
  }
  .header.change_color .header__column {
    margin-top: 0px !important;
  }
  .menu>ul>li a,
  .menu-dropdown-icon:before
  /*   .header.change_color .menu-mobile:after{ */{
    color: #fff !important;
  }

  .header.change_color #hs_cos_wrapper_navigation-primary {
    /*     background-color: #253342 !important; */
    background-color: transparent !important;
  }
  .menu .show-on-mobile {
    background-color: #253342;
  }
  /*   .header.change_color, */
  .menu-dropdown-icon:before {
    background-color: #253342 !important;
    /*     background-color: #ffffff !important; */
  }

  ul.left-right {
    padding: 30px 20px !important;
  }

  .header-num.mobile-header-num {
    display: none;
  }

  .header__logo.header__logo--main {
    margin-left: 0;
  }
  .global-dropdown a,.global-dropdown ul li a,.mobile-text a{
    line-height:20px!important;
    margin:0px!important;
  }
  .mobile-text p{
    margin:0 10px 0!important;
  }
  .mobile-num span{
    display:flex;
    justify-content:center;
  }
  /*   Css 10-12-21 */
  .header__container {
    display: unset;
  }
  .header__logo.header__logo--main {
    margin: 0 auto !important;
  }
  .cta-one {
    display: block !important;
  }
  .menu-button-sec {
    display: flex;
    justify-content: center;
    flex-flow: row-reverse;
    align-items: center !important;
    display: grid !important;
    grid-auto-columns: max-content !important;
    grid-auto-flow: column !important;
  }
  .header__column {
    flex: 1;
    justify-content: flex-end;
  }

  /*
  .mobile-num {
  position: absolute;
  right: 15px;
}*/
  .menu-container {
    display: flex;
    align-items: center !important;
  } 
  div#hs_cos_wrapper_navigation-primary {
    display: flex;
    flex-direction: row-reverse;
  }
  .cta-one {
    display: block !important;
    position: absolute;
    left: 25px;
  }
}

@media(max-width:500px) {
  .header__logo.header__logo--main {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
  }

  .mobile-text p a {
    font-size: 14px;
  }

  .header-num-inner p {
    font-size: 12px;
  }

  .mobile-num img {
    max-width: 35px;
  }

  .header__logo.header__logo--main {
    padding-bottom: 0 !important;
  }

  .header__column {
    margin-top: 10px;
  }
  .header-mob-num {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .menu-container {
    display: flex;
  }
  .header-sticky.sticky-head .header__logo.header__logo--main {
    max-width: 200px;
  }
  .header-sticky.sticky-head header.header {
    padding: 10px 0;
  }
  .header-sticky.sticky-head .header__column {
    margin-top: 2px;
  }
  .header-sticky.sticky-head .header__logo img {
    max-width: 75%;
  }
  .cta-one a {
    font-size: 16px;
  }

}

@media(max-width:550px) {
  .header__container {
    padding: 0px 20px;
  }
  .header-num-inner{
    display:block!important;
    text-align:center;
    margin:0 auto;
  }
  .global-dropdown p span:after{
    position:relative!important;
    top:12px!important;
    right:0px!important;
  }
}


@media(max-width:400px) {
  .header__logo.header__logo--main {
    max-width: 150px;
  }

  .menu-mobile:after {
    font-size: 26px !important;
  }

  .mobile-text p a {
    font-size: 14px;
  }

  .header-num-inner p {
    font-size: 14px;
  }
}

@media screen and (min-width:0\0){
  .header__logo{
    max-width:350px!important;
  }
  .header-sticky.sticky-head .header__logo img,  .header__logo img{
    width:250px!important;
  }
}

.global-dropdown {
  position: relative;
  display: none; 
  padding-right:30px;
}
.global-dropdown a,.global-dropdown ul li a,.global-dropdown p{
  font-size: 14px;
  color: #008102;
  /*     text-decoration: underline; */
  line-height: 50px;
  font-family: "Avenir-Heavy";
  font-weight: 900;
  /*     display: block; */
}

.global-dropdown p span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #008102;
}

.global-dropdown a:hover,.global-dropdown a:focus,.global-dropdown a:active, 
.global-dropdown ul li a:hover{
  color: rgba(0,177,227,1.0);
  text-decoration:none!important;
}
.global-dropdown .widget-type-rich_text{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.global-dropdown .widget-type-rich_text ul{
  margin: 0 auto;
  list-style: none;
  padding: 0px;
}
.global-dropdown img{
  cursor:pointer;
}
.global-dropdown:hover .widget-type-rich_text{
  display:block;
}

.desktop-view img{
  width:20px!important;
  margin-right:5px;
}

.desktop-view{
  background:#008102 0% 0% no-repeat padding-box!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
  padding: 100px 0px 80px;
}
.landing-page-footer .footer__copyright {
    font-family: Lato,sans-serif;
    font-size: .7rem;
    /* margin: 0.5rem 0; */
    padding: 30px 0px 20px;
}
.footer_menu_wrapper .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  color: #253342;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0px;
  font-family: "AvenirLTStd-Black";
  margin-bottom:25px;
  cursor: text;
}
.footer_menu_wrapper .hs-menu-wrapper > ul > li > ul {
  display: block !important;
}
.footer_menu_wrapper .hs-menu-wrapper > ul{
  margin-top:0px;
}
.footer_menu_wrapper .hs-menu-wrapper > ul > li > ul > li > a{
  padding-top:0px;
  padding-bottom:0px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #253342;
  opacity: 1;
  font-family: "Avenir-Medium";
}
.footer_menu_wrapper .hs-menu-wrapper > ul > li > ul > li{
  margin-bottom:16px;
}
.footer_menu_wrapper .hs-menu-wrapper>ul a {
  padding: 0 12px;
}
.footer_menu_wrapper .hs-menu-wrapper>ul a {
  padding: 0;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li {
  width: 25%;
/*   padding: 0 12px; */
}
.footer__title h3 {
  letter-spacing: 0px;
  font-size: 26px;
  line-height: 1.3;
  font-family: "AvenirLTStd-Black";
  color: #008102;
}
.footer__title {
  padding-top: 50px;
  padding-bottom:30px;
}
.footer__left {
  padding-right: 30px;
}
.footer__copyright {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__copyright__link p {
  margin-bottom: 0pc;
}
.footer__copyright * {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0px;
  opacity: 1;
  font-family: "Avenir-Medium";
  color: #253342;
}
footer.footer {
  padding-top: 63px;
}
footer.landing-page-footer{
  padding-top:0px!important;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a {
  line-height: 3.14;
  margin-bottom: 0;
}

.footer__logo.footer__logo--main {
  font-size: 22px;
  line-height: 3.14;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 2.3125;
  margin-bottom: 0;
}

.footer__title h3 {
  line-height: 1.27;
}

.footer__social__phone a {
  line-height: 3;
}

.footer__title {
  padding-bottom: 0;
}

.footer__copyright * {
  line-height: 2.3125;
}
@media (min-width: 992px) and (max-width: 1199px) {


}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .footer__left {
    padding-right: 19px;
  }
 .footer_menu_wrapper .hs-menu-wrapper>ul>li>a{
    font-size: 18px;
  }
  .footer__title h3 {
    font-size: 22px;
  }
  .footer_menu_wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }

}
@media (min-width: 991px) and (max-width: 1024px) {
 .footer_menu_wrapper .hs-menu-wrapper>ul>li>a{
    font-size: 20px;
  }
}
/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  .footer_menu_wrapper .hs-menu-wrapper>ul>li {
    width: 50%;
  }

}
.footer_menu_wrapper ul.active-branch li.hs-menu-item:last-child{
  display:block!important;
}

/* Simar*/

@media (min-width: 1024px) {
  .vdoBanLayout .page-center{position: absolute!important;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .banner-with-cta .page-center{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  
}


.footer-form-right-sec .hs-main-font-element{display:block!important;}
@media (max-width: 767px) {
  .hs-content-id-61014995099 #hs_cos_wrapper_DND_banner-module-1{padding-bottom: 190px;}
  .banner-content.vdobanlayout a.call-cta{display:none;}
  .hs_cos_wrapper_DND_banner-module-1{padding-bottom: 100px;}
  .vdoBanLayout video{ z-index: 99;}
  .banner-content.vdobanlayout{ position: relative;top: 235px;}
  .vdoBanLayout .banner-content h1{ color: #253342;}

}
/* ******************************************************************************
*********************************************************************************
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: 100%;
/*   margin: 0 auto; */
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
/* 	margin-bottom: -110px; */
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
/* 	margin-top: 40px; */
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 100%;
/* 	margin: 0 auto; */
	padding: 84px 0px 80px 0px;
	background: #fff;
	border-radius: 5px;
  box-shadow: none!important;
}

.blog-post-sidebar{
  position: relative;
/* 	width: 30%; */
/* 	margin: 0 auto; */
  
	padding: 0px 0px 80px 0px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.blog-post .row-fluid [class*="span"]{
  margin:0px!important;
}

@media (max-width: 767px) {
	.blog-post {
		width: 100%;
		padding: 30px;
	}
}

.blog-post-container .hs-form .hs-button{
  background: #ff8401 0% 0% no-repeat padding-box;
  border-color: #ff8401;
  color:#ffffff;
}

/* Blog Comments */

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

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
.hs-blog-listing, .hs-blog-post{
  background-color:#ffffff!important;
}
.social-share-grid {
    text-align: left;
    padding: 20px 0px;
    display: flex;
}
a.share-btn__icon {
    width: 45px;
    height: 45px;
    background: #3b5997;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 18px;
}
.share-btn_twitter a.share-btn__icon {
    background: #22a0ec;
}
.share-btn_linkedin a.share-btn__icon {
    background: #bb0a14;
}

.blog-post-template .footer-form-module{
background-color: rgba(37, 51, 66, 1) !important;
}
.blog-post-template .footer-form-module-inner{
  width:100%;
}

.blog-post-template .footer-form-module-inner .hs-form .hs-form-field{
  width:100%;
}
.blog-post-template .footer-form-module-inner  .hs-form .field textarea.hs-input{
  min-height:92px;
}
.blog-post-template .global-dropdown{
  display:none;
}
.blog-post-template .header-num-inner {
    display: flex!important;
    justify-content: end;
}

.blog-post-template .popular-posts ul li{
  line-height:20px;
}
.blog-post-template .popular-posts ul li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.blog-post-template .popular-posts ul li .popular-posts-wrap .popular-post-content .post-title a{
  color: #1c9e18!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
  line-height:27px;
}
.blog-post-template .popular-posts ul li .popular-posts-wrap .popular-post-content .post-description{
  font-size: 18px;
    text-transform: lowercase;
    color: #454545;
    font-weight: 400;
    line-height: 27px;
}

/* Additional Styles */

h2 span{
  font-size: 48px !important;
  font-weight: 500;
  letter-spacing: -1.44px;
  line-height: 48px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  margin: 0;
}

span h2{
  font-size: 48px !important;
  font-weight: 500;
  letter-spacing: -1.44px;
  line-height: 48px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  margin: 0;
}

h3 span{
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: -.54px;
  line-height: 22px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  font-style: normal;
  margin: 0;
}

span h3{
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: -.54px;
  line-height: 22px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  font-style: normal;
  margin: 0;
}

h4 span{  
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -.78px;
  line-height: 26px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  font-style: normal;
  margin: 0;
}

h4 span span span a{  
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -.78px;
  line-height: 26px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  font-style: normal;
  margin: 0;
}

span h4{  
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -.78px;
  line-height: 26px;
  font-family: Hanken Sans ExtraBold !important;
  color: #2c313a !important;
  font-style: normal;
  margin: 0;
}

p span{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
}

p span strong{
  font-family: Hanken Sans ExtraBold !important;
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
}

p span span{
  font-family: Hanken Sans Medium !important;
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
}

p{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
}

ul li span{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ul li p{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}


ul li{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ul li h6{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

span ol li{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ol li{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ol li span{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ol li span strong{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ol li p{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.48px;
  font-family: Hanken Sans Medium !important;
  font-style: normal;
  margin: 0;
}

ul li strong {
    font-family: Hanken Sans Medium !important;
}

p span a{
  color: #ff8401 !important;
  font-family: Hanken Sans Medium !important;
}

p a span {
  color: #ff8401 !important;
}

p a{
  color: #ff8401 !important;
  font-family: Hanken Sans Medium !important;
}

ol li a{
  color: #ff8401 !important;
  font-family: Hanken Sans Medium !important;
}

ul li a{
  color: #ff8401 !important;
  font-family: Hanken Sans Medium !important;
}

blockquote p{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
  font-family: Hanken Sans Medium !important;
}

blockquote p span{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
  font-family: Hanken Sans Medium !important;
}

table{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
  font-family: Hanken Sans Medium !important;
}

table tbody tr td strong{
  color: rgba(44, 49, 58, .6) !important;
  line-height: 20px;
  font-size: 16.5px !important;
  letter-spacing: -.48px;
  margin: 0;
  font-family: Hanken Sans Medium !important;
}

@media only screen and (min-width: 2000px){
  .hf-blog-content-wrapper {
    max-width: 1100px !important;
}
}

@media only screen and (max-width: 768px){
  h2 span{
  font-size: 40px;
  line-height: 40px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #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;
}
/* @import url('http://example.com/example_style.css'); */

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

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

/*!
* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (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:a 2s infinite linear
}
.fa-pulse {
  animation:a 1s infinite steps(8)
}
@keyframes a {
  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-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
  transform:scale(-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter:none;
  filter:none
}
.fa-stack {
  display:inline-block;
  height:2em;
  line-height:2em;
  position:relative;
  vertical-align:middle;
  width:2em
}
.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-address-book:before {
  content:"\f2b9"
}
.fa-address-card:before {
  content:"\f2bb"
}
.fa-adjust:before {
  content:"\f042"
}
.fa-adn:before {
  content:"\f170"
}
.fa-adversal:before {
  content:"\f36a"
}
.fa-affiliatetheme:before {
  content:"\f36b"
}
.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-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-app-store:before {
  content:"\f36f"
}
.fa-app-store-ios:before {
  content:"\f370"
}
.fa-apper:before {
  content:"\f371"
}
.fa-apple:before {
  content:"\f179"
}
.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-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-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-backspace:before {
  content:"\f55a"
}
.fa-backward:before {
  content:"\f04a"
}
.fa-balance-scale:before {
  content:"\f24e"
}
.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-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-bicycle:before {
  content:"\f206"
}
.fa-bimobject:before {
  content:"\f378"
}
.fa-binoculars:before {
  content:"\f1e5"
}
.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-blind:before {
  content:"\f29d"
}
.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-bong:before {
  content:"\f55c"
}
.fa-book:before {
  content:"\f02d"
}
.fa-book-open:before {
  content:"\f518"
}
.fa-bookmark:before {
  content:"\f02e"
}
.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-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-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-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-minus:before {
  content:"\f272"
}
.fa-calendar-plus:before {
  content:"\f271"
}
.fa-calendar-times:before {
  content:"\f273"
}
.fa-camera:before {
  content:"\f030"
}
.fa-camera-retro:before {
  content:"\f083"
}
.fa-cannabis:before {
  content:"\f55f"
}
.fa-capsules:before {
  content:"\f46b"
}
.fa-car:before {
  content:"\f1b9"
}
.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-cart-arrow-down:before {
  content:"\f218"
}
.fa-cart-plus:before {
  content:"\f217"
}
.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-certificate:before {
  content:"\f0a3"
}
.fa-chalkboard:before {
  content:"\f51b"
}
.fa-chalkboard-teacher:before {
  content:"\f51c"
}
.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-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-church:before {
  content:"\f51d"
}
.fa-circle:before {
  content:"\f111"
}
.fa-circle-notch:before {
  content:"\f1ce"
}
.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-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-dots:before {
  content:"\f4ad"
}
.fa-comment-slash:before {
  content:"\f4b3"
}
.fa-comments:before {
  content:"\f086"
}
.fa-compact-disc:before {
  content:"\f51f"
}
.fa-compass:before {
  content:"\f14e"
}
.fa-compress:before {
  content:"\f066"
}
.fa-concierge-bell:before {
  content:"\f562"
}
.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-credit-card:before {
  content:"\f09d"
}
.fa-crop:before {
  content:"\f125"
}
.fa-crop-alt:before {
  content:"\f565"
}
.fa-crosshairs:before {
  content:"\f05b"
}
.fa-crow:before {
  content:"\f520"
}
.fa-crown:before {
  content:"\f521"
}
.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-dashcube:before {
  content:"\f210"
}
.fa-database:before {
  content:"\f1c0"
}
.fa-deaf:before {
  content:"\f2a4"
}
.fa-delicious:before {
  content:"\f1a5"
}
.fa-deploydog:before {
  content:"\f38e"
}
.fa-deskpro:before {
  content:"\f38f"
}
.fa-desktop:before {
  content:"\f108"
}
.fa-deviantart:before {
  content:"\f1bd"
}
.fa-diagnoses:before {
  content:"\f470"
}
.fa-dice:before {
  content:"\f522"
}
.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-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-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-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-drupal:before {
  content:"\f1a9"
}
.fa-dumbbell:before {
  content:"\f44b"
}
.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-eject:before {
  content:"\f052"
}
.fa-elementor:before {
  content:"\f430"
}
.fa-ellipsis-h:before {
  content:"\f141"
}
.fa-ellipsis-v:before {
  content:"\f142"
}
.fa-ember:before {
  content:"\f423"
}
.fa-empire:before {
  content:"\f1d1"
}
.fa-envelope:before {
  content:"\f0e0"
}
.fa-envelope-open:before {
  content:"\f2b6"
}
.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-etsy:before {
  content:"\f2d7"
}
.fa-euro-sign:before {
  content:"\f153"
}
.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-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-female:before {
  content:"\f182"
}
.fa-fighter-jet:before {
  content:"\f0fb"
}
.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-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-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-flag:before {
  content:"\f024"
}
.fa-flag-checkered:before {
  content:"\f11e"
}
.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-open:before {
  content:"\f07c"
}
.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-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-gift:before {
  content:"\f06b"
}
.fa-git:before {
  content:"\f1d3"
}
.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-martini:before {
  content:"\f000"
}
.fa-glass-martini-alt:before {
  content:"\f57b"
}
.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-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-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-vertical:before {
  content:"\f58e"
}
.fa-gripfire:before {
  content:"\f3ac"
}
.fa-grunt:before {
  content:"\f3ad"
}
.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-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-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-hashtag:before {
  content:"\f292"
}
.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-heartbeat:before {
  content:"\f21e"
}
.fa-helicopter:before {
  content:"\f533"
}
.fa-highlighter:before {
  content:"\f591"
}
.fa-hips:before {
  content:"\f452"
}
.fa-hire-a-helper:before {
  content:"\f3b0"
}
.fa-history:before {
  content:"\f1da"
}
.fa-hockey-puck:before {
  content:"\f453"
}
.fa-home:before {
  content:"\f015"
}
.fa-hooli:before {
  content:"\f427"
}
.fa-hornbill:before {
  content:"\f592"
}
.fa-hospital:before {
  content:"\f0f8"
}
.fa-hospital-alt:before {
  content:"\f47d"
}
.fa-hospital-symbol:before {
  content:"\f47e"
}
.fa-hot-tub:before {
  content:"\f593"
}
.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-houzz:before {
  content:"\f27c"
}
.fa-html5:before {
  content:"\f13b"
}
.fa-hubspot:before {
  content:"\f3b2"
}
.fa-i-cursor:before {
  content:"\f246"
}
.fa-id-badge:before {
  content:"\f2c1"
}
.fa-id-card:before {
  content:"\f2c2"
}
.fa-id-card-alt:before {
  content:"\f47f"
}
.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-internet-explorer:before {
  content:"\f26b"
}
.fa-ioxhost:before {
  content:"\f208"
}
.fa-italic:before {
  content:"\f033"
}
.fa-itunes:before {
  content:"\f3b4"
}
.fa-itunes-note:before {
  content:"\f3b5"
}
.fa-java:before {
  content:"\f4e4"
}
.fa-jedi-order:before {
  content:"\f50e"
}
.fa-jenkins:before {
  content:"\f3b6"
}
.fa-joget:before {
  content:"\f3b7"
}
.fa-joint:before {
  content:"\f595"
}
.fa-joomla:before {
  content:"\f1aa"
}
.fa-js:before {
  content:"\f3b8"
}
.fa-js-square:before {
  content:"\f3b9"
}
.fa-jsfiddle:before {
  content:"\f1cc"
}
.fa-key:before {
  content:"\f084"
}
.fa-keybase:before {
  content:"\f4f5"
}
.fa-keyboard:before {
  content:"\f11c"
}
.fa-keycdn:before {
  content:"\f3ba"
}
.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-language:before {
  content:"\f1ab"
}
.fa-laptop:before {
  content:"\f109"
}
.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-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-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-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-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-mercury:before {
  content:"\f223"
}
.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-microsoft:before {
  content:"\f3ca"
}
.fa-minus:before {
  content:"\f068"
}
.fa-minus-circle:before {
  content:"\f056"
}
.fa-minus-square:before {
  content:"\f146"
}
.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-motorcycle:before {
  content:"\f21c"
}
.fa-mouse-pointer:before {
  content:"\f245"
}
.fa-music:before {
  content:"\f001"
}
.fa-napster:before {
  content:"\f3d2"
}
.fa-neuter:before {
  content:"\f22c"
}
.fa-newspaper:before {
  content:"\f1ea"
}
.fa-nimblr:before {
  content:"\f5a8"
}
.fa-nintendo-switch:before {
  content:"\f418"
}
.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-old-republic:before {
  content:"\f510"
}
.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-outdent:before {
  content:"\f03b"
}
.fa-page4:before {
  content:"\f3d7"
}
.fa-pagelines:before {
  content:"\f18c"
}
.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-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-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-people-carry:before {
  content:"\f4ce"
}
.fa-percent:before {
  content:"\f295"
}
.fa-percentage:before {
  content:"\f541"
}
.fa-periscope:before {
  content:"\f3da"
}
.fa-phabricator:before {
  content:"\f3db"
}
.fa-phoenix-framework:before {
  content:"\f3dc"
}
.fa-phoenix-squadron:before {
  content:"\f511"
}
.fa-phone:before {
  content:"\f095"
}
.fa-phone-slash:before {
  content:"\f3dd"
}
.fa-phone-square:before {
  content:"\f098"
}
.fa-phone-volume:before {
  content:"\f2a0"
}
.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-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-poo:before {
  content:"\f2fe"
}
.fa-portrait:before {
  content:"\f3e0"
}
.fa-pound-sign:before {
  content:"\f154"
}
.fa-power-off:before {
  content:"\f011"
}
.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-r-project:before {
  content:"\f4f7"
}
.fa-random:before {
  content:"\f074"
}
.fa-ravelry:before {
  content:"\f2d9"
}
.fa-react:before {
  content:"\f41b"
}
.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-redo:before {
  content:"\f01e"
}
.fa-redo-alt:before {
  content:"\f2f9"
}
.fa-registered:before {
  content:"\f25d"
}
.fa-rendact:before {
  content:"\f3e4"
}
.fa-renren:before {
  content:"\f18b"
}
.fa-reply:before {
  content:"\f3e5"
}
.fa-reply-all:before {
  content:"\f122"
}
.fa-replyd:before {
  content:"\f3e6"
}
.fa-researchgate:before {
  content:"\f4f8"
}
.fa-resolving:before {
  content:"\f3e7"
}
.fa-retweet:before {
  content:"\f079"
}
.fa-ribbon:before {
  content:"\f4d6"
}
.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-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-rupee-sign:before {
  content:"\f156"
}
.fa-sad-cry:before {
  content:"\f5b3"
}
.fa-sad-tear:before {
  content:"\f5b4"
}
.fa-safari:before {
  content:"\f267"
}
.fa-sass:before {
  content:"\f41e"
}
.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-search:before {
  content:"\f002"
}
.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-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-simplybuilt:before {
  content:"\f215"
}
.fa-sistrix:before {
  content:"\f3ee"
}
.fa-sitemap:before {
  content:"\f0e8"
}
.fa-sith:before {
  content:"\f512"
}
.fa-skull:before {
  content:"\f54c"
}
.fa-skyatlas:before {
  content:"\f216"
}
.fa-skype:before {
  content:"\f17e"
}
.fa-slack:before {
  content:"\f198"
}
.fa-slack-hash:before {
  content:"\f3ef"
}
.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-smoking:before {
  content:"\f48d"
}
.fa-smoking-ban:before {
  content:"\f54d"
}
.fa-snapchat:before {
  content:"\f2ab"
}
.fa-snapchat-ghost:before {
  content:"\f2ac"
}
.fa-snapchat-square:before {
  content:"\f2ad"
}
.fa-snowflake:before {
  content:"\f2dc"
}
.fa-solar-panel:before {
  content:"\f5ba"
}
.fa-sort:before {
  content:"\f0dc"
}
.fa-sort-alpha-down:before {
  content:"\f15d"
}
.fa-sort-alpha-up:before {
  content:"\f15e"
}
.fa-sort-amount-down:before {
  content:"\f160"
}
.fa-sort-amount-up:before {
  content:"\f161"
}
.fa-sort-down:before {
  content:"\f0dd"
}
.fa-sort-numeric-down:before {
  content:"\f162"
}
.fa-sort-numeric-up:before {
  content:"\f163"
}
.fa-sort-up:before {
  content:"\f0de"
}
.fa-soundcloud:before {
  content:"\f1be"
}
.fa-spa:before {
  content:"\f5bb"
}
.fa-space-shuttle:before {
  content:"\f197"
}
.fa-speakap:before {
  content:"\f3f3"
}
.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-squarespace:before {
  content:"\f5be"
}
.fa-stack-exchange:before {
  content:"\f18d"
}
.fa-stack-overflow:before {
  content:"\f16c"
}
.fa-stamp:before {
  content:"\f5bf"
}
.fa-star:before {
  content:"\f005"
}
.fa-star-half:before {
  content:"\f089"
}
.fa-star-half-alt:before {
  content:"\f5c0"
}
.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-swatchbook:before {
  content:"\f5c3"
}
.fa-swimmer:before {
  content:"\f5c4"
}
.fa-swimming-pool:before {
  content:"\f5c5"
}
.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-telegram:before {
  content:"\f2c6"
}
.fa-telegram-plane:before {
  content:"\f3fe"
}
.fa-tencent-weibo:before {
  content:"\f1d5"
}
.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-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-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-toolbox:before {
  content:"\f552"
}
.fa-tooth:before {
  content:"\f5c9"
}
.fa-trade-federation:before {
  content:"\f513"
}
.fa-trademark:before {
  content:"\f25c"
}
.fa-train:before {
  content:"\f238"
}
.fa-transgender:before {
  content:"\f224"
}
.fa-transgender-alt:before {
  content:"\f225"
}
.fa-trash:before {
  content:"\f1f8"
}
.fa-trash-alt:before {
  content:"\f2ed"
}
.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-moving:before {
  content:"\f4df"
}
.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-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-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-lock:before {
  content:"\f502"
}
.fa-user-md:before {
  content:"\f0f0"
}
.fa-user-minus:before {
  content:"\f503"
}
.fa-user-ninja:before {
  content:"\f504"
}
.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-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-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-volleyball-ball:before {
  content:"\f45f"
}
.fa-volume-down:before {
  content:"\f027"
}
.fa-volume-off:before {
  content:"\f026"
}
.fa-volume-up:before {
  content:"\f028"
}
.fa-vuejs:before {
  content:"\f41f"
}
.fa-walking:before {
  content:"\f554"
}
.fa-wallet:before {
  content:"\f555"
}
.fa-warehouse:before {
  content:"\f494"
}
.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-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-glass:before {
  content:"\f4e3"
}
.fa-wine-glass-alt:before {
  content:"\f5ce"
}
.fa-wix:before {
  content:"\f5cf"
}
.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-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-yandex:before {
  content:"\f413"
}
.fa-yandex-international:before {
  content:"\f414"
}
.fa-yelp:before {
  content:"\f1e9"
}
.fa-yen-sign:before {
  content:"\f157"
}
.fa-yoast:before {
  content:"\f2b1"
}
.fa-youtube:before {
  content:"\f167"
}
.fa-youtube-square:before {
  content:"\f431"
}
.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
}

.fab {
  font-family:"Font Awesome 5 Brands"
}

.far {
  font-weight:400
}

.fa,
.far,
.fas {
  font-family:"Font Awesome 5 Free"
}
.fa,
.fas {
  font-weight:900
} 

   
/* Simar*/
body .menu-container{margin: 0 11px 0 auto;}
body .menu>ul>li>a{padding: 0 7px;}
.two-col-text-image-with-bottom-text{background-image:none!important;} 

.hs-content-id-65273291550 .banner-section .span12.widget-span.widget-type-cell, .hs-content-id-65271194978 .banner-section .span12.widget-span.widget-type-cell {display:block;}
.hs-content-id-61014995099 .banner-section .span12.widget-span.widget-type-cell, .hs-content-id-61629130670 .span12.widget-span.widget-type-cell{display:block;}
 .website-row1
.hs-content-id-61014995099 .banner-section .span12.widget-span.widget-type-cell {display:block;} 
#hs_cos_wrapper_widget_1678152186881 .two-col-text-image-with-bottom-text{padding:0px;}
.sec-text a{color:#fff;text-decoration:underline;}
#hs_cos_wrapper_widget_1640094428432 .sec-text a{color: rgba(2,112,224,1.0);}
.hs-content-id-62034951581 #hs_cos_wrapper_widget_1678225584340 .two-col-text-image-with-bottom-text, #hs_cos_wrapper_widget_1678226482438 .two-col-text-image-with-bottom-text{padding:0;}
.hs-content-id-62034951581 .package-what-sec{margin: 70px 0px 50px;}
.dawgs-cta .dawgs-cta-outlined {margin-left: 20px;}
.dawgs-cta .dawgs-cta-outlined a{border:1px solid #ff8401;background-color:transparent;padding: 16px 55px;color:#ff8401;}
#flip-back-cta .get-a-quote-flipped{ margin-left: 20px;border:1px solid #ff8401;background-color:transparent; color:#ff8401;}

.right-sec .right-sec-inner{min-height:220px;padding: 25px 30px;}
.right-sec .package-what-sec{border-radius: 20px;margin-top:20px;padding: 57px 25px;
   display: block;background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 9px 3px 15px #0000000B;
    border: 1px solid #00a4bd; 
    opacity: 1;
    margin: 19px 0px 0px; 
    align-items: center;
    justify-content: space-between;
}
.right-sec .package-what-sec h4{font-size: 26px;line-height: 50px;text-align: center;}
.right-sec .package-what-sec a.take-quiz-cta{ display: block;    text-align: center;background: #ff8401 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    font-size: 20px;
    font-family: "Avenir-Heavy";
    padding: 0px 30px;
    line-height: 56px;margin-top: 13px;} 
 
.menu-dropdown-icon .page-center .right-sec{padding-top: 20px;}
.right-sec .package-what-sec h4 span{line-height: 50px;    font-size: 33px;font-family: "AvenirLTStd-Black";}
.cta-one a, .cta-one button, .cta-two a{padding: 16px 22px;font-size: 20px;font-family: Avenir-Heavy!important;}
body .dawgs-cta a{line-height: 2.8;}
body .package-what-sec a.take-quiz-cta, .two-col-text-image-right-cta .call-cta{line-height: 56px;}
body .two-column-with-logo .cta-get-started a, body .cta-get-started a{line-height: 56px;}
body .text-tab .cta-get-started a, body .banner-cta-button a{line-height: 56px;}
body a.three-col-bottom-cta{line-height: 56px;}
body .two-col-text-image-right-cta a, .two-col-text-image-right-cta .call-cta{line-height: 56px;}
body .footer-form-module input.hs-button.primary.large{line-height: 2.8;}
body .right-sec-inner-holder a{padding: 13px 32.2px!important; line-height: 32px!important;}
body .banner-cta-button a {padding: 16px 34px;}


 
/* E-Book Landing Page*/
.ebook-cont-main{background-color:red;}  
.hs-content-id-109379415905 .span12.widget-span.widget-type-cell{ padding-left: 0px; padding-right: 0px}
.landing-page-banner.ebook-landing-sec-main .two-col .image-sec{padding:20px 0 0 0;width:25%;float: right;}
.landing-page-banner.ebook-landing-sec-main .page-center{    padding: 100px 0 50px 0;}
.landing-page-banner.ebook-landing-sec-main .two-col .image-sec img{float:right;transform: rotate(15deg);}
.landing-page-banner.ebook-landing-sec-main .text-sec .sec-title, .landing-page-banner.ebook-landing-sec-main .text-sec .sec-text, .landing-page-banner.ebook-landing-sec-main .text-sec .sec-text p, .landing-page-banner.ebook-landing-sec-main .text-sec .sec-title a{color:#37475b;}
.landing-page-banner.ebook-landing-sec-main .text-sec .sec-title{font-size: 40px;line-height: 40px;}
.hs-content-id-109379415905 .row-fluid-wrapper.row-depth-1.row-number-1{background-color: #f5f8fa;}
.landing-page-banner.ebook-landing-sec-main .text-sec  .sec-sub-title{font-size: 20px;padding-bottom:20px;}
.page-center .sec-without-background{background-color:transparent; border:0;} 
.sec-without-background .ebook-right-sec img{transform: rotate(15deg);}
.sec-without-background .field{margin-right: 20px;}
.sec-without-background .ebook-form input.hs-button.primary.large{line-height: 56px;margin-left:0px;}
.sec-without-background .ebook-form input.hs-button.primary.large::focus{border:0px;}
.sec-without-background .ebook-form .hs-error-msgs li::before{display:none;}
.sec-without-background .ebook-form .hs-form-field, .sec-without-background .ebook-form form{position: relative;}
.sec-without-background .ebook-form .hs-error-msgs {position: absolute;bottom: -32px;}
.sec-without-background .ebook-form .hs_error_rollup{    position: absolute;bottom: 78px;width: 100%;}


/* Modal container */
      


@media (min-width: 767px) {
  .vdoBanLayout .page-center{position: absolute!important;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .banner-with-cta .page-center{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

}


.footer-form-right-sec .hs-main-font-element{display:block!important;}
@media (max-width: 767px) {
  .hs-content-id-61014995099 #hs_cos_wrapper_DND_banner-module-1{padding-bottom: 110px;}
  .banner-content.vdobanlayout a.call-cta{display:none;}
  .hs_cos_wrapper_DND_banner-module-1{padding-bottom: 100px;}
  .vdoBanLayout video{z-index: 0!important;}
  .vdoBanLayout .banner-content h1{color:#fff;}
  .banner-content.vdobanlayout{ position: relative;top: 120px;}
  .banner-content.vdobanlayout a{position: relative;top: 70px;}
  .hs-content-id-61014995099 #hs_cos_wrapper_DND_banner-module-1{background-color: rgba(245, 248, 250, 1) !important;}
  #mob-car-cta.dawgs-cta a, #mob-car-cta .dawgs-cta-outlined a{line-height:normal;line-height: normal; padding: 19px 55px;}
  .dawgs-cta .dawgs-cta-outlined{margin:20px auto;}
     .hs-content-id-109379415905 .main-section-row-0-background-image{background-image:none!important;} 
  .landing-page-banner.ebook-landing-sec-main .two-col .image-sec{float:left;    padding: 0 48px;width: 100%;}
  .landing-page-banner.ebook-landing-sec-main .two-col .image-sec img{float: none;    transform: rotate(0deg);}
  .landing-page-banner.ebook-landing-sec-main .page-center{    padding: 50px 20px 50px 20px;}
  .banner-section .span12.widget-span.widget-type-cell {
    display:none;
  }
}