/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/wp-content/themes/surepress/dist/vendor/bx_loader_931bdb6b.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/wp-content/themes/surepress/dist/vendor/controls_d9d25372.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/wp-content/themes/surepress/dist/vendor/controls_d9d25372.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/wp-content/themes/surepress/dist/vendor/controls_d9d25372.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/wp-content/themes/surepress/dist/vendor/controls_d9d25372.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #00703c;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #002413;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

.img-fluid,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img,
.wp-caption {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.content-area,
header#masthead.navbar-mobile #MainNavBar ul li .content,
header#masthead .top-header .top-header-wrap,
header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
header#masthead .bottom-header .bottom-header-wrap,
.navbar.navbar-mobile .main-navigation .menu > .menu-item a,
.featured_blog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .content,
  header#masthead .top-header .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header #primary-menu,
  header#masthead .bottom-header .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item a,
  .featured_blog {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row,
.home-page #main_quote_buttons,
#info2 .inner-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row,
  .home-page #main_quote_buttons,
  #info2 .inner-area ul {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row,
  .home-page #main_quote_buttons,
  #info2 .inner-area ul {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row,
  .home-page #main_quote_buttons,
  #info2 .inner-area ul {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row,
  .home-page #main_quote_buttons,
  #info2 .inner-area ul {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.home .navbar .dealer-search,
.home .navbar .contact-number,
.home-page #main_quote_buttons .btn.btn-default,
.home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
.comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
.home-page #main_quote_buttons .search-form .btn-default.search-submit,
.search-form .home-page #main_quote_buttons .btn-default.search-submit,
.home-page #main_quote_buttons .btn.btn-warning,
.home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
.comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
.home-page #main_quote_buttons .search-form .btn-warning.search-submit,
.search-form .home-page #main_quote_buttons .btn-warning.search-submit,
.featured_blog figure,
.featured_blog .caption,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .home .navbar .dealer-search,
  .home .navbar .contact-number,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .featured_blog figure,
  .featured_blog .caption,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .home .navbar .dealer-search,
  .home .navbar .contact-number,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .featured_blog figure,
  .featured_blog .caption,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .home .navbar .dealer-search,
  .home .navbar .contact-number,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .featured_blog figure,
  .featured_blog .caption,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .home .navbar .dealer-search,
  .home .navbar .contact-number,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .featured_blog figure,
  .featured_blog .caption,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6,
  .home .navbar .dealer-search,
  .home .navbar .contact-number,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .featured_blog figure,
  .featured_blog .caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3,
  .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .btn-warning.search-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5,
  .home .navbar .contact-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7,
  .home .navbar .dealer-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9,
  .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .btn-default.search-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
  .footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
  .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
  .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
  #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #00f080;
  outline: none;
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static,
.search-form .input-group-sm > .form-control-static.search-field,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.comment-form .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.search-form .input-group-sm > .input-group-btn > .form-control-static.search-submit,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static,
.search-form .input-group-lg > .form-control-static.search-field,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.comment-form .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.search-form .input-group-lg > .input-group-btn > .form-control-static.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.comment-form .input-group-sm > .input-group-btn > input[type="submit"],
.search-form .input-group-sm > .input-group-btn > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.comment-form .input-group-lg > .input-group-btn > input[type="submit"],
.search-form .input-group-lg > .input-group-btn > .search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control,
.has-success .comment-form input[type="text"],
.comment-form .has-success input[type="text"],
.has-success .comment-form input[type="email"],
.comment-form .has-success input[type="email"],
.has-success .comment-form input[type="url"],
.comment-form .has-success input[type="url"],
.has-success .comment-form textarea,
.comment-form .has-success textarea,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.comment-form .has-warning input[type="text"],
.has-warning .comment-form input[type="email"],
.comment-form .has-warning input[type="email"],
.has-warning .comment-form input[type="url"],
.comment-form .has-warning input[type="url"],
.has-warning .comment-form textarea,
.comment-form .has-warning textarea,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control,
.has-danger .comment-form input[type="text"],
.comment-form .has-danger input[type="text"],
.has-danger .comment-form input[type="email"],
.comment-form .has-danger input[type="email"],
.has-danger .comment-form input[type="url"],
.comment-form .has-danger input[type="url"],
.has-danger .comment-form textarea,
.comment-form .has-danger textarea,
.has-danger .search-form .search-field,
.search-form .has-danger .search-field {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static,
  .search-form .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group {
    width: auto;
  }

  .form-inline .form-control-label,
  .search-form .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label,
  .search-form .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator,
  .search-form .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback,
  .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  text-decoration: none;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,
.comment-form input:active[type="submit"],
.search-form .search-submit:active,
.btn.active,
.comment-form input.active[type="submit"],
.search-form .active.search-submit {
  background-image: none;
}

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit,
.search-form fieldset[disabled] a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00703c;
  border-color: #00703c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #003d21;
  border-color: #00331b;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.5);
          box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #00703c;
  border-color: #00703c;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003d21;
  background-image: none;
  border-color: #00331b;
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.comment-form input:active[type="submit"],
.search-form .search-submit:active,
.btn-secondary.active,
.comment-form input.active[type="submit"],
.search-form .active.search-submit,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #00703c;
  background-image: none;
  background-color: transparent;
  border-color: #00703c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00703c;
  border-color: #00703c;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.5);
          box-shadow: 0 0 0 2px rgba(0, 112, 60, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #00703c;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00703c;
  border-color: #00703c;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #00703c;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #002413;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00703c;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 2;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .search-form .search-submit + .btn,
.search-form .btn-group .search-submit + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group .search-form .search-submit + input[type="submit"],
.search-form .btn-group .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group .search-submit + input[type="submit"],
.btn-group .search-form .btn + .search-submit,
.search-form .btn-group .btn + .search-submit,
.btn-group .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group input[type="submit"] + .search-submit,
.btn-group .search-form .search-submit + .search-submit,
.search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group-vertical .search-form .search-submit + input[type="submit"],
.search-form .btn-group-vertical .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical .search-submit + input[type="submit"],
.btn-group-vertical .search-form .btn + .search-submit,
.search-form .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group-vertical .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical input[type="submit"] + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input:first-child[type="submit"],
.search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.comment-form .btn-group > input:last-child:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.comment-form .btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type="submit"],
.search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.comment-form .btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type="submit"],
.search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split,
.comment-form input[type="submit"] + .dropdown-toggle-split,
.search-form .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after,
.comment-form input[type="submit"] + .dropdown-toggle-split::after,
.search-form .search-submit + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.search-form .btn-group-vertical > .search-submit + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"],
.search-form .btn-group-vertical > .btn + .search-submit,
.comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
.search-form .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.comment-form .btn-group-vertical > input:not(:first-child):not(:last-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.comment-form .btn-group-vertical > input:first-child:not(:last-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.comment-form .btn-group-vertical > input:last-child:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type="submit"],
.search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type="submit"],
.search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
.comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
.search-form [data-toggle="buttons"] > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.comment-form [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.search-form [data-toggle="buttons"] > .search-submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.search-form [data-toggle="buttons"] > .btn-group > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form [data-toggle="buttons"] > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form .input-group input[type="text"],
.input-group .comment-form input[type="email"],
.comment-form .input-group input[type="email"],
.input-group .comment-form input[type="url"],
.comment-form .input-group input[type="url"],
.input-group .comment-form textarea,
.comment-form .input-group textarea,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .comment-form input:focus[type="text"],
.comment-form .input-group input:focus[type="text"],
.input-group .comment-form input:focus[type="email"],
.comment-form .input-group input:focus[type="email"],
.input-group .comment-form input:focus[type="url"],
.comment-form .input-group input:focus[type="url"],
.input-group .comment-form textarea:focus,
.comment-form .input-group textarea:focus,
.input-group .search-form .search-field:focus,
.search-form .input-group .search-field:focus,
.input-group .form-control:active,
.input-group .comment-form input:active[type="text"],
.comment-form .input-group input:active[type="text"],
.input-group .comment-form input:active[type="email"],
.comment-form .input-group input:active[type="email"],
.input-group .comment-form input:active[type="url"],
.comment-form .input-group input:active[type="url"],
.input-group .comment-form textarea:active,
.comment-form .input-group textarea:active,
.input-group .search-form .search-field:active,
.search-form .input-group .search-field:active,
.input-group .form-control:hover,
.input-group .comment-form input:hover[type="text"],
.comment-form .input-group input:hover[type="text"],
.input-group .comment-form input:hover[type="email"],
.comment-form .input-group input:hover[type="email"],
.input-group .comment-form input:hover[type="url"],
.comment-form .input-group input:hover[type="url"],
.input-group .comment-form textarea:hover,
.comment-form .input-group textarea:hover,
.input-group .search-form .search-field:hover,
.search-form .input-group .search-field:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form .input-group input[type="text"],
.input-group .comment-form input[type="email"],
.comment-form .input-group input[type="email"],
.input-group .comment-form input[type="url"],
.comment-form .input-group input[type="url"],
.input-group .comment-form textarea,
.comment-form .input-group textarea,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input:not(:first-child):not(:last-child)[type="text"],
.comment-form .input-group input:not(:first-child):not(:last-child)[type="text"],
.input-group .comment-form input:not(:first-child):not(:last-child)[type="email"],
.comment-form .input-group input:not(:first-child):not(:last-child)[type="email"],
.input-group .comment-form input:not(:first-child):not(:last-child)[type="url"],
.comment-form .input-group input:not(:first-child):not(:last-child)[type="url"],
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon,
.search-form .input-group-sm > .input-group-addon.search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.comment-form .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.search-form .input-group-sm > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon,
.search-form .input-group-lg > .input-group-addon.search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.comment-form .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.search-form .input-group-lg > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group .comment-form input:not(:last-child)[type="text"],
.comment-form .input-group input:not(:last-child)[type="text"],
.input-group .comment-form input:not(:last-child)[type="email"],
.comment-form .input-group input:not(:last-child)[type="email"],
.input-group .comment-form input:not(:last-child)[type="url"],
.comment-form .input-group input:not(:last-child)[type="url"],
.input-group .comment-form textarea:not(:last-child),
.comment-form .input-group textarea:not(:last-child),
.input-group .search-form .search-field:not(:last-child),
.search-form .input-group .search-field:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.comment-form .input-group-btn:not(:last-child) > input[type="submit"],
.search-form .input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.comment-form .input-group-btn:not(:last-child) > .btn-group > input[type="submit"],
.search-form .input-group-btn:not(:last-child) > .btn-group > .search-submit,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group-btn:not(:first-child) > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.comment-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"],
.search-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group .comment-form input:not(:first-child)[type="text"],
.comment-form .input-group input:not(:first-child)[type="text"],
.input-group .comment-form input:not(:first-child)[type="email"],
.comment-form .input-group input:not(:first-child)[type="email"],
.input-group .comment-form input:not(:first-child)[type="url"],
.comment-form .input-group input:not(:first-child)[type="url"],
.input-group .comment-form textarea:not(:first-child),
.comment-form .input-group textarea:not(:first-child),
.input-group .search-form .search-field:not(:first-child),
.search-form .input-group .search-field:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.comment-form .input-group-btn:not(:first-child) > .btn-group > input[type="submit"],
.search-form .input-group-btn:not(:first-child) > .btn-group > .search-submit,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.comment-form .input-group-btn:not(:last-child) > input:not(:first-child)[type="submit"],
.search-form .input-group-btn:not(:last-child) > .search-submit:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.comment-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"],
.search-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .search-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child),
.comment-form input[type="text"] + .input-group-addon:not(:first-child),
.comment-form input[type="email"] + .input-group-addon:not(:first-child),
.comment-form input[type="url"] + .input-group-addon:not(:first-child),
.comment-form textarea + .input-group-addon:not(:first-child),
.search-form .search-field + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn,
.comment-form .input-group-btn > input[type="submit"],
.search-form .input-group-btn > .search-submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-group-btn > .btn + .btn,
.comment-form .input-group-btn > input[type="submit"] + .btn,
.search-form .input-group-btn > .search-submit + .btn,
.comment-form .input-group-btn > .btn + input[type="submit"],
.comment-form .input-group-btn > input[type="submit"] + input[type="submit"],
.search-form .comment-form .input-group-btn > .search-submit + input[type="submit"],
.comment-form .search-form .input-group-btn > .search-submit + input[type="submit"],
.search-form .input-group-btn > .btn + .search-submit,
.comment-form .search-form .input-group-btn > input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-btn > input[type="submit"] + .search-submit,
.search-form .input-group-btn > .search-submit + .search-submit {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.comment-form .input-group-btn > input:focus[type="submit"],
.search-form .input-group-btn > .search-submit:focus,
.input-group-btn > .btn:active,
.comment-form .input-group-btn > input:active[type="submit"],
.search-form .input-group-btn > .search-submit:active,
.input-group-btn > .btn:hover,
.comment-form .input-group-btn > input:hover[type="submit"],
.search-form .input-group-btn > .search-submit:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.comment-form .input-group-btn:not(:last-child) > input[type="submit"],
.search-form .input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.comment-form .input-group-btn:not(:first-child) > input:focus[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit:focus,
.input-group-btn:not(:first-child) > .btn:active,
.comment-form .input-group-btn:not(:first-child) > input:active[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit:active,
.input-group-btn:not(:first-child) > .btn:hover,
.comment-form .input-group-btn:not(:first-child) > input:hover[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #00703c;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00703c;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00703c;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #24ff99;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #00703c;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #00f080;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link,
.banner .nav a {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus,
.banner .nav a:focus,
.nav-link:hover,
.banner .nav a:hover {
  text-decoration: none;
}

.nav-link.disabled,
.banner .nav a.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item,
.nav-tabs .banner .nav li,
.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .nav a,
.banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav a:focus,
.banner .nav .nav-tabs a:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav a:hover,
.banner .nav .nav-tabs a:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav a.disabled,
.banner .nav .nav-tabs a.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav a.active,
.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav li.show .nav-link,
.banner .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show a {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .nav a,
.banner .nav .nav-pills a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .banner .nav a.active,
.banner .nav .nav-pills a.active,
.nav-pills .nav-item.show .nav-link,
.nav-pills .banner .nav li.show .nav-link,
.banner .nav .nav-pills li.show .nav-link,
.nav-pills .nav-item.show .banner .nav a,
.banner .nav .nav-pills .nav-item.show a,
.nav-pills .banner .nav li.show a,
.banner .nav .nav-pills li.show a {
  color: #fff;
  cursor: default;
  background-color: #00703c;
}

.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .nav a,
.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container,
  .navbar-toggleable > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable > .content,
  header#masthead .top-header .navbar-toggleable > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable > a,
  .navbar-toggleable > .featured_blog {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link,
  .navbar-toggleable .navbar-nav .banner .nav a,
  .banner .nav .navbar-toggleable .navbar-nav a {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable > .container,
  .navbar-toggleable > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable > .content,
  header#masthead .top-header .navbar-toggleable > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable > a,
  .navbar-toggleable > .featured_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container,
  .navbar-toggleable-sm > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-sm > .content,
  header#masthead .top-header .navbar-toggleable-sm > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-sm > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-sm > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-sm > a,
  .navbar-toggleable-sm > .featured_blog {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link,
  .navbar-toggleable-sm .navbar-nav .banner .nav a,
  .banner .nav .navbar-toggleable-sm .navbar-nav a {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm > .container,
  .navbar-toggleable-sm > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-sm > .content,
  header#masthead .top-header .navbar-toggleable-sm > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-sm > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-sm > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-sm > a,
  .navbar-toggleable-sm > .featured_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container,
  .navbar-toggleable-md > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-md > .content,
  header#masthead .top-header .navbar-toggleable-md > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-md > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-md > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-md > a,
  .navbar-toggleable-md > .featured_blog {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link,
  .navbar-toggleable-md .navbar-nav .banner .nav a,
  .banner .nav .navbar-toggleable-md .navbar-nav a {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md > .container,
  .navbar-toggleable-md > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-md > .content,
  header#masthead .top-header .navbar-toggleable-md > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-md > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-md > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-md > a,
  .navbar-toggleable-md > .featured_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container,
  .navbar-toggleable-lg > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-lg > .content,
  header#masthead .top-header .navbar-toggleable-lg > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-lg > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-lg > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-lg > a,
  .navbar-toggleable-lg > .featured_blog {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link,
  .navbar-toggleable-lg .navbar-nav .banner .nav a,
  .banner .nav .navbar-toggleable-lg .navbar-nav a {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg > .container,
  .navbar-toggleable-lg > .content-area,
  header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-lg > .content,
  header#masthead .top-header .navbar-toggleable-lg > .top-header-wrap,
  header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-lg > #primary-menu,
  header#masthead .bottom-header .navbar-toggleable-lg > .bottom-header-wrap,
  .navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-lg > a,
  .navbar-toggleable-lg > .featured_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container,
.navbar-toggleable-xl > .content-area,
header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-xl > .content,
header#masthead .top-header .navbar-toggleable-xl > .top-header-wrap,
header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-xl > #primary-menu,
header#masthead .bottom-header .navbar-toggleable-xl > .bottom-header-wrap,
.navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-xl > a,
.navbar-toggleable-xl > .featured_blog {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link,
.navbar-toggleable-xl .navbar-nav .banner .nav a,
.banner .nav .navbar-toggleable-xl .navbar-nav a {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container,
.navbar-toggleable-xl > .content-area,
header#masthead.navbar-mobile #MainNavBar ul li .navbar-toggleable-xl > .content,
header#masthead .top-header .navbar-toggleable-xl > .top-header-wrap,
header#masthead:not(.navbar-mobile) .bottom-header .navbar-toggleable-xl > #primary-menu,
header#masthead .bottom-header .navbar-toggleable-xl > .bottom-header-wrap,
.navbar.navbar-mobile .main-navigation .menu > .menu-item .navbar-toggleable-xl > a,
.navbar-toggleable-xl > .featured_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav a,
.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-light .navbar-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .banner .nav .open > a,
.banner .nav .navbar-light .navbar-nav .open > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .banner .nav a.open,
.banner .nav .navbar-light .navbar-nav a.open,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link,
.navbar-inverse .navbar-nav .banner .nav a,
.banner .nav .navbar-inverse .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-inverse .navbar-nav a:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-inverse .navbar-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled,
.navbar-inverse .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-inverse .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .banner .nav .open > a,
.banner .nav .navbar-inverse .navbar-nav .open > a,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-inverse .navbar-nav .active > a,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .banner .nav a.open,
.banner .nav .navbar-inverse .navbar-nav a.open,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .banner .nav a.active,
.banner .nav .navbar-inverse .navbar-nav a.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #00703c;
  border-color: #00703c;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #00703c;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #00703c;
  border-color: #00703c;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00703c;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #002413;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #00703c;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #003d21;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #00703c;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00703c;
  border-color: #00703c;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #70ffbd;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive,
.embed-responsive-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before,
.embed-responsive-item::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive-item .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive-item iframe,
.embed-responsive embed,
.embed-responsive-item embed,
.embed-responsive object,
.embed-responsive-item object,
.embed-responsive video,
.embed-responsive-item video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "proxima-nova", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #00703c !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #003d21 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #00703c !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #003d21 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_c1868c95.eot);
  src: url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_c1868c95.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_a06da7f0.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_ec3cfdde.woff) format("woff"), url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_13685372.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/vendor/fa-brands-400_0cb5a5c0.svg) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_261d666b.eot);
  src: url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_261d666b.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_c20b5b73.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_f89ea91e.woff) format("woff"), url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_db78b935.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/vendor/fa-regular-400_89ffa3ab.svg) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_a0369ea5.eot);
  src: url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_a0369ea5.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_b15db15f.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_bea989e8.woff) format("woff"), url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_1ab236ed.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/vendor/fa-solid-900_ec763292.svg) format("svg");
}

.fa,
.home .navbar #primary-menu li.menu-item-has-children a::after,
.footer-home .modal-form .modal-body .form-hero .body .label::after,
.footer-home .footer-three-part .first ul li::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input::after,
.home-page .home-links .link .bg .icon,
.home-slider .form-hero .head .right i,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.home .navbar #primary-menu li.menu-item-has-children a::after,
.footer-home .modal-form .modal-body .form-hero .body .label::after,
.footer-home .footer-three-part .first ul li::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input::after,
.home-page .home-links .link .bg .icon,
.home-slider .form-hero .head .right i,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.fas,
.far,
.fal,
.fad,
.fab {
  -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: 0.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pull-left::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pull-left.label::after,
.footer-home .footer-three-part .first ul li.fa-pull-left::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pull-left::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pull-left::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pull-left::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pull-left::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pull-left::after,
.home-page .home-links .link .bg .fa-pull-left.icon,
.home-slider .form-hero .head .right i.fa-pull-left,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pull-left.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pull-left.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pull-left.wpcf7-list-item::after,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pull-right::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pull-right.label::after,
.footer-home .footer-three-part .first ul li.fa-pull-right::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pull-right::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pull-right::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pull-right::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pull-right::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pull-right::after,
.home-page .home-links .link .bg .fa-pull-right.icon,
.home-slider .form-hero .head .right i.fa-pull-right,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pull-right.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pull-right.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pull-right.wpcf7-list-item::after,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

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

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

.fa-accusoft:before {
  content: "\F369";
}

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

.fa-ad:before {
  content: "\F641";
}

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

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

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

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

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

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

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

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

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

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

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

.fa-ambulance:before {
  content: "\F0F9";
}

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

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

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

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

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

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

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

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\F77A";
}

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

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

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

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

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

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bahai:before {
  content: "\F666";
}

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

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

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

.fa-ban:before {
  content: "\F05E";
}

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

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

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

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

.fa-bath:before {
  content: "\F2CD";
}

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

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

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

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

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

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

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-bell:before {
  content: "\F0F3";
}

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

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

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

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

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

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

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

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

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

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

.fa-bluetooth:before {
  content: "\F293";
}

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

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

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

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

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

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

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

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

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

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

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

.fa-box:before {
  content: "\F466";
}

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

.fa-box-tissue:before {
  content: "\F95B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

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

.fa-briefcase:before {
  content: "\F0B1";
}

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

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

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

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

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

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

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

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

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

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

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

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

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

.fa-camera:before {
  content: "\F030";
}

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

.fa-campground:before {
  content: "\F6BB";
}

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

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

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

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

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

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

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

.fa-caravan:before {
  content: "\F8FF";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\F787";
}

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

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

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

.fa-cat:before {
  content: "\F6BE";
}

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

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

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

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

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

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

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

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before,
.home-slider .form-hero .head .right i:before {
  content: "\F058";
}

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

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

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

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

.fa-city:before {
  content: "\F64F";
}

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

.fa-clipboard:before {
  content: "\F328";
}

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

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

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

.fa-clone:before {
  content: "\F24D";
}

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

.fa-cloud:before {
  content: "\F0C2";
}

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

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

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

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\F952";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\F905";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\F907";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

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

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

.fa-hand-holding-medical:before {
  content: "\F95C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\F95D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\F95E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\F95F";
}

.fa-handshake-slash:before {
  content: "\F960";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\F961";
}

.fa-head-side-cough-slash:before {
  content: "\F962";
}

.fa-head-side-mask:before {
  content: "\F963";
}

.fa-head-side-virus:before {
  content: "\F964";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\F965";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\F913";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\F955";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\F966";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\F967";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\F91A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\F956";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\F968";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before,
.home-page .home-links .link .bg .icon.touch:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

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

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\F91E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\F969";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\F96A";
}

.fa-pump-soap:before {
  content: "\F96B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

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

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\F96C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\F957";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\F96E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

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

.fa-star-and-crescent:before {
  content: "\F699";
}

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

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\F96F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\F970";
}

.fa-store-slash:before {
  content: "\F971";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\F972";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\F941";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

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

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.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-unity:before {
  content: "\F949";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

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

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before,
.home-page .home-links .link .bg .icon.deal:before {
  content: "\F2BD";
}

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

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

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

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

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

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

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\F974";
}

.fa-virus-slash:before {
  content: "\F975";
}

.fa-viruses:before {
  content: "\F976";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa.fa-glass:before,
.home-page .home-links .link .bg .fa-glass.icon:before,
.home-slider .form-hero .head .right i.fa-glass:before {
  content: "\F000";
}

.fa.fa-meetup,
.home .navbar #primary-menu li.menu-item-has-children a.fa-meetup::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-meetup.label::after,
.footer-home .footer-three-part .first ul li.fa-meetup::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-meetup::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-meetup::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-meetup::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-meetup::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-meetup::after,
.home-page .home-links .link .bg .fa-meetup.icon,
.home-slider .form-hero .head .right i.fa-meetup,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meetup.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meetup.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-meetup.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-star-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-star-o.label::after,
.footer-home .footer-three-part .first ul li.fa-star-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-star-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-star-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-star-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-star-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-star-o::after,
.home-page .home-links .link .bg .fa-star-o.icon,
.home-slider .form-hero .head .right i.fa-star-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-star-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before,
.home-page .home-links .link .bg .fa-star-o.icon:before,
.home-slider .form-hero .head .right i.fa-star-o:before {
  content: "\F005";
}

.fa.fa-remove:before,
.home-page .home-links .link .bg .fa-remove.icon:before,
.home-slider .form-hero .head .right i.fa-remove:before {
  content: "\F00D";
}

.fa.fa-close:before,
.home-page .home-links .link .bg .fa-close.icon:before,
.home-slider .form-hero .head .right i.fa-close:before {
  content: "\F00D";
}

.fa.fa-gear:before,
.home-page .home-links .link .bg .fa-gear.icon:before,
.home-slider .form-hero .head .right i.fa-gear:before {
  content: "\F013";
}

.fa.fa-trash-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-trash-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-trash-o.label::after,
.footer-home .footer-three-part .first ul li.fa-trash-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-trash-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-trash-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-trash-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-trash-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-trash-o::after,
.home-page .home-links .link .bg .fa-trash-o.icon,
.home-slider .form-hero .head .right i.fa-trash-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-trash-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-trash-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-trash-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before,
.home-page .home-links .link .bg .fa-trash-o.icon:before,
.home-slider .form-hero .head .right i.fa-trash-o:before {
  content: "\F2ED";
}

.fa.fa-file-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-o::after,
.home-page .home-links .link .bg .fa-file-o.icon,
.home-slider .form-hero .head .right i.fa-file-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-o:before,
.home-page .home-links .link .bg .fa-file-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-o:before {
  content: "\F15B";
}

.fa.fa-clock-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-clock-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-clock-o.label::after,
.footer-home .footer-three-part .first ul li.fa-clock-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-clock-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-clock-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-clock-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-clock-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-clock-o::after,
.home-page .home-links .link .bg .fa-clock-o.icon,
.home-slider .form-hero .head .right i.fa-clock-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clock-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clock-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-clock-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-clock-o:before,
.home-page .home-links .link .bg .fa-clock-o.icon:before,
.home-slider .form-hero .head .right i.fa-clock-o:before {
  content: "\F017";
}

.fa.fa-arrow-circle-o-down,
.home .navbar #primary-menu li.menu-item-has-children a.fa-arrow-circle-o-down::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-arrow-circle-o-down.label::after,
.footer-home .footer-three-part .first ul li.fa-arrow-circle-o-down::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-arrow-circle-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-arrow-circle-o-down::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-arrow-circle-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-arrow-circle-o-down::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-arrow-circle-o-down::after,
.home-page .home-links .link .bg .fa-arrow-circle-o-down.icon,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-down,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-down.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-down.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-arrow-circle-o-down.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before,
.home-page .home-links .link .bg .fa-arrow-circle-o-down.icon:before,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-down:before {
  content: "\F358";
}

.fa.fa-arrow-circle-o-up,
.home .navbar #primary-menu li.menu-item-has-children a.fa-arrow-circle-o-up::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-arrow-circle-o-up.label::after,
.footer-home .footer-three-part .first ul li.fa-arrow-circle-o-up::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-arrow-circle-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-arrow-circle-o-up::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-arrow-circle-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-arrow-circle-o-up::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-arrow-circle-o-up::after,
.home-page .home-links .link .bg .fa-arrow-circle-o-up.icon,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-up,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-up.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-up.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-arrow-circle-o-up.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before,
.home-page .home-links .link .bg .fa-arrow-circle-o-up.icon:before,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-up:before {
  content: "\F35B";
}

.fa.fa-play-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-play-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-play-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-play-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-play-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-play-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-play-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-play-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-play-circle-o::after,
.home-page .home-links .link .bg .fa-play-circle-o.icon,
.home-slider .form-hero .head .right i.fa-play-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-play-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-play-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-play-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before,
.home-page .home-links .link .bg .fa-play-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-play-circle-o:before {
  content: "\F144";
}

.fa.fa-repeat:before,
.home-page .home-links .link .bg .fa-repeat.icon:before,
.home-slider .form-hero .head .right i.fa-repeat:before {
  content: "\F01E";
}

.fa.fa-rotate-right:before,
.home-page .home-links .link .bg .fa-rotate-right.icon:before,
.home-slider .form-hero .head .right i.fa-rotate-right:before {
  content: "\F01E";
}

.fa.fa-refresh:before,
.home-page .home-links .link .bg .fa-refresh.icon:before,
.home-slider .form-hero .head .right i.fa-refresh:before {
  content: "\F021";
}

.fa.fa-list-alt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-list-alt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-list-alt.label::after,
.footer-home .footer-three-part .first ul li.fa-list-alt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-list-alt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-list-alt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-list-alt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-list-alt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-list-alt::after,
.home-page .home-links .link .bg .fa-list-alt.icon,
.home-slider .form-hero .head .right i.fa-list-alt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-list-alt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-list-alt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-list-alt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before,
.home-page .home-links .link .bg .fa-dedent.icon:before,
.home-slider .form-hero .head .right i.fa-dedent:before {
  content: "\F03B";
}

.fa.fa-video-camera:before,
.home-page .home-links .link .bg .fa-video-camera.icon:before,
.home-slider .form-hero .head .right i.fa-video-camera:before {
  content: "\F03D";
}

.fa.fa-picture-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-picture-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-picture-o.label::after,
.footer-home .footer-three-part .first ul li.fa-picture-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-picture-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-picture-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-picture-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-picture-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-picture-o::after,
.home-page .home-links .link .bg .fa-picture-o.icon,
.home-slider .form-hero .head .right i.fa-picture-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-picture-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-picture-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-picture-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before,
.home-page .home-links .link .bg .fa-picture-o.icon:before,
.home-slider .form-hero .head .right i.fa-picture-o:before {
  content: "\F03E";
}

.fa.fa-photo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-photo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-photo.label::after,
.footer-home .footer-three-part .first ul li.fa-photo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-photo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-photo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-photo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-photo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-photo::after,
.home-page .home-links .link .bg .fa-photo.icon,
.home-slider .form-hero .head .right i.fa-photo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-photo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-photo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-photo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before,
.home-page .home-links .link .bg .fa-photo.icon:before,
.home-slider .form-hero .head .right i.fa-photo:before {
  content: "\F03E";
}

.fa.fa-image,
.home .navbar #primary-menu li.menu-item-has-children a.fa-image::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-image.label::after,
.footer-home .footer-three-part .first ul li.fa-image::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-image::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-image::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-image::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-image::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-image::after,
.home-page .home-links .link .bg .fa-image.icon,
.home-slider .form-hero .head .right i.fa-image,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-image.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-image.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-image.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-image:before,
.home-page .home-links .link .bg .fa-image.icon:before,
.home-slider .form-hero .head .right i.fa-image:before {
  content: "\F03E";
}

.fa.fa-pencil:before,
.home-page .home-links .link .bg .fa-pencil.icon:before,
.home-slider .form-hero .head .right i.fa-pencil:before {
  content: "\F303";
}

.fa.fa-map-marker:before,
.home-page .home-links .link .bg .fa-map-marker.icon:before,
.home-slider .form-hero .head .right i.fa-map-marker:before {
  content: "\F3C5";
}

.fa.fa-pencil-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pencil-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pencil-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-pencil-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pencil-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pencil-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pencil-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pencil-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pencil-square-o::after,
.home-page .home-links .link .bg .fa-pencil-square-o.icon,
.home-slider .form-hero .head .right i.fa-pencil-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pencil-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pencil-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pencil-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before,
.home-page .home-links .link .bg .fa-pencil-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-pencil-square-o:before {
  content: "\F044";
}

.fa.fa-share-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-share-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-share-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-share-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-share-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-share-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-share-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-share-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-share-square-o::after,
.home-page .home-links .link .bg .fa-share-square-o.icon,
.home-slider .form-hero .head .right i.fa-share-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-share-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-share-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-share-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before,
.home-page .home-links .link .bg .fa-share-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-share-square-o:before {
  content: "\F14D";
}

.fa.fa-check-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-check-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-check-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-check-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-check-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-check-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-check-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-check-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-check-square-o::after,
.home-page .home-links .link .bg .fa-check-square-o.icon,
.home-slider .form-hero .head .right i.fa-check-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-check-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-check-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-check-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-square-o:before,
.home-page .home-links .link .bg .fa-check-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-check-square-o:before {
  content: "\F14A";
}

.fa.fa-arrows:before,
.home-page .home-links .link .bg .fa-arrows.icon:before,
.home-slider .form-hero .head .right i.fa-arrows:before {
  content: "\F0B2";
}

.fa.fa-times-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-times-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-times-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-times-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-times-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-times-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-times-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-times-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-times-circle-o::after,
.home-page .home-links .link .bg .fa-times-circle-o.icon,
.home-slider .form-hero .head .right i.fa-times-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-times-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-times-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-times-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before,
.home-page .home-links .link .bg .fa-times-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-times-circle-o:before {
  content: "\F057";
}

.fa.fa-check-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-check-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-check-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-check-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-check-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-check-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-check-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-check-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-check-circle-o::after,
.home-page .home-links .link .bg .fa-check-circle-o.icon,
.home-slider .form-hero .head .right i.fa-check-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-check-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-check-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-check-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-circle-o:before,
.home-page .home-links .link .bg .fa-check-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-check-circle-o:before {
  content: "\F058";
}

.fa.fa-mail-forward:before,
.home-page .home-links .link .bg .fa-mail-forward.icon:before,
.home-slider .form-hero .head .right i.fa-mail-forward:before {
  content: "\F064";
}

.fa.fa-expand:before,
.home-page .home-links .link .bg .fa-expand.icon:before,
.home-slider .form-hero .head .right i.fa-expand:before {
  content: "\F424";
}

.fa.fa-compress:before,
.home-page .home-links .link .bg .fa-compress.icon:before,
.home-slider .form-hero .head .right i.fa-compress:before {
  content: "\F422";
}

.fa.fa-eye,
.home .navbar #primary-menu li.menu-item-has-children a.fa-eye::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-eye.label::after,
.footer-home .footer-three-part .first ul li.fa-eye::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-eye::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-eye::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-eye::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-eye::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-eye::after,
.home-page .home-links .link .bg .fa-eye.icon,
.home-slider .form-hero .head .right i.fa-eye,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eye.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eye.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-eye.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash,
.home .navbar #primary-menu li.menu-item-has-children a.fa-eye-slash::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-eye-slash.label::after,
.footer-home .footer-three-part .first ul li.fa-eye-slash::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-eye-slash::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-eye-slash::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-eye-slash::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-eye-slash::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-eye-slash::after,
.home-page .home-links .link .bg .fa-eye-slash.icon,
.home-slider .form-hero .head .right i.fa-eye-slash,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eye-slash.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eye-slash.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-eye-slash.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-warning:before,
.home-page .home-links .link .bg .fa-warning.icon:before,
.home-slider .form-hero .head .right i.fa-warning:before {
  content: "\F071";
}

.fa.fa-calendar:before,
.home-page .home-links .link .bg .fa-calendar.icon:before,
.home-slider .form-hero .head .right i.fa-calendar:before {
  content: "\F073";
}

.fa.fa-arrows-v:before,
.home-page .home-links .link .bg .fa-arrows-v.icon:before,
.home-slider .form-hero .head .right i.fa-arrows-v:before {
  content: "\F338";
}

.fa.fa-arrows-h:before,
.home-page .home-links .link .bg .fa-arrows-h.icon:before,
.home-slider .form-hero .head .right i.fa-arrows-h:before {
  content: "\F337";
}

.fa.fa-bar-chart,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bar-chart::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bar-chart.label::after,
.footer-home .footer-three-part .first ul li.fa-bar-chart::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bar-chart::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bar-chart::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bar-chart::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bar-chart::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bar-chart::after,
.home-page .home-links .link .bg .fa-bar-chart.icon,
.home-slider .form-hero .head .right i.fa-bar-chart,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bar-chart.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bar-chart.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bar-chart.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart:before,
.home-page .home-links .link .bg .fa-bar-chart.icon:before,
.home-slider .form-hero .head .right i.fa-bar-chart:before {
  content: "\F080";
}

.fa.fa-bar-chart-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bar-chart-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bar-chart-o.label::after,
.footer-home .footer-three-part .first ul li.fa-bar-chart-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bar-chart-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bar-chart-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bar-chart-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bar-chart-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bar-chart-o::after,
.home-page .home-links .link .bg .fa-bar-chart-o.icon,
.home-slider .form-hero .head .right i.fa-bar-chart-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bar-chart-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bar-chart-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bar-chart-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart-o:before,
.home-page .home-links .link .bg .fa-bar-chart-o.icon:before,
.home-slider .form-hero .head .right i.fa-bar-chart-o:before {
  content: "\F080";
}

.fa.fa-twitter-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-twitter-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-twitter-square.label::after,
.footer-home .footer-three-part .first ul li.fa-twitter-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-twitter-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-twitter-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-twitter-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-twitter-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-twitter-square::after,
.home-page .home-links .link .bg .fa-twitter-square.icon,
.home-slider .form-hero .head .right i.fa-twitter-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-twitter-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-facebook-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-facebook-square.label::after,
.footer-home .footer-three-part .first ul li.fa-facebook-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-facebook-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-facebook-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-facebook-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-facebook-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-facebook-square::after,
.home-page .home-links .link .bg .fa-facebook-square.icon,
.home-slider .form-hero .head .right i.fa-facebook-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-facebook-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gears:before,
.home-page .home-links .link .bg .fa-gears.icon:before,
.home-slider .form-hero .head .right i.fa-gears:before {
  content: "\F085";
}

.fa.fa-thumbs-o-up,
.home .navbar #primary-menu li.menu-item-has-children a.fa-thumbs-o-up::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-thumbs-o-up.label::after,
.footer-home .footer-three-part .first ul li.fa-thumbs-o-up::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-thumbs-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-thumbs-o-up::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-thumbs-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-thumbs-o-up::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-thumbs-o-up::after,
.home-page .home-links .link .bg .fa-thumbs-o-up.icon,
.home-slider .form-hero .head .right i.fa-thumbs-o-up,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-thumbs-o-up.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-thumbs-o-up.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-thumbs-o-up.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before,
.home-page .home-links .link .bg .fa-thumbs-o-up.icon:before,
.home-slider .form-hero .head .right i.fa-thumbs-o-up:before {
  content: "\F164";
}

.fa.fa-thumbs-o-down,
.home .navbar #primary-menu li.menu-item-has-children a.fa-thumbs-o-down::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-thumbs-o-down.label::after,
.footer-home .footer-three-part .first ul li.fa-thumbs-o-down::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-thumbs-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-thumbs-o-down::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-thumbs-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-thumbs-o-down::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-thumbs-o-down::after,
.home-page .home-links .link .bg .fa-thumbs-o-down.icon,
.home-slider .form-hero .head .right i.fa-thumbs-o-down,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-thumbs-o-down.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-thumbs-o-down.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-thumbs-o-down.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before,
.home-page .home-links .link .bg .fa-thumbs-o-down.icon:before,
.home-slider .form-hero .head .right i.fa-thumbs-o-down:before {
  content: "\F165";
}

.fa.fa-heart-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-heart-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-heart-o.label::after,
.footer-home .footer-three-part .first ul li.fa-heart-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-heart-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-heart-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-heart-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-heart-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-heart-o::after,
.home-page .home-links .link .bg .fa-heart-o.icon,
.home-slider .form-hero .head .right i.fa-heart-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-heart-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-heart-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-heart-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before,
.home-page .home-links .link .bg .fa-heart-o.icon:before,
.home-slider .form-hero .head .right i.fa-heart-o:before {
  content: "\F004";
}

.fa.fa-sign-out:before,
.home-page .home-links .link .bg .fa-sign-out.icon:before,
.home-slider .form-hero .head .right i.fa-sign-out:before {
  content: "\F2F5";
}

.fa.fa-linkedin-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-linkedin-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-linkedin-square.label::after,
.footer-home .footer-three-part .first ul li.fa-linkedin-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-linkedin-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-linkedin-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-linkedin-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-linkedin-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-linkedin-square::after,
.home-page .home-links .link .bg .fa-linkedin-square.icon,
.home-slider .form-hero .head .right i.fa-linkedin-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linkedin-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linkedin-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-linkedin-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before,
.home-page .home-links .link .bg .fa-linkedin-square.icon:before,
.home-slider .form-hero .head .right i.fa-linkedin-square:before {
  content: "\F08C";
}

.fa.fa-thumb-tack:before,
.home-page .home-links .link .bg .fa-thumb-tack.icon:before,
.home-slider .form-hero .head .right i.fa-thumb-tack:before {
  content: "\F08D";
}

.fa.fa-external-link:before,
.home-page .home-links .link .bg .fa-external-link.icon:before,
.home-slider .form-hero .head .right i.fa-external-link:before {
  content: "\F35D";
}

.fa.fa-sign-in:before,
.home-page .home-links .link .bg .fa-sign-in.icon:before,
.home-slider .form-hero .head .right i.fa-sign-in:before {
  content: "\F2F6";
}

.fa.fa-github-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-github-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-github-square.label::after,
.footer-home .footer-three-part .first ul li.fa-github-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-github-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-github-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-github-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-github-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-github-square::after,
.home-page .home-links .link .bg .fa-github-square.icon,
.home-slider .form-hero .head .right i.fa-github-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-github-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-lemon-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-lemon-o.label::after,
.footer-home .footer-three-part .first ul li.fa-lemon-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-lemon-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-lemon-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-lemon-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-lemon-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-lemon-o::after,
.home-page .home-links .link .bg .fa-lemon-o.icon,
.home-slider .form-hero .head .right i.fa-lemon-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lemon-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lemon-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-lemon-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before,
.home-page .home-links .link .bg .fa-lemon-o.icon:before,
.home-slider .form-hero .head .right i.fa-lemon-o:before {
  content: "\F094";
}

.fa.fa-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-square-o::after,
.home-page .home-links .link .bg .fa-square-o.icon,
.home-slider .form-hero .head .right i.fa-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before,
.home-page .home-links .link .bg .fa-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-square-o:before {
  content: "\F0C8";
}

.fa.fa-bookmark-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bookmark-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bookmark-o.label::after,
.footer-home .footer-three-part .first ul li.fa-bookmark-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bookmark-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bookmark-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bookmark-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bookmark-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bookmark-o::after,
.home-page .home-links .link .bg .fa-bookmark-o.icon,
.home-slider .form-hero .head .right i.fa-bookmark-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bookmark-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bookmark-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bookmark-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bookmark-o:before,
.home-page .home-links .link .bg .fa-bookmark-o.icon:before,
.home-slider .form-hero .head .right i.fa-bookmark-o:before {
  content: "\F02E";
}

.fa.fa-twitter,
.home .navbar #primary-menu li.menu-item-has-children a.fa-twitter::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-twitter.label::after,
.footer-home .footer-three-part .first ul li.fa-twitter::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-twitter::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-twitter::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-twitter::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-twitter::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-twitter::after,
.home-page .home-links .link .bg .fa-twitter.icon,
.home-slider .form-hero .head .right i.fa-twitter,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-twitter.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook,
.home .navbar #primary-menu li.menu-item-has-children a.fa-facebook::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-facebook.label::after,
.footer-home .footer-three-part .first ul li.fa-facebook::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-facebook::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-facebook::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-facebook::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-facebook::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-facebook::after,
.home-page .home-links .link .bg .fa-facebook.icon,
.home-slider .form-hero .head .right i.fa-facebook,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-facebook.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before,
.home-page .home-links .link .bg .fa-facebook.icon:before,
.home-slider .form-hero .head .right i.fa-facebook:before {
  content: "\F39E";
}

.fa.fa-facebook-f,
.home .navbar #primary-menu li.menu-item-has-children a.fa-facebook-f::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-facebook-f.label::after,
.footer-home .footer-three-part .first ul li.fa-facebook-f::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-facebook-f::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-facebook-f::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-facebook-f::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-facebook-f::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-facebook-f::after,
.home-page .home-links .link .bg .fa-facebook-f.icon,
.home-slider .form-hero .head .right i.fa-facebook-f,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-f.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-f.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-facebook-f.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before,
.home-page .home-links .link .bg .fa-facebook-f.icon:before,
.home-slider .form-hero .head .right i.fa-facebook-f:before {
  content: "\F39E";
}

.fa.fa-github,
.home .navbar #primary-menu li.menu-item-has-children a.fa-github::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-github.label::after,
.footer-home .footer-three-part .first ul li.fa-github::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-github::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-github::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-github::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-github::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-github::after,
.home-page .home-links .link .bg .fa-github.icon,
.home-slider .form-hero .head .right i.fa-github,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-github.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card,
.home .navbar #primary-menu li.menu-item-has-children a.fa-credit-card::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-credit-card.label::after,
.footer-home .footer-three-part .first ul li.fa-credit-card::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-credit-card::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-credit-card::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-credit-card::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-credit-card::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-credit-card::after,
.home-page .home-links .link .bg .fa-credit-card.icon,
.home-slider .form-hero .head .right i.fa-credit-card,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-credit-card.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-credit-card.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-credit-card.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before,
.home-page .home-links .link .bg .fa-feed.icon:before,
.home-slider .form-hero .head .right i.fa-feed:before {
  content: "\F09E";
}

.fa.fa-hdd-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hdd-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hdd-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hdd-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hdd-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hdd-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hdd-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hdd-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hdd-o::after,
.home-page .home-links .link .bg .fa-hdd-o.icon,
.home-slider .form-hero .head .right i.fa-hdd-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hdd-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hdd-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hdd-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before,
.home-page .home-links .link .bg .fa-hdd-o.icon:before,
.home-slider .form-hero .head .right i.fa-hdd-o:before {
  content: "\F0A0";
}

.fa.fa-hand-o-right,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-o-right::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-o-right.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-o-right::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-o-right::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-o-right::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-o-right::after,
.home-page .home-links .link .bg .fa-hand-o-right.icon,
.home-slider .form-hero .head .right i.fa-hand-o-right,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-right.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-right.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-o-right.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before,
.home-page .home-links .link .bg .fa-hand-o-right.icon:before,
.home-slider .form-hero .head .right i.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa.fa-hand-o-left,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-o-left::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-o-left.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-o-left::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-o-left::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-o-left::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-o-left::after,
.home-page .home-links .link .bg .fa-hand-o-left.icon,
.home-slider .form-hero .head .right i.fa-hand-o-left,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-left.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-left.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-o-left.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before,
.home-page .home-links .link .bg .fa-hand-o-left.icon:before,
.home-slider .form-hero .head .right i.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa.fa-hand-o-up,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-o-up::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-o-up.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-o-up::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-o-up::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-o-up::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-o-up::after,
.home-page .home-links .link .bg .fa-hand-o-up.icon,
.home-slider .form-hero .head .right i.fa-hand-o-up,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-up.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-up.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-o-up.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before,
.home-page .home-links .link .bg .fa-hand-o-up.icon:before,
.home-slider .form-hero .head .right i.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa.fa-hand-o-down,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-o-down::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-o-down.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-o-down::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-o-down::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-o-down::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-o-down::after,
.home-page .home-links .link .bg .fa-hand-o-down.icon,
.home-slider .form-hero .head .right i.fa-hand-o-down,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-down.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-o-down.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-o-down.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before,
.home-page .home-links .link .bg .fa-hand-o-down.icon:before,
.home-slider .form-hero .head .right i.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa.fa-arrows-alt:before,
.home-page .home-links .link .bg .fa-arrows-alt.icon:before,
.home-slider .form-hero .head .right i.fa-arrows-alt:before {
  content: "\F31E";
}

.fa.fa-group:before,
.home-page .home-links .link .bg .fa-group.icon:before,
.home-slider .form-hero .head .right i.fa-group:before {
  content: "\F0C0";
}

.fa.fa-chain:before,
.home-page .home-links .link .bg .fa-chain.icon:before,
.home-slider .form-hero .head .right i.fa-chain:before {
  content: "\F0C1";
}

.fa.fa-scissors:before,
.home-page .home-links .link .bg .fa-scissors.icon:before,
.home-slider .form-hero .head .right i.fa-scissors:before {
  content: "\F0C4";
}

.fa.fa-files-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-files-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-files-o.label::after,
.footer-home .footer-three-part .first ul li.fa-files-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-files-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-files-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-files-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-files-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-files-o::after,
.home-page .home-links .link .bg .fa-files-o.icon,
.home-slider .form-hero .head .right i.fa-files-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-files-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-files-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-files-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-files-o:before,
.home-page .home-links .link .bg .fa-files-o.icon:before,
.home-slider .form-hero .head .right i.fa-files-o:before {
  content: "\F0C5";
}

.fa.fa-floppy-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-floppy-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-floppy-o.label::after,
.footer-home .footer-three-part .first ul li.fa-floppy-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-floppy-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-floppy-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-floppy-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-floppy-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-floppy-o::after,
.home-page .home-links .link .bg .fa-floppy-o.icon,
.home-slider .form-hero .head .right i.fa-floppy-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-floppy-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-floppy-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-floppy-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before,
.home-page .home-links .link .bg .fa-floppy-o.icon:before,
.home-slider .form-hero .head .right i.fa-floppy-o:before {
  content: "\F0C7";
}

.fa.fa-navicon:before,
.home-page .home-links .link .bg .fa-navicon.icon:before,
.home-slider .form-hero .head .right i.fa-navicon:before {
  content: "\F0C9";
}

.fa.fa-reorder:before,
.home-page .home-links .link .bg .fa-reorder.icon:before,
.home-slider .form-hero .head .right i.fa-reorder:before {
  content: "\F0C9";
}

.fa.fa-pinterest,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pinterest::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pinterest.label::after,
.footer-home .footer-three-part .first ul li.fa-pinterest::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pinterest::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pinterest::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pinterest::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pinterest::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pinterest::after,
.home-page .home-links .link .bg .fa-pinterest.icon,
.home-slider .form-hero .head .right i.fa-pinterest,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pinterest.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pinterest-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pinterest-square.label::after,
.footer-home .footer-three-part .first ul li.fa-pinterest-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pinterest-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pinterest-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pinterest-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pinterest-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pinterest-square::after,
.home-page .home-links .link .bg .fa-pinterest-square.icon,
.home-slider .form-hero .head .right i.fa-pinterest-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pinterest-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google-plus-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google-plus-square.label::after,
.footer-home .footer-three-part .first ul li.fa-google-plus-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google-plus-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google-plus-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google-plus-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google-plus-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google-plus-square::after,
.home-page .home-links .link .bg .fa-google-plus-square.icon,
.home-slider .form-hero .head .right i.fa-google-plus-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google-plus-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google-plus::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google-plus.label::after,
.footer-home .footer-three-part .first ul li.fa-google-plus::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google-plus::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google-plus::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google-plus::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google-plus::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google-plus::after,
.home-page .home-links .link .bg .fa-google-plus.icon,
.home-slider .form-hero .head .right i.fa-google-plus,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google-plus.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus:before,
.home-page .home-links .link .bg .fa-google-plus.icon:before,
.home-slider .form-hero .head .right i.fa-google-plus:before {
  content: "\F0D5";
}

.fa.fa-money,
.home .navbar #primary-menu li.menu-item-has-children a.fa-money::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-money.label::after,
.footer-home .footer-three-part .first ul li.fa-money::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-money::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-money::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-money::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-money::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-money::after,
.home-page .home-links .link .bg .fa-money.icon,
.home-slider .form-hero .head .right i.fa-money,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-money.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-money.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-money.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before,
.home-page .home-links .link .bg .fa-money.icon:before,
.home-slider .form-hero .head .right i.fa-money:before {
  content: "\F3D1";
}

.fa.fa-unsorted:before,
.home-page .home-links .link .bg .fa-unsorted.icon:before,
.home-slider .form-hero .head .right i.fa-unsorted:before {
  content: "\F0DC";
}

.fa.fa-sort-desc:before,
.home-page .home-links .link .bg .fa-sort-desc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-desc:before {
  content: "\F0DD";
}

.fa.fa-sort-asc:before,
.home-page .home-links .link .bg .fa-sort-asc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-asc:before {
  content: "\F0DE";
}

.fa.fa-linkedin,
.home .navbar #primary-menu li.menu-item-has-children a.fa-linkedin::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-linkedin.label::after,
.footer-home .footer-three-part .first ul li.fa-linkedin::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-linkedin::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-linkedin::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-linkedin::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-linkedin::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-linkedin::after,
.home-page .home-links .link .bg .fa-linkedin.icon,
.home-slider .form-hero .head .right i.fa-linkedin,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linkedin.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linkedin.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-linkedin.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before,
.home-page .home-links .link .bg .fa-linkedin.icon:before,
.home-slider .form-hero .head .right i.fa-linkedin:before {
  content: "\F0E1";
}

.fa.fa-rotate-left:before,
.home-page .home-links .link .bg .fa-rotate-left.icon:before,
.home-slider .form-hero .head .right i.fa-rotate-left:before {
  content: "\F0E2";
}

.fa.fa-legal:before,
.home-page .home-links .link .bg .fa-legal.icon:before,
.home-slider .form-hero .head .right i.fa-legal:before {
  content: "\F0E3";
}

.fa.fa-tachometer:before,
.home-page .home-links .link .bg .fa-tachometer.icon:before,
.home-slider .form-hero .head .right i.fa-tachometer:before {
  content: "\F3FD";
}

.fa.fa-dashboard:before,
.home-page .home-links .link .bg .fa-dashboard.icon:before,
.home-slider .form-hero .head .right i.fa-dashboard:before {
  content: "\F3FD";
}

.fa.fa-comment-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-comment-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-comment-o.label::after,
.footer-home .footer-three-part .first ul li.fa-comment-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-comment-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-comment-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-comment-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-comment-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-comment-o::after,
.home-page .home-links .link .bg .fa-comment-o.icon,
.home-slider .form-hero .head .right i.fa-comment-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-comment-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-comment-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-comment-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comment-o:before,
.home-page .home-links .link .bg .fa-comment-o.icon:before,
.home-slider .form-hero .head .right i.fa-comment-o:before {
  content: "\F075";
}

.fa.fa-comments-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-comments-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-comments-o.label::after,
.footer-home .footer-three-part .first ul li.fa-comments-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-comments-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-comments-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-comments-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-comments-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-comments-o::after,
.home-page .home-links .link .bg .fa-comments-o.icon,
.home-slider .form-hero .head .right i.fa-comments-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-comments-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-comments-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-comments-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comments-o:before,
.home-page .home-links .link .bg .fa-comments-o.icon:before,
.home-slider .form-hero .head .right i.fa-comments-o:before {
  content: "\F086";
}

.fa.fa-flash:before,
.home-page .home-links .link .bg .fa-flash.icon:before,
.home-slider .form-hero .head .right i.fa-flash:before {
  content: "\F0E7";
}

.fa.fa-clipboard,
.home .navbar #primary-menu li.menu-item-has-children a.fa-clipboard::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-clipboard.label::after,
.footer-home .footer-three-part .first ul li.fa-clipboard::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-clipboard::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-clipboard::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-clipboard::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-clipboard::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-clipboard::after,
.home-page .home-links .link .bg .fa-clipboard.icon,
.home-slider .form-hero .head .right i.fa-clipboard,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clipboard.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clipboard.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-clipboard.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste,
.home .navbar #primary-menu li.menu-item-has-children a.fa-paste::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-paste.label::after,
.footer-home .footer-three-part .first ul li.fa-paste::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-paste::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-paste::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-paste::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-paste::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-paste::after,
.home-page .home-links .link .bg .fa-paste.icon,
.home-slider .form-hero .head .right i.fa-paste,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paste.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paste.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-paste.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste:before,
.home-page .home-links .link .bg .fa-paste.icon:before,
.home-slider .form-hero .head .right i.fa-paste:before {
  content: "\F328";
}

.fa.fa-lightbulb-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-lightbulb-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-lightbulb-o.label::after,
.footer-home .footer-three-part .first ul li.fa-lightbulb-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-lightbulb-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-lightbulb-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-lightbulb-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-lightbulb-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-lightbulb-o::after,
.home-page .home-links .link .bg .fa-lightbulb-o.icon,
.home-slider .form-hero .head .right i.fa-lightbulb-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lightbulb-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lightbulb-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-lightbulb-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before,
.home-page .home-links .link .bg .fa-lightbulb-o.icon:before,
.home-slider .form-hero .head .right i.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa.fa-exchange:before,
.home-page .home-links .link .bg .fa-exchange.icon:before,
.home-slider .form-hero .head .right i.fa-exchange:before {
  content: "\F362";
}

.fa.fa-cloud-download:before,
.home-page .home-links .link .bg .fa-cloud-download.icon:before,
.home-slider .form-hero .head .right i.fa-cloud-download:before {
  content: "\F381";
}

.fa.fa-cloud-upload:before,
.home-page .home-links .link .bg .fa-cloud-upload.icon:before,
.home-slider .form-hero .head .right i.fa-cloud-upload:before {
  content: "\F382";
}

.fa.fa-bell-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bell-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bell-o.label::after,
.footer-home .footer-three-part .first ul li.fa-bell-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bell-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bell-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bell-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bell-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bell-o::after,
.home-page .home-links .link .bg .fa-bell-o.icon,
.home-slider .form-hero .head .right i.fa-bell-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bell-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bell-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bell-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-o:before,
.home-page .home-links .link .bg .fa-bell-o.icon:before,
.home-slider .form-hero .head .right i.fa-bell-o:before {
  content: "\F0F3";
}

.fa.fa-cutlery:before,
.home-page .home-links .link .bg .fa-cutlery.icon:before,
.home-slider .form-hero .head .right i.fa-cutlery:before {
  content: "\F2E7";
}

.fa.fa-file-text-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-text-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-text-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-text-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-text-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-text-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-text-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-text-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-text-o::after,
.home-page .home-links .link .bg .fa-file-text-o.icon,
.home-slider .form-hero .head .right i.fa-file-text-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-text-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-text-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-text-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-text-o:before,
.home-page .home-links .link .bg .fa-file-text-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-text-o:before {
  content: "\F15C";
}

.fa.fa-building-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-building-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-building-o.label::after,
.footer-home .footer-three-part .first ul li.fa-building-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-building-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-building-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-building-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-building-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-building-o::after,
.home-page .home-links .link .bg .fa-building-o.icon,
.home-slider .form-hero .head .right i.fa-building-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-building-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-building-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-building-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-building-o:before,
.home-page .home-links .link .bg .fa-building-o.icon:before,
.home-slider .form-hero .head .right i.fa-building-o:before {
  content: "\F1AD";
}

.fa.fa-hospital-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hospital-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hospital-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hospital-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hospital-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hospital-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hospital-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hospital-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hospital-o::after,
.home-page .home-links .link .bg .fa-hospital-o.icon,
.home-slider .form-hero .head .right i.fa-hospital-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hospital-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hospital-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hospital-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before,
.home-page .home-links .link .bg .fa-hospital-o.icon:before,
.home-slider .form-hero .head .right i.fa-hospital-o:before {
  content: "\F0F8";
}

.fa.fa-tablet:before,
.home-page .home-links .link .bg .fa-tablet.icon:before,
.home-slider .form-hero .head .right i.fa-tablet:before {
  content: "\F3FA";
}

.fa.fa-mobile:before,
.home-page .home-links .link .bg .fa-mobile.icon:before,
.home-slider .form-hero .head .right i.fa-mobile:before {
  content: "\F3CD";
}

.fa.fa-mobile-phone:before,
.home-page .home-links .link .bg .fa-mobile-phone.icon:before,
.home-slider .form-hero .head .right i.fa-mobile-phone:before {
  content: "\F3CD";
}

.fa.fa-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-circle-o::after,
.home-page .home-links .link .bg .fa-circle-o.icon,
.home-slider .form-hero .head .right i.fa-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-o:before,
.home-page .home-links .link .bg .fa-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-circle-o:before {
  content: "\F111";
}

.fa.fa-mail-reply:before,
.home-page .home-links .link .bg .fa-mail-reply.icon:before,
.home-slider .form-hero .head .right i.fa-mail-reply:before {
  content: "\F3E5";
}

.fa.fa-github-alt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-github-alt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-github-alt.label::after,
.footer-home .footer-three-part .first ul li.fa-github-alt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-github-alt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-github-alt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-github-alt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-github-alt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-github-alt::after,
.home-page .home-links .link .bg .fa-github-alt.icon,
.home-slider .form-hero .head .right i.fa-github-alt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github-alt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-github-alt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-github-alt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-folder-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-folder-o.label::after,
.footer-home .footer-three-part .first ul li.fa-folder-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-folder-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-folder-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-folder-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-folder-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-folder-o::after,
.home-page .home-links .link .bg .fa-folder-o.icon,
.home-slider .form-hero .head .right i.fa-folder-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-folder-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-folder-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-folder-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-o:before,
.home-page .home-links .link .bg .fa-folder-o.icon:before,
.home-slider .form-hero .head .right i.fa-folder-o:before {
  content: "\F07B";
}

.fa.fa-folder-open-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-folder-open-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-folder-open-o.label::after,
.footer-home .footer-three-part .first ul li.fa-folder-open-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-folder-open-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-folder-open-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-folder-open-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-folder-open-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-folder-open-o::after,
.home-page .home-links .link .bg .fa-folder-open-o.icon,
.home-slider .form-hero .head .right i.fa-folder-open-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-folder-open-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-folder-open-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-folder-open-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-open-o:before,
.home-page .home-links .link .bg .fa-folder-open-o.icon:before,
.home-slider .form-hero .head .right i.fa-folder-open-o:before {
  content: "\F07C";
}

.fa.fa-smile-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-smile-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-smile-o.label::after,
.footer-home .footer-three-part .first ul li.fa-smile-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-smile-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-smile-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-smile-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-smile-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-smile-o::after,
.home-page .home-links .link .bg .fa-smile-o.icon,
.home-slider .form-hero .head .right i.fa-smile-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-smile-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-smile-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-smile-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before,
.home-page .home-links .link .bg .fa-smile-o.icon:before,
.home-slider .form-hero .head .right i.fa-smile-o:before {
  content: "\F118";
}

.fa.fa-frown-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-frown-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-frown-o.label::after,
.footer-home .footer-three-part .first ul li.fa-frown-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-frown-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-frown-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-frown-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-frown-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-frown-o::after,
.home-page .home-links .link .bg .fa-frown-o.icon,
.home-slider .form-hero .head .right i.fa-frown-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-frown-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-frown-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-frown-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-frown-o:before,
.home-page .home-links .link .bg .fa-frown-o.icon:before,
.home-slider .form-hero .head .right i.fa-frown-o:before {
  content: "\F119";
}

.fa.fa-meh-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-meh-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-meh-o.label::after,
.footer-home .footer-three-part .first ul li.fa-meh-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-meh-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-meh-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-meh-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-meh-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-meh-o::after,
.home-page .home-links .link .bg .fa-meh-o.icon,
.home-slider .form-hero .head .right i.fa-meh-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meh-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meh-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-meh-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before,
.home-page .home-links .link .bg .fa-meh-o.icon:before,
.home-slider .form-hero .head .right i.fa-meh-o:before {
  content: "\F11A";
}

.fa.fa-keyboard-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-keyboard-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-keyboard-o.label::after,
.footer-home .footer-three-part .first ul li.fa-keyboard-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-keyboard-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-keyboard-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-keyboard-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-keyboard-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-keyboard-o::after,
.home-page .home-links .link .bg .fa-keyboard-o.icon,
.home-slider .form-hero .head .right i.fa-keyboard-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-keyboard-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-keyboard-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-keyboard-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before,
.home-page .home-links .link .bg .fa-keyboard-o.icon:before,
.home-slider .form-hero .head .right i.fa-keyboard-o:before {
  content: "\F11C";
}

.fa.fa-flag-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-flag-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-flag-o.label::after,
.footer-home .footer-three-part .first ul li.fa-flag-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-flag-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-flag-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-flag-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-flag-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-flag-o::after,
.home-page .home-links .link .bg .fa-flag-o.icon,
.home-slider .form-hero .head .right i.fa-flag-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-flag-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-flag-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-flag-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-flag-o:before,
.home-page .home-links .link .bg .fa-flag-o.icon:before,
.home-slider .form-hero .head .right i.fa-flag-o:before {
  content: "\F024";
}

.fa.fa-mail-reply-all:before,
.home-page .home-links .link .bg .fa-mail-reply-all.icon:before,
.home-slider .form-hero .head .right i.fa-mail-reply-all:before {
  content: "\F122";
}

.fa.fa-star-half-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-star-half-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-star-half-o.label::after,
.footer-home .footer-three-part .first ul li.fa-star-half-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-star-half-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-star-half-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-star-half-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-star-half-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-star-half-o::after,
.home-page .home-links .link .bg .fa-star-half-o.icon,
.home-slider .form-hero .head .right i.fa-star-half-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-star-half-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before,
.home-page .home-links .link .bg .fa-star-half-o.icon:before,
.home-slider .form-hero .head .right i.fa-star-half-o:before {
  content: "\F089";
}

.fa.fa-star-half-empty,
.home .navbar #primary-menu li.menu-item-has-children a.fa-star-half-empty::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-star-half-empty.label::after,
.footer-home .footer-three-part .first ul li.fa-star-half-empty::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-star-half-empty::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-star-half-empty::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-star-half-empty::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-star-half-empty::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-star-half-empty::after,
.home-page .home-links .link .bg .fa-star-half-empty.icon,
.home-slider .form-hero .head .right i.fa-star-half-empty,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-empty.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-empty.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-star-half-empty.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before,
.home-page .home-links .link .bg .fa-star-half-empty.icon:before,
.home-slider .form-hero .head .right i.fa-star-half-empty:before {
  content: "\F089";
}

.fa.fa-star-half-full,
.home .navbar #primary-menu li.menu-item-has-children a.fa-star-half-full::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-star-half-full.label::after,
.footer-home .footer-three-part .first ul li.fa-star-half-full::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-star-half-full::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-star-half-full::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-star-half-full::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-star-half-full::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-star-half-full::after,
.home-page .home-links .link .bg .fa-star-half-full.icon,
.home-slider .form-hero .head .right i.fa-star-half-full,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-full.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-star-half-full.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-star-half-full.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before,
.home-page .home-links .link .bg .fa-star-half-full.icon:before,
.home-slider .form-hero .head .right i.fa-star-half-full:before {
  content: "\F089";
}

.fa.fa-code-fork:before,
.home-page .home-links .link .bg .fa-code-fork.icon:before,
.home-slider .form-hero .head .right i.fa-code-fork:before {
  content: "\F126";
}

.fa.fa-chain-broken:before,
.home-page .home-links .link .bg .fa-chain-broken.icon:before,
.home-slider .form-hero .head .right i.fa-chain-broken:before {
  content: "\F127";
}

.fa.fa-shield:before,
.home-page .home-links .link .bg .fa-shield.icon:before,
.home-slider .form-hero .head .right i.fa-shield:before {
  content: "\F3ED";
}

.fa.fa-calendar-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-calendar-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-calendar-o.label::after,
.footer-home .footer-three-part .first ul li.fa-calendar-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-calendar-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-calendar-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-calendar-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-calendar-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-calendar-o::after,
.home-page .home-links .link .bg .fa-calendar-o.icon,
.home-slider .form-hero .head .right i.fa-calendar-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-calendar-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-o:before,
.home-page .home-links .link .bg .fa-calendar-o.icon:before,
.home-slider .form-hero .head .right i.fa-calendar-o:before {
  content: "\F133";
}

.fa.fa-maxcdn,
.home .navbar #primary-menu li.menu-item-has-children a.fa-maxcdn::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-maxcdn.label::after,
.footer-home .footer-three-part .first ul li.fa-maxcdn::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-maxcdn::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-maxcdn::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-maxcdn::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-maxcdn::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-maxcdn::after,
.home-page .home-links .link .bg .fa-maxcdn.icon,
.home-slider .form-hero .head .right i.fa-maxcdn,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-maxcdn.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-maxcdn.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-maxcdn.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5,
.home .navbar #primary-menu li.menu-item-has-children a.fa-html5::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-html5.label::after,
.footer-home .footer-three-part .first ul li.fa-html5::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-html5::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-html5::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-html5::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-html5::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-html5::after,
.home-page .home-links .link .bg .fa-html5.icon,
.home-slider .form-hero .head .right i.fa-html5,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-html5.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-html5.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-html5.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3,
.home .navbar #primary-menu li.menu-item-has-children a.fa-css3::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-css3.label::after,
.footer-home .footer-three-part .first ul li.fa-css3::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-css3::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-css3::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-css3::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-css3::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-css3::after,
.home-page .home-links .link .bg .fa-css3.icon,
.home-slider .form-hero .head .right i.fa-css3,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-css3.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-css3.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-css3.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before,
.home-page .home-links .link .bg .fa-ticket.icon:before,
.home-slider .form-hero .head .right i.fa-ticket:before {
  content: "\F3FF";
}

.fa.fa-minus-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-minus-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-minus-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-minus-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-minus-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-minus-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-minus-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-minus-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-minus-square-o::after,
.home-page .home-links .link .bg .fa-minus-square-o.icon,
.home-slider .form-hero .head .right i.fa-minus-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-minus-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-minus-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-minus-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before,
.home-page .home-links .link .bg .fa-minus-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-minus-square-o:before {
  content: "\F146";
}

.fa.fa-level-up:before,
.home-page .home-links .link .bg .fa-level-up.icon:before,
.home-slider .form-hero .head .right i.fa-level-up:before {
  content: "\F3BF";
}

.fa.fa-level-down:before,
.home-page .home-links .link .bg .fa-level-down.icon:before,
.home-slider .form-hero .head .right i.fa-level-down:before {
  content: "\F3BE";
}

.fa.fa-pencil-square:before,
.home-page .home-links .link .bg .fa-pencil-square.icon:before,
.home-slider .form-hero .head .right i.fa-pencil-square:before {
  content: "\F14B";
}

.fa.fa-external-link-square:before,
.home-page .home-links .link .bg .fa-external-link-square.icon:before,
.home-slider .form-hero .head .right i.fa-external-link-square:before {
  content: "\F360";
}

.fa.fa-compass,
.home .navbar #primary-menu li.menu-item-has-children a.fa-compass::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-compass.label::after,
.footer-home .footer-three-part .first ul li.fa-compass::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-compass::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-compass::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-compass::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-compass::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-compass::after,
.home-page .home-links .link .bg .fa-compass.icon,
.home-slider .form-hero .head .right i.fa-compass,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-compass.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-compass.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-compass.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down,
.home .navbar #primary-menu li.menu-item-has-children a.fa-caret-square-o-down::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-caret-square-o-down.label::after,
.footer-home .footer-three-part .first ul li.fa-caret-square-o-down::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-caret-square-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-caret-square-o-down::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-caret-square-o-down::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-caret-square-o-down::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-caret-square-o-down::after,
.home-page .home-links .link .bg .fa-caret-square-o-down.icon,
.home-slider .form-hero .head .right i.fa-caret-square-o-down,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-down.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-down.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-caret-square-o-down.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before,
.home-page .home-links .link .bg .fa-caret-square-o-down.icon:before,
.home-slider .form-hero .head .right i.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa.fa-toggle-down,
.home .navbar #primary-menu li.menu-item-has-children a.fa-toggle-down::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-toggle-down.label::after,
.footer-home .footer-three-part .first ul li.fa-toggle-down::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-toggle-down::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-toggle-down::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-toggle-down::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-toggle-down::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-toggle-down::after,
.home-page .home-links .link .bg .fa-toggle-down.icon,
.home-slider .form-hero .head .right i.fa-toggle-down,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-down.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-down.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-toggle-down.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before,
.home-page .home-links .link .bg .fa-toggle-down.icon:before,
.home-slider .form-hero .head .right i.fa-toggle-down:before {
  content: "\F150";
}

.fa.fa-caret-square-o-up,
.home .navbar #primary-menu li.menu-item-has-children a.fa-caret-square-o-up::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-caret-square-o-up.label::after,
.footer-home .footer-three-part .first ul li.fa-caret-square-o-up::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-caret-square-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-caret-square-o-up::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-caret-square-o-up::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-caret-square-o-up::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-caret-square-o-up::after,
.home-page .home-links .link .bg .fa-caret-square-o-up.icon,
.home-slider .form-hero .head .right i.fa-caret-square-o-up,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-up.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-up.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-caret-square-o-up.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before,
.home-page .home-links .link .bg .fa-caret-square-o-up.icon:before,
.home-slider .form-hero .head .right i.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa.fa-toggle-up,
.home .navbar #primary-menu li.menu-item-has-children a.fa-toggle-up::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-toggle-up.label::after,
.footer-home .footer-three-part .first ul li.fa-toggle-up::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-toggle-up::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-toggle-up::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-toggle-up::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-toggle-up::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-toggle-up::after,
.home-page .home-links .link .bg .fa-toggle-up.icon,
.home-slider .form-hero .head .right i.fa-toggle-up,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-up.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-up.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-toggle-up.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before,
.home-page .home-links .link .bg .fa-toggle-up.icon:before,
.home-slider .form-hero .head .right i.fa-toggle-up:before {
  content: "\F151";
}

.fa.fa-caret-square-o-right,
.home .navbar #primary-menu li.menu-item-has-children a.fa-caret-square-o-right::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-caret-square-o-right.label::after,
.footer-home .footer-three-part .first ul li.fa-caret-square-o-right::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-caret-square-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-caret-square-o-right::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-caret-square-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-caret-square-o-right::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-caret-square-o-right::after,
.home-page .home-links .link .bg .fa-caret-square-o-right.icon,
.home-slider .form-hero .head .right i.fa-caret-square-o-right,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-right.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-right.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-caret-square-o-right.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before,
.home-page .home-links .link .bg .fa-caret-square-o-right.icon:before,
.home-slider .form-hero .head .right i.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa.fa-toggle-right,
.home .navbar #primary-menu li.menu-item-has-children a.fa-toggle-right::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-toggle-right.label::after,
.footer-home .footer-three-part .first ul li.fa-toggle-right::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-toggle-right::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-toggle-right::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-toggle-right::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-toggle-right::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-toggle-right::after,
.home-page .home-links .link .bg .fa-toggle-right.icon,
.home-slider .form-hero .head .right i.fa-toggle-right,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-right.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-right.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-toggle-right.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before,
.home-page .home-links .link .bg .fa-toggle-right.icon:before,
.home-slider .form-hero .head .right i.fa-toggle-right:before {
  content: "\F152";
}

.fa.fa-eur:before,
.home-page .home-links .link .bg .fa-eur.icon:before,
.home-slider .form-hero .head .right i.fa-eur:before {
  content: "\F153";
}

.fa.fa-euro:before,
.home-page .home-links .link .bg .fa-euro.icon:before,
.home-slider .form-hero .head .right i.fa-euro:before {
  content: "\F153";
}

.fa.fa-gbp:before,
.home-page .home-links .link .bg .fa-gbp.icon:before,
.home-slider .form-hero .head .right i.fa-gbp:before {
  content: "\F154";
}

.fa.fa-usd:before,
.home-page .home-links .link .bg .fa-usd.icon:before,
.home-slider .form-hero .head .right i.fa-usd:before {
  content: "\F155";
}

.fa.fa-dollar:before,
.home-page .home-links .link .bg .fa-dollar.icon:before,
.home-slider .form-hero .head .right i.fa-dollar:before {
  content: "\F155";
}

.fa.fa-inr:before,
.home-page .home-links .link .bg .fa-inr.icon:before,
.home-slider .form-hero .head .right i.fa-inr:before {
  content: "\F156";
}

.fa.fa-rupee:before,
.home-page .home-links .link .bg .fa-rupee.icon:before,
.home-slider .form-hero .head .right i.fa-rupee:before {
  content: "\F156";
}

.fa.fa-jpy:before,
.home-page .home-links .link .bg .fa-jpy.icon:before,
.home-slider .form-hero .head .right i.fa-jpy:before {
  content: "\F157";
}

.fa.fa-cny:before,
.home-page .home-links .link .bg .fa-cny.icon:before,
.home-slider .form-hero .head .right i.fa-cny:before {
  content: "\F157";
}

.fa.fa-rmb:before,
.home-page .home-links .link .bg .fa-rmb.icon:before,
.home-slider .form-hero .head .right i.fa-rmb:before {
  content: "\F157";
}

.fa.fa-yen:before,
.home-page .home-links .link .bg .fa-yen.icon:before,
.home-slider .form-hero .head .right i.fa-yen:before {
  content: "\F157";
}

.fa.fa-rub:before,
.home-page .home-links .link .bg .fa-rub.icon:before,
.home-slider .form-hero .head .right i.fa-rub:before {
  content: "\F158";
}

.fa.fa-ruble:before,
.home-page .home-links .link .bg .fa-ruble.icon:before,
.home-slider .form-hero .head .right i.fa-ruble:before {
  content: "\F158";
}

.fa.fa-rouble:before,
.home-page .home-links .link .bg .fa-rouble.icon:before,
.home-slider .form-hero .head .right i.fa-rouble:before {
  content: "\F158";
}

.fa.fa-krw:before,
.home-page .home-links .link .bg .fa-krw.icon:before,
.home-slider .form-hero .head .right i.fa-krw:before {
  content: "\F159";
}

.fa.fa-won:before,
.home-page .home-links .link .bg .fa-won.icon:before,
.home-slider .form-hero .head .right i.fa-won:before {
  content: "\F159";
}

.fa.fa-btc,
.home .navbar #primary-menu li.menu-item-has-children a.fa-btc::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-btc.label::after,
.footer-home .footer-three-part .first ul li.fa-btc::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-btc::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-btc::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-btc::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-btc::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-btc::after,
.home-page .home-links .link .bg .fa-btc.icon,
.home-slider .form-hero .head .right i.fa-btc,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-btc.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-btc.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-btc.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bitcoin::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bitcoin.label::after,
.footer-home .footer-three-part .first ul li.fa-bitcoin::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bitcoin::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bitcoin::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bitcoin::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bitcoin::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bitcoin::after,
.home-page .home-links .link .bg .fa-bitcoin.icon,
.home-slider .form-hero .head .right i.fa-bitcoin,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitcoin.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitcoin.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bitcoin.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin:before,
.home-page .home-links .link .bg .fa-bitcoin.icon:before,
.home-slider .form-hero .head .right i.fa-bitcoin:before {
  content: "\F15A";
}

.fa.fa-file-text:before,
.home-page .home-links .link .bg .fa-file-text.icon:before,
.home-slider .form-hero .head .right i.fa-file-text:before {
  content: "\F15C";
}

.fa.fa-sort-alpha-asc:before,
.home-page .home-links .link .bg .fa-sort-alpha-asc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa.fa-sort-alpha-desc:before,
.home-page .home-links .link .bg .fa-sort-alpha-desc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-alpha-desc:before {
  content: "\F881";
}

.fa.fa-sort-amount-asc:before,
.home-page .home-links .link .bg .fa-sort-amount-asc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa.fa-sort-amount-desc:before,
.home-page .home-links .link .bg .fa-sort-amount-desc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-amount-desc:before {
  content: "\F884";
}

.fa.fa-sort-numeric-asc:before,
.home-page .home-links .link .bg .fa-sort-numeric-asc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa.fa-sort-numeric-desc:before,
.home-page .home-links .link .bg .fa-sort-numeric-desc.icon:before,
.home-slider .form-hero .head .right i.fa-sort-numeric-desc:before {
  content: "\F886";
}

.fa.fa-youtube-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-youtube-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-youtube-square.label::after,
.footer-home .footer-three-part .first ul li.fa-youtube-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-youtube-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-youtube-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-youtube-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-youtube-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-youtube-square::after,
.home-page .home-links .link .bg .fa-youtube-square.icon,
.home-slider .form-hero .head .right i.fa-youtube-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-youtube-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube,
.home .navbar #primary-menu li.menu-item-has-children a.fa-youtube::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-youtube.label::after,
.footer-home .footer-three-part .first ul li.fa-youtube::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-youtube::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-youtube::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-youtube::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-youtube::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-youtube::after,
.home-page .home-links .link .bg .fa-youtube.icon,
.home-slider .form-hero .head .right i.fa-youtube,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-youtube.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing,
.home .navbar #primary-menu li.menu-item-has-children a.fa-xing::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-xing.label::after,
.footer-home .footer-three-part .first ul li.fa-xing::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-xing::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-xing::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-xing::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-xing::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-xing::after,
.home-page .home-links .link .bg .fa-xing.icon,
.home-slider .form-hero .head .right i.fa-xing,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-xing.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-xing.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-xing.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-xing-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-xing-square.label::after,
.footer-home .footer-three-part .first ul li.fa-xing-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-xing-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-xing-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-xing-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-xing-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-xing-square::after,
.home-page .home-links .link .bg .fa-xing-square.icon,
.home-slider .form-hero .head .right i.fa-xing-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-xing-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-xing-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-xing-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play,
.home .navbar #primary-menu li.menu-item-has-children a.fa-youtube-play::after,
.home .navbar #primary-menu li.menu-item-has-children .home-page .home-links .link .bg a.icon.testi::after,
.home-page .home-links .link .bg .home .navbar #primary-menu li.menu-item-has-children a.icon.testi::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-youtube-play.label::after,
.footer-home .modal-form .modal-body .form-hero .body .home-page .home-links .link .bg .label.icon.testi::after,
.home-page .home-links .link .bg .footer-home .modal-form .modal-body .form-hero .body .label.icon.testi::after,
.footer-home .footer-three-part .first ul li.fa-youtube-play::before,
.footer-home .footer-three-part .first ul .home-page .home-links .link .bg li.icon.testi::before,
.home-page .home-links .link .bg .footer-home .footer-three-part .first ul li.icon.testi::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-youtube-play::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-youtube-play::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-youtube-play::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-youtube-play::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-youtube-play::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .home-page .home-links .link .bg input.icon.testi::after,
.home-page .home-links .link .bg .footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.icon.testi::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .home-links .link .bg input.icon.testi::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page .home-links .link .bg #main_quote_buttons .pull-right input.icon.testi::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .home-links .link .bg input.icon.testi::after,
.home-page .home-links .link .bg .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.icon.testi::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .home-page .home-links .link .bg input.icon.testi::after,
.home-page .home-links .link .bg .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.icon.testi::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .home-page .home-links .link .bg input.icon.testi::after,
.home-page .home-links .link .bg #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.icon.testi::after,
.home-page .home-links .link .bg .fa-youtube-play.icon,
.home-page .home-links .link .bg .icon.testi,
.home-page .home-links .link .bg .home-slider .metaslider .flexslider .flex-direction-nav a.icon.testi.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav .home-page .home-links .link .bg a.icon.testi.flex-prev::before,
.home-page .home-links .link .bg .home-slider .metaslider .flexslider .flex-direction-nav a.icon.testi.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav .home-page .home-links .link .bg a.icon.testi.flex-next::before,
.home-page .home-links .link .bg .warranty-registration .wpcf7-form .experience .radio-fields .icon.testi.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .home-page .home-links .link .bg .icon.testi.wpcf7-list-item::after,
.home-slider .form-hero .head .right i.fa-youtube-play,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube-play.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-youtube-play.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-youtube-play.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before,
.home-page .home-links .link .bg .fa-youtube-play.icon:before,
.home-page .home-links .link .bg .icon.testi:before,
.home-slider .form-hero .head .right i.fa-youtube-play:before {
  content: "\F167";
}

.fa.fa-dropbox,
.home .navbar #primary-menu li.menu-item-has-children a.fa-dropbox::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-dropbox.label::after,
.footer-home .footer-three-part .first ul li.fa-dropbox::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-dropbox::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-dropbox::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-dropbox::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-dropbox::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-dropbox::after,
.home-page .home-links .link .bg .fa-dropbox.icon,
.home-slider .form-hero .head .right i.fa-dropbox,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dropbox.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dropbox.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-dropbox.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow,
.home .navbar #primary-menu li.menu-item-has-children a.fa-stack-overflow::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-stack-overflow.label::after,
.footer-home .footer-three-part .first ul li.fa-stack-overflow::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-stack-overflow::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-stack-overflow::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-stack-overflow::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-stack-overflow::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-stack-overflow::after,
.home-page .home-links .link .bg .fa-stack-overflow.icon,
.home-slider .form-hero .head .right i.fa-stack-overflow,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stack-overflow.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stack-overflow.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-stack-overflow.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram,
.home .navbar #primary-menu li.menu-item-has-children a.fa-instagram::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-instagram.label::after,
.footer-home .footer-three-part .first ul li.fa-instagram::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-instagram::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-instagram::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-instagram::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-instagram::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-instagram::after,
.home-page .home-links .link .bg .fa-instagram.icon,
.home-slider .form-hero .head .right i.fa-instagram,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-instagram.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-instagram.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-instagram.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr,
.home .navbar #primary-menu li.menu-item-has-children a.fa-flickr::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-flickr.label::after,
.footer-home .footer-three-part .first ul li.fa-flickr::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-flickr::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-flickr::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-flickr::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-flickr::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-flickr::after,
.home-page .home-links .link .bg .fa-flickr.icon,
.home-slider .form-hero .head .right i.fa-flickr,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-flickr.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-flickr.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-flickr.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn,
.home .navbar #primary-menu li.menu-item-has-children a.fa-adn::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-adn.label::after,
.footer-home .footer-three-part .first ul li.fa-adn::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-adn::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-adn::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-adn::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-adn::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-adn::after,
.home-page .home-links .link .bg .fa-adn.icon,
.home-slider .form-hero .head .right i.fa-adn,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-adn.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-adn.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-adn.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bitbucket::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bitbucket.label::after,
.footer-home .footer-three-part .first ul li.fa-bitbucket::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bitbucket::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bitbucket::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bitbucket::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bitbucket::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bitbucket::after,
.home-page .home-links .link .bg .fa-bitbucket.icon,
.home-slider .form-hero .head .right i.fa-bitbucket,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitbucket.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitbucket.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bitbucket.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bitbucket-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bitbucket-square.label::after,
.footer-home .footer-three-part .first ul li.fa-bitbucket-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bitbucket-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bitbucket-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bitbucket-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bitbucket-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bitbucket-square::after,
.home-page .home-links .link .bg .fa-bitbucket-square.icon,
.home-slider .form-hero .head .right i.fa-bitbucket-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitbucket-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bitbucket-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bitbucket-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square:before,
.home-page .home-links .link .bg .fa-bitbucket-square.icon:before,
.home-slider .form-hero .head .right i.fa-bitbucket-square:before {
  content: "\F171";
}

.fa.fa-tumblr,
.home .navbar #primary-menu li.menu-item-has-children a.fa-tumblr::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-tumblr.label::after,
.footer-home .footer-three-part .first ul li.fa-tumblr::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-tumblr::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-tumblr::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-tumblr::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-tumblr::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-tumblr::after,
.home-page .home-links .link .bg .fa-tumblr.icon,
.home-slider .form-hero .head .right i.fa-tumblr,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tumblr.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tumblr.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-tumblr.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-tumblr-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-tumblr-square.label::after,
.footer-home .footer-three-part .first ul li.fa-tumblr-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-tumblr-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-tumblr-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-tumblr-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-tumblr-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-tumblr-square::after,
.home-page .home-links .link .bg .fa-tumblr-square.icon,
.home-slider .form-hero .head .right i.fa-tumblr-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tumblr-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tumblr-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-tumblr-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-long-arrow-down:before,
.home-page .home-links .link .bg .fa-long-arrow-down.icon:before,
.home-slider .form-hero .head .right i.fa-long-arrow-down:before {
  content: "\F309";
}

.fa.fa-long-arrow-up:before,
.home-page .home-links .link .bg .fa-long-arrow-up.icon:before,
.home-slider .form-hero .head .right i.fa-long-arrow-up:before {
  content: "\F30C";
}

.fa.fa-long-arrow-left:before,
.home-page .home-links .link .bg .fa-long-arrow-left.icon:before,
.home-slider .form-hero .head .right i.fa-long-arrow-left:before {
  content: "\F30A";
}

.fa.fa-long-arrow-right:before,
.home-page .home-links .link .bg .fa-long-arrow-right.icon:before,
.home-slider .form-hero .head .right i.fa-long-arrow-right:before {
  content: "\F30B";
}

.fa.fa-apple,
.home .navbar #primary-menu li.menu-item-has-children a.fa-apple::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-apple.label::after,
.footer-home .footer-three-part .first ul li.fa-apple::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-apple::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-apple::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-apple::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-apple::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-apple::after,
.home-page .home-links .link .bg .fa-apple.icon,
.home-slider .form-hero .head .right i.fa-apple,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-apple.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-apple.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-apple.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows,
.home .navbar #primary-menu li.menu-item-has-children a.fa-windows::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-windows.label::after,
.footer-home .footer-three-part .first ul li.fa-windows::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-windows::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-windows::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-windows::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-windows::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-windows::after,
.home-page .home-links .link .bg .fa-windows.icon,
.home-slider .form-hero .head .right i.fa-windows,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-windows.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-windows.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-windows.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android,
.home .navbar #primary-menu li.menu-item-has-children a.fa-android::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-android.label::after,
.footer-home .footer-three-part .first ul li.fa-android::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-android::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-android::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-android::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-android::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-android::after,
.home-page .home-links .link .bg .fa-android.icon,
.home-slider .form-hero .head .right i.fa-android,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-android.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-android.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-android.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux,
.home .navbar #primary-menu li.menu-item-has-children a.fa-linux::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-linux.label::after,
.footer-home .footer-three-part .first ul li.fa-linux::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-linux::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-linux::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-linux::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-linux::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-linux::after,
.home-page .home-links .link .bg .fa-linux.icon,
.home-slider .form-hero .head .right i.fa-linux,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linux.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linux.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-linux.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble,
.home .navbar #primary-menu li.menu-item-has-children a.fa-dribbble::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-dribbble.label::after,
.footer-home .footer-three-part .first ul li.fa-dribbble::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-dribbble::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-dribbble::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-dribbble::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-dribbble::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-dribbble::after,
.home-page .home-links .link .bg .fa-dribbble.icon,
.home-slider .form-hero .head .right i.fa-dribbble,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dribbble.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dribbble.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-dribbble.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype,
.home .navbar #primary-menu li.menu-item-has-children a.fa-skype::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-skype.label::after,
.footer-home .footer-three-part .first ul li.fa-skype::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-skype::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-skype::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-skype::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-skype::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-skype::after,
.home-page .home-links .link .bg .fa-skype.icon,
.home-slider .form-hero .head .right i.fa-skype,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-skype.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-skype.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-skype.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare,
.home .navbar #primary-menu li.menu-item-has-children a.fa-foursquare::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-foursquare.label::after,
.footer-home .footer-three-part .first ul li.fa-foursquare::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-foursquare::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-foursquare::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-foursquare::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-foursquare::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-foursquare::after,
.home-page .home-links .link .bg .fa-foursquare.icon,
.home-slider .form-hero .head .right i.fa-foursquare,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-foursquare.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-foursquare.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-foursquare.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello,
.home .navbar #primary-menu li.menu-item-has-children a.fa-trello::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-trello.label::after,
.footer-home .footer-three-part .first ul li.fa-trello::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-trello::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-trello::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-trello::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-trello::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-trello::after,
.home-page .home-links .link .bg .fa-trello.icon,
.home-slider .form-hero .head .right i.fa-trello,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-trello.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-trello.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-trello.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay,
.home .navbar #primary-menu li.menu-item-has-children a.fa-gratipay::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-gratipay.label::after,
.footer-home .footer-three-part .first ul li.fa-gratipay::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-gratipay::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-gratipay::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-gratipay::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-gratipay::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-gratipay::after,
.home-page .home-links .link .bg .fa-gratipay.icon,
.home-slider .form-hero .head .right i.fa-gratipay,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gratipay.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gratipay.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-gratipay.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip,
.home .navbar #primary-menu li.menu-item-has-children a.fa-gittip::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-gittip.label::after,
.footer-home .footer-three-part .first ul li.fa-gittip::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-gittip::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-gittip::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-gittip::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-gittip::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-gittip::after,
.home-page .home-links .link .bg .fa-gittip.icon,
.home-slider .form-hero .head .right i.fa-gittip,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gittip.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gittip.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-gittip.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip:before,
.home-page .home-links .link .bg .fa-gittip.icon:before,
.home-slider .form-hero .head .right i.fa-gittip:before {
  content: "\F184";
}

.fa.fa-sun-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-sun-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-sun-o.label::after,
.footer-home .footer-three-part .first ul li.fa-sun-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-sun-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-sun-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-sun-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-sun-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-sun-o::after,
.home-page .home-links .link .bg .fa-sun-o.icon,
.home-slider .form-hero .head .right i.fa-sun-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sun-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sun-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-sun-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before,
.home-page .home-links .link .bg .fa-sun-o.icon:before,
.home-slider .form-hero .head .right i.fa-sun-o:before {
  content: "\F185";
}

.fa.fa-moon-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-moon-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-moon-o.label::after,
.footer-home .footer-three-part .first ul li.fa-moon-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-moon-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-moon-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-moon-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-moon-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-moon-o::after,
.home-page .home-links .link .bg .fa-moon-o.icon,
.home-slider .form-hero .head .right i.fa-moon-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-moon-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-moon-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-moon-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before,
.home-page .home-links .link .bg .fa-moon-o.icon:before,
.home-slider .form-hero .head .right i.fa-moon-o:before {
  content: "\F186";
}

.fa.fa-vk,
.home .navbar #primary-menu li.menu-item-has-children a.fa-vk::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-vk.label::after,
.footer-home .footer-three-part .first ul li.fa-vk::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-vk::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-vk::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-vk::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-vk::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-vk::after,
.home-page .home-links .link .bg .fa-vk.icon,
.home-slider .form-hero .head .right i.fa-vk,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vk.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vk.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-vk.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-weibo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-weibo.label::after,
.footer-home .footer-three-part .first ul li.fa-weibo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-weibo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-weibo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-weibo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-weibo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-weibo::after,
.home-page .home-links .link .bg .fa-weibo.icon,
.home-slider .form-hero .head .right i.fa-weibo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-weibo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-weibo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-weibo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren,
.home .navbar #primary-menu li.menu-item-has-children a.fa-renren::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-renren.label::after,
.footer-home .footer-three-part .first ul li.fa-renren::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-renren::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-renren::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-renren::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-renren::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-renren::after,
.home-page .home-links .link .bg .fa-renren.icon,
.home-slider .form-hero .head .right i.fa-renren,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-renren.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-renren.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-renren.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pagelines::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pagelines.label::after,
.footer-home .footer-three-part .first ul li.fa-pagelines::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pagelines::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pagelines::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pagelines::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pagelines::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pagelines::after,
.home-page .home-links .link .bg .fa-pagelines.icon,
.home-slider .form-hero .head .right i.fa-pagelines,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pagelines.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pagelines.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pagelines.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange,
.home .navbar #primary-menu li.menu-item-has-children a.fa-stack-exchange::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-stack-exchange.label::after,
.footer-home .footer-three-part .first ul li.fa-stack-exchange::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-stack-exchange::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-stack-exchange::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-stack-exchange::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-stack-exchange::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-stack-exchange::after,
.home-page .home-links .link .bg .fa-stack-exchange.icon,
.home-slider .form-hero .head .right i.fa-stack-exchange,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stack-exchange.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stack-exchange.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-stack-exchange.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right,
.home .navbar #primary-menu li.menu-item-has-children a.fa-arrow-circle-o-right::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-arrow-circle-o-right.label::after,
.footer-home .footer-three-part .first ul li.fa-arrow-circle-o-right::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-arrow-circle-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-arrow-circle-o-right::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-arrow-circle-o-right::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-arrow-circle-o-right::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-arrow-circle-o-right::after,
.home-page .home-links .link .bg .fa-arrow-circle-o-right.icon,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-right,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-right.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-right.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-arrow-circle-o-right.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before,
.home-page .home-links .link .bg .fa-arrow-circle-o-right.icon:before,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-right:before {
  content: "\F35A";
}

.fa.fa-arrow-circle-o-left,
.home .navbar #primary-menu li.menu-item-has-children a.fa-arrow-circle-o-left::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-arrow-circle-o-left.label::after,
.footer-home .footer-three-part .first ul li.fa-arrow-circle-o-left::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-arrow-circle-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-arrow-circle-o-left::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-arrow-circle-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-arrow-circle-o-left::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-arrow-circle-o-left::after,
.home-page .home-links .link .bg .fa-arrow-circle-o-left.icon,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-left,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-left.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-arrow-circle-o-left.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-arrow-circle-o-left.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before,
.home-page .home-links .link .bg .fa-arrow-circle-o-left.icon:before,
.home-slider .form-hero .head .right i.fa-arrow-circle-o-left:before {
  content: "\F359";
}

.fa.fa-caret-square-o-left,
.home .navbar #primary-menu li.menu-item-has-children a.fa-caret-square-o-left::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-caret-square-o-left.label::after,
.footer-home .footer-three-part .first ul li.fa-caret-square-o-left::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-caret-square-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-caret-square-o-left::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-caret-square-o-left::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-caret-square-o-left::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-caret-square-o-left::after,
.home-page .home-links .link .bg .fa-caret-square-o-left.icon,
.home-slider .form-hero .head .right i.fa-caret-square-o-left,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-left.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-caret-square-o-left.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-caret-square-o-left.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before,
.home-page .home-links .link .bg .fa-caret-square-o-left.icon:before,
.home-slider .form-hero .head .right i.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa.fa-toggle-left,
.home .navbar #primary-menu li.menu-item-has-children a.fa-toggle-left::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-toggle-left.label::after,
.footer-home .footer-three-part .first ul li.fa-toggle-left::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-toggle-left::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-toggle-left::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-toggle-left::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-toggle-left::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-toggle-left::after,
.home-page .home-links .link .bg .fa-toggle-left.icon,
.home-slider .form-hero .head .right i.fa-toggle-left,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-left.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-toggle-left.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-toggle-left.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before,
.home-page .home-links .link .bg .fa-toggle-left.icon:before,
.home-slider .form-hero .head .right i.fa-toggle-left:before {
  content: "\F191";
}

.fa.fa-dot-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-dot-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-dot-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-dot-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-dot-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-dot-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-dot-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-dot-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-dot-circle-o::after,
.home-page .home-links .link .bg .fa-dot-circle-o.icon,
.home-slider .form-hero .head .right i.fa-dot-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dot-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dot-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-dot-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dot-circle-o:before,
.home-page .home-links .link .bg .fa-dot-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-dot-circle-o:before {
  content: "\F192";
}

.fa.fa-vimeo-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-vimeo-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-vimeo-square.label::after,
.footer-home .footer-three-part .first ul li.fa-vimeo-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-vimeo-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-vimeo-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-vimeo-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-vimeo-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-vimeo-square::after,
.home-page .home-links .link .bg .fa-vimeo-square.icon,
.home-slider .form-hero .head .right i.fa-vimeo-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vimeo-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vimeo-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-vimeo-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before,
.home-page .home-links .link .bg .fa-try.icon:before,
.home-slider .form-hero .head .right i.fa-try:before {
  content: "\F195";
}

.fa.fa-turkish-lira:before,
.home-page .home-links .link .bg .fa-turkish-lira.icon:before,
.home-slider .form-hero .head .right i.fa-turkish-lira:before {
  content: "\F195";
}

.fa.fa-plus-square-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-plus-square-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-plus-square-o.label::after,
.footer-home .footer-three-part .first ul li.fa-plus-square-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-plus-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-plus-square-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-plus-square-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-plus-square-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-plus-square-o::after,
.home-page .home-links .link .bg .fa-plus-square-o.icon,
.home-slider .form-hero .head .right i.fa-plus-square-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-plus-square-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-plus-square-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-plus-square-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before,
.home-page .home-links .link .bg .fa-plus-square-o.icon:before,
.home-slider .form-hero .head .right i.fa-plus-square-o:before {
  content: "\F0FE";
}

.fa.fa-slack,
.home .navbar #primary-menu li.menu-item-has-children a.fa-slack::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-slack.label::after,
.footer-home .footer-three-part .first ul li.fa-slack::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-slack::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-slack::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-slack::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-slack::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-slack::after,
.home-page .home-links .link .bg .fa-slack.icon,
.home-slider .form-hero .head .right i.fa-slack,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-slack.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-slack.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-slack.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wordpress::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wordpress.label::after,
.footer-home .footer-three-part .first ul li.fa-wordpress::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wordpress::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wordpress::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wordpress::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wordpress::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wordpress::after,
.home-page .home-links .link .bg .fa-wordpress.icon,
.home-slider .form-hero .head .right i.fa-wordpress,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wordpress.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wordpress.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wordpress.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid,
.home .navbar #primary-menu li.menu-item-has-children a.fa-openid::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-openid.label::after,
.footer-home .footer-three-part .first ul li.fa-openid::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-openid::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-openid::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-openid::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-openid::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-openid::after,
.home-page .home-links .link .bg .fa-openid.icon,
.home-slider .form-hero .head .right i.fa-openid,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-openid.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-openid.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-openid.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before,
.home-page .home-links .link .bg .fa-institution.icon:before,
.home-slider .form-hero .head .right i.fa-institution:before {
  content: "\F19C";
}

.fa.fa-bank:before,
.home-page .home-links .link .bg .fa-bank.icon:before,
.home-slider .form-hero .head .right i.fa-bank:before {
  content: "\F19C";
}

.fa.fa-mortar-board:before,
.home-page .home-links .link .bg .fa-mortar-board.icon:before,
.home-slider .form-hero .head .right i.fa-mortar-board:before {
  content: "\F19D";
}

.fa.fa-yahoo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-yahoo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-yahoo.label::after,
.footer-home .footer-three-part .first ul li.fa-yahoo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-yahoo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-yahoo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-yahoo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-yahoo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-yahoo::after,
.home-page .home-links .link .bg .fa-yahoo.icon,
.home-slider .form-hero .head .right i.fa-yahoo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yahoo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yahoo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-yahoo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google.label::after,
.footer-home .footer-three-part .first ul li.fa-google::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google::after,
.home-page .home-links .link .bg .fa-google.icon,
.home-slider .form-hero .head .right i.fa-google,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit,
.home .navbar #primary-menu li.menu-item-has-children a.fa-reddit::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-reddit.label::after,
.footer-home .footer-three-part .first ul li.fa-reddit::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-reddit::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-reddit::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-reddit::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-reddit::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-reddit::after,
.home-page .home-links .link .bg .fa-reddit.icon,
.home-slider .form-hero .head .right i.fa-reddit,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-reddit.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-reddit-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-reddit-square.label::after,
.footer-home .footer-three-part .first ul li.fa-reddit-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-reddit-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-reddit-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-reddit-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-reddit-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-reddit-square::after,
.home-page .home-links .link .bg .fa-reddit-square.icon,
.home-slider .form-hero .head .right i.fa-reddit-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-reddit-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle,
.home .navbar #primary-menu li.menu-item-has-children a.fa-stumbleupon-circle::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-stumbleupon-circle.label::after,
.footer-home .footer-three-part .first ul li.fa-stumbleupon-circle::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-stumbleupon-circle::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-stumbleupon-circle::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-stumbleupon-circle::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-stumbleupon-circle::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-stumbleupon-circle::after,
.home-page .home-links .link .bg .fa-stumbleupon-circle.icon,
.home-slider .form-hero .head .right i.fa-stumbleupon-circle,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stumbleupon-circle.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stumbleupon-circle.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-stumbleupon-circle.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon,
.home .navbar #primary-menu li.menu-item-has-children a.fa-stumbleupon::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-stumbleupon.label::after,
.footer-home .footer-three-part .first ul li.fa-stumbleupon::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-stumbleupon::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-stumbleupon::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-stumbleupon::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-stumbleupon::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-stumbleupon::after,
.home-page .home-links .link .bg .fa-stumbleupon.icon,
.home-slider .form-hero .head .right i.fa-stumbleupon,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stumbleupon.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stumbleupon.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-stumbleupon.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious,
.home .navbar #primary-menu li.menu-item-has-children a.fa-delicious::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-delicious.label::after,
.footer-home .footer-three-part .first ul li.fa-delicious::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-delicious::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-delicious::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-delicious::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-delicious::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-delicious::after,
.home-page .home-links .link .bg .fa-delicious.icon,
.home-slider .form-hero .head .right i.fa-delicious,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-delicious.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-delicious.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-delicious.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg,
.home .navbar #primary-menu li.menu-item-has-children a.fa-digg::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-digg.label::after,
.footer-home .footer-three-part .first ul li.fa-digg::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-digg::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-digg::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-digg::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-digg::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-digg::after,
.home-page .home-links .link .bg .fa-digg.icon,
.home-slider .form-hero .head .right i.fa-digg,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-digg.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-digg.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-digg.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pied-piper-pp::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pied-piper-pp.label::after,
.footer-home .footer-three-part .first ul li.fa-pied-piper-pp::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pied-piper-pp::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pied-piper-pp::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pied-piper-pp::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pied-piper-pp::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pied-piper-pp::after,
.home-page .home-links .link .bg .fa-pied-piper-pp.icon,
.home-slider .form-hero .head .right i.fa-pied-piper-pp,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper-pp.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper-pp.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pied-piper-pp.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pied-piper-alt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pied-piper-alt.label::after,
.footer-home .footer-three-part .first ul li.fa-pied-piper-alt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pied-piper-alt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pied-piper-alt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pied-piper-alt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pied-piper-alt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pied-piper-alt::after,
.home-page .home-links .link .bg .fa-pied-piper-alt.icon,
.home-slider .form-hero .head .right i.fa-pied-piper-alt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper-alt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper-alt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pied-piper-alt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal,
.home .navbar #primary-menu li.menu-item-has-children a.fa-drupal::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-drupal.label::after,
.footer-home .footer-three-part .first ul li.fa-drupal::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-drupal::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-drupal::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-drupal::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-drupal::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-drupal::after,
.home-page .home-links .link .bg .fa-drupal.icon,
.home-slider .form-hero .head .right i.fa-drupal,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-drupal.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-drupal.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-drupal.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla,
.home .navbar #primary-menu li.menu-item-has-children a.fa-joomla::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-joomla.label::after,
.footer-home .footer-three-part .first ul li.fa-joomla::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-joomla::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-joomla::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-joomla::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-joomla::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-joomla::after,
.home-page .home-links .link .bg .fa-joomla.icon,
.home-slider .form-hero .head .right i.fa-joomla,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-joomla.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-joomla.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-joomla.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before,
.home-page .home-links .link .bg .fa-spoon.icon:before,
.home-slider .form-hero .head .right i.fa-spoon:before {
  content: "\F2E5";
}

.fa.fa-behance,
.home .navbar #primary-menu li.menu-item-has-children a.fa-behance::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-behance.label::after,
.footer-home .footer-three-part .first ul li.fa-behance::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-behance::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-behance::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-behance::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-behance::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-behance::after,
.home-page .home-links .link .bg .fa-behance.icon,
.home-slider .form-hero .head .right i.fa-behance,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-behance.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-behance.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-behance.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-behance-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-behance-square.label::after,
.footer-home .footer-three-part .first ul li.fa-behance-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-behance-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-behance-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-behance-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-behance-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-behance-square::after,
.home-page .home-links .link .bg .fa-behance-square.icon,
.home-slider .form-hero .head .right i.fa-behance-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-behance-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-behance-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-behance-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam,
.home .navbar #primary-menu li.menu-item-has-children a.fa-steam::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-steam.label::after,
.footer-home .footer-three-part .first ul li.fa-steam::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-steam::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-steam::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-steam::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-steam::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-steam::after,
.home-page .home-links .link .bg .fa-steam.icon,
.home-slider .form-hero .head .right i.fa-steam,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-steam.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-steam.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-steam.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-steam-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-steam-square.label::after,
.footer-home .footer-three-part .first ul li.fa-steam-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-steam-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-steam-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-steam-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-steam-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-steam-square::after,
.home-page .home-links .link .bg .fa-steam-square.icon,
.home-slider .form-hero .head .right i.fa-steam-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-steam-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-steam-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-steam-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-automobile:before,
.home-page .home-links .link .bg .fa-automobile.icon:before,
.home-slider .form-hero .head .right i.fa-automobile:before {
  content: "\F1B9";
}

.fa.fa-envelope-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-envelope-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-envelope-o.label::after,
.footer-home .footer-three-part .first ul li.fa-envelope-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-envelope-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-envelope-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-envelope-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-envelope-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-envelope-o::after,
.home-page .home-links .link .bg .fa-envelope-o.icon,
.home-slider .form-hero .head .right i.fa-envelope-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envelope-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envelope-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-envelope-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-o:before,
.home-page .home-links .link .bg .fa-envelope-o.icon:before,
.home-slider .form-hero .head .right i.fa-envelope-o:before {
  content: "\F0E0";
}

.fa.fa-spotify,
.home .navbar #primary-menu li.menu-item-has-children a.fa-spotify::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-spotify.label::after,
.footer-home .footer-three-part .first ul li.fa-spotify::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-spotify::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-spotify::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-spotify::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-spotify::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-spotify::after,
.home-page .home-links .link .bg .fa-spotify.icon,
.home-slider .form-hero .head .right i.fa-spotify,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-spotify.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-spotify.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-spotify.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart,
.home .navbar #primary-menu li.menu-item-has-children a.fa-deviantart::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-deviantart.label::after,
.footer-home .footer-three-part .first ul li.fa-deviantart::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-deviantart::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-deviantart::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-deviantart::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-deviantart::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-deviantart::after,
.home-page .home-links .link .bg .fa-deviantart.icon,
.home-slider .form-hero .head .right i.fa-deviantart,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-deviantart.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-deviantart.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-deviantart.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud,
.home .navbar #primary-menu li.menu-item-has-children a.fa-soundcloud::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-soundcloud.label::after,
.footer-home .footer-three-part .first ul li.fa-soundcloud::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-soundcloud::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-soundcloud::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-soundcloud::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-soundcloud::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-soundcloud::after,
.home-page .home-links .link .bg .fa-soundcloud.icon,
.home-slider .form-hero .head .right i.fa-soundcloud,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-soundcloud.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-soundcloud.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-soundcloud.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-pdf-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-pdf-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-pdf-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-pdf-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-pdf-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-pdf-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-pdf-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-pdf-o::after,
.home-page .home-links .link .bg .fa-file-pdf-o.icon,
.home-slider .form-hero .head .right i.fa-file-pdf-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-pdf-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-pdf-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-pdf-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-pdf-o:before,
.home-page .home-links .link .bg .fa-file-pdf-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa.fa-file-word-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-word-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-word-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-word-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-word-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-word-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-word-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-word-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-word-o::after,
.home-page .home-links .link .bg .fa-file-word-o.icon,
.home-slider .form-hero .head .right i.fa-file-word-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-word-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-word-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-word-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-word-o:before,
.home-page .home-links .link .bg .fa-file-word-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-word-o:before {
  content: "\F1C2";
}

.fa.fa-file-excel-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-excel-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-excel-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-excel-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-excel-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-excel-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-excel-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-excel-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-excel-o::after,
.home-page .home-links .link .bg .fa-file-excel-o.icon,
.home-slider .form-hero .head .right i.fa-file-excel-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-excel-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-excel-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-excel-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-excel-o:before,
.home-page .home-links .link .bg .fa-file-excel-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa.fa-file-powerpoint-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-powerpoint-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-powerpoint-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-powerpoint-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-powerpoint-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-powerpoint-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-powerpoint-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-powerpoint-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-powerpoint-o::after,
.home-page .home-links .link .bg .fa-file-powerpoint-o.icon,
.home-slider .form-hero .head .right i.fa-file-powerpoint-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-powerpoint-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-powerpoint-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-powerpoint-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before,
.home-page .home-links .link .bg .fa-file-powerpoint-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa.fa-file-image-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-image-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-image-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-image-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-image-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-image-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-image-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-image-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-image-o::after,
.home-page .home-links .link .bg .fa-file-image-o.icon,
.home-slider .form-hero .head .right i.fa-file-image-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-image-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-image-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-image-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before,
.home-page .home-links .link .bg .fa-file-image-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-image-o:before {
  content: "\F1C5";
}

.fa.fa-file-photo-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-photo-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-photo-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-photo-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-photo-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-photo-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-photo-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-photo-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-photo-o::after,
.home-page .home-links .link .bg .fa-file-photo-o.icon,
.home-slider .form-hero .head .right i.fa-file-photo-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-photo-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-photo-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-photo-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before,
.home-page .home-links .link .bg .fa-file-photo-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-photo-o:before {
  content: "\F1C5";
}

.fa.fa-file-picture-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-picture-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-picture-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-picture-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-picture-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-picture-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-picture-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-picture-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-picture-o::after,
.home-page .home-links .link .bg .fa-file-picture-o.icon,
.home-slider .form-hero .head .right i.fa-file-picture-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-picture-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-picture-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-picture-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before,
.home-page .home-links .link .bg .fa-file-picture-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-picture-o:before {
  content: "\F1C5";
}

.fa.fa-file-archive-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-archive-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-archive-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-archive-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-archive-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-archive-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-archive-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-archive-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-archive-o::after,
.home-page .home-links .link .bg .fa-file-archive-o.icon,
.home-slider .form-hero .head .right i.fa-file-archive-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-archive-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-archive-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-archive-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-archive-o:before,
.home-page .home-links .link .bg .fa-file-archive-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa.fa-file-zip-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-zip-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-zip-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-zip-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-zip-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-zip-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-zip-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-zip-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-zip-o::after,
.home-page .home-links .link .bg .fa-file-zip-o.icon,
.home-slider .form-hero .head .right i.fa-file-zip-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-zip-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-zip-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-zip-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-zip-o:before,
.home-page .home-links .link .bg .fa-file-zip-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-zip-o:before {
  content: "\F1C6";
}

.fa.fa-file-audio-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-audio-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-audio-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-audio-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-audio-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-audio-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-audio-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-audio-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-audio-o::after,
.home-page .home-links .link .bg .fa-file-audio-o.icon,
.home-slider .form-hero .head .right i.fa-file-audio-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-audio-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-audio-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-audio-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-audio-o:before,
.home-page .home-links .link .bg .fa-file-audio-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa.fa-file-sound-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-sound-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-sound-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-sound-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-sound-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-sound-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-sound-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-sound-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-sound-o::after,
.home-page .home-links .link .bg .fa-file-sound-o.icon,
.home-slider .form-hero .head .right i.fa-file-sound-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-sound-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-sound-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-sound-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-sound-o:before,
.home-page .home-links .link .bg .fa-file-sound-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-sound-o:before {
  content: "\F1C7";
}

.fa.fa-file-video-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-video-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-video-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-video-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-video-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-video-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-video-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-video-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-video-o::after,
.home-page .home-links .link .bg .fa-file-video-o.icon,
.home-slider .form-hero .head .right i.fa-file-video-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-video-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-video-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-video-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-video-o:before,
.home-page .home-links .link .bg .fa-file-video-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-video-o:before {
  content: "\F1C8";
}

.fa.fa-file-movie-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-movie-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-movie-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-movie-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-movie-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-movie-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-movie-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-movie-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-movie-o::after,
.home-page .home-links .link .bg .fa-file-movie-o.icon,
.home-slider .form-hero .head .right i.fa-file-movie-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-movie-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-movie-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-movie-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-movie-o:before,
.home-page .home-links .link .bg .fa-file-movie-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-movie-o:before {
  content: "\F1C8";
}

.fa.fa-file-code-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-file-code-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-file-code-o.label::after,
.footer-home .footer-three-part .first ul li.fa-file-code-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-file-code-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-file-code-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-file-code-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-file-code-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-file-code-o::after,
.home-page .home-links .link .bg .fa-file-code-o.icon,
.home-slider .form-hero .head .right i.fa-file-code-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-code-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-file-code-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-file-code-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-code-o:before,
.home-page .home-links .link .bg .fa-file-code-o.icon:before,
.home-slider .form-hero .head .right i.fa-file-code-o:before {
  content: "\F1C9";
}

.fa.fa-vine,
.home .navbar #primary-menu li.menu-item-has-children a.fa-vine::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-vine.label::after,
.footer-home .footer-three-part .first ul li.fa-vine::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-vine::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-vine::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-vine::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-vine::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-vine::after,
.home-page .home-links .link .bg .fa-vine.icon,
.home-slider .form-hero .head .right i.fa-vine,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vine.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vine.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-vine.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen,
.home .navbar #primary-menu li.menu-item-has-children a.fa-codepen::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-codepen.label::after,
.footer-home .footer-three-part .first ul li.fa-codepen::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-codepen::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-codepen::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-codepen::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-codepen::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-codepen::after,
.home-page .home-links .link .bg .fa-codepen.icon,
.home-slider .form-hero .head .right i.fa-codepen,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-codepen.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-codepen.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-codepen.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle,
.home .navbar #primary-menu li.menu-item-has-children a.fa-jsfiddle::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-jsfiddle.label::after,
.footer-home .footer-three-part .first ul li.fa-jsfiddle::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-jsfiddle::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-jsfiddle::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-jsfiddle::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-jsfiddle::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-jsfiddle::after,
.home-page .home-links .link .bg .fa-jsfiddle.icon,
.home-slider .form-hero .head .right i.fa-jsfiddle,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-jsfiddle.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-jsfiddle.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-jsfiddle.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring,
.home .navbar #primary-menu li.menu-item-has-children a.fa-life-ring::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-life-ring.label::after,
.footer-home .footer-three-part .first ul li.fa-life-ring::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-life-ring::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-life-ring::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-life-ring::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-life-ring::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-life-ring::after,
.home-page .home-links .link .bg .fa-life-ring.icon,
.home-slider .form-hero .head .right i.fa-life-ring,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-ring.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-ring.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-life-ring.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy,
.home .navbar #primary-menu li.menu-item-has-children a.fa-life-bouy::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-life-bouy.label::after,
.footer-home .footer-three-part .first ul li.fa-life-bouy::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-life-bouy::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-life-bouy::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-life-bouy::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-life-bouy::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-life-bouy::after,
.home-page .home-links .link .bg .fa-life-bouy.icon,
.home-slider .form-hero .head .right i.fa-life-bouy,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-bouy.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-bouy.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-life-bouy.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before,
.home-page .home-links .link .bg .fa-life-bouy.icon:before,
.home-slider .form-hero .head .right i.fa-life-bouy:before {
  content: "\F1CD";
}

.fa.fa-life-buoy,
.home .navbar #primary-menu li.menu-item-has-children a.fa-life-buoy::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-life-buoy.label::after,
.footer-home .footer-three-part .first ul li.fa-life-buoy::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-life-buoy::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-life-buoy::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-life-buoy::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-life-buoy::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-life-buoy::after,
.home-page .home-links .link .bg .fa-life-buoy.icon,
.home-slider .form-hero .head .right i.fa-life-buoy,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-buoy.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-buoy.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-life-buoy.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before,
.home-page .home-links .link .bg .fa-life-buoy.icon:before,
.home-slider .form-hero .head .right i.fa-life-buoy:before {
  content: "\F1CD";
}

.fa.fa-life-saver,
.home .navbar #primary-menu li.menu-item-has-children a.fa-life-saver::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-life-saver.label::after,
.footer-home .footer-three-part .first ul li.fa-life-saver::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-life-saver::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-life-saver::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-life-saver::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-life-saver::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-life-saver::after,
.home-page .home-links .link .bg .fa-life-saver.icon,
.home-slider .form-hero .head .right i.fa-life-saver,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-saver.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-life-saver.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-life-saver.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before,
.home-page .home-links .link .bg .fa-life-saver.icon:before,
.home-slider .form-hero .head .right i.fa-life-saver:before {
  content: "\F1CD";
}

.fa.fa-support,
.home .navbar #primary-menu li.menu-item-has-children a.fa-support::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-support.label::after,
.footer-home .footer-three-part .first ul li.fa-support::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-support::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-support::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-support::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-support::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-support::after,
.home-page .home-links .link .bg .fa-support.icon,
.home-slider .form-hero .head .right i.fa-support,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-support.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-support.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-support.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before,
.home-page .home-links .link .bg .fa-support.icon:before,
.home-slider .form-hero .head .right i.fa-support:before {
  content: "\F1CD";
}

.fa.fa-circle-o-notch:before,
.home-page .home-links .link .bg .fa-circle-o-notch.icon:before,
.home-slider .form-hero .head .right i.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa.fa-rebel,
.home .navbar #primary-menu li.menu-item-has-children a.fa-rebel::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-rebel.label::after,
.footer-home .footer-three-part .first ul li.fa-rebel::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-rebel::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-rebel::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-rebel::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-rebel::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-rebel::after,
.home-page .home-links .link .bg .fa-rebel.icon,
.home-slider .form-hero .head .right i.fa-rebel,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-rebel.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-rebel.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-rebel.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra,
.home .navbar #primary-menu li.menu-item-has-children a.fa-ra::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-ra.label::after,
.footer-home .footer-three-part .first ul li.fa-ra::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-ra::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-ra::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-ra::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-ra::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-ra::after,
.home-page .home-links .link .bg .fa-ra.icon,
.home-slider .form-hero .head .right i.fa-ra,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ra.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ra.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-ra.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before,
.home-page .home-links .link .bg .fa-ra.icon:before,
.home-slider .form-hero .head .right i.fa-ra:before {
  content: "\F1D0";
}

.fa.fa-resistance,
.home .navbar #primary-menu li.menu-item-has-children a.fa-resistance::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-resistance.label::after,
.footer-home .footer-three-part .first ul li.fa-resistance::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-resistance::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-resistance::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-resistance::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-resistance::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-resistance::after,
.home-page .home-links .link .bg .fa-resistance.icon,
.home-slider .form-hero .head .right i.fa-resistance,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-resistance.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-resistance.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-resistance.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before,
.home-page .home-links .link .bg .fa-resistance.icon:before,
.home-slider .form-hero .head .right i.fa-resistance:before {
  content: "\F1D0";
}

.fa.fa-empire,
.home .navbar #primary-menu li.menu-item-has-children a.fa-empire::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-empire.label::after,
.footer-home .footer-three-part .first ul li.fa-empire::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-empire::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-empire::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-empire::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-empire::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-empire::after,
.home-page .home-links .link .bg .fa-empire.icon,
.home-slider .form-hero .head .right i.fa-empire,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-empire.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-empire.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-empire.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge,
.home .navbar #primary-menu li.menu-item-has-children a.fa-ge::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-ge.label::after,
.footer-home .footer-three-part .first ul li.fa-ge::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-ge::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-ge::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-ge::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-ge::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-ge::after,
.home-page .home-links .link .bg .fa-ge.icon,
.home-slider .form-hero .head .right i.fa-ge,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ge.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ge.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-ge.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge:before,
.home-page .home-links .link .bg .fa-ge.icon:before,
.home-slider .form-hero .head .right i.fa-ge:before {
  content: "\F1D1";
}

.fa.fa-git-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-git-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-git-square.label::after,
.footer-home .footer-three-part .first ul li.fa-git-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-git-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-git-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-git-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-git-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-git-square::after,
.home-page .home-links .link .bg .fa-git-square.icon,
.home-slider .form-hero .head .right i.fa-git-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-git-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-git-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-git-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git,
.home .navbar #primary-menu li.menu-item-has-children a.fa-git::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-git.label::after,
.footer-home .footer-three-part .first ul li.fa-git::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-git::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-git::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-git::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-git::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-git::after,
.home-page .home-links .link .bg .fa-git.icon,
.home-slider .form-hero .head .right i.fa-git,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-git.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-git.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-git.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hacker-news::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hacker-news.label::after,
.footer-home .footer-three-part .first ul li.fa-hacker-news::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hacker-news::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hacker-news::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hacker-news::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hacker-news::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hacker-news::after,
.home-page .home-links .link .bg .fa-hacker-news.icon,
.home-slider .form-hero .head .right i.fa-hacker-news,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hacker-news.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hacker-news.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hacker-news.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-y-combinator-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-y-combinator-square.label::after,
.footer-home .footer-three-part .first ul li.fa-y-combinator-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-y-combinator-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-y-combinator-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-y-combinator-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-y-combinator-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-y-combinator-square::after,
.home-page .home-links .link .bg .fa-y-combinator-square.icon,
.home-slider .form-hero .head .right i.fa-y-combinator-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-y-combinator-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-y-combinator-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-y-combinator-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before,
.home-page .home-links .link .bg .fa-y-combinator-square.icon:before,
.home-slider .form-hero .head .right i.fa-y-combinator-square:before {
  content: "\F1D4";
}

.fa.fa-yc-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-yc-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-yc-square.label::after,
.footer-home .footer-three-part .first ul li.fa-yc-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-yc-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-yc-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-yc-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-yc-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-yc-square::after,
.home-page .home-links .link .bg .fa-yc-square.icon,
.home-slider .form-hero .head .right i.fa-yc-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yc-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yc-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-yc-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before,
.home-page .home-links .link .bg .fa-yc-square.icon:before,
.home-slider .form-hero .head .right i.fa-yc-square:before {
  content: "\F1D4";
}

.fa.fa-tencent-weibo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-tencent-weibo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-tencent-weibo.label::after,
.footer-home .footer-three-part .first ul li.fa-tencent-weibo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-tencent-weibo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-tencent-weibo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-tencent-weibo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-tencent-weibo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-tencent-weibo::after,
.home-page .home-links .link .bg .fa-tencent-weibo.icon,
.home-slider .form-hero .head .right i.fa-tencent-weibo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tencent-weibo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tencent-weibo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-tencent-weibo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq,
.home .navbar #primary-menu li.menu-item-has-children a.fa-qq::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-qq.label::after,
.footer-home .footer-three-part .first ul li.fa-qq::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-qq::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-qq::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-qq::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-qq::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-qq::after,
.home-page .home-links .link .bg .fa-qq.icon,
.home-slider .form-hero .head .right i.fa-qq,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-qq.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-qq.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-qq.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin,
.home .navbar #primary-menu li.menu-item-has-children a.fa-weixin::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-weixin.label::after,
.footer-home .footer-three-part .first ul li.fa-weixin::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-weixin::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-weixin::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-weixin::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-weixin::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-weixin::after,
.home-page .home-links .link .bg .fa-weixin.icon,
.home-slider .form-hero .head .right i.fa-weixin,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-weixin.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-weixin.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-weixin.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wechat::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wechat.label::after,
.footer-home .footer-three-part .first ul li.fa-wechat::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wechat::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wechat::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wechat::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wechat::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wechat::after,
.home-page .home-links .link .bg .fa-wechat.icon,
.home-slider .form-hero .head .right i.fa-wechat,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wechat.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wechat.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wechat.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before,
.home-page .home-links .link .bg .fa-wechat.icon:before,
.home-slider .form-hero .head .right i.fa-wechat:before {
  content: "\F1D7";
}

.fa.fa-send:before,
.home-page .home-links .link .bg .fa-send.icon:before,
.home-slider .form-hero .head .right i.fa-send:before {
  content: "\F1D8";
}

.fa.fa-paper-plane-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-paper-plane-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-paper-plane-o.label::after,
.footer-home .footer-three-part .first ul li.fa-paper-plane-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-paper-plane-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-paper-plane-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-paper-plane-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-paper-plane-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-paper-plane-o::after,
.home-page .home-links .link .bg .fa-paper-plane-o.icon,
.home-slider .form-hero .head .right i.fa-paper-plane-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paper-plane-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paper-plane-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-paper-plane-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before,
.home-page .home-links .link .bg .fa-paper-plane-o.icon:before,
.home-slider .form-hero .head .right i.fa-paper-plane-o:before {
  content: "\F1D8";
}

.fa.fa-send-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-send-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-send-o.label::after,
.footer-home .footer-three-part .first ul li.fa-send-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-send-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-send-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-send-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-send-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-send-o::after,
.home-page .home-links .link .bg .fa-send-o.icon,
.home-slider .form-hero .head .right i.fa-send-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-send-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-send-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-send-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before,
.home-page .home-links .link .bg .fa-send-o.icon:before,
.home-slider .form-hero .head .right i.fa-send-o:before {
  content: "\F1D8";
}

.fa.fa-circle-thin,
.home .navbar #primary-menu li.menu-item-has-children a.fa-circle-thin::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-circle-thin.label::after,
.footer-home .footer-three-part .first ul li.fa-circle-thin::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-circle-thin::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-circle-thin::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-circle-thin::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-circle-thin::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-circle-thin::after,
.home-page .home-links .link .bg .fa-circle-thin.icon,
.home-slider .form-hero .head .right i.fa-circle-thin,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-circle-thin.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-circle-thin.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-circle-thin.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-thin:before,
.home-page .home-links .link .bg .fa-circle-thin.icon:before,
.home-slider .form-hero .head .right i.fa-circle-thin:before {
  content: "\F111";
}

.fa.fa-header:before,
.home-page .home-links .link .bg .fa-header.icon:before,
.home-slider .form-hero .head .right i.fa-header:before {
  content: "\F1DC";
}

.fa.fa-sliders:before,
.home-page .home-links .link .bg .fa-sliders.icon:before,
.home-slider .form-hero .head .right i.fa-sliders:before {
  content: "\F1DE";
}

.fa.fa-futbol-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-futbol-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-futbol-o.label::after,
.footer-home .footer-three-part .first ul li.fa-futbol-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-futbol-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-futbol-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-futbol-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-futbol-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-futbol-o::after,
.home-page .home-links .link .bg .fa-futbol-o.icon,
.home-slider .form-hero .head .right i.fa-futbol-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-futbol-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-futbol-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-futbol-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before,
.home-page .home-links .link .bg .fa-futbol-o.icon:before,
.home-slider .form-hero .head .right i.fa-futbol-o:before {
  content: "\F1E3";
}

.fa.fa-soccer-ball-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-soccer-ball-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-soccer-ball-o.label::after,
.footer-home .footer-three-part .first ul li.fa-soccer-ball-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-soccer-ball-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-soccer-ball-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-soccer-ball-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-soccer-ball-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-soccer-ball-o::after,
.home-page .home-links .link .bg .fa-soccer-ball-o.icon,
.home-slider .form-hero .head .right i.fa-soccer-ball-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-soccer-ball-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-soccer-ball-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-soccer-ball-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before,
.home-page .home-links .link .bg .fa-soccer-ball-o.icon:before,
.home-slider .form-hero .head .right i.fa-soccer-ball-o:before {
  content: "\F1E3";
}

.fa.fa-slideshare,
.home .navbar #primary-menu li.menu-item-has-children a.fa-slideshare::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-slideshare.label::after,
.footer-home .footer-three-part .first ul li.fa-slideshare::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-slideshare::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-slideshare::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-slideshare::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-slideshare::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-slideshare::after,
.home-page .home-links .link .bg .fa-slideshare.icon,
.home-slider .form-hero .head .right i.fa-slideshare,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-slideshare.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-slideshare.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-slideshare.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch,
.home .navbar #primary-menu li.menu-item-has-children a.fa-twitch::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-twitch.label::after,
.footer-home .footer-three-part .first ul li.fa-twitch::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-twitch::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-twitch::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-twitch::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-twitch::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-twitch::after,
.home-page .home-links .link .bg .fa-twitch.icon,
.home-slider .form-hero .head .right i.fa-twitch,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitch.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitch.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-twitch.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp,
.home .navbar #primary-menu li.menu-item-has-children a.fa-yelp::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-yelp.label::after,
.footer-home .footer-three-part .first ul li.fa-yelp::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-yelp::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-yelp::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-yelp::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-yelp::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-yelp::after,
.home-page .home-links .link .bg .fa-yelp.icon,
.home-slider .form-hero .head .right i.fa-yelp,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yelp.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yelp.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-yelp.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-newspaper-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-newspaper-o.label::after,
.footer-home .footer-three-part .first ul li.fa-newspaper-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-newspaper-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-newspaper-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-newspaper-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-newspaper-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-newspaper-o::after,
.home-page .home-links .link .bg .fa-newspaper-o.icon,
.home-slider .form-hero .head .right i.fa-newspaper-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-newspaper-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-newspaper-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-newspaper-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before,
.home-page .home-links .link .bg .fa-newspaper-o.icon:before,
.home-slider .form-hero .head .right i.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa.fa-paypal,
.home .navbar #primary-menu li.menu-item-has-children a.fa-paypal::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-paypal.label::after,
.footer-home .footer-three-part .first ul li.fa-paypal::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-paypal::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-paypal::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-paypal::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-paypal::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-paypal::after,
.home-page .home-links .link .bg .fa-paypal.icon,
.home-slider .form-hero .head .right i.fa-paypal,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paypal.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-paypal.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-paypal.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google-wallet::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google-wallet.label::after,
.footer-home .footer-three-part .first ul li.fa-google-wallet::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google-wallet::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google-wallet::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google-wallet::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google-wallet::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google-wallet::after,
.home-page .home-links .link .bg .fa-google-wallet.icon,
.home-slider .form-hero .head .right i.fa-google-wallet,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-wallet.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-wallet.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google-wallet.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-visa::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-visa.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-visa::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-visa::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-visa::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-visa::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-visa::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-visa::after,
.home-page .home-links .link .bg .fa-cc-visa.icon,
.home-slider .form-hero .head .right i.fa-cc-visa,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-visa.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-visa.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-visa.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-mastercard::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-mastercard.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-mastercard::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-mastercard::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-mastercard::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-mastercard::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-mastercard::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-mastercard::after,
.home-page .home-links .link .bg .fa-cc-mastercard.icon,
.home-slider .form-hero .head .right i.fa-cc-mastercard,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-mastercard.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-mastercard.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-mastercard.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-discover::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-discover.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-discover::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-discover::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-discover::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-discover::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-discover::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-discover::after,
.home-page .home-links .link .bg .fa-cc-discover.icon,
.home-slider .form-hero .head .right i.fa-cc-discover,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-discover.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-discover.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-discover.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-amex::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-amex.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-amex::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-amex::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-amex::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-amex::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-amex::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-amex::after,
.home-page .home-links .link .bg .fa-cc-amex.icon,
.home-slider .form-hero .head .right i.fa-cc-amex,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-amex.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-amex.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-amex.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-paypal::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-paypal.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-paypal::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-paypal::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-paypal::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-paypal::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-paypal::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-paypal::after,
.home-page .home-links .link .bg .fa-cc-paypal.icon,
.home-slider .form-hero .head .right i.fa-cc-paypal,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-paypal.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-paypal.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-paypal.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-stripe::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-stripe.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-stripe::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-stripe::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-stripe::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-stripe::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-stripe::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-stripe::after,
.home-page .home-links .link .bg .fa-cc-stripe.icon,
.home-slider .form-hero .head .right i.fa-cc-stripe,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-stripe.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-stripe.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-stripe.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bell-slash-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bell-slash-o.label::after,
.footer-home .footer-three-part .first ul li.fa-bell-slash-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bell-slash-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bell-slash-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bell-slash-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bell-slash-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bell-slash-o::after,
.home-page .home-links .link .bg .fa-bell-slash-o.icon,
.home-slider .form-hero .head .right i.fa-bell-slash-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bell-slash-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bell-slash-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bell-slash-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-slash-o:before,
.home-page .home-links .link .bg .fa-bell-slash-o.icon:before,
.home-slider .form-hero .head .right i.fa-bell-slash-o:before {
  content: "\F1F6";
}

.fa.fa-trash:before,
.home-page .home-links .link .bg .fa-trash.icon:before,
.home-slider .form-hero .head .right i.fa-trash:before {
  content: "\F2ED";
}

.fa.fa-copyright,
.home .navbar #primary-menu li.menu-item-has-children a.fa-copyright::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-copyright.label::after,
.footer-home .footer-three-part .first ul li.fa-copyright::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-copyright::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-copyright::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-copyright::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-copyright::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-copyright::after,
.home-page .home-links .link .bg .fa-copyright.icon,
.home-slider .form-hero .head .right i.fa-copyright,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-copyright.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-copyright.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-copyright.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eyedropper:before,
.home-page .home-links .link .bg .fa-eyedropper.icon:before,
.home-slider .form-hero .head .right i.fa-eyedropper:before {
  content: "\F1FB";
}

.fa.fa-area-chart:before,
.home-page .home-links .link .bg .fa-area-chart.icon:before,
.home-slider .form-hero .head .right i.fa-area-chart:before {
  content: "\F1FE";
}

.fa.fa-pie-chart:before,
.home-page .home-links .link .bg .fa-pie-chart.icon:before,
.home-slider .form-hero .head .right i.fa-pie-chart:before {
  content: "\F200";
}

.fa.fa-line-chart:before,
.home-page .home-links .link .bg .fa-line-chart.icon:before,
.home-slider .form-hero .head .right i.fa-line-chart:before {
  content: "\F201";
}

.fa.fa-lastfm,
.home .navbar #primary-menu li.menu-item-has-children a.fa-lastfm::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-lastfm.label::after,
.footer-home .footer-three-part .first ul li.fa-lastfm::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-lastfm::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-lastfm::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-lastfm::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-lastfm::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-lastfm::after,
.home-page .home-links .link .bg .fa-lastfm.icon,
.home-slider .form-hero .head .right i.fa-lastfm,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lastfm.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lastfm.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-lastfm.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-lastfm-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-lastfm-square.label::after,
.footer-home .footer-three-part .first ul li.fa-lastfm-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-lastfm-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-lastfm-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-lastfm-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-lastfm-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-lastfm-square::after,
.home-page .home-links .link .bg .fa-lastfm-square.icon,
.home-slider .form-hero .head .right i.fa-lastfm-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lastfm-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-lastfm-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-lastfm-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost,
.home .navbar #primary-menu li.menu-item-has-children a.fa-ioxhost::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-ioxhost.label::after,
.footer-home .footer-three-part .first ul li.fa-ioxhost::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-ioxhost::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-ioxhost::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-ioxhost::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-ioxhost::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-ioxhost::after,
.home-page .home-links .link .bg .fa-ioxhost.icon,
.home-slider .form-hero .head .right i.fa-ioxhost,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ioxhost.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ioxhost.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-ioxhost.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist,
.home .navbar #primary-menu li.menu-item-has-children a.fa-angellist::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-angellist.label::after,
.footer-home .footer-three-part .first ul li.fa-angellist::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-angellist::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-angellist::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-angellist::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-angellist::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-angellist::after,
.home-page .home-links .link .bg .fa-angellist.icon,
.home-slider .form-hero .head .right i.fa-angellist,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-angellist.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-angellist.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-angellist.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc.label::after,
.footer-home .footer-three-part .first ul li.fa-cc::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc::after,
.home-page .home-links .link .bg .fa-cc.icon,
.home-slider .form-hero .head .right i.fa-cc,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-cc:before,
.home-page .home-links .link .bg .fa-cc.icon:before,
.home-slider .form-hero .head .right i.fa-cc:before {
  content: "\F20A";
}

.fa.fa-ils:before,
.home-page .home-links .link .bg .fa-ils.icon:before,
.home-slider .form-hero .head .right i.fa-ils:before {
  content: "\F20B";
}

.fa.fa-shekel:before,
.home-page .home-links .link .bg .fa-shekel.icon:before,
.home-slider .form-hero .head .right i.fa-shekel:before {
  content: "\F20B";
}

.fa.fa-sheqel:before,
.home-page .home-links .link .bg .fa-sheqel.icon:before,
.home-slider .form-hero .head .right i.fa-sheqel:before {
  content: "\F20B";
}

.fa.fa-meanpath,
.home .navbar #primary-menu li.menu-item-has-children a.fa-meanpath::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-meanpath.label::after,
.footer-home .footer-three-part .first ul li.fa-meanpath::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-meanpath::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-meanpath::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-meanpath::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-meanpath::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-meanpath::after,
.home-page .home-links .link .bg .fa-meanpath.icon,
.home-slider .form-hero .head .right i.fa-meanpath,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meanpath.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-meanpath.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-meanpath.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-meanpath:before,
.home-page .home-links .link .bg .fa-meanpath.icon:before,
.home-slider .form-hero .head .right i.fa-meanpath:before {
  content: "\F2B4";
}

.fa.fa-buysellads,
.home .navbar #primary-menu li.menu-item-has-children a.fa-buysellads::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-buysellads.label::after,
.footer-home .footer-three-part .first ul li.fa-buysellads::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-buysellads::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-buysellads::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-buysellads::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-buysellads::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-buysellads::after,
.home-page .home-links .link .bg .fa-buysellads.icon,
.home-slider .form-hero .head .right i.fa-buysellads,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-buysellads.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-buysellads.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-buysellads.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop,
.home .navbar #primary-menu li.menu-item-has-children a.fa-connectdevelop::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-connectdevelop.label::after,
.footer-home .footer-three-part .first ul li.fa-connectdevelop::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-connectdevelop::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-connectdevelop::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-connectdevelop::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-connectdevelop::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-connectdevelop::after,
.home-page .home-links .link .bg .fa-connectdevelop.icon,
.home-slider .form-hero .head .right i.fa-connectdevelop,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-connectdevelop.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-connectdevelop.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-connectdevelop.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube,
.home .navbar #primary-menu li.menu-item-has-children a.fa-dashcube::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-dashcube.label::after,
.footer-home .footer-three-part .first ul li.fa-dashcube::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-dashcube::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-dashcube::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-dashcube::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-dashcube::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-dashcube::after,
.home-page .home-links .link .bg .fa-dashcube.icon,
.home-slider .form-hero .head .right i.fa-dashcube,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dashcube.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-dashcube.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-dashcube.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee,
.home .navbar #primary-menu li.menu-item-has-children a.fa-forumbee::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-forumbee.label::after,
.footer-home .footer-three-part .first ul li.fa-forumbee::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-forumbee::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-forumbee::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-forumbee::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-forumbee::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-forumbee::after,
.home-page .home-links .link .bg .fa-forumbee.icon,
.home-slider .form-hero .head .right i.fa-forumbee,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-forumbee.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-forumbee.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-forumbee.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub,
.home .navbar #primary-menu li.menu-item-has-children a.fa-leanpub::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-leanpub.label::after,
.footer-home .footer-three-part .first ul li.fa-leanpub::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-leanpub::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-leanpub::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-leanpub::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-leanpub::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-leanpub::after,
.home-page .home-links .link .bg .fa-leanpub.icon,
.home-slider .form-hero .head .right i.fa-leanpub,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-leanpub.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-leanpub.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-leanpub.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy,
.home .navbar #primary-menu li.menu-item-has-children a.fa-sellsy::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-sellsy.label::after,
.footer-home .footer-three-part .first ul li.fa-sellsy::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-sellsy::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-sellsy::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-sellsy::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-sellsy::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-sellsy::after,
.home-page .home-links .link .bg .fa-sellsy.icon,
.home-slider .form-hero .head .right i.fa-sellsy,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sellsy.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sellsy.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-sellsy.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk,
.home .navbar #primary-menu li.menu-item-has-children a.fa-shirtsinbulk::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-shirtsinbulk.label::after,
.footer-home .footer-three-part .first ul li.fa-shirtsinbulk::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-shirtsinbulk::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-shirtsinbulk::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-shirtsinbulk::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-shirtsinbulk::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-shirtsinbulk::after,
.home-page .home-links .link .bg .fa-shirtsinbulk.icon,
.home-slider .form-hero .head .right i.fa-shirtsinbulk,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-shirtsinbulk.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-shirtsinbulk.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-shirtsinbulk.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-simplybuilt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-simplybuilt.label::after,
.footer-home .footer-three-part .first ul li.fa-simplybuilt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-simplybuilt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-simplybuilt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-simplybuilt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-simplybuilt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-simplybuilt::after,
.home-page .home-links .link .bg .fa-simplybuilt.icon,
.home-slider .form-hero .head .right i.fa-simplybuilt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-simplybuilt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-simplybuilt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-simplybuilt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas,
.home .navbar #primary-menu li.menu-item-has-children a.fa-skyatlas::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-skyatlas.label::after,
.footer-home .footer-three-part .first ul li.fa-skyatlas::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-skyatlas::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-skyatlas::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-skyatlas::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-skyatlas::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-skyatlas::after,
.home-page .home-links .link .bg .fa-skyatlas.icon,
.home-slider .form-hero .head .right i.fa-skyatlas,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-skyatlas.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-skyatlas.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-skyatlas.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond,
.home .navbar #primary-menu li.menu-item-has-children a.fa-diamond::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-diamond.label::after,
.footer-home .footer-three-part .first ul li.fa-diamond::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-diamond::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-diamond::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-diamond::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-diamond::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-diamond::after,
.home-page .home-links .link .bg .fa-diamond.icon,
.home-slider .form-hero .head .right i.fa-diamond,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-diamond.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-diamond.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-diamond.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-diamond:before,
.home-page .home-links .link .bg .fa-diamond.icon:before,
.home-slider .form-hero .head .right i.fa-diamond:before {
  content: "\F3A5";
}

.fa.fa-intersex:before,
.home-page .home-links .link .bg .fa-intersex.icon:before,
.home-slider .form-hero .head .right i.fa-intersex:before {
  content: "\F224";
}

.fa.fa-facebook-official,
.home .navbar #primary-menu li.menu-item-has-children a.fa-facebook-official::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-facebook-official.label::after,
.footer-home .footer-three-part .first ul li.fa-facebook-official::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-facebook-official::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-facebook-official::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-facebook-official::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-facebook-official::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-facebook-official::after,
.home-page .home-links .link .bg .fa-facebook-official.icon,
.home-slider .form-hero .head .right i.fa-facebook-official,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-official.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook-official.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-facebook-official.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-official:before,
.home-page .home-links .link .bg .fa-facebook-official.icon:before,
.home-slider .form-hero .head .right i.fa-facebook-official:before {
  content: "\F09A";
}

.fa.fa-pinterest-p,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pinterest-p::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pinterest-p.label::after,
.footer-home .footer-three-part .first ul li.fa-pinterest-p::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pinterest-p::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pinterest-p::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pinterest-p::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pinterest-p::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pinterest-p::after,
.home-page .home-links .link .bg .fa-pinterest-p.icon,
.home-slider .form-hero .head .right i.fa-pinterest-p,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest-p.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pinterest-p.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pinterest-p.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp,
.home .navbar #primary-menu li.menu-item-has-children a.fa-whatsapp::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-whatsapp.label::after,
.footer-home .footer-three-part .first ul li.fa-whatsapp::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-whatsapp::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-whatsapp::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-whatsapp::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-whatsapp::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-whatsapp::after,
.home-page .home-links .link .bg .fa-whatsapp.icon,
.home-slider .form-hero .head .right i.fa-whatsapp,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-whatsapp.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-whatsapp.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-whatsapp.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hotel:before,
.home-page .home-links .link .bg .fa-hotel.icon:before,
.home-slider .form-hero .head .right i.fa-hotel:before {
  content: "\F236";
}

.fa.fa-viacoin,
.home .navbar #primary-menu li.menu-item-has-children a.fa-viacoin::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-viacoin.label::after,
.footer-home .footer-three-part .first ul li.fa-viacoin::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-viacoin::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-viacoin::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-viacoin::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-viacoin::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-viacoin::after,
.home-page .home-links .link .bg .fa-viacoin.icon,
.home-slider .form-hero .head .right i.fa-viacoin,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viacoin.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viacoin.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-viacoin.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium,
.home .navbar #primary-menu li.menu-item-has-children a.fa-medium::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-medium.label::after,
.footer-home .footer-three-part .first ul li.fa-medium::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-medium::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-medium::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-medium::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-medium::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-medium::after,
.home-page .home-links .link .bg .fa-medium.icon,
.home-slider .form-hero .head .right i.fa-medium,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-medium.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-medium.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-medium.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator,
.home .navbar #primary-menu li.menu-item-has-children a.fa-y-combinator::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-y-combinator.label::after,
.footer-home .footer-three-part .first ul li.fa-y-combinator::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-y-combinator::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-y-combinator::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-y-combinator::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-y-combinator::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-y-combinator::after,
.home-page .home-links .link .bg .fa-y-combinator.icon,
.home-slider .form-hero .head .right i.fa-y-combinator,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-y-combinator.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-y-combinator.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-y-combinator.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc,
.home .navbar #primary-menu li.menu-item-has-children a.fa-yc::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-yc.label::after,
.footer-home .footer-three-part .first ul li.fa-yc::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-yc::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-yc::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-yc::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-yc::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-yc::after,
.home-page .home-links .link .bg .fa-yc.icon,
.home-slider .form-hero .head .right i.fa-yc,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yc.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yc.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-yc.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before,
.home-page .home-links .link .bg .fa-yc.icon:before,
.home-slider .form-hero .head .right i.fa-yc:before {
  content: "\F23B";
}

.fa.fa-optin-monster,
.home .navbar #primary-menu li.menu-item-has-children a.fa-optin-monster::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-optin-monster.label::after,
.footer-home .footer-three-part .first ul li.fa-optin-monster::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-optin-monster::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-optin-monster::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-optin-monster::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-optin-monster::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-optin-monster::after,
.home-page .home-links .link .bg .fa-optin-monster.icon,
.home-slider .form-hero .head .right i.fa-optin-monster,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-optin-monster.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-optin-monster.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-optin-monster.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart,
.home .navbar #primary-menu li.menu-item-has-children a.fa-opencart::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-opencart.label::after,
.footer-home .footer-three-part .first ul li.fa-opencart::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-opencart::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-opencart::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-opencart::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-opencart::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-opencart::after,
.home-page .home-links .link .bg .fa-opencart.icon,
.home-slider .form-hero .head .right i.fa-opencart,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-opencart.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-opencart.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-opencart.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl,
.home .navbar #primary-menu li.menu-item-has-children a.fa-expeditedssl::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-expeditedssl.label::after,
.footer-home .footer-three-part .first ul li.fa-expeditedssl::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-expeditedssl::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-expeditedssl::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-expeditedssl::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-expeditedssl::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-expeditedssl::after,
.home-page .home-links .link .bg .fa-expeditedssl.icon,
.home-slider .form-hero .head .right i.fa-expeditedssl,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-expeditedssl.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-expeditedssl.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-expeditedssl.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-battery-4:before,
.home-page .home-links .link .bg .fa-battery-4.icon:before,
.home-slider .form-hero .head .right i.fa-battery-4:before {
  content: "\F240";
}

.fa.fa-battery:before,
.home-page .home-links .link .bg .fa-battery.icon:before,
.home-slider .form-hero .head .right i.fa-battery:before {
  content: "\F240";
}

.fa.fa-battery-3:before,
.home-page .home-links .link .bg .fa-battery-3.icon:before,
.home-slider .form-hero .head .right i.fa-battery-3:before {
  content: "\F241";
}

.fa.fa-battery-2:before,
.home-page .home-links .link .bg .fa-battery-2.icon:before,
.home-slider .form-hero .head .right i.fa-battery-2:before {
  content: "\F242";
}

.fa.fa-battery-1:before,
.home-page .home-links .link .bg .fa-battery-1.icon:before,
.home-slider .form-hero .head .right i.fa-battery-1:before {
  content: "\F243";
}

.fa.fa-battery-0:before,
.home-page .home-links .link .bg .fa-battery-0.icon:before,
.home-slider .form-hero .head .right i.fa-battery-0:before {
  content: "\F244";
}

.fa.fa-object-group,
.home .navbar #primary-menu li.menu-item-has-children a.fa-object-group::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-object-group.label::after,
.footer-home .footer-three-part .first ul li.fa-object-group::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-object-group::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-object-group::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-object-group::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-object-group::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-object-group::after,
.home-page .home-links .link .bg .fa-object-group.icon,
.home-slider .form-hero .head .right i.fa-object-group,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-object-group.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-object-group.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-object-group.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup,
.home .navbar #primary-menu li.menu-item-has-children a.fa-object-ungroup::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-object-ungroup.label::after,
.footer-home .footer-three-part .first ul li.fa-object-ungroup::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-object-ungroup::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-object-ungroup::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-object-ungroup::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-object-ungroup::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-object-ungroup::after,
.home-page .home-links .link .bg .fa-object-ungroup.icon,
.home-slider .form-hero .head .right i.fa-object-ungroup,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-object-ungroup.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-object-ungroup.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-object-ungroup.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-sticky-note-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-sticky-note-o.label::after,
.footer-home .footer-three-part .first ul li.fa-sticky-note-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-sticky-note-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-sticky-note-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-sticky-note-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-sticky-note-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-sticky-note-o::after,
.home-page .home-links .link .bg .fa-sticky-note-o.icon,
.home-slider .form-hero .head .right i.fa-sticky-note-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sticky-note-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-sticky-note-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-sticky-note-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before,
.home-page .home-links .link .bg .fa-sticky-note-o.icon:before,
.home-slider .form-hero .head .right i.fa-sticky-note-o:before {
  content: "\F249";
}

.fa.fa-cc-jcb,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-jcb::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-jcb.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-jcb::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-jcb::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-jcb::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-jcb::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-jcb::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-jcb::after,
.home-page .home-links .link .bg .fa-cc-jcb.icon,
.home-slider .form-hero .head .right i.fa-cc-jcb,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-jcb.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-jcb.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-jcb.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club,
.home .navbar #primary-menu li.menu-item-has-children a.fa-cc-diners-club::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-cc-diners-club.label::after,
.footer-home .footer-three-part .first ul li.fa-cc-diners-club::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-cc-diners-club::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-cc-diners-club::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-cc-diners-club::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-cc-diners-club::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-cc-diners-club::after,
.home-page .home-links .link .bg .fa-cc-diners-club.icon,
.home-slider .form-hero .head .right i.fa-cc-diners-club,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-diners-club.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-cc-diners-club.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-cc-diners-club.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone,
.home .navbar #primary-menu li.menu-item-has-children a.fa-clone::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-clone.label::after,
.footer-home .footer-three-part .first ul li.fa-clone::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-clone::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-clone::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-clone::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-clone::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-clone::after,
.home-page .home-links .link .bg .fa-clone.icon,
.home-slider .form-hero .head .right i.fa-clone,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clone.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-clone.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-clone.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hourglass-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hourglass-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hourglass-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hourglass-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hourglass-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hourglass-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hourglass-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hourglass-o::after,
.home-page .home-links .link .bg .fa-hourglass-o.icon,
.home-slider .form-hero .head .right i.fa-hourglass-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hourglass-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hourglass-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hourglass-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before,
.home-page .home-links .link .bg .fa-hourglass-o.icon:before,
.home-slider .form-hero .head .right i.fa-hourglass-o:before {
  content: "\F254";
}

.fa.fa-hourglass-1:before,
.home-page .home-links .link .bg .fa-hourglass-1.icon:before,
.home-slider .form-hero .head .right i.fa-hourglass-1:before {
  content: "\F251";
}

.fa.fa-hourglass-2:before,
.home-page .home-links .link .bg .fa-hourglass-2.icon:before,
.home-slider .form-hero .head .right i.fa-hourglass-2:before {
  content: "\F252";
}

.fa.fa-hourglass-3:before,
.home-page .home-links .link .bg .fa-hourglass-3.icon:before,
.home-slider .form-hero .head .right i.fa-hourglass-3:before {
  content: "\F253";
}

.fa.fa-hand-rock-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-rock-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-rock-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-rock-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-rock-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-rock-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-rock-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-rock-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-rock-o::after,
.home-page .home-links .link .bg .fa-hand-rock-o.icon,
.home-slider .form-hero .head .right i.fa-hand-rock-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-rock-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-rock-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-rock-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before,
.home-page .home-links .link .bg .fa-hand-rock-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-rock-o:before {
  content: "\F255";
}

.fa.fa-hand-grab-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-grab-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-grab-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-grab-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-grab-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-grab-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-grab-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-grab-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-grab-o::after,
.home-page .home-links .link .bg .fa-hand-grab-o.icon,
.home-slider .form-hero .head .right i.fa-hand-grab-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-grab-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-grab-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-grab-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before,
.home-page .home-links .link .bg .fa-hand-grab-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-grab-o:before {
  content: "\F255";
}

.fa.fa-hand-paper-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-paper-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-paper-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-paper-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-paper-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-paper-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-paper-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-paper-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-paper-o::after,
.home-page .home-links .link .bg .fa-hand-paper-o.icon,
.home-slider .form-hero .head .right i.fa-hand-paper-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-paper-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-paper-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-paper-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before,
.home-page .home-links .link .bg .fa-hand-paper-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-paper-o:before {
  content: "\F256";
}

.fa.fa-hand-stop-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-stop-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-stop-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-stop-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-stop-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-stop-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-stop-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-stop-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-stop-o::after,
.home-page .home-links .link .bg .fa-hand-stop-o.icon,
.home-slider .form-hero .head .right i.fa-hand-stop-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-stop-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-stop-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-stop-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before,
.home-page .home-links .link .bg .fa-hand-stop-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-stop-o:before {
  content: "\F256";
}

.fa.fa-hand-scissors-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-scissors-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-scissors-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-scissors-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-scissors-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-scissors-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-scissors-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-scissors-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-scissors-o::after,
.home-page .home-links .link .bg .fa-hand-scissors-o.icon,
.home-slider .form-hero .head .right i.fa-hand-scissors-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-scissors-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-scissors-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-scissors-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before,
.home-page .home-links .link .bg .fa-hand-scissors-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa.fa-hand-lizard-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-lizard-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-lizard-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-lizard-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-lizard-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-lizard-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-lizard-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-lizard-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-lizard-o::after,
.home-page .home-links .link .bg .fa-hand-lizard-o.icon,
.home-slider .form-hero .head .right i.fa-hand-lizard-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-lizard-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-lizard-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-lizard-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before,
.home-page .home-links .link .bg .fa-hand-lizard-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa.fa-hand-spock-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-spock-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-spock-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-spock-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-spock-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-spock-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-spock-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-spock-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-spock-o::after,
.home-page .home-links .link .bg .fa-hand-spock-o.icon,
.home-slider .form-hero .head .right i.fa-hand-spock-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-spock-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-spock-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-spock-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before,
.home-page .home-links .link .bg .fa-hand-spock-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-spock-o:before {
  content: "\F259";
}

.fa.fa-hand-pointer-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-pointer-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-pointer-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-pointer-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-pointer-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-pointer-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-pointer-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-pointer-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-pointer-o::after,
.home-page .home-links .link .bg .fa-hand-pointer-o.icon,
.home-slider .form-hero .head .right i.fa-hand-pointer-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-pointer-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-pointer-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-pointer-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before,
.home-page .home-links .link .bg .fa-hand-pointer-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa.fa-hand-peace-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-hand-peace-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-hand-peace-o.label::after,
.footer-home .footer-three-part .first ul li.fa-hand-peace-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-hand-peace-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-hand-peace-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-hand-peace-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-hand-peace-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-hand-peace-o::after,
.home-page .home-links .link .bg .fa-hand-peace-o.icon,
.home-slider .form-hero .head .right i.fa-hand-peace-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-peace-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-hand-peace-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-hand-peace-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before,
.home-page .home-links .link .bg .fa-hand-peace-o.icon:before,
.home-slider .form-hero .head .right i.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa.fa-registered,
.home .navbar #primary-menu li.menu-item-has-children a.fa-registered::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-registered.label::after,
.footer-home .footer-three-part .first ul li.fa-registered::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-registered::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-registered::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-registered::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-registered::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-registered::after,
.home-page .home-links .link .bg .fa-registered.icon,
.home-slider .form-hero .head .right i.fa-registered,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-registered.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-registered.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-registered.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons,
.home .navbar #primary-menu li.menu-item-has-children a.fa-creative-commons::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-creative-commons.label::after,
.footer-home .footer-three-part .first ul li.fa-creative-commons::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-creative-commons::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-creative-commons::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-creative-commons::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-creative-commons::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-creative-commons::after,
.home-page .home-links .link .bg .fa-creative-commons.icon,
.home-slider .form-hero .head .right i.fa-creative-commons,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-creative-commons.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-creative-commons.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-creative-commons.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg,
.home .navbar #primary-menu li.menu-item-has-children a.fa-gg::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-gg.label::after,
.footer-home .footer-three-part .first ul li.fa-gg::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-gg::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-gg::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-gg::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-gg::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-gg::after,
.home-page .home-links .link .bg .fa-gg.icon,
.home-slider .form-hero .head .right i.fa-gg,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gg.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gg.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-gg.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle,
.home .navbar #primary-menu li.menu-item-has-children a.fa-gg-circle::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-gg-circle.label::after,
.footer-home .footer-three-part .first ul li.fa-gg-circle::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-gg-circle::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-gg-circle::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-gg-circle::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-gg-circle::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-gg-circle::after,
.home-page .home-links .link .bg .fa-gg-circle.icon,
.home-slider .form-hero .head .right i.fa-gg-circle,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gg-circle.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gg-circle.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-gg-circle.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor,
.home .navbar #primary-menu li.menu-item-has-children a.fa-tripadvisor::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-tripadvisor.label::after,
.footer-home .footer-three-part .first ul li.fa-tripadvisor::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-tripadvisor::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-tripadvisor::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-tripadvisor::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-tripadvisor::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-tripadvisor::after,
.home-page .home-links .link .bg .fa-tripadvisor.icon,
.home-slider .form-hero .head .right i.fa-tripadvisor,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tripadvisor.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-tripadvisor.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-tripadvisor.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki,
.home .navbar #primary-menu li.menu-item-has-children a.fa-odnoklassniki::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-odnoklassniki.label::after,
.footer-home .footer-three-part .first ul li.fa-odnoklassniki::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-odnoklassniki::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-odnoklassniki::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-odnoklassniki::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-odnoklassniki::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-odnoklassniki::after,
.home-page .home-links .link .bg .fa-odnoklassniki.icon,
.home-slider .form-hero .head .right i.fa-odnoklassniki,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-odnoklassniki.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-odnoklassniki.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-odnoklassniki.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-odnoklassniki-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-odnoklassniki-square.label::after,
.footer-home .footer-three-part .first ul li.fa-odnoklassniki-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-odnoklassniki-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-odnoklassniki-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-odnoklassniki-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-odnoklassniki-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-odnoklassniki-square::after,
.home-page .home-links .link .bg .fa-odnoklassniki-square.icon,
.home-slider .form-hero .head .right i.fa-odnoklassniki-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-odnoklassniki-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-odnoklassniki-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-odnoklassniki-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket,
.home .navbar #primary-menu li.menu-item-has-children a.fa-get-pocket::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-get-pocket.label::after,
.footer-home .footer-three-part .first ul li.fa-get-pocket::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-get-pocket::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-get-pocket::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-get-pocket::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-get-pocket::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-get-pocket::after,
.home-page .home-links .link .bg .fa-get-pocket.icon,
.home-slider .form-hero .head .right i.fa-get-pocket,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-get-pocket.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-get-pocket.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-get-pocket.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wikipedia-w::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wikipedia-w.label::after,
.footer-home .footer-three-part .first ul li.fa-wikipedia-w::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wikipedia-w::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wikipedia-w::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wikipedia-w::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wikipedia-w::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wikipedia-w::after,
.home-page .home-links .link .bg .fa-wikipedia-w.icon,
.home-slider .form-hero .head .right i.fa-wikipedia-w,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wikipedia-w.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wikipedia-w.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wikipedia-w.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari,
.home .navbar #primary-menu li.menu-item-has-children a.fa-safari::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-safari.label::after,
.footer-home .footer-three-part .first ul li.fa-safari::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-safari::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-safari::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-safari::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-safari::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-safari::after,
.home-page .home-links .link .bg .fa-safari.icon,
.home-slider .form-hero .head .right i.fa-safari,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-safari.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-safari.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-safari.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome,
.home .navbar #primary-menu li.menu-item-has-children a.fa-chrome::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-chrome.label::after,
.footer-home .footer-three-part .first ul li.fa-chrome::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-chrome::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-chrome::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-chrome::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-chrome::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-chrome::after,
.home-page .home-links .link .bg .fa-chrome.icon,
.home-slider .form-hero .head .right i.fa-chrome,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-chrome.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-chrome.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-chrome.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox,
.home .navbar #primary-menu li.menu-item-has-children a.fa-firefox::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-firefox.label::after,
.footer-home .footer-three-part .first ul li.fa-firefox::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-firefox::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-firefox::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-firefox::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-firefox::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-firefox::after,
.home-page .home-links .link .bg .fa-firefox.icon,
.home-slider .form-hero .head .right i.fa-firefox,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-firefox.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-firefox.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-firefox.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera,
.home .navbar #primary-menu li.menu-item-has-children a.fa-opera::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-opera.label::after,
.footer-home .footer-three-part .first ul li.fa-opera::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-opera::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-opera::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-opera::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-opera::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-opera::after,
.home-page .home-links .link .bg .fa-opera.icon,
.home-slider .form-hero .head .right i.fa-opera,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-opera.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-opera.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-opera.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer,
.home .navbar #primary-menu li.menu-item-has-children a.fa-internet-explorer::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-internet-explorer.label::after,
.footer-home .footer-three-part .first ul li.fa-internet-explorer::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-internet-explorer::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-internet-explorer::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-internet-explorer::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-internet-explorer::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-internet-explorer::after,
.home-page .home-links .link .bg .fa-internet-explorer.icon,
.home-slider .form-hero .head .right i.fa-internet-explorer,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-internet-explorer.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-internet-explorer.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-internet-explorer.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before,
.home-page .home-links .link .bg .fa-television.icon:before,
.home-slider .form-hero .head .right i.fa-television:before {
  content: "\F26C";
}

.fa.fa-contao,
.home .navbar #primary-menu li.menu-item-has-children a.fa-contao::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-contao.label::after,
.footer-home .footer-three-part .first ul li.fa-contao::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-contao::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-contao::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-contao::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-contao::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-contao::after,
.home-page .home-links .link .bg .fa-contao.icon,
.home-slider .form-hero .head .right i.fa-contao,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-contao.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-contao.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-contao.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px,
.home .navbar #primary-menu li.menu-item-has-children a.fa-500px::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-500px.label::after,
.footer-home .footer-three-part .first ul li.fa-500px::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-500px::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-500px::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-500px::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-500px::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-500px::after,
.home-page .home-links .link .bg .fa-500px.icon,
.home-slider .form-hero .head .right i.fa-500px,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-500px.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-500px.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-500px.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon,
.home .navbar #primary-menu li.menu-item-has-children a.fa-amazon::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-amazon.label::after,
.footer-home .footer-three-part .first ul li.fa-amazon::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-amazon::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-amazon::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-amazon::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-amazon::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-amazon::after,
.home-page .home-links .link .bg .fa-amazon.icon,
.home-slider .form-hero .head .right i.fa-amazon,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-amazon.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-amazon.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-amazon.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-calendar-plus-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-calendar-plus-o.label::after,
.footer-home .footer-three-part .first ul li.fa-calendar-plus-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-calendar-plus-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-calendar-plus-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-calendar-plus-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-calendar-plus-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-calendar-plus-o::after,
.home-page .home-links .link .bg .fa-calendar-plus-o.icon,
.home-slider .form-hero .head .right i.fa-calendar-plus-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-plus-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-plus-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-calendar-plus-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before,
.home-page .home-links .link .bg .fa-calendar-plus-o.icon:before,
.home-slider .form-hero .head .right i.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa.fa-calendar-minus-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-calendar-minus-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-calendar-minus-o.label::after,
.footer-home .footer-three-part .first ul li.fa-calendar-minus-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-calendar-minus-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-calendar-minus-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-calendar-minus-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-calendar-minus-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-calendar-minus-o::after,
.home-page .home-links .link .bg .fa-calendar-minus-o.icon,
.home-slider .form-hero .head .right i.fa-calendar-minus-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-minus-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-minus-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-calendar-minus-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before,
.home-page .home-links .link .bg .fa-calendar-minus-o.icon:before,
.home-slider .form-hero .head .right i.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa.fa-calendar-times-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-calendar-times-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-calendar-times-o.label::after,
.footer-home .footer-three-part .first ul li.fa-calendar-times-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-calendar-times-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-calendar-times-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-calendar-times-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-calendar-times-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-calendar-times-o::after,
.home-page .home-links .link .bg .fa-calendar-times-o.icon,
.home-slider .form-hero .head .right i.fa-calendar-times-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-times-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-times-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-calendar-times-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-times-o:before,
.home-page .home-links .link .bg .fa-calendar-times-o.icon:before,
.home-slider .form-hero .head .right i.fa-calendar-times-o:before {
  content: "\F273";
}

.fa.fa-calendar-check-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-calendar-check-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-calendar-check-o.label::after,
.footer-home .footer-three-part .first ul li.fa-calendar-check-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-calendar-check-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-calendar-check-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-calendar-check-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-calendar-check-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-calendar-check-o::after,
.home-page .home-links .link .bg .fa-calendar-check-o.icon,
.home-slider .form-hero .head .right i.fa-calendar-check-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-check-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-calendar-check-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-calendar-check-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-check-o:before,
.home-page .home-links .link .bg .fa-calendar-check-o.icon:before,
.home-slider .form-hero .head .right i.fa-calendar-check-o:before {
  content: "\F274";
}

.fa.fa-map-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-map-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-map-o.label::after,
.footer-home .footer-three-part .first ul li.fa-map-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-map-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-map-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-map-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-map-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-map-o::after,
.home-page .home-links .link .bg .fa-map-o.icon,
.home-slider .form-hero .head .right i.fa-map-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-map-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-map-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-map-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before,
.home-page .home-links .link .bg .fa-map-o.icon:before,
.home-slider .form-hero .head .right i.fa-map-o:before {
  content: "\F279";
}

.fa.fa-commenting:before,
.home-page .home-links .link .bg .fa-commenting.icon:before,
.home-page .home-links .link .bg .icon.rev:before,
.home-slider .form-hero .head .right i.fa-commenting:before {
  content: "\F4AD";
}

.fa.fa-commenting-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-commenting-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-commenting-o.label::after,
.footer-home .footer-three-part .first ul li.fa-commenting-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-commenting-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-commenting-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-commenting-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-commenting-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-commenting-o::after,
.home-page .home-links .link .bg .fa-commenting-o.icon,
.home-slider .form-hero .head .right i.fa-commenting-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-commenting-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-commenting-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-commenting-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before,
.home-page .home-links .link .bg .fa-commenting-o.icon:before,
.home-slider .form-hero .head .right i.fa-commenting-o:before {
  content: "\F4AD";
}

.fa.fa-houzz,
.home .navbar #primary-menu li.menu-item-has-children a.fa-houzz::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-houzz.label::after,
.footer-home .footer-three-part .first ul li.fa-houzz::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-houzz::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-houzz::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-houzz::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-houzz::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-houzz::after,
.home-page .home-links .link .bg .fa-houzz.icon,
.home-slider .form-hero .head .right i.fa-houzz,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-houzz.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-houzz.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-houzz.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-vimeo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-vimeo.label::after,
.footer-home .footer-three-part .first ul li.fa-vimeo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-vimeo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-vimeo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-vimeo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-vimeo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-vimeo::after,
.home-page .home-links .link .bg .fa-vimeo.icon,
.home-slider .form-hero .head .right i.fa-vimeo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vimeo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vimeo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-vimeo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before,
.home-page .home-links .link .bg .fa-vimeo.icon:before,
.home-slider .form-hero .head .right i.fa-vimeo:before {
  content: "\F27D";
}

.fa.fa-black-tie,
.home .navbar #primary-menu li.menu-item-has-children a.fa-black-tie::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-black-tie.label::after,
.footer-home .footer-three-part .first ul li.fa-black-tie::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-black-tie::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-black-tie::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-black-tie::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-black-tie::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-black-tie::after,
.home-page .home-links .link .bg .fa-black-tie.icon,
.home-slider .form-hero .head .right i.fa-black-tie,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-black-tie.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-black-tie.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-black-tie.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons,
.home .navbar #primary-menu li.menu-item-has-children a.fa-fonticons::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-fonticons.label::after,
.footer-home .footer-three-part .first ul li.fa-fonticons::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-fonticons::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-fonticons::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-fonticons::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-fonticons::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-fonticons::after,
.home-page .home-links .link .bg .fa-fonticons.icon,
.home-slider .form-hero .head .right i.fa-fonticons,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fonticons.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fonticons.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-fonticons.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien,
.home .navbar #primary-menu li.menu-item-has-children a.fa-reddit-alien::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-reddit-alien.label::after,
.footer-home .footer-three-part .first ul li.fa-reddit-alien::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-reddit-alien::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-reddit-alien::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-reddit-alien::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-reddit-alien::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-reddit-alien::after,
.home-page .home-links .link .bg .fa-reddit-alien.icon,
.home-slider .form-hero .head .right i.fa-reddit-alien,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit-alien.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-reddit-alien.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-reddit-alien.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge,
.home .navbar #primary-menu li.menu-item-has-children a.fa-edge::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-edge.label::after,
.footer-home .footer-three-part .first ul li.fa-edge::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-edge::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-edge::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-edge::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-edge::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-edge::after,
.home-page .home-links .link .bg .fa-edge.icon,
.home-slider .form-hero .head .right i.fa-edge,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-edge.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-edge.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-edge.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card-alt:before,
.home-page .home-links .link .bg .fa-credit-card-alt.icon:before,
.home-slider .form-hero .head .right i.fa-credit-card-alt:before {
  content: "\F09D";
}

.fa.fa-codiepie,
.home .navbar #primary-menu li.menu-item-has-children a.fa-codiepie::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-codiepie.label::after,
.footer-home .footer-three-part .first ul li.fa-codiepie::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-codiepie::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-codiepie::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-codiepie::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-codiepie::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-codiepie::after,
.home-page .home-links .link .bg .fa-codiepie.icon,
.home-slider .form-hero .head .right i.fa-codiepie,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-codiepie.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-codiepie.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-codiepie.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx,
.home .navbar #primary-menu li.menu-item-has-children a.fa-modx::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-modx.label::after,
.footer-home .footer-three-part .first ul li.fa-modx::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-modx::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-modx::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-modx::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-modx::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-modx::after,
.home-page .home-links .link .bg .fa-modx.icon,
.home-slider .form-hero .head .right i.fa-modx,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-modx.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-modx.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-modx.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome,
.home .navbar #primary-menu li.menu-item-has-children a.fa-fort-awesome::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-fort-awesome.label::after,
.footer-home .footer-three-part .first ul li.fa-fort-awesome::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-fort-awesome::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-fort-awesome::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-fort-awesome::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-fort-awesome::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-fort-awesome::after,
.home-page .home-links .link .bg .fa-fort-awesome.icon,
.home-slider .form-hero .head .right i.fa-fort-awesome,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fort-awesome.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fort-awesome.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-fort-awesome.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb,
.home .navbar #primary-menu li.menu-item-has-children a.fa-usb::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-usb.label::after,
.footer-home .footer-three-part .first ul li.fa-usb::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-usb::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-usb::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-usb::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-usb::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-usb::after,
.home-page .home-links .link .bg .fa-usb.icon,
.home-slider .form-hero .head .right i.fa-usb,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-usb.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-usb.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-usb.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-product-hunt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-product-hunt.label::after,
.footer-home .footer-three-part .first ul li.fa-product-hunt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-product-hunt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-product-hunt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-product-hunt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-product-hunt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-product-hunt::after,
.home-page .home-links .link .bg .fa-product-hunt.icon,
.home-slider .form-hero .head .right i.fa-product-hunt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-product-hunt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-product-hunt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-product-hunt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud,
.home .navbar #primary-menu li.menu-item-has-children a.fa-mixcloud::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-mixcloud.label::after,
.footer-home .footer-three-part .first ul li.fa-mixcloud::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-mixcloud::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-mixcloud::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-mixcloud::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-mixcloud::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-mixcloud::after,
.home-page .home-links .link .bg .fa-mixcloud.icon,
.home-slider .form-hero .head .right i.fa-mixcloud,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-mixcloud.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-mixcloud.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-mixcloud.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd,
.home .navbar #primary-menu li.menu-item-has-children a.fa-scribd::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-scribd.label::after,
.footer-home .footer-three-part .first ul li.fa-scribd::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-scribd::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-scribd::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-scribd::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-scribd::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-scribd::after,
.home-page .home-links .link .bg .fa-scribd.icon,
.home-slider .form-hero .head .right i.fa-scribd,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-scribd.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-scribd.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-scribd.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pause-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pause-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-pause-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pause-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pause-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pause-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pause-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pause-circle-o::after,
.home-page .home-links .link .bg .fa-pause-circle-o.icon,
.home-slider .form-hero .head .right i.fa-pause-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pause-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pause-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pause-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before,
.home-page .home-links .link .bg .fa-pause-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-pause-circle-o:before {
  content: "\F28B";
}

.fa.fa-stop-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-stop-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-stop-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-stop-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-stop-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-stop-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-stop-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-stop-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-stop-circle-o::after,
.home-page .home-links .link .bg .fa-stop-circle-o.icon,
.home-slider .form-hero .head .right i.fa-stop-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stop-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-stop-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-stop-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before,
.home-page .home-links .link .bg .fa-stop-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-stop-circle-o:before {
  content: "\F28D";
}

.fa.fa-bluetooth,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bluetooth::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bluetooth.label::after,
.footer-home .footer-three-part .first ul li.fa-bluetooth::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bluetooth::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bluetooth::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bluetooth::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bluetooth::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bluetooth::after,
.home-page .home-links .link .bg .fa-bluetooth.icon,
.home-slider .form-hero .head .right i.fa-bluetooth,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bluetooth.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bluetooth.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bluetooth.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bluetooth-b::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bluetooth-b.label::after,
.footer-home .footer-three-part .first ul li.fa-bluetooth-b::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bluetooth-b::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bluetooth-b::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bluetooth-b::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bluetooth-b::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bluetooth-b::after,
.home-page .home-links .link .bg .fa-bluetooth-b.icon,
.home-slider .form-hero .head .right i.fa-bluetooth-b,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bluetooth-b.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bluetooth-b.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bluetooth-b.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab,
.home .navbar #primary-menu li.menu-item-has-children a.fa-gitlab::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-gitlab.label::after,
.footer-home .footer-three-part .first ul li.fa-gitlab::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-gitlab::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-gitlab::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-gitlab::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-gitlab::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-gitlab::after,
.home-page .home-links .link .bg .fa-gitlab.icon,
.home-slider .form-hero .head .right i.fa-gitlab,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gitlab.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-gitlab.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-gitlab.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wpbeginner::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wpbeginner.label::after,
.footer-home .footer-three-part .first ul li.fa-wpbeginner::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wpbeginner::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wpbeginner::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wpbeginner::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wpbeginner::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wpbeginner::after,
.home-page .home-links .link .bg .fa-wpbeginner.icon,
.home-slider .form-hero .head .right i.fa-wpbeginner,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpbeginner.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpbeginner.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wpbeginner.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wpforms::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wpforms.label::after,
.footer-home .footer-three-part .first ul li.fa-wpforms::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wpforms::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wpforms::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wpforms::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wpforms::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wpforms::after,
.home-page .home-links .link .bg .fa-wpforms.icon,
.home-slider .form-hero .head .right i.fa-wpforms,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpforms.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpforms.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wpforms.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira,
.home .navbar #primary-menu li.menu-item-has-children a.fa-envira::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-envira.label::after,
.footer-home .footer-three-part .first ul li.fa-envira::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-envira::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-envira::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-envira::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-envira::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-envira::after,
.home-page .home-links .link .bg .fa-envira.icon,
.home-slider .form-hero .head .right i.fa-envira,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envira.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envira.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-envira.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wheelchair-alt::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wheelchair-alt.label::after,
.footer-home .footer-three-part .first ul li.fa-wheelchair-alt::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wheelchair-alt::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wheelchair-alt::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wheelchair-alt::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wheelchair-alt::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wheelchair-alt::after,
.home-page .home-links .link .bg .fa-wheelchair-alt.icon,
.home-slider .form-hero .head .right i.fa-wheelchair-alt,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wheelchair-alt.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wheelchair-alt.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wheelchair-alt.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before,
.home-page .home-links .link .bg .fa-wheelchair-alt.icon:before,
.home-slider .form-hero .head .right i.fa-wheelchair-alt:before {
  content: "\F368";
}

.fa.fa-question-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-question-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-question-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-question-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-question-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-question-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-question-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-question-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-question-circle-o::after,
.home-page .home-links .link .bg .fa-question-circle-o.icon,
.home-slider .form-hero .head .right i.fa-question-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-question-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-question-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-question-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before,
.home-page .home-links .link .bg .fa-question-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-question-circle-o:before {
  content: "\F059";
}

.fa.fa-volume-control-phone:before,
.home-page .home-links .link .bg .fa-volume-control-phone.icon:before,
.home-slider .form-hero .head .right i.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa.fa-asl-interpreting:before,
.home-page .home-links .link .bg .fa-asl-interpreting.icon:before,
.home-slider .form-hero .head .right i.fa-asl-interpreting:before {
  content: "\F2A3";
}

.fa.fa-deafness:before,
.home-page .home-links .link .bg .fa-deafness.icon:before,
.home-slider .form-hero .head .right i.fa-deafness:before {
  content: "\F2A4";
}

.fa.fa-hard-of-hearing:before,
.home-page .home-links .link .bg .fa-hard-of-hearing.icon:before,
.home-slider .form-hero .head .right i.fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa.fa-glide,
.home .navbar #primary-menu li.menu-item-has-children a.fa-glide::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-glide.label::after,
.footer-home .footer-three-part .first ul li.fa-glide::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-glide::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-glide::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-glide::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-glide::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-glide::after,
.home-page .home-links .link .bg .fa-glide.icon,
.home-slider .form-hero .head .right i.fa-glide,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-glide.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-glide.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-glide.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g,
.home .navbar #primary-menu li.menu-item-has-children a.fa-glide-g::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-glide-g.label::after,
.footer-home .footer-three-part .first ul li.fa-glide-g::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-glide-g::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-glide-g::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-glide-g::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-glide-g::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-glide-g::after,
.home-page .home-links .link .bg .fa-glide-g.icon,
.home-slider .form-hero .head .right i.fa-glide-g,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-glide-g.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-glide-g.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-glide-g.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before,
.home-page .home-links .link .bg .fa-signing.icon:before,
.home-slider .form-hero .head .right i.fa-signing:before {
  content: "\F2A7";
}

.fa.fa-viadeo,
.home .navbar #primary-menu li.menu-item-has-children a.fa-viadeo::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-viadeo.label::after,
.footer-home .footer-three-part .first ul li.fa-viadeo::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-viadeo::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-viadeo::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-viadeo::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-viadeo::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-viadeo::after,
.home-page .home-links .link .bg .fa-viadeo.icon,
.home-slider .form-hero .head .right i.fa-viadeo,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viadeo.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viadeo.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-viadeo.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-viadeo-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-viadeo-square.label::after,
.footer-home .footer-three-part .first ul li.fa-viadeo-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-viadeo-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-viadeo-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-viadeo-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-viadeo-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-viadeo-square::after,
.home-page .home-links .link .bg .fa-viadeo-square.icon,
.home-slider .form-hero .head .right i.fa-viadeo-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viadeo-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-viadeo-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-viadeo-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat,
.home .navbar #primary-menu li.menu-item-has-children a.fa-snapchat::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-snapchat.label::after,
.footer-home .footer-three-part .first ul li.fa-snapchat::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-snapchat::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-snapchat::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-snapchat::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-snapchat::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-snapchat::after,
.home-page .home-links .link .bg .fa-snapchat.icon,
.home-slider .form-hero .head .right i.fa-snapchat,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-snapchat.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost,
.home .navbar #primary-menu li.menu-item-has-children a.fa-snapchat-ghost::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-snapchat-ghost.label::after,
.footer-home .footer-three-part .first ul li.fa-snapchat-ghost::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-snapchat-ghost::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-snapchat-ghost::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-snapchat-ghost::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-snapchat-ghost::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-snapchat-ghost::after,
.home-page .home-links .link .bg .fa-snapchat-ghost.icon,
.home-slider .form-hero .head .right i.fa-snapchat-ghost,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat-ghost.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat-ghost.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-snapchat-ghost.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square,
.home .navbar #primary-menu li.menu-item-has-children a.fa-snapchat-square::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-snapchat-square.label::after,
.footer-home .footer-three-part .first ul li.fa-snapchat-square::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-snapchat-square::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-snapchat-square::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-snapchat-square::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-snapchat-square::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-snapchat-square::after,
.home-page .home-links .link .bg .fa-snapchat-square.icon,
.home-slider .form-hero .head .right i.fa-snapchat-square,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat-square.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snapchat-square.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-snapchat-square.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper,
.home .navbar #primary-menu li.menu-item-has-children a.fa-pied-piper::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-pied-piper.label::after,
.footer-home .footer-three-part .first ul li.fa-pied-piper::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-pied-piper::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-pied-piper::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-pied-piper::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-pied-piper::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-pied-piper::after,
.home-page .home-links .link .bg .fa-pied-piper.icon,
.home-slider .form-hero .head .right i.fa-pied-piper,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-pied-piper.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-pied-piper.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order,
.home .navbar #primary-menu li.menu-item-has-children a.fa-first-order::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-first-order.label::after,
.footer-home .footer-three-part .first ul li.fa-first-order::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-first-order::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-first-order::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-first-order::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-first-order::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-first-order::after,
.home-page .home-links .link .bg .fa-first-order.icon,
.home-slider .form-hero .head .right i.fa-first-order,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-first-order.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-first-order.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-first-order.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast,
.home .navbar #primary-menu li.menu-item-has-children a.fa-yoast::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-yoast.label::after,
.footer-home .footer-three-part .first ul li.fa-yoast::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-yoast::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-yoast::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-yoast::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-yoast::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-yoast::after,
.home-page .home-links .link .bg .fa-yoast.icon,
.home-slider .form-hero .head .right i.fa-yoast,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yoast.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-yoast.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-yoast.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle,
.home .navbar #primary-menu li.menu-item-has-children a.fa-themeisle::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-themeisle.label::after,
.footer-home .footer-three-part .first ul li.fa-themeisle::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-themeisle::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-themeisle::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-themeisle::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-themeisle::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-themeisle::after,
.home-page .home-links .link .bg .fa-themeisle.icon,
.home-slider .form-hero .head .right i.fa-themeisle,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-themeisle.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-themeisle.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-themeisle.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google-plus-official::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google-plus-official.label::after,
.footer-home .footer-three-part .first ul li.fa-google-plus-official::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google-plus-official::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google-plus-official::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google-plus-official::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google-plus-official::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google-plus-official::after,
.home-page .home-links .link .bg .fa-google-plus-official.icon,
.home-slider .form-hero .head .right i.fa-google-plus-official,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-official.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-official.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google-plus-official.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official:before,
.home-page .home-links .link .bg .fa-google-plus-official.icon:before,
.home-slider .form-hero .head .right i.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa.fa-google-plus-circle,
.home .navbar #primary-menu li.menu-item-has-children a.fa-google-plus-circle::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-google-plus-circle.label::after,
.footer-home .footer-three-part .first ul li.fa-google-plus-circle::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-google-plus-circle::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-google-plus-circle::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-google-plus-circle::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-google-plus-circle::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-google-plus-circle::after,
.home-page .home-links .link .bg .fa-google-plus-circle.icon,
.home-slider .form-hero .head .right i.fa-google-plus-circle,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-circle.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-google-plus-circle.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-google-plus-circle.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-circle:before,
.home-page .home-links .link .bg .fa-google-plus-circle.icon:before,
.home-slider .form-hero .head .right i.fa-google-plus-circle:before {
  content: "\F2B3";
}

.fa.fa-font-awesome,
.home .navbar #primary-menu li.menu-item-has-children a.fa-font-awesome::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-font-awesome.label::after,
.footer-home .footer-three-part .first ul li.fa-font-awesome::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-font-awesome::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-font-awesome::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-font-awesome::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-font-awesome::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-font-awesome::after,
.home-page .home-links .link .bg .fa-font-awesome.icon,
.home-slider .form-hero .head .right i.fa-font-awesome,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-font-awesome.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-font-awesome.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-font-awesome.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa,
.home .navbar #primary-menu li.menu-item-has-children a.fa-fa::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-fa.label::after,
.footer-home .footer-three-part .first ul li.fa-fa::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-fa::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-fa::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-fa::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-fa::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-fa::after,
.home-page .home-links .link .bg .fa-fa.icon,
.home-slider .form-hero .head .right i.fa-fa,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fa.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-fa.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-fa.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa:before,
.home-page .home-links .link .bg .fa-fa.icon:before,
.home-slider .form-hero .head .right i.fa-fa:before {
  content: "\F2B4";
}

.fa.fa-handshake-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-handshake-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-handshake-o.label::after,
.footer-home .footer-three-part .first ul li.fa-handshake-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-handshake-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-handshake-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-handshake-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-handshake-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-handshake-o::after,
.home-page .home-links .link .bg .fa-handshake-o.icon,
.home-slider .form-hero .head .right i.fa-handshake-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-handshake-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-handshake-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-handshake-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before,
.home-page .home-links .link .bg .fa-handshake-o.icon:before,
.home-slider .form-hero .head .right i.fa-handshake-o:before {
  content: "\F2B5";
}

.fa.fa-envelope-open-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-envelope-open-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-envelope-open-o.label::after,
.footer-home .footer-three-part .first ul li.fa-envelope-open-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-envelope-open-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-envelope-open-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-envelope-open-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-envelope-open-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-envelope-open-o::after,
.home-page .home-links .link .bg .fa-envelope-open-o.icon,
.home-slider .form-hero .head .right i.fa-envelope-open-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envelope-open-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-envelope-open-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-envelope-open-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-open-o:before,
.home-page .home-links .link .bg .fa-envelope-open-o.icon:before,
.home-slider .form-hero .head .right i.fa-envelope-open-o:before {
  content: "\F2B6";
}

.fa.fa-linode,
.home .navbar #primary-menu li.menu-item-has-children a.fa-linode::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-linode.label::after,
.footer-home .footer-three-part .first ul li.fa-linode::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-linode::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-linode::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-linode::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-linode::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-linode::after,
.home-page .home-links .link .bg .fa-linode.icon,
.home-slider .form-hero .head .right i.fa-linode,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linode.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-linode.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-linode.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-address-book-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-address-book-o.label::after,
.footer-home .footer-three-part .first ul li.fa-address-book-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-address-book-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-address-book-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-address-book-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-address-book-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-address-book-o::after,
.home-page .home-links .link .bg .fa-address-book-o.icon,
.home-slider .form-hero .head .right i.fa-address-book-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-address-book-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-address-book-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-address-book-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-book-o:before,
.home-page .home-links .link .bg .fa-address-book-o.icon:before,
.home-slider .form-hero .head .right i.fa-address-book-o:before {
  content: "\F2B9";
}

.fa.fa-vcard:before,
.home-page .home-links .link .bg .fa-vcard.icon:before,
.home-slider .form-hero .head .right i.fa-vcard:before {
  content: "\F2BB";
}

.fa.fa-address-card-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-address-card-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-address-card-o.label::after,
.footer-home .footer-three-part .first ul li.fa-address-card-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-address-card-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-address-card-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-address-card-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-address-card-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-address-card-o::after,
.home-page .home-links .link .bg .fa-address-card-o.icon,
.home-slider .form-hero .head .right i.fa-address-card-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-address-card-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-address-card-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-address-card-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before,
.home-page .home-links .link .bg .fa-address-card-o.icon:before,
.home-slider .form-hero .head .right i.fa-address-card-o:before {
  content: "\F2BB";
}

.fa.fa-vcard-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-vcard-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-vcard-o.label::after,
.footer-home .footer-three-part .first ul li.fa-vcard-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-vcard-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-vcard-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-vcard-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-vcard-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-vcard-o::after,
.home-page .home-links .link .bg .fa-vcard-o.icon,
.home-slider .form-hero .head .right i.fa-vcard-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vcard-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-vcard-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-vcard-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before,
.home-page .home-links .link .bg .fa-vcard-o.icon:before,
.home-slider .form-hero .head .right i.fa-vcard-o:before {
  content: "\F2BB";
}

.fa.fa-user-circle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-user-circle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-user-circle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-user-circle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-user-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-user-circle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-user-circle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-user-circle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-user-circle-o::after,
.home-page .home-links .link .bg .fa-user-circle-o.icon,
.home-slider .form-hero .head .right i.fa-user-circle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-user-circle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-user-circle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-user-circle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before,
.home-page .home-links .link .bg .fa-user-circle-o.icon:before,
.home-slider .form-hero .head .right i.fa-user-circle-o:before {
  content: "\F2BD";
}

.fa.fa-user-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-user-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-user-o.label::after,
.footer-home .footer-three-part .first ul li.fa-user-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-user-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-user-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-user-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-user-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-user-o::after,
.home-page .home-links .link .bg .fa-user-o.icon,
.home-slider .form-hero .head .right i.fa-user-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-user-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-user-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-user-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before,
.home-page .home-links .link .bg .fa-user-o.icon:before,
.home-slider .form-hero .head .right i.fa-user-o:before {
  content: "\F007";
}

.fa.fa-id-badge,
.home .navbar #primary-menu li.menu-item-has-children a.fa-id-badge::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-id-badge.label::after,
.footer-home .footer-three-part .first ul li.fa-id-badge::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-id-badge::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-id-badge::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-id-badge::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-id-badge::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-id-badge::after,
.home-page .home-links .link .bg .fa-id-badge.icon,
.home-slider .form-hero .head .right i.fa-id-badge,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-id-badge.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-id-badge.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-id-badge.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before,
.home-page .home-links .link .bg .fa-drivers-license.icon:before,
.home-slider .form-hero .head .right i.fa-drivers-license:before {
  content: "\F2C2";
}

.fa.fa-id-card-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-id-card-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-id-card-o.label::after,
.footer-home .footer-three-part .first ul li.fa-id-card-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-id-card-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-id-card-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-id-card-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-id-card-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-id-card-o::after,
.home-page .home-links .link .bg .fa-id-card-o.icon,
.home-slider .form-hero .head .right i.fa-id-card-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-id-card-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-id-card-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-id-card-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before,
.home-page .home-links .link .bg .fa-id-card-o.icon:before,
.home-slider .form-hero .head .right i.fa-id-card-o:before {
  content: "\F2C2";
}

.fa.fa-drivers-license-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-drivers-license-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-drivers-license-o.label::after,
.footer-home .footer-three-part .first ul li.fa-drivers-license-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-drivers-license-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-drivers-license-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-drivers-license-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-drivers-license-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-drivers-license-o::after,
.home-page .home-links .link .bg .fa-drivers-license-o.icon,
.home-slider .form-hero .head .right i.fa-drivers-license-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-drivers-license-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-drivers-license-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-drivers-license-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before,
.home-page .home-links .link .bg .fa-drivers-license-o.icon:before,
.home-slider .form-hero .head .right i.fa-drivers-license-o:before {
  content: "\F2C2";
}

.fa.fa-quora,
.home .navbar #primary-menu li.menu-item-has-children a.fa-quora::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-quora.label::after,
.footer-home .footer-three-part .first ul li.fa-quora::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-quora::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-quora::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-quora::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-quora::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-quora::after,
.home-page .home-links .link .bg .fa-quora.icon,
.home-slider .form-hero .head .right i.fa-quora,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-quora.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-quora.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-quora.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp,
.home .navbar #primary-menu li.menu-item-has-children a.fa-free-code-camp::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-free-code-camp.label::after,
.footer-home .footer-three-part .first ul li.fa-free-code-camp::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-free-code-camp::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-free-code-camp::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-free-code-camp::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-free-code-camp::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-free-code-camp::after,
.home-page .home-links .link .bg .fa-free-code-camp.icon,
.home-slider .form-hero .head .right i.fa-free-code-camp,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-free-code-camp.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-free-code-camp.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-free-code-camp.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram,
.home .navbar #primary-menu li.menu-item-has-children a.fa-telegram::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-telegram.label::after,
.footer-home .footer-three-part .first ul li.fa-telegram::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-telegram::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-telegram::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-telegram::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-telegram::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-telegram::after,
.home-page .home-links .link .bg .fa-telegram.icon,
.home-slider .form-hero .head .right i.fa-telegram,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-telegram.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-telegram.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-telegram.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before,
.home-page .home-links .link .bg .fa-thermometer-4.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer-4:before {
  content: "\F2C7";
}

.fa.fa-thermometer:before,
.home-page .home-links .link .bg .fa-thermometer.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer:before {
  content: "\F2C7";
}

.fa.fa-thermometer-3:before,
.home-page .home-links .link .bg .fa-thermometer-3.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer-3:before {
  content: "\F2C8";
}

.fa.fa-thermometer-2:before,
.home-page .home-links .link .bg .fa-thermometer-2.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer-2:before {
  content: "\F2C9";
}

.fa.fa-thermometer-1:before,
.home-page .home-links .link .bg .fa-thermometer-1.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer-1:before {
  content: "\F2CA";
}

.fa.fa-thermometer-0:before,
.home-page .home-links .link .bg .fa-thermometer-0.icon:before,
.home-slider .form-hero .head .right i.fa-thermometer-0:before {
  content: "\F2CB";
}

.fa.fa-bathtub:before,
.home-page .home-links .link .bg .fa-bathtub.icon:before,
.home-slider .form-hero .head .right i.fa-bathtub:before {
  content: "\F2CD";
}

.fa.fa-s15:before,
.home-page .home-links .link .bg .fa-s15.icon:before,
.home-slider .form-hero .head .right i.fa-s15:before {
  content: "\F2CD";
}

.fa.fa-window-maximize,
.home .navbar #primary-menu li.menu-item-has-children a.fa-window-maximize::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-window-maximize.label::after,
.footer-home .footer-three-part .first ul li.fa-window-maximize::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-window-maximize::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-window-maximize::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-window-maximize::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-window-maximize::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-window-maximize::after,
.home-page .home-links .link .bg .fa-window-maximize.icon,
.home-slider .form-hero .head .right i.fa-window-maximize,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-maximize.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-maximize.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-window-maximize.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore,
.home .navbar #primary-menu li.menu-item-has-children a.fa-window-restore::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-window-restore.label::after,
.footer-home .footer-three-part .first ul li.fa-window-restore::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-window-restore::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-window-restore::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-window-restore::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-window-restore::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-window-restore::after,
.home-page .home-links .link .bg .fa-window-restore.icon,
.home-slider .form-hero .head .right i.fa-window-restore,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-restore.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-restore.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-window-restore.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before,
.home-page .home-links .link .bg .fa-times-rectangle.icon:before,
.home-slider .form-hero .head .right i.fa-times-rectangle:before {
  content: "\F410";
}

.fa.fa-window-close-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-window-close-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-window-close-o.label::after,
.footer-home .footer-three-part .first ul li.fa-window-close-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-window-close-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-window-close-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-window-close-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-window-close-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-window-close-o::after,
.home-page .home-links .link .bg .fa-window-close-o.icon,
.home-slider .form-hero .head .right i.fa-window-close-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-close-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-window-close-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-window-close-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before,
.home-page .home-links .link .bg .fa-window-close-o.icon:before,
.home-slider .form-hero .head .right i.fa-window-close-o:before {
  content: "\F410";
}

.fa.fa-times-rectangle-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-times-rectangle-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-times-rectangle-o.label::after,
.footer-home .footer-three-part .first ul li.fa-times-rectangle-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-times-rectangle-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-times-rectangle-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-times-rectangle-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-times-rectangle-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-times-rectangle-o::after,
.home-page .home-links .link .bg .fa-times-rectangle-o.icon,
.home-slider .form-hero .head .right i.fa-times-rectangle-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-times-rectangle-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-times-rectangle-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-times-rectangle-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before,
.home-page .home-links .link .bg .fa-times-rectangle-o.icon:before,
.home-slider .form-hero .head .right i.fa-times-rectangle-o:before {
  content: "\F410";
}

.fa.fa-bandcamp,
.home .navbar #primary-menu li.menu-item-has-children a.fa-bandcamp::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-bandcamp.label::after,
.footer-home .footer-three-part .first ul li.fa-bandcamp::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-bandcamp::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-bandcamp::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-bandcamp::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-bandcamp::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-bandcamp::after,
.home-page .home-links .link .bg .fa-bandcamp.icon,
.home-slider .form-hero .head .right i.fa-bandcamp,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bandcamp.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-bandcamp.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-bandcamp.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav,
.home .navbar #primary-menu li.menu-item-has-children a.fa-grav::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-grav.label::after,
.footer-home .footer-three-part .first ul li.fa-grav::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-grav::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-grav::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-grav::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-grav::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-grav::after,
.home-page .home-links .link .bg .fa-grav.icon,
.home-slider .form-hero .head .right i.fa-grav,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-grav.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-grav.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-grav.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy,
.home .navbar #primary-menu li.menu-item-has-children a.fa-etsy::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-etsy.label::after,
.footer-home .footer-three-part .first ul li.fa-etsy::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-etsy::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-etsy::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-etsy::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-etsy::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-etsy::after,
.home-page .home-links .link .bg .fa-etsy.icon,
.home-slider .form-hero .head .right i.fa-etsy,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-etsy.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-etsy.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-etsy.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb,
.home .navbar #primary-menu li.menu-item-has-children a.fa-imdb::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-imdb.label::after,
.footer-home .footer-three-part .first ul li.fa-imdb::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-imdb::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-imdb::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-imdb::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-imdb::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-imdb::after,
.home-page .home-links .link .bg .fa-imdb.icon,
.home-slider .form-hero .head .right i.fa-imdb,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-imdb.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-imdb.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-imdb.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry,
.home .navbar #primary-menu li.menu-item-has-children a.fa-ravelry::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-ravelry.label::after,
.footer-home .footer-three-part .first ul li.fa-ravelry::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-ravelry::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-ravelry::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-ravelry::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-ravelry::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-ravelry::after,
.home-page .home-links .link .bg .fa-ravelry.icon,
.home-slider .form-hero .head .right i.fa-ravelry,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ravelry.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-ravelry.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-ravelry.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast,
.home .navbar #primary-menu li.menu-item-has-children a.fa-eercast::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-eercast.label::after,
.footer-home .footer-three-part .first ul li.fa-eercast::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-eercast::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-eercast::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-eercast::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-eercast::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-eercast::after,
.home-page .home-links .link .bg .fa-eercast.icon,
.home-slider .form-hero .head .right i.fa-eercast,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eercast.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-eercast.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-eercast.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before,
.home-page .home-links .link .bg .fa-eercast.icon:before,
.home-slider .form-hero .head .right i.fa-eercast:before {
  content: "\F2DA";
}

.fa.fa-snowflake-o,
.home .navbar #primary-menu li.menu-item-has-children a.fa-snowflake-o::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-snowflake-o.label::after,
.footer-home .footer-three-part .first ul li.fa-snowflake-o::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-snowflake-o::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-snowflake-o::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-snowflake-o::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-snowflake-o::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-snowflake-o::after,
.home-page .home-links .link .bg .fa-snowflake-o.icon,
.home-slider .form-hero .head .right i.fa-snowflake-o,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snowflake-o.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-snowflake-o.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-snowflake-o.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before,
.home-page .home-links .link .bg .fa-snowflake-o.icon:before,
.home-slider .form-hero .head .right i.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa.fa-superpowers,
.home .navbar #primary-menu li.menu-item-has-children a.fa-superpowers::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-superpowers.label::after,
.footer-home .footer-three-part .first ul li.fa-superpowers::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-superpowers::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-superpowers::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-superpowers::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-superpowers::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-superpowers::after,
.home-page .home-links .link .bg .fa-superpowers.icon,
.home-slider .form-hero .head .right i.fa-superpowers,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-superpowers.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-superpowers.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-superpowers.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer,
.home .navbar #primary-menu li.menu-item-has-children a.fa-wpexplorer::after,
.footer-home .modal-form .modal-body .form-hero .body .fa-wpexplorer.label::after,
.footer-home .footer-three-part .first ul li.fa-wpexplorer::before,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input.fa-wpexplorer::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-wpexplorer::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input.fa-wpexplorer::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-wpexplorer::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input.fa-wpexplorer::after,
.home-page .home-links .link .bg .fa-wpexplorer.icon,
.home-slider .form-hero .head .right i.fa-wpexplorer,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpexplorer.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.fa-wpexplorer.flex-next::before,
.warranty-registration .wpcf7-form .experience .radio-fields .fa-wpexplorer.wpcf7-list-item::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before,
.home-page .home-links .link .bg .fa-cab.icon:before,
.home-slider .form-hero .head .right i.fa-cab:before {
  content: "\F1BA";
}

html,
body {
  font-size: 16px;
  margin: 0;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}

.navbar.fixed-top + .home-slider,
.navbar.fixed-top + .hero-banner {
  margin-top: 112px;
}

.navbar.fixed-top.navbar-mobile + .home-slider,
.navbar.fixed-top.navbar-mobile + .hero-banner {
  margin-top: 258px;
}

.navbar.fixed-top.navbar-mobile .top-header.hidden-xs-up + .home-slider,
.navbar.fixed-top.navbar-mobile .top-header.hidden-xs-up + .hero-banner {
  margin-top: 49px;
}

.locator-microsite .navbar.fixed-top + .home-slider,
.locator-microsite .navbar.fixed-top + .hero-banner {
  margin-top: 155px;
}

.locator-microsite .navbar.fixed-top.navbar-mobile + .home-slider,
.locator-microsite .navbar.fixed-top.navbar-mobile + .hero-banner {
  margin-top: 292px;
}

.form-control-wrap {
  z-index: 2;
}

.site-content {
  background: url(/wp-content/themes/surepress/dist/images/home-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs li {
  padding: 0;
  border-bottom: #ccc solid 1px;
}

.nav-tabs li.act a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: #00703c solid 3px;
}

.nav-tabs li a {
  width: 100%;
  display: block;
  text-align: center;
  color: black;
  text-decoration: none;
  padding: 15px;
  border-top: transparent solid 3px;
}

.nav-tabs li a.active {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: #00703c solid 3px;
}

.nav-tabs .li-act {
  border-bottom: none;
}

.panel-container,
.collapse-div {
  margin-top: 30px;
}

.panel-container .card-header,
.collapse-div .card-header {
  padding: 0;
}

.panel-container .panel-title,
.collapse-div .panel-title {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  background: #00703c;
}

.panel-container .panel-title i.fa-chevron-down,
.panel-container .panel-title i.fa-chevron-up,
.collapse-div .panel-title i.fa-chevron-down,
.collapse-div .panel-title i.fa-chevron-up {
  float: right;
  margin: 0 10px 0 0;
  font-size: 1.4em;
  color: #00703c;
}

.panel-container .panel-title i.fa-chevron-up,
.collapse-div .panel-title i.fa-chevron-up {
  color: #fff;
}

.panel-container .collapsed .panel-title,
.collapse-div .collapsed .panel-title {
  color: #000;
  background: #e1e1e1;
}

.panel-container .panel,
.panel-container .card,
.collapse-div .panel,
.collapse-div .card {
  margin-bottom: 5px;
}

.panel-container .panel-collapse,
.collapse-div .panel-collapse {
  color: #a6a6a6;
  border: #a6a6a6 solid 1px;
  padding: 30px 20px 30px 20px;
  margin-top: -3px;
  border-top: none;
}

.reviews {
  padding: 0;
  text-align: center;
}

.reviews .fa-star,
.reviews .fa-star-o,
.reviews .fa-star-half-o {
  color: #f8a349;
}

.reviews #bottom_testimonial {
  text-align: left;
}

.reviews #bottom_testimonial .carousel-inner,
.reviews #bottom_testimonial .bxslider {
  padding: 0;
  overflow: hidden;
  padding-bottom: 10px;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item,
.reviews #bottom_testimonial .carousel-inner .testimonial-content,
.reviews #bottom_testimonial .bxslider .carousel-item,
.reviews #bottom_testimonial .bxslider .testimonial-content {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  padding: 3%;
}

@media (max-width: 767px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item,
  .reviews #bottom_testimonial .carousel-inner .testimonial-content,
  .reviews #bottom_testimonial .bxslider .carousel-item,
  .reviews #bottom_testimonial .bxslider .testimonial-content {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 40px;
  }

  .reviews #bottom_testimonial .carousel-inner .carousel-item > div,
  .reviews #bottom_testimonial .carousel-inner .testimonial-content > div,
  .reviews #bottom_testimonial .bxslider .carousel-item > div,
  .reviews #bottom_testimonial .bxslider .testimonial-content > div {
    margin-bottom: 15px;
  }
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(odd),
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(odd) {
  padding-left: 0;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(odd) strong,
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(odd) strong {
  right: 13%;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item::after,
.reviews #bottom_testimonial .bxslider .carousel-item::after {
  background: #fff;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFdSURBVHjaYpw6dSobAwNDHRAnALE0A3XBUyBeAMRNLECiEYgrGGgDQA6vBmJmkEXJIJGAgAAGKSkpqtry7Nkzhg0bNoCYyUxAQhTEorYlaGaKMjHQCbCgC0ybNo0qBmdlZaHwB85H6C6hFhiNo9E4oiyOyPH1aByRBP79+wdj/gX56A4Qqxw/fpyBn58frkhcXJxBWFgYQ/P79+8Znj9/TpRFHz9+hDHvgCwqA+J158+fx1AoKSnJEBgYCGb//PmT4eDBgwx37twhx3OVjP///welNEsgJxZUEyJJgsR0w8PDGV6+fMlw7tw5hk+fPoEdCsQribTgLxAvBuLjYIuwJHGQhTdAQQoEyL7YAcQp0LYAVRKDH8gSPj4+mCUgX8QBsSc5luCzqBREQIMK5AttYLJfTO2SwQYaP1+AuBhowSyaZFiobw4CcSLQkvs0KRmAvgG1w7ZSyxfIACDAAIOTb+khP927AAAAAElFTkSuQmCC);
  padding: 15px 15px 8px;
  position: absolute;
  border-radius: 50%;
  bottom: 5px;
}

@media (max-width: 1199px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item::after,
  .reviews #bottom_testimonial .bxslider .carousel-item::after {
    content: none;
  }
}

@media (max-width: 1199px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item::before,
  .reviews #bottom_testimonial .bxslider .carousel-item::before {
    background: #fff;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFdSURBVHjaYpw6dSobAwNDHRAnALE0A3XBUyBeAMRNLECiEYgrGGgDQA6vBmJmkEXJIJGAgAAGKSkpqtry7Nkzhg0bNoCYyUxAQhTEorYlaGaKMjHQCbCgC0ybNo0qBmdlZaHwB85H6C6hFhiNo9E4oiyOyPH1aByRBP79+wdj/gX56A4Qqxw/fpyBn58frkhcXJxBWFgYQ/P79+8Znj9/TpRFHz9+hDHvgCwqA+J158+fx1AoKSnJEBgYCGb//PmT4eDBgwx37twhx3OVjP///welNEsgJxZUEyJJgsR0w8PDGV6+fMlw7tw5hk+fPoEdCsQribTgLxAvBuLjYIuwJHGQhTdAQQoEyL7YAcQp0LYAVRKDH8gSPj4+mCUgX8QBsSc5luCzqBREQIMK5AttYLJfTO2SwQYaP1+AuBhowSyaZFiobw4CcSLQkvs0KRmAvgG1w7ZSyxfIACDAAIOTb+khP927AAAAAElFTkSuQmCC);
    padding: 15px 15px 8px;
    position: absolute;
    border-radius: 50%;
    bottom: 5px;
    left: 50%;
    margin-left: -27px;
    top: 0;
    width: 58px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item::before,
  .reviews #bottom_testimonial .bxslider .carousel-item::before {
    top: -10px;
  }
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(odd)::after,
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(odd)::after {
  left: 5%;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(even),
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(even) {
  float: right;
  padding-right: 0;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(even) strong,
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(even) strong {
  right: 7%;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item:nth-child(even)::after,
.reviews #bottom_testimonial .bxslider .carousel-item:nth-child(even)::after {
  left: 11%;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  background: #fff;
  padding: 5%;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child strong::before,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child strong::before,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child strong::before,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child strong::before {
  content: "";
  border: 1px solid;
  height: 5px;
  width: 5px;
  border-radius: 3px;
  display: inline-block;
  bottom: 4px;
  position: relative;
  right: 15px;
  background: #00703c;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child strong,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child strong,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child strong,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child strong {
  position: absolute;
  bottom: 1px;
  color: #00703c;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child strong span,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child strong span,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child strong span,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child strong span {
  border: 1px solid;
  width: 10px;
  display: inline-block;
  bottom: 4px;
  position: relative;
  left: 2px;
}

@media (max-width: 991px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child strong,
  .reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child strong,
  .reviews #bottom_testimonial .bxslider .carousel-item > div:first-child strong,
  .reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child strong {
    bottom: -8px;
  }
}

@media (max-width: 767px) {
  .reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child strong,
  .reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child strong,
  .reviews #bottom_testimonial .bxslider .carousel-item > div:first-child strong,
  .reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child strong {
    width: 100%;
    left: 0;
    text-align: center;
  }
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child .head,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child .head,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child .head,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child .head {
  margin-top: 15px;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child .head .review-date,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child .head .review-date,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child .head .review-date,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child .head .review-date {
  float: left;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child .head .review-rating,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child .head .review-rating,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child .head .review-rating,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child .head .review-rating {
  float: right;
}

.reviews #bottom_testimonial .carousel-inner .carousel-item > div:first-child q,
.reviews #bottom_testimonial .carousel-inner .testimonial-content > div:first-child q,
.reviews #bottom_testimonial .bxslider .carousel-item > div:first-child q,
.reviews #bottom_testimonial .bxslider .testimonial-content > div:first-child q {
  margin-top: 15px;
  display: block;
}

.reviews #bottom_testimonial .carousel-inner .br-lines,
.reviews #bottom_testimonial .bxslider .br-lines {
  border-bottom: 3px dashed #b7b7b7;
  padding: 0 0 20px 0;
}

@media (max-width: 767px) {
  .reviews #bottom_testimonial .carousel-inner .br-lines,
  .reviews #bottom_testimonial .bxslider .br-lines {
    border: none;
  }
}

.reviews .load {
  border-radius: 20px;
  border: 1px solid #0e3e69;
  padding: 10px 50px 10px 55px;
  display: inline-block;
  background-color: #0e3e69;
  color: white;
  text-decoration: none;
  margin: 30px 0 30px 0;
}

.reviews .load .fa-plus {
  margin-left: 25px;
  font-size: 15px;
  border: 1px solid;
  border-radius: 12px;
  padding: 5px;
}

.reviews .loader-img {
  display: none;
  width: 50px;
  margin: 0 auto;
}

.reviews .loader-img img {
  width: 100%;
}

.has-sidebar #primary {
  border-right: 1px solid #ebebeb;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .has-sidebar #primary {
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
}

body:not(.home) .main-content,
.extended-content {
  color: #707070;
  font-size: 1.125em;
}

@media (max-width: 991px) {
  body:not(.home) .main-content,
  .extended-content {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  body:not(.home) .main-content,
  .extended-content {
    font-size: 0.95em;
  }
}

@media (max-width: 575px) {
  body:not(.home) .main-content,
  .extended-content {
    font-size: 0.88em;
  }
}

body:not(.home) .main-content .col-md-9,
.extended-content .col-md-9 {
  border-right: 1px solid #ebebeb;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  body:not(.home) .main-content .col-md-9,
  .extended-content .col-md-9 {
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
}

body:not(.home) .main-content a,
.extended-content a {
  color: #00703c;
  text-decoration: underline;
}

body:not(.home) .main-content a:hover,
.extended-content a:hover {
  color: #d6611c;
}

body:not(.home) .main-content h1,
.extended-content h1 {
  font-size: 2.188em;
  font-weight: 600;
  color: #00703c;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  body:not(.home) .main-content h1,
  .extended-content h1 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  body:not(.home) .main-content h1,
  .extended-content h1 {
    font-size: 1.95em;
  }
}

@media (max-width: 575px) {
  body:not(.home) .main-content h1,
  .extended-content h1 {
    font-size: 1.88em;
  }
}

body:not(.home) .main-content h2,
.extended-content h2 {
  font-size: 1.875em;
  font-weight: 600;
  color: #d6611c;
}

@media (max-width: 991px) {
  body:not(.home) .main-content h2,
  .extended-content h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  body:not(.home) .main-content h2,
  .extended-content h2 {
    font-size: 1.6em;
  }
}

@media (max-width: 575px) {
  body:not(.home) .main-content h2,
  .extended-content h2 {
    font-size: 1.5em;
  }
}

body:not(.home) .main-content h2 a,
.extended-content h2 a {
  color: #d6611c;
  text-decoration: none;
}

body:not(.home) .main-content h4,
.extended-content h4 {
  background: #00703c;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  body:not(.home) .main-content h4,
  .extended-content h4 {
    border-radius: 0;
  }
}

body:not(.home) .main-content h6,
.extended-content h6 {
  font-style: italic;
  font-size: 1em;
  color: #707070;
}

body:not(.home) .main-content h6 em,
.extended-content h6 em {
  color: #231f20;
}

body:not(.home) .main-content img,
.extended-content img {
  max-width: 100%;
  height: auto;
}

body:not(.home) .main-content .related-thumb,
.extended-content .related-thumb {
  width: 100px;
  height: 100px;
}

body:not(.home) .main-content .related img,
.extended-content .related img {
  max-width: 112px;
}

#main_quote_buttons {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 30px;
}

@media (max-width: 575px) {
  #main_quote_buttons {
    padding: 0;
  }
}

#main_quote_buttons .btn,
#main_quote_buttons .comment-form input[type="submit"],
.comment-form #main_quote_buttons input[type="submit"],
#main_quote_buttons .search-form .search-submit,
.search-form #main_quote_buttons .search-submit {
  border-radius: 20px;
}

@media (max-width: 767px) {
  #main_quote_buttons .btn,
  #main_quote_buttons .comment-form input[type="submit"],
  .comment-form #main_quote_buttons input[type="submit"],
  #main_quote_buttons .search-form .search-submit,
  .search-form #main_quote_buttons .search-submit {
    margin-bottom: 10px;
  }
}

#main_quote_buttons .btn-default {
  background: #ebebeb;
  font-size: 1.813em;
  color: #000;
  font-weight: 600;
  padding: 7px 150px;
  white-space: normal;
}

@media (max-width: 1199px) {
  #main_quote_buttons .btn-default {
    padding: 10px 100px;
  }
}

@media (max-width: 575px) {
  #main_quote_buttons .btn-default {
    display: block;
    padding: 10px 20px;
  }
}

#main_quote_buttons .btn-warning {
  background: #d6611c;
  font-size: 1.125em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 10px 40px;
}

@media (max-width: 1199px) {
  #main_quote_buttons .btn-warning {
    padding: 10px 20px;
  }
}

#main_quote_buttons .fa-close {
  color: #231f20;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  font-size: 0.6em;
  line-height: 0.64em;
  padding: 3px;
}

#main_quote_buttons .close {
  opacity: 1;
  top: 12px;
}

#main_quote_buttons .close:hover {
  opacity: 0.5;
}

@media (max-width: 575px) {
  #main_quote_buttons .close {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: 20px;
  background: transparent;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  padding: 10px 0 0 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url(data:image/gif;base64,R0lGODlhBgAeALMJAMTExO3t7crKytTU1Pf39/39/eHh4eDg4MLCwv///wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkJBNzY2M0RBNDY3NkUyMTFCOEI3RjEyQ0FDRkM3RUQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5ODkwQUVBRDY3NjExRTZBQ0RDQUJBMEJGNUQwNTdFIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5ODkwQUU5RDY3NjExRTZBQ0RDQUJBMEJGNUQwNTdFIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTRkMGZjMTMtZGZkZS0wZjQ2LTlhMTktMDliYTM2MGZiMTQ1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDY4ZWEwYzItYjU5OC0xMWU2LWJlM2ItZTNmNmNmNGIzMDhhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAACQAsAAAAAAYAHgAABCkQpTklTZbmenHf3gWO3zcQGgIcBYa8QvDCsmq0yKmVIr/3wJ+QEyRSIgA7);
  float: left;
  padding-right: 17px;
}

.breadcrumb-item {
  font-size: 0.78em;
  line-height: 2.2em;
  padding-right: 5px;
}

.breadcrumb-item:first-child {
  padding-right: 0;
}

.breadcrumb-item:first-child a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAbCAYAAABr/T8RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzYxQzZEREQ2NzcxMUU2OTJGMDk3MjRGMDYyNTRERCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzYxQzZEQ0Q2NzcxMUU2OTJGMDk3MjRGMDYyNTRERCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU0ZDBmYzEzLWRmZGUtMGY0Ni05YTE5LTA5YmEzNjBmYjE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA2OGVhMGMyLWI1OTgtMTFlNi1iZTNiLWUzZjZjZjRiMzA4YSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiXd43oAAAMRSURBVHjatJd7aI1xGMd33r1sFFESUsulNinjDyTEkEvo1BaiHeZWhHLJpRbLPeQWf0gkl4QljSaiXIa5rCSXxEyRo9RGbjM7Z8f3OX1fPb29t961pz79zu/2fp/f7/e8z+89kVQqlRHG+m6eEWRYR7AFbAPfdIeR0bbWBawB8+0dbSncGfwAJaASTAU5VqcZcFsLUcwEvx26xfmPYAdoVO3zwHBQzPoZ8AeMAwnTR3AxiiKwFKwAYz2GF3BL37I+is5eBtdAHugEtoP1hofochRHwSSwG0wGdzyER4Lb3FIrsMTywWCKiq0TJw0X0ZUoDrEq0Xiirqy8iauv8RDvxRWuBcvAIrCLwtrmGA6iC1DsZ/UnKIToVamgrEcRBS89xA3u0FZxGHwHb2xjaiL6PYboFHosZ59eIcQqHZzrg+IG6OcTl89ADDxnkE0D1eDwf2E8rD8bu3FSCURPesRAHsV7+4h/BUvABd1o8iFSHlOiO0UU7dniHegBzqPttJr7moEk4t09hLvKXDAIlIGkTiBzwRj+fgA2KceiFMh3eKiIT+c5+lkpHchOC2NV7VCuZqfs+wasLKHqv/i7yeFhcn5y3hNckovdivg+p1c8DAxkRzVEq1wmNTu0iYNn+Y5KdmvwEa4FcWsrx6uOCq9Eht0ZrdJskt6L8zcZ4ZLZ7vJysKyFQVsOzoEvlnCOGvTBQzhGnCzC6K5iyhwKXoFL4CJ4ap9g0qMgt1WS2x1R52+qHWhmmpQo3whugb9uD5NJ71U910P4CNinnBPhWUz6Ypm8fUqD3HgG99+yKM7RbdUNCLw6UCug/g58to1pCXpZi8hDPsS6SRa6jM102bFQZsB7ubz3qLa9WHWBWkFWa0XcVix2HFznb3knKyAeY9J4xCQfd5jfGFbY5HWXgFAxb6YRFD/Fzxcp74NPKq9LTh8CZof9frNfi/KBdpAfaPYbJs6o7QB6Mvlrk++rx6GElQMTUazid1SWz7t9DxwAV6ybJ7SwciCXWWgAr8b2DLh6nvsT8CLMGUfC/pNorf0TYACG5OFrqKK9IAAAAABJRU5ErkJggg==) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  overflow: hidden;
  text-indent: 50px;
  margin-right: 20px;
}

.breadcrumb-item.parent {
  margin-right: 10px;
}

#content_mobile_toggle {
  margin: 0 2%;
  display: block;
  font-size: 1.125em;
  text-transform: lowercase;
  text-decoration: none;
}

#content_mobile_toggle:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .mobile_limit_content {
    max-height: 450px;
    overflow: hidden;
  }

  .mobile_limit_content::after {
    position: absolute;
    width: calc(100% - 30px);
    height: 30px;
    bottom: 0;
    content: ' ';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAYAAAC49JeZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc0RkRGQTc3RDlDMzExRTZCN0I3RTA3NUJERTA5MjIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc0RkRGQTc4RDlDMzExRTZCN0I3RTA3NUJERTA5MjIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzRGREZBNzVEOUMzMTFFNkI3QjdFMDc1QkRFMDkyMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzRGREZBNzZEOUMzMTFFNkI3QjdFMDc1QkRFMDkyMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wh11WAAAAYElEQVR42uzXyQmAUBAE0T/uIoqi+ac6GsVgQRX0/V07MrPR6how0VUN34KI7kUXoUcieiKiZyJ6IaJXInoTXYTeieiDiD6J6Et0Efomoh8aOhL4bP2IokWLFv3vXgEGAIqaCAqvV4rDAAAAAElFTkSuQmCC);
    z-index: 5;
  }
}

@media (max-width: 767px) {
  #mobile_show_more {
    margin: 30px auto;
    display: block;
    font-size: 1.125em;
    text-transform: lowercase;
    text-decoration: none;
    width: 100%;
  }

  #mobile_show_more:hover {
    color: #fff;
  }
}

.contact-quote-form .wpcf7-list-item-label {
  font-size: 0.9em;
}

.contact-quote-form input[type=submit] {
  background: #0e3e69;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 27px;
}

.contact-quote-form input[type=text],
.contact-quote-form input[type=email],
.contact-quote-form textarea {
  padding: 13px 17px;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 4px #cdcdcd;
          box-shadow: 0 6px 4px #cdcdcd;
  max-height: 400px;
}

.social-media-info label {
  color: #707070;
}

.social-media-info div#___plusone_0 {
  position: relative;
  top: 5px;
}

.social-media-info .fb_iframe_widget {
  display: inline-block;
  position: relative;
  right: 0;
  bottom: 0;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.gallery figure {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 576px) {
  .gallery figure {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .gallery figure {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .gallery figure {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .gallery figure {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .gallery figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.gallery figure img {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.gallery figure figcaption {
  display: none;
  cursor: pointer;
}

.gallery figure figcaption::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRkUxRTdFMERDRUExMUU2OUMxNzkyQjU3QkE1NzhGQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRkUxRTdERkRDRUExMUU2OUMxNzkyQjU3QkE1NzhGQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBREMyOTcyOEJDOEU2MTFBN0FDQkMwMjdFN0IxQ0YxIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGViMGI0ZTgtYmIxZS0xMWU2LTlmMDgtZTIyMTQyMjA3ODBiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GjqUUwAAAaFJREFUeNqklE0oRFEUx+eNiY2alY/trEgUwlAWhI0FZjHGSiK7WdhSNrK3kLJQykpNxmLKzsbXRqOIaWaBhJViCmVmFs//6cx0+nffMDn16757+t/zce+717Jt22OwCJgAbcAP3sE1iINdTzlzAiq6wLld3pIgSOtK6EnYrsymTAEtabkJpKn4E7AHrkArCIN+0jSDjKnlDGWPuLQ0Sbq0qeVBEoWVYEx8IeULkX5AB/SiyDlV8CGIqblXxirl2wcHaj7roQW9ar5Be1SQMU/+LfXdx3uYVeU78xaQA1+gIP6CzPOgR3RFewM1xZZ9lNkn1Tw7uUAtqAev4ANYIEdbYIm2VOGNyjZDp1Y8sGHyT6s1KT6UU5UtShU3yNhI/nn1fcZ72E2/wYLKOAQewYjyRUkfNF29IxItuvzYS6SLu109p6UHUK2KT4EEuAcBMC5XTduF+J9Mr00n+LQrtxdQZ3ptHAIg8UuAbbBKvjvg1y2zdUgr7fLAZsGlbEFSNMtgRa25/dG7PZR/ZI0qPf5vQId1HdGt5UptE4yCnW8BBgC1lXIgQbzCqgAAAABJRU5ErkJggg==);
  margin-bottom: 10px;
}

.gallery figure figcaption::after {
  content: '';
  margin-top: 10px;
  padding-bottom: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAACCAIAAABZviKgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQTY0NjEwMURDRTkxMUU2QTRDNzg5OTc4RUVCREMxMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQTY0NjEwMERDRTkxMUU2QTRDNzg5OTc4RUVCREMxMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBREMyOTcyOEJDOEU2MTFBN0FDQkMwMjdFN0IxQ0YxIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGViMGI0ZTgtYmIxZS0xMWU2LTlmMDgtZTIyMTQyMjA3ODBiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+C76OawAAABVJREFUeNpivJYow0BjwMRAewAQYAAJUwFXO6NBYQAAAABJRU5ErkJggg==) no-repeat bottom center;
  border-bottom: 1px solid #d6611c;
  display: block;
  width: 100%;
}

.gallery figure:hover figcaption {
  position: absolute;
  z-index: 2;
  font-size: 1em;
  line-height: 1em;
  padding: 0 8px;
  text-transform: uppercase;
  color: #fff;
  width: calc(100% - 30px);
  height: 100%;
  vertical-align: middle;
  text-align: center;
  top: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(14, 62, 105, 0.5);
  border-radius: 20px;
}

.slide-loading {
  background: url(data:image/gif;base64,R0lGODlhHwAfAPUAAA0NDczMzBwcHC0tLT4+PkhISFFRUSYmJkFBQVdXVx8fHykpKUtLS1NTU0dHRzIyMhISEk1NTSsrKx4eHqKioq6uro+Pjzg4OHd3d11dXYqKig8PD319fZaWljY2NhAQEJWVlaWlpQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkEAAoAAQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAAKAAIALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAAKAAMALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQACgAEACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkEAAoABQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkEAAoABgAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQACgAHACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==) no-repeat center center !important;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAYCAYAAAAxkDmIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIKSURBVGhD7ZqNTcMwEEY7QjegG5QNYIKKCboBIyBYoBtQVmABBCwAo8AI4Z3jg9DY7l/cnMFPOrVNYvdxn/JbJv+FpmnOpPxHk3jHuf9Y2RWatqSUtV9sCrzm1IczbJpnaupXVVLQqG64ysqvNgE+M0rDVd6oGnIKGhQKV3jym5gAn+tWq0cNOQaNiYUrLPxmJsBnSn06sz7DhcxEKzdl4jzFOpGRL5VDytIvNoV4UTGsOss5OF/ITLB2U/3QC5llGm4XUw0Tn1YriMlwFfzyhMzAWFO+Q+Z9KFzl3G82KngUG66C5/AhMyjVGNmzU+EKMz/VaOBQfLgKvllCfnDDw2xewncZvXni0KoEKSpcBe+ThxzCQrhydIlRZLgK/qmQb/xm+8HAXUM20Tw8zludHnLUKfqxH/6pU+O932x/GLwtZFN7Bj4x32JDxjsVruzVh/1dDNx2QSWYe56L058JGd9Rw1VqyBnA00S4Sg15QPAbLdwX/xqihjwAeOUJV2Bw7NcMwV1Q8RprmnDpJjIETkWFjFOecAUmuHBT9fl1tcznUNNEYPQnWSHwioVs7efC2IOa48NVmGjzS4K3QizvNm04gUzgFwr58HvIDOAT2sGG7y0TLqhHKnmfy/pb6pUyHa6CZzfkd+q4n94ygFNRO445aNgVdUeZC1fBTfZkcTT9z4GVSuU0TCZfW+Wjyu9fRf0AAAAASUVORK5CYII=) !important;
}

.embed-responsive-item {
  margin-bottom: 15px;
}

.col-xs-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.round-corners {
  border-radius: 1.25rem;
}

body.contact-us .wpcf7 .ajax-loader {
  margin: -70px 0 0 260px;
}

.footer .wpcf7-response-output {
  display: none !important;
}

@media (max-width: 320px) {
  .home-slider .metaslider .flexslider .flex-direction-nav .flex-prev::before,
  .home-slider .metaslider .flexslider .flex-direction-nav .flex-next::before {
    font-size: 14px !important;
  }

  .home-slider .metaslider .flexslider .flex-direction-nav .flex-prev,
  .home-slider .metaslider .flexslider .flex-direction-nav .flex-next {
    padding: 1px 15px 14px 7px !important;
  }

  .home-slider .metaslider .flexslider .flex-direction-nav a {
    width: 20px !important;
    height: 20px !important;
  }

  .social-media-info {
    font-size: 0.6em;
  }

  .warranty-registration .wpcf7-form .btn-info {
    padding: 15px 20px !important;
  }

  .contact-quote-form fieldset {
    margin-top: 16px !important;
  }

  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control,
  .comment-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email[type="text"],
  .comment-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email[type="email"],
  .comment-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email[type="url"],
  .search-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.search-field {
    margin-bottom: 9px;
  }
}

.wpcf7-response-output {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 70px;
  margin: -35px 0 0 -150px !important;
  background: #d6611c;
  border: none !important;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 8;
  visibility: hidden;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background: red;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #00703c;
}

.wpcf7-form input:focus {
  outline: none;
}

/* --------------------------------------------------------------
# Font Types
-------------------------------------------------------------- */

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regular-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-regularit-webfont.svg) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-medium-webfont.svg) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-mediumit-webfont.svg) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-bold-webfont.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.svg) format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/proximanova-boldit-webfont.svg) format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'exo';
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/exo2-bold-webfont.svg) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'exo';
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/exo2-regular-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'exo';
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.eot);
  src: url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.eot) format("embedded-opentype"), url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.woff2) format("woff2"), url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.woff) format("woff"), url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.ttf) format("truetype"), url(/wp-content/themes/surepress/dist/fonts/exo2-semibold-webfont.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

/* --------------------------------------------------------------
# Typography
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Buttons
-------------------------------------------------------------- */

.btn-cta {
  background-color: #d6611c;
  color: #fff;
  text-transform: uppercase;
}

.btn-warning {
  background: #d6611c;
  border: none;
}

.btn-info,
a.btn-info {
  background: #0e3e69;
  border: none;
  color: #fff;
  text-decoration: none;
}

.btn-info:hover,
a.btn-info:hover {
  color: #fff;
}

.btn-link {
  background: transparent;
  border: 2px dashed #ccc;
  border-radius: 20px;
  color: #0e3e69;
}

.btn-link:hover {
  background: #0e3e69;
  color: #fff;
  text-decoration: none;
}

/* --------------------------------------------------------------
# Comments
-------------------------------------------------------------- */

.comment-list ol {
  list-style: none;
}

/* --------------------------------------------------------------
# Forms
-------------------------------------------------------------- */

.search-form label {
  font-weight: normal;
}

.wpcf7-list-item-label {
  font-size: 0.8em;
}

input[type=submit].ghsub {
  background: #0e3e69;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 27px;
}

input[type=text].form-control,
.comment-form input[type=text][type="text"],
.comment-form input[type=text][type="email"],
.comment-form input[type=text][type="url"],
.search-form input.search-field[type=text],
input[type=email].form-control,
.comment-form input[type=email][type="text"],
.comment-form input[type=email][type="email"],
.comment-form input[type=email][type="url"],
.search-form input.search-field[type=email],
textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field,
input[type=tel].form-control,
.comment-form input[type=tel][type="text"],
.comment-form input[type=tel][type="email"],
.comment-form input[type=tel][type="url"],
.search-form input.search-field[type=tel],
input[type=date].form-control,
.comment-form input[type=date][type="text"],
.comment-form input[type=date][type="email"],
.comment-form input[type=date][type="url"],
.search-form input.search-field[type=date],
select.form-control,
.search-form select.search-field {
  padding: 13px 17px;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 4px #cdcdcd;
          box-shadow: 0 6px 4px #cdcdcd;
}

.custom-select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOTdDNzUzM0QxRjcxMUU2OTc1MENFNDlBMDhCMTI3RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOTdDNzUzMkQxRjcxMUU2OTc1MENFNDlBMDhCMTI3RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhiYmUxZDljLTU5NjYtMzA0Ny1hMjM1LTA5MjZlMWU5NzJhMSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA2OGVhMGMyLWI1OTgtMTFlNi1iZTNiLWUzZjZjZjRiMzA4YSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhCWhKMAAACOSURBVHjanJMNCoAgDIV1dI+KuufmPYO6iTlYZTn/ejAEeR9u+rTee6NpnWbkdTt2pxoY/NYyThjKS6HmgcxJFG3RdXosqEBZGBogFQaBqAIlsA3DM4CmT87mnqMmMD81yHzdrUJIBoOuB2IGJFatsBPvM2MDfEPJ5RTgF1QKOUUhJ81jC9+Koi4SnQIMAIKEgag55B5OAAAAAElFTkSuQmCC) no-repeat right 10px top 17px;
  height: 48px !important;
  padding: 5px 5px 0 !important;
}

@media (max-width: 991px) {
  .custom-select {
    display: block;
  }
}

.memini {
  font-size: 13px !important;
}

.inputcale::after {
  font-family: fontawesome, serif;
  content: "\F073";
  position: absolute;
}

/* --------------------------------------------------------------
# Grid Layout
-------------------------------------------------------------- */

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  #main {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  #main {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  #main {
    margin-right: -15px;
    margin-left: -15px;
  }
}

#primary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  #primary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #primary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #primary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  #primary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .has-sidebar #primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 992px) {
  #primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .has-sidebar #primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

#secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  #secondary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #secondary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #secondary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  #secondary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  #secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

#tertiary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  #tertiary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #tertiary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #tertiary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  #tertiary {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* --------------------------------------------------------------
# WordPress Must-have classes
-------------------------------------------------------------- */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */

.navbar.navbar-microsite:not(.navbar-mobile) .site-branding,
.navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
.navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .navbar.navbar-microsite:not(.navbar-mobile) .site-branding,
  .navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
  .navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar.navbar-microsite:not(.navbar-mobile) .site-branding,
  .navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
  .navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar.navbar-microsite:not(.navbar-mobile) .site-branding,
  .navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
  .navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar.navbar-microsite:not(.navbar-mobile) .site-branding,
  .navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
  .navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.navbar.navbar-microsite:not(.navbar-mobile) .row > div + div,
.navbar.navbar-microsite:not(.navbar-mobile) .home-page #main_quote_buttons > div + div,
.home-page .navbar.navbar-microsite:not(.navbar-mobile) #main_quote_buttons > div + div,
.navbar.navbar-microsite:not(.navbar-mobile) #info2 .inner-area ul > div + div,
#info2 .inner-area .navbar.navbar-microsite:not(.navbar-mobile) ul > div + div {
  border-left: 1px dashed #ebebeb;
}

.navbar.navbar-microsite:not(.navbar-mobile) .site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours,
.navbar.navbar-microsite:not(.navbar-mobile) .contact-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours .socialmedia-icons,
.navbar.navbar-microsite:not(.navbar-mobile) .contact-number .socialmedia-icons {
  display: block;
}

.navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours .socialmedia-icons ul,
.navbar.navbar-microsite:not(.navbar-mobile) .contact-number .socialmedia-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar.navbar-microsite:not(.navbar-mobile) .microsite-header-hours .socialmedia-icons ul li,
.navbar.navbar-microsite:not(.navbar-mobile) .contact-number .socialmedia-icons ul li {
  display: inline-block;
}

@media (max-width: 991px) {
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.si,
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias .home-page #main_quote_buttons i.btn.btn-warning::after,
  .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.btn.btn-warning::after,
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias .home-page #main_quote_buttons .search-form i.btn-warning.search-submit::after,
  .home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.btn-warning.search-submit::after,
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias .search-form .home-page #main_quote_buttons i.btn-warning.search-submit::after,
  .search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.btn-warning.search-submit::after,
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias .home-page .home-links .link .bg i.icon.touch::after,
  .home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.icon.touch::after,
  .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias .home-slider .form-hero .body i.label::after,
  .home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .sfs-locator-socialmedias i.label::after {
    font-size: 14px;
    position: absolute;
    left: 2px;
    top: -3px;
  }
}

.navbar-microsite.navbar-mobile .top-header .site-branding,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours,
.navbar-microsite.navbar-mobile .top-header .contact-number {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .navbar-microsite.navbar-mobile .top-header .site-branding,
  .navbar-microsite.navbar-mobile .top-header .microsite-header-hours,
  .navbar-microsite.navbar-mobile .top-header .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-microsite.navbar-mobile .top-header .site-branding,
  .navbar-microsite.navbar-mobile .top-header .microsite-header-hours,
  .navbar-microsite.navbar-mobile .top-header .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-microsite.navbar-mobile .top-header .site-branding,
  .navbar-microsite.navbar-mobile .top-header .microsite-header-hours,
  .navbar-microsite.navbar-mobile .top-header .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar-microsite.navbar-mobile .top-header .site-branding,
  .navbar-microsite.navbar-mobile .top-header .microsite-header-hours,
  .navbar-microsite.navbar-mobile .top-header .contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.navbar-microsite.navbar-mobile .top-header .site-branding .si-icons,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-icons,
.navbar-microsite.navbar-mobile .top-header .contact-number .si-icons {
  width: 80px;
  display: inline-block;
  text-align: center;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .navbar-microsite.navbar-mobile .top-header .site-branding .si-icons,
  .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-icons,
  .navbar-microsite.navbar-mobile .top-header .contact-number .si-icons {
    width: 40px;
  }
}

.navbar-microsite.navbar-mobile .top-header .site-branding .si,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding .btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .site-branding input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .search-form .btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .site-branding .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .search-form .home-page #main_quote_buttons .btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page .home-links .link .bg .icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .site-branding .icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-slider .form-hero .body .label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .site-branding .label::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .microsite-header-hours input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .search-form .btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .search-form .home-page #main_quote_buttons .btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page .home-links .link .bg .icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-slider .form-hero .body .label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .label::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .si,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number .btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .contact-number input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number input.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .search-form .btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .contact-number .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .search-form .home-page #main_quote_buttons .btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number .btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page .home-links .link .bg .icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .contact-number .icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-slider .form-hero .body .label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .contact-number .label::after {
  font-size: 1.5em;
}

.navbar-microsite.navbar-mobile .top-header .site-branding .si.si-phone,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .si-phone.btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding .si-phone.btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .comment-form input.si-phone.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .site-branding input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .comment-form .home-page #main_quote_buttons input.si-phone.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page #main_quote_buttons .search-form .si-phone.btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .site-branding .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .search-form .home-page #main_quote_buttons .si-phone.btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .site-branding .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-page .home-links .link .bg .si-phone.icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .site-branding .si-phone.icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .site-branding .home-slider .form-hero .body .si-phone.label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .site-branding .si-phone.label::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si.si-phone,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .si-phone.btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-phone.btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .comment-form input.si-phone.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .microsite-header-hours input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .comment-form .home-page #main_quote_buttons input.si-phone.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page #main_quote_buttons .search-form .si-phone.btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .search-form .home-page #main_quote_buttons .si-phone.btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-page .home-links .link .bg .si-phone.icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-phone.icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .microsite-header-hours .home-slider .form-hero .body .si-phone.label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .microsite-header-hours .si-phone.label::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .si.si-phone,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .si-phone.btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number .si-phone.btn.btn-warning::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .comment-form input.si-phone.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite.navbar-mobile .top-header .contact-number input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .comment-form .home-page #main_quote_buttons input.si-phone.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number input.si-phone.btn-warning[type="submit"]::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page #main_quote_buttons .search-form .si-phone.btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite.navbar-mobile .top-header .contact-number .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .search-form .home-page #main_quote_buttons .si-phone.btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite.navbar-mobile .top-header .contact-number .si-phone.btn-warning.search-submit::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-page .home-links .link .bg .si-phone.icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite.navbar-mobile .top-header .contact-number .si-phone.icon.touch::after,
.navbar-microsite.navbar-mobile .top-header .contact-number .home-slider .form-hero .body .si-phone.label::after,
.home-slider .form-hero .body .navbar-microsite.navbar-mobile .top-header .contact-number .si-phone.label::after {
  font-size: 0.875em;
}

.navbar-microsite.navbar-mobile .top-header .site-branding a {
  width: 80px;
  height: auto;
  display: none;
}

.navbar-microsite.navbar-mobile .top-header .site-branding a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.navbar-microsite.navbar-mobile .top-header .site-branding .microsite-header-details {
  font-size: 0.875em;
}

.navbar-microsite.navbar-mobile .top-header .contact-number {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.navbar-microsite.navbar-mobile .top-header .contact-number a {
  font-size: 1.1em;
  line-height: 2.5em !important;
}

.navbar-microsite.navbar-mobile .top-header .contact-number .si-icons + div {
  font-size: 1.125em;
  font-weight: 900;
}

.navbar-microsite.navbar-mobile .top-header .contact-number span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #000;
  border-radius: 50%;
  line-height: 17px;
  padding-left: 1px;
}

.navbar-microsite.navbar-mobile .top-header .contact-number > div {
  display: inline-block;
}

.navbar-microsite.navbar-mobile .top-header .microsite-header-hours > div {
  display: inline-block;
}

.navbar.navbar-microsite .site-branding a {
  display: inline-block;
  float: left;
  height: 70px;
  margin-right: 15px;
}

.navbar.navbar-microsite .site-branding a img {
  height: 70px;
  width: auto;
}

.navbar-microsite .sfs-locator-socialmedias {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-microsite .sfs-locator-socialmedias::after {
  display: block;
  content: "";
  clear: both;
}

.navbar-microsite .sfs-locator-socialmedias li {
  float: left;
}

.navbar-microsite .sfs-locator-socialmedias li + li {
  margin-left: 5px;
}

.navbar-microsite .sfs-locator-socialmedias li a {
  position: relative;
  display: block;
  border: 3px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-microsite .sfs-locator-socialmedias li a {
    width: 22px;
    height: 22px;
    overflow: hidden;
  }
}

.navbar-microsite .sfs-locator-socialmedias li a .si,
.navbar-microsite .sfs-locator-socialmedias li a .home-page #main_quote_buttons .btn.btn-warning::after,
.home-page #main_quote_buttons .navbar-microsite .sfs-locator-socialmedias li a .btn.btn-warning::after,
.navbar-microsite .sfs-locator-socialmedias li a .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"]::after,
.home-page #main_quote_buttons .comment-form .navbar-microsite .sfs-locator-socialmedias li a input.btn-warning[type="submit"]::after,
.navbar-microsite .sfs-locator-socialmedias li a .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"]::after,
.comment-form .home-page #main_quote_buttons .navbar-microsite .sfs-locator-socialmedias li a input.btn-warning[type="submit"]::after,
.navbar-microsite .sfs-locator-socialmedias li a .home-page #main_quote_buttons .search-form .btn-warning.search-submit::after,
.home-page #main_quote_buttons .search-form .navbar-microsite .sfs-locator-socialmedias li a .btn-warning.search-submit::after,
.navbar-microsite .sfs-locator-socialmedias li a .search-form .home-page #main_quote_buttons .btn-warning.search-submit::after,
.search-form .home-page #main_quote_buttons .navbar-microsite .sfs-locator-socialmedias li a .btn-warning.search-submit::after,
.navbar-microsite .sfs-locator-socialmedias li a .home-page .home-links .link .bg .icon.touch::after,
.home-page .home-links .link .bg .navbar-microsite .sfs-locator-socialmedias li a .icon.touch::after,
.navbar-microsite .sfs-locator-socialmedias li a .home-slider .form-hero .body .label::after,
.home-slider .form-hero .body .navbar-microsite .sfs-locator-socialmedias li a .label::after {
  margin-top: 5px;
}

.error404 #content {
  margin-top: 130px;
}

@media (max-width: 991px) {
  .error404 #content {
    margin-top: 260px;
  }
}

.covidAnnouncement {
  background: #f77857;
  text-align: center;
  color: #fff;
  padding: 5px;
}

@media (max-width: 992px) {
  .covidAnnouncement {
    z-index: 99999;
    top: 197px;
    position: absolute;
    width: 100%;
  }

  .covidAnnouncement.hide {
    display: none;
  }
}

.covidAnnouncement a {
  color: #fff;
}

.admin-bar .site-header {
  margin-top: 32px;
}

.btn-cta {
  position: absolute;
  right: 70px;
  bottom: -38px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

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

@media (max-width: 991px) {
  header#masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 991px) {
  header#masthead .top-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 991px) {
  body:not(.locator-microsite) header#masthead .top-header .site-branding {
    display: none;
  }
}

@media (max-width: 991px) {
  header#masthead .top-header .dealer-search input[type="search"] {
    padding: 12px 90px 12px 15px;
  }
}

header#masthead .top-header .free-quote {
  display: none;
  width: 210px;
  margin: 0 auto;
  background: #d6611c;
  border-radius: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  header#masthead .top-header .free-quote {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: block;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .navbar-toggleable-md > .bottom-header-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation.navbar {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation .navbar-brand {
    display: inline-block;
  }
}

header#masthead .bottom-header .main-navigation .navbar-brand.site-branding-nav img {
  width: 130px;
}

.locator-microsite header#masthead .bottom-header .main-navigation .navbar-brand.site-branding-nav img {
  width: auto;
  height: 46px;
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation .navbar-toggler {
    float: right;
    margin-top: 5px;
    border: 0;
    width: 100px;
  }
}

@media (max-width: 575px) {
  header#masthead .bottom-header .main-navigation .navbar-toggler {
    width: 70px;
  }
}

header#masthead .bottom-header .main-navigation .free-quote {
  margin: 7px;
  display: none;
  line-height: 3.25;
  background: #d6611c;
  border-radius: 30px;
  color: #fff;
}

@media (max-width: 575px) {
  header#masthead .bottom-header .main-navigation .free-quote {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar {
    background-color: #ebebeb;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item .content a {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item .content p {
    display: none;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.free-quote-main-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.current_page_item {
    border-top: 0;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children {
    background-color: #ebebeb;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent {
    position: relative;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    opacity: 1;
    background-color: #ebebeb;
    border: 0;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent .sub-menu {
    padding: 0;
    width: 100%;
    display: block;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent .sub-menu li.menu-item {
    background-color: #ebebeb;
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent .sub-menu li.menu-item a {
    margin-bottom: 0;
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent .sub-menu li.menu-item a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent b,
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent p,
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent img,
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children .sub-menu-parent .img {
    display: none;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item.menu-item-has-children::after {
    display: none;
  }
}

@media (max-width: 991px) {
  header#masthead .bottom-header .main-navigation #MainNavBar ul#primary-menu li.menu-item a {
    color: #00713d;
    font-weight: 100;
  }
}

@media (min-width: 992px) {
  .hero-banner {
    height: 320px;
    overflow: hidden;
    position: relative;
  }

  .hero-banner img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.hero-banner img {
  width: 100%;
  height: auto;
}

.home .navbar.fixed-top.navbar-mobile + .home-slider {
  margin-top: 197px;
}

.home .navbar .top-header {
  overflow: visible;
}

@media (max-width: 991px) {
  .home .navbar .top-header {
    overflow: hidden !important;
  }
}

.home .navbar .top-header-wrap {
  width: 100% !important;
  padding: 0 60px !important;
}

@media screen and (max-width: 1610px) {
  .home .navbar .top-header-wrap .row .left,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .left,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .left,
  .home .navbar .top-header-wrap #info2 .inner-area ul .left,
  #info2 .inner-area .home .navbar .top-header-wrap ul .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (max-width: 1500px) {
  .home .navbar .top-header-wrap .row .left,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .left,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .left,
  .home .navbar .top-header-wrap #info2 .inner-area ul .left,
  #info2 .inner-area .home .navbar .top-header-wrap ul .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 1610px) {
  .home .navbar .top-header-wrap .row .right,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .right,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .right,
  .home .navbar .top-header-wrap #info2 .inner-area ul .right,
  #info2 .inner-area .home .navbar .top-header-wrap ul .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media screen and (max-width: 1500px) {
  .home .navbar .top-header-wrap .row .right,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .right,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .right,
  .home .navbar .top-header-wrap #info2 .inner-area ul .right,
  #info2 .inner-area .home .navbar .top-header-wrap ul .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (max-width: 1250px) {
  .home .navbar .top-header-wrap .row .right,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .right,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .right,
  .home .navbar .top-header-wrap #info2 .inner-area ul .right,
  #info2 .inner-area .home .navbar .top-header-wrap ul .right {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .home .navbar .top-header-wrap .row .right,
  .home .navbar .top-header-wrap .home-page #main_quote_buttons .right,
  .home-page .home .navbar .top-header-wrap #main_quote_buttons .right,
  .home .navbar .top-header-wrap #info2 .inner-area ul .right,
  #info2 .inner-area .home .navbar .top-header-wrap ul .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home .navbar.navbar-mobile .btn-primary {
  border-radius: 0 !important;
  height: 38px !important;
}

.home .navbar #primary-menu li:last-of-type {
  display: none;
}

.home .navbar #primary-menu li.menu-item-has-children a::after {
  content: "\F107";
  margin-left: 5px;
  font-weight: 800;
}

.home .navbar #primary-menu {
  padding: 0 !important;
}

@media screen and (max-width: 1250px) {
  .home .navbar #primary-menu li a {
    padding: 10px 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1050px) {
  .home .navbar #primary-menu li a {
    font-size: 14px;
  }
}

.home .navbar .bottom-header {
  border: 0;
}

@media screen and (max-width: 1250px) {
  .home .navbar .use-my-location {
    padding: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 1250px) {
  .home .navbar .form-control-wrap button {
    height: 38px;
  }
}

@media screen and (max-width: 1250px) {
  .home .navbar .dealer-search {
    padding-top: 5px;
  }
}

.home .navbar .contact-number {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.home .navbar .contact-number a {
  color: #00703c;
  font-weight: 800;
  margin: 5px;
}

@media screen and (max-width: 1250px) {
  .home .navbar .contact-number a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .home .navbar .contact-number a {
    margin: 0 auto;
  }
}

.home .navbar .contact-number a span {
  width: 45px;
  height: 45px;
  border: 3px solid #333;
}

@media screen and (max-width: 1250px) {
  .home .navbar .contact-number a span {
    width: 40px;
    height: 40px;
  }
}

.home .navbar .contact-number a span .fa-phone-alt {
  margin-top: 8px;
  font-size: 0.85em;
}

.home .navbar .site-branding a img {
  height: 100px;
}

@media screen and (max-width: 1250px) {
  .home .navbar .site-branding a img {
    height: 90px;
  }
}

.home .navbar .top-header > .row,
.home .navbar .home-page .top-header > #main_quote_buttons,
.home-page .home .navbar .top-header > #main_quote_buttons,
.home .navbar #info2 .inner-area .top-header > ul,
#info2 .inner-area .home .navbar .top-header > ul {
  padding: 0 55px;
}

.home .navbar input[type="search"],
.home .navbar button[type="submit"] {
  border-radius: 0;
}

@media screen and (max-width: 1250px) {
  .home .navbar input[type="search"],
  .home .navbar button[type="submit"] {
    font-size: 13px;
  }
}

.navbar {
  padding: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

.navbar.navbar-desktop .top-header {
  height: auto !important;
}

.navbar .top-header {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.navbar .bottom-header {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ebebeb;
}

.navbar .site-branding,
.navbar .contact-number,
.navbar .dealer-search {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .navbar .site-branding,
  .navbar .contact-number,
  .navbar .dealer-search {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .site-branding,
  .navbar .contact-number,
  .navbar .dealer-search {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar .site-branding,
  .navbar .contact-number,
  .navbar .dealer-search {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar .site-branding,
  .navbar .contact-number,
  .navbar .dealer-search {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.navbar .site-branding a {
  display: block;
}

.navbar .site-branding a img {
  width: auto;
  height: 52px;
}

@media (min-width: 768px) {
  .navbar .contact-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  body:not(.locator-microsite) .navbar .contact-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.navbar .contact-number a {
  font-size: 1.625em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.navbar .contact-number a span {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.navbar .contact-number a span .fa-phone-alt {
  margin-left: 0;
  margin-top: 5px;
  font-size: 0.85em;
}

@media (min-width: 768px) {
  .navbar .dealer-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.navbar .form-group,
.navbar .comment-form p,
.comment-form .navbar p,
.navbar .search-form label,
.search-form .navbar label {
  margin-bottom: 0;
}

.navbar .use-my-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .navbar .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .use-my-location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.navbar .form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .navbar .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar .form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

.navbar input[type="search"] {
  border-radius: 30px;
  padding: 12px 54px 12px 20px;
  width: 100%;
}

.navbar button[type="submit"] {
  position: absolute;
  top: 2px;
  right: 17px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.1em;
  cursor: pointer;
  z-index: 1;
}

.navbar .fa-search {
  position: relative;
  right: 5px;
  font-size: 1.2em;
  color: #fff;
  z-index: 2;
}

.navbar:not(.navbar-mobile) .main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar:not(.navbar-mobile) .main-navigation .menu::after {
  display: block;
  content: "";
  clear: both;
}

body:not(.locator-microsite) .navbar:not(.navbar-mobile) .main-navigation .menu > li:last-child {
  float: right;
}

body:not(.locator-microsite) .navbar:not(.navbar-mobile) .main-navigation .menu > li:last-child a {
  background-color: #d6611c;
  margin-top: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
}

body:not(.locator-microsite) .navbar:not(.navbar-mobile) .main-navigation .menu > li:last-child a:hover {
  color: #231f20;
}

.navbar:not(.navbar-mobile) .main-navigation .menu li.menu-item-products .sub-menu-parent .sub-menu li {
  white-space: normal;
  width: 650px;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li {
  float: left;
  border-top: 4px transparent solid;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li .sub-menu li.current_page_item {
  border-color: transparent !important;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li a {
  display: block;
  font-weight: 900;
  font-size: 1em;
  color: #000;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-home {
  display: none;
}

@media (min-width: 992px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-home {
    display: block;
    width: 22px;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-home a {
    text-indent: -9999px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDIuMDYgMjY5Ij4NCiAgPHRpdGxlPmZhdmljb248L3RpdGxlPg0KICA8cGF0aCBkPSJNOTUuMzgsNDJoODdzODkuMzgsNzAuNjgsOTUsNzVjNC40OSwzLjQ2LDE4LjM4LDEwLjQ5LDE2LDI0LTEuNTQsOC43NC03LDE1LjA4LTE2LDE4cy03MiwyNi03MiwyNiw3LTExLjEyLDUtMTctNS40Ny0xMC0xMC0xNS0xMDUtMTExLTEwNS0xMTFoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjMgLTYuMDMpIiBzdHlsZT0iZmlsbDogIzAzNzIzZDtmaWxsLXJ1bGU6IGV2ZW5vZGQiLz4NCiAgPHBhdGggZD0iTTI5MC42NCw5Ni41NWEyMSwyMSwwLDAsMS0yNS0xNkMyNjMuMjgsNjkuMzcsMjc2LjYzLDMxLDI3Ni42MywzMVMzMDQuNSw2MC42MiwzMDYuOSw3MS44NWEyMC44OSwyMC44OSwwLDAsMS0xNi4yNiwyNC43MWgwWm0tMzItNjMuNzJhOC41LDguNSwwLDAsMS0xMC4xMS02LjUzYy0xLTQuNTksNC40NC0yMC4yNyw0LjQ0LTIwLjI3czExLjI5LDEyLjEsMTIuMjcsMTYuNjlhOC41NSw4LjU1LDAsMCwxLTYuNTksMTAuMTFoMFpNMjQ2LjQxLDczLjc1YTEyLjQ5LDEyLjQ5LDAsMCwxLTE0Ljg3LTkuNDNDMjMwLjExLDU3LjY4LDIzOC4wNiwzNSwyMzguMDYsMzVzMTYuNiwxNy40OCwxOCwyNC4xMmExMi4zNSwxMi4zNSwwLDAsMS05LjY5LDE0LjZoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjMgLTYuMDMpIiBzdHlsZT0iZmlsbDogIzAzNzIzZDtmaWxsLXJ1bGU6IGV2ZW5vZGQiLz4NCiAgPHBhdGggZD0iTTg3LjI2LDQ3LjI4TDEwNS4zOCw2NmMtMTkuNDEsMTguMjQtMzksMzYuMy01My4yLDU4LjY3LTEwLDE1Ljc2LTE3LjM0LDMyLjQ5LTE1LjgsNTQuMzMsMS40NywyMC44OCwxNC43NSw0Ny41NCw0Niw2MiwzNy4xOCwxNy4yLDgwLDAsODAsMFYxODdoLTUydjQ5aC0yNlYxMTRoMjZ2NDhoNTJWMTI4bDI4LDMxdjk3cy0yNy42LDI0LjE3LTkwLDE4Yy0xNi40MS0xLjYyLTQ4LjQ5LTExLjM1LTY4LTMyLjg5LTI0LjkyLTI3LjU3LTI1Ljg2LTQyLTI3LTY3LjExQzIuNSwxMTIuMSw4NC4xMSw1NC4yOCw4Ny4yNiw0Ny4yOGgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuMyAtNi4wMykiIHN0eWxlPSJmaWxsOiAjMjMxZjIwIi8+DQo8L3N2Zz4NCg==);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 10px;
  }
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children {
  position: relative;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover {
  background-color: #00703c;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00703c;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover > a {
  color: #fff;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  display: block;
  padding-bottom: 15px;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children {
  display: inline-block;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children .sub-menu {
  padding-top: 0;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children .sub-menu > li {
  border-bottom: 0;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children:hover {
  background-color: #fff;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children:hover::after {
  display: none;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children:hover > a {
  color: #000;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children:hover .sub-menu .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  display: block;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li.menu-item-has-children ~ .menu-item-has-children .sub-menu li:not(.menu-item-has-children) {
  width: auto;
  white-space: nowrap;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent {
  position: absolute;
  z-index: 1;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
  list-style: none;
}

@media (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0;
    opacity: 0;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu strong {
    display: block;
    font-weight: 900;
    border-bottom: 1px solid #00703c;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li::after {
    display: block;
    content: "";
    clear: both;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-thumbnail + .menu-content {
    z-index: 1;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li:first-of-type hr {
    border-top: 1px dashed #ebebeb;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li:last-of-type {
    margin-bottom: 0;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-thumbnail {
    width: 215px;
    height: 120px;
    position: absolute;
    margin-left: 15px;
    overflow: hidden;
    z-index: 2;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-thumbnail img {
    width: 350px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li a {
    text-decoration: underline;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-content a {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-thumbnail ~ .menu-content {
    padding-left: 245px;
  }

  .navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu li .menu-thumbnail ~ .menu-content p {
    margin-bottom: 0;
  }
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu-parent {
  width: 100%;
  left: 238px;
}

.navbar:not(.navbar-mobile) .main-navigation ul:not(.sub-menu) > li > .sub-menu-parent .sub-menu-parent li:not(.menu-item-has-children) {
  width: 100%;
}

.navbar.navbar-mobile .top-header {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.navbar-mobile .top-header .top-header-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search,
body:not(.locator-microsite)
    .navbar.navbar-mobile .top-header .contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search form,
body:not(.locator-microsite)
      .navbar.navbar-mobile .top-header .contact-number form {
  width: 100%;
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .use-my-location,
body:not(.locator-microsite)
      .navbar.navbar-mobile .top-header .contact-number .use-my-location {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .use-my-location,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .use-my-location,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .use-my-location,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .use-my-location,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .use-my-location {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap,
body:not(.locator-microsite)
      .navbar.navbar-mobile .top-header .contact-number .form-control-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap,
  body:not(.locator-microsite)
          .navbar.navbar-mobile .top-header .contact-number .form-control-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap button[type="submit"],
body:not(.locator-microsite)
        .navbar.navbar-mobile .top-header .contact-number .form-control-wrap button[type="submit"] {
  right: 17px;
}

body:not(.locator-microsite) .navbar.navbar-mobile .top-header .dealer-search .form-control-wrap .si-search,
body:not(.locator-microsite)
        .navbar.navbar-mobile .top-header .contact-number .form-control-wrap .si-search {
  right: 0;
}

.navbar.navbar-mobile .top-header .dealer-search {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.navbar.navbar-mobile .top-header .dealer-search .si-search {
  right: 14px;
  left: initial;
  z-index: 2;
  color: #fff;
}

.navbar.navbar-mobile .top-header .dealer-search .btn-primary {
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: 2px;
  right: 2px;
}

.navbar.navbar-mobile .top-header .dealer-search .use-my-location {
  text-align: center;
}

.navbar.navbar-mobile .top-header .dealer-search .use-my-location a {
  display: inline;
  margin: 0 auto;
}

.navbar.navbar-mobile .top-header .contact-number {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.navbar.navbar-mobile .top-header .contact-number a span .fa-phone-alt::before {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 23px;
}

.navbar.navbar-mobile .bottom-header-wrap > .row,
.navbar.navbar-mobile .home-page .bottom-header-wrap > #main_quote_buttons,
.home-page .navbar.navbar-mobile .bottom-header-wrap > #main_quote_buttons,
.navbar.navbar-mobile #info2 .inner-area .bottom-header-wrap > ul,
#info2 .inner-area .navbar.navbar-mobile .bottom-header-wrap > ul {
  max-height: 49px;
}

.navbar.navbar-mobile .bottom-header-wrap > .row img,
.navbar.navbar-mobile .home-page .bottom-header-wrap > #main_quote_buttons img,
.home-page .navbar.navbar-mobile .bottom-header-wrap > #main_quote_buttons img,
.navbar.navbar-mobile #info2 .inner-area .bottom-header-wrap > ul img,
#info2 .inner-area .navbar.navbar-mobile .bottom-header-wrap > ul img {
  max-width: 120px;
}

.navbar.navbar-mobile.fixed-top.navbar-toggled .top-header {
  display: block !important;
  height: auto !important;
}

.navbar.navbar-mobile .main-navigation .navbar-collapse {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar.navbar-mobile .main-navigation .menu {
  padding: 0;
  margin: 0;
}

.navbar.navbar-mobile .main-navigation .menu > .menu-item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar.navbar-mobile .main-navigation .menu > .menu-item.menu-item-has-children .sub-menu li {
  padding: 0;
}

.navbar.navbar-mobile .main-navigation .menu > .menu-item.menu-item-has-children .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.navbar.navbar-mobile .main-navigation .menu > .menu-item.menu-item-has-children .sub-menu li hr {
  margin: 0;
  border-top: 0;
}

body:not(.locator-microsite) .navbar.navbar-mobile .main-navigation .menu > .menu-item:last-child {
  display: none;
}

.navbar .menu-toggle {
  width: 32px !important;
  height: 38px;
  position: relative;
  z-index: 3;
  margin: 10px 0 0 0 !important;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  outline: none !important;
}

.navbar .menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar .menu-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar .menu-toggle span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

.navbar .menu-toggle span:nth-child(1),
.navbar .menu-toggle span:nth-child(2) {
  top: 8px;
}

.navbar .menu-toggle span:nth-child(3),
.navbar .menu-toggle span:nth-child(4) {
  top: 16px;
}

.navbar .menu-toggle span:nth-child(5),
.navbar .menu-toggle span:nth-child(6) {
  top: 24px;
}

.navbar .menu-toggle.open span {
  background: #00703c;
}

.navbar .menu-toggle.open span:nth-child(1),
.navbar .menu-toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .menu-toggle.open span:nth-child(2),
.navbar .menu-toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar .menu-toggle.open span:nth-child(1) {
  left: 5px;
  top: 13px;
}

.navbar .menu-toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 13px;
}

.navbar .menu-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar .menu-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar .menu-toggle.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}

.navbar .menu-toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.mobile-nav::after {
  display: block;
  content: "";
  clear: both;
}

.mobile-nav .navbar-brand {
  float: left;
  width: 50%;
}

.navbar-mobile .bottom-header {
  padding-top: 55px;
}

#masthead.fixed-top.navbar-toggled.navbar-mobile {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#masthead.fixed-top.navbar-toggled.navbar-mobile::after {
  display: block;
  content: "";
  clear: both;
}

.sidebar .btn-info {
  display: block;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.125em;
  background: #231f20;
  border: none;
  white-space: normal;
}

.sidebar .btn-info:hover {
  background: #000;
}

.sidebar > div {
  margin-bottom: 40px;
}

.sidebar #sidebar_testimonial {
  margin-top: 80px;
}

.sidebar #sidebar_testimonial .bx-wrapper {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul {
  padding: 0;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li {
  list-style-type: none;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li a {
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li ul li > a {
  color: #00713d;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li ul li > a::before {
  content: '--- ';
  color: #231f20;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li ul li > a:hover {
  background: #ebebeb;
  color: #231f20;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li.view a,
.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li.current-menu-item > a {
  background: #ebebeb;
  color: #231f20;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li.menu-item-has-children > a {
  background: #ebebeb;
  color: #231f20;
  position: relative;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul li.menu-item-has-children > a::after {
  content: '\25BC';
  float: right;
  color: #231f20;
  font-size: 0.8em;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

.sidebar .widget_nav_menu .menu-sidebar-menu-container ul:not(.sub-menu) li a:hover {
  background: #ebebeb;
  color: #231f20;
}

.sidebar .archives i.expand {
  float: right;
  margin: 6px 11px 0 0;
  cursor: pointer;
}

/* Testimonial/Review Stuffs */

#sidebar_testimonial {
  text-align: center;
  margin: 40px 0;
}

#sidebar_testimonial::before {
  background: #fff;
  border: 1px solid #ebebeb;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFdSURBVHjaYpw6dSobAwNDHRAnALE0A3XBUyBeAMRNLECiEYgrGGgDQA6vBmJmkEXJIJGAgAAGKSkpqtry7Nkzhg0bNoCYyUxAQhTEorYlaGaKMjHQCbCgC0ybNo0qBmdlZaHwB85H6C6hFhiNo9E4oiyOyPH1aByRBP79+wdj/gX56A4Qqxw/fpyBn58frkhcXJxBWFgYQ/P79+8Znj9/TpRFHz9+hDHvgCwqA+J158+fx1AoKSnJEBgYCGb//PmT4eDBgwx37twhx3OVjP///welNEsgJxZUEyJJgsR0w8PDGV6+fMlw7tw5hk+fPoEdCsQribTgLxAvBuLjYIuwJHGQhTdAQQoEyL7YAcQp0LYAVRKDH8gSPj4+mCUgX8QBsSc5luCzqBREQIMK5AttYLJfTO2SwQYaP1+AuBhowSyaZFiobw4CcSLQkvs0KRmAvgG1w7ZSyxfIACDAAIOTb+khP927AAAAAElFTkSuQmCC);
  margin: -28px auto;
  padding: 15px 15px 8px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  left: 0;
  right: 0;
  width: 58px;
  height: 60px;
}

#sidebar_testimonial .carousel-inner,
#sidebar_testimonial .bxslider {
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
}

#sidebar_testimonial .carousel-inner .carousel-item div,
#sidebar_testimonial .carousel-inner .testimonial-content div,
#sidebar_testimonial .bxslider .carousel-item div,
#sidebar_testimonial .bxslider .testimonial-content div {
  padding: 65px 35px;
  word-wrap: break-word;
  width: 100%;
}

#sidebar_testimonial .carousel-inner .carousel-item strong,
#sidebar_testimonial .carousel-inner .testimonial-content strong,
#sidebar_testimonial .bxslider .carousel-item strong,
#sidebar_testimonial .bxslider .testimonial-content strong {
  display: block;
  text-align: center;
  color: #00703c;
}

#sidebar_testimonial .carousel-inner .carousel-item strong span,
#sidebar_testimonial .carousel-inner .testimonial-content strong span,
#sidebar_testimonial .bxslider .carousel-item strong span,
#sidebar_testimonial .bxslider .testimonial-content strong span {
  border: 1px solid;
  width: 10px;
  display: inline-block;
  bottom: 4px;
  position: relative;
  left: 2px;
}

#sidebar_testimonial .carousel-indicators {
  position: static;
  margin: 15px auto;
}

#sidebar_testimonial .carousel-indicators li {
  border: none;
  background: #707070;
  margin: 1px 9px;
  max-width: 10px;
  height: 10px;
  border-radius: 100%;
}

#sidebar_testimonial .carousel-indicators .active {
  background: #c2c2c2;
  border: none;
  max-width: 10px;
  height: 10px;
  margin: 1px 9px;
  border-radius: 100%;
}

#sidebar_testimonial .bx-wrapper {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Sidebar Navigation Stuffs */

.sidebar_nav {
  font-size: 1.125em;
}

.sidebar_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar_nav ul li {
  margin-bottom: 2px;
}

.sidebar_nav ul li a {
  background: #ebebeb;
  text-decoration: none;
  color: #00703c;
  padding: 10px 20px;
  display: block;
  border-radius: 20px;
}

.sidebar_nav ul li a::after {
  content: '\25BC';
  float: right;
  color: #231f20;
  font-size: 0.8em;
  position: relative;
  top: 5px;
}

.sidebar_nav ul li a:only-child::after {
  content: '';
}

.sidebar_nav ul li a:only-child {
  color: #00703c;
  background: transparent;
}

.sidebar_nav ul li a:hover {
  background: #ebebeb;
  color: #231f20;
}

.sidebar_nav ul li ul {
  font-size: 0.9em;
  margin: 2px 0;
}

.sidebar_nav ul li ul li {
  margin-bottom: 2px;
}

.sidebar_nav ul li ul li a {
  background: none;
}

.sidebar_nav ul li ul li a::before {
  content: '--- ';
  color: #231f20;
}

.sidebar_nav ul li.current_page_item a {
  background: #ebebeb;
  color: #231f20;
}

.sidebar_nav ul li.current_page_item ul li a {
  background: none;
  color: #00703c;
}

.sidebar_nav ul li.current_page_item ul li.view a {
  background: #ebebeb;
  color: #231f20;
}

.sidebar_nav ul li.current_page_item ul li.view a::before {
  content: '';
}

.sidebar_nav ul li.more {
  position: relative;
}

.sidebar_nav ul li.more a::after {
  content: '';
}

.sidebar_nav ul li.more a.more_link {
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 20px;
}

.sidebar_nav ul li.more a.more_link::after {
  content: '\25BC';
}

.footer-home {
  font-family: "Montserrat", serif !important;
  color: #464646 !important;
  position: relative;
}

.footer-home .home-to-top {
  background-color: #00703c;
  padding: 3px 10px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 110px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.footer-home .home-to-top a {
  color: #fff;
  text-decoration: none;
}

.footer-home .home-to-top i {
  font-weight: 900;
  font-size: 35px;
  line-height: 0.6;
  display: block;
  color: #fff;
}

.footer-home .modal-form .modal-button {
  display: none;
  position: fixed;
  font-size: 1.2rem;
  top: 300px;
  bottom: auto;
  left: auto;
  right: -123px;
  z-index: 5;
  margin: auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background-color: #006f3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006f3c), to(#00562e));
  background-image: -webkit-linear-gradient(top, #006f3c, #00562e);
  background-image: -o-linear-gradient(top, #006f3c, #00562e);
  background-image: linear-gradient(to bottom, #006f3c, #00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
  border: #7f9520;
  font-weight: 600;
}

.footer-home .modal-form .modal-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-home .modal-form .modal-button .button-wrap .left {
  padding: 3px 5px;
  line-height: 1.2em;
}

.footer-home .modal-form .modal-button .button-wrap .left .text1,
.footer-home .modal-form .modal-button .button-wrap .left .text2 {
  font-weight: 300;
  text-align: left;
}

.footer-home .modal-form .modal-button .button-wrap .left strong {
  font-weight: 700;
}

.footer-home .modal-form .modal-button .button-wrap .left .text1 {
  font-size: 15px;
}

.footer-home .modal-form .modal-button .button-wrap .left .text2 {
  font-size: 18px;
}

.footer-home .modal-form .modal-button .button-wrap .right {
  background-color: #333;
  padding: 5px 2px;
}

.footer-home .modal-form .modal-button .button-wrap .right i::before {
  font-size: 40px;
  margin: 0 auto;
}

.footer-home .modal-form .modal-header,
.footer-home .modal-form .modal-content {
  background: black;
  border: 0;
  border-radius: 0;
}

.footer-home .modal-form .modal-header {
  padding: 0 10px;
}

.footer-home .modal-form .modal-body {
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
}

.footer-home .modal-form .modal-body form {
  background: rgba(0, 0, 0, 0.5);
}

.footer-home .modal-form .modal-body .form-hero {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  text-transform: capitalize;
  color: #ccc;
  max-width: 100% !important;
  font-family: "Montserrat", serif;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero {
    font-size: 13px;
  }
}

.footer-home .modal-form .modal-body .form-hero p {
  display: none;
}

.footer-home .modal-form .modal-body .form-hero .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-home .modal-form .modal-body .form-hero .head .left {
  background-color: #fff;
  color: #00703c;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.footer-home .modal-form .modal-body .form-hero .head .left .t1 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .head .left .t1 {
    font-size: 13px;
  }
}

.footer-home .modal-form .modal-body .form-hero .head .left .t2 {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .head .left .t2 {
    font-size: 15px;
  }
}

.footer-home .modal-form .modal-body .form-hero .head .right {
  background-color: #000;
  color: #fff;
}

.footer-home .modal-form .modal-body .form-hero .head .right i {
  font-size: 50px;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .head .right i {
    font-size: 25px;
  }
}

.footer-home .modal-form .modal-body .form-hero .body {
  background-color: black;
}

.footer-home .modal-form .modal-body .form-hero .body center {
  line-height: 1;
  padding: 0 40px 10px 40px;
}

.footer-home .modal-form .modal-body .form-hero .body input {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 100%;
}

.footer-home .modal-form .modal-body .form-hero .body .label {
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
}

.footer-home .modal-form .modal-body .form-hero .body .label.firstname,
.footer-home .modal-form .modal-body .form-hero .body .label.lastname {
  width: 104px;
}

.footer-home .modal-form .modal-body .form-hero .body .label.phone {
  width: 60px;
}

.footer-home .modal-form .modal-body .form-hero .body .label.zip {
  width: 40px;
}

.footer-home .modal-form .modal-body .form-hero .body .label.email {
  width: 55px;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .body .label {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .footer-home .modal-form .modal-body .form-hero .body .label.firstname,
  .footer-home .modal-form .modal-body .form-hero .body .label.lastname {
    width: 135px;
  }

  .footer-home .modal-form .modal-body .form-hero .body .label.phone {
    width: 80px;
  }

  .footer-home .modal-form .modal-body .form-hero .body .label.zip {
    width: 50px;
  }

  .footer-home .modal-form .modal-body .form-hero .body .label.email {
    width: 65px;
  }
}

.footer-home .modal-form .modal-body .form-hero .body br {
  display: none;
}

.footer-home .modal-form .modal-body .form-hero .body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.footer-home .modal-form .modal-body .form-hero .body label > span:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .body label {
    padding: 10px;
    margin-bottom: 0;
  }
}

.footer-home .modal-form .modal-body .form-hero .body input[type="submit"] {
  font-family: "Montserrat", serif;
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #006f3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006f3c), to(#00562e));
  background-image: -webkit-linear-gradient(top, #006f3c, #00562e);
  background-image: -o-linear-gradient(top, #006f3c, #00562e);
  background-image: linear-gradient(to bottom, #006f3c, #00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
  margin: 0 auto;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.footer-home .modal-form .modal-body .form-hero .body input[type="submit"]:hover {
  background-image: none;
  background-color: #049552;
}

@media screen and (max-width: 768px) {
  .footer-home .modal-form .modal-body .form-hero .body input[type="submit"] {
    padding: 5px;
    font-size: 15px;
  }
}

.footer-home .footer-copyright {
  border-top: 1px solid #ccc;
  background: #f3f8f6;
  color: #333;
  padding: 30px 0;
}

.footer-home .footer-copyright span,
.footer-home .footer-copyright a {
  color: #333;
}

.footer-home .footer-copyright .row,
.footer-home .footer-copyright .home-page #main_quote_buttons,
.home-page .footer-home .footer-copyright #main_quote_buttons,
.footer-home .footer-copyright #info2 .inner-area ul,
#info2 .inner-area .footer-home .footer-copyright ul {
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-home .footer-copyright {
    padding: 30px 10px;
  }
}

.footer-home .footer-discount {
  background-color: #fff;
  padding: 25px 0;
}

.footer-home .footer-three-part-border .row,
.footer-home .footer-three-part-border .home-page #main_quote_buttons,
.home-page .footer-home .footer-three-part-border #main_quote_buttons,
.footer-home .footer-three-part-border #info2 .inner-area ul,
#info2 .inner-area .footer-home .footer-three-part-border ul {
  width: 100%;
  margin: 0;
}

.footer-home .footer-three-part-border .row .p1,
.footer-home .footer-three-part-border .home-page #main_quote_buttons .p1,
.home-page .footer-home .footer-three-part-border #main_quote_buttons .p1,
.footer-home .footer-three-part-border #info2 .inner-area ul .p1,
#info2 .inner-area .footer-home .footer-three-part-border ul .p1 {
  border: 3px solid #231f20;
}

.footer-home .footer-three-part-border .row .p2,
.footer-home .footer-three-part-border .home-page #main_quote_buttons .p2,
.home-page .footer-home .footer-three-part-border #main_quote_buttons .p2,
.footer-home .footer-three-part-border #info2 .inner-area ul .p2,
#info2 .inner-area .footer-home .footer-three-part-border ul .p2 {
  border: 3px solid #00713d;
}

.footer-home .footer-three-part-border .row .p3,
.footer-home .footer-three-part-border .home-page #main_quote_buttons .p3,
.home-page .footer-home .footer-three-part-border #main_quote_buttons .p3,
.footer-home .footer-three-part-border #info2 .inner-area ul .p3,
#info2 .inner-area .footer-home .footer-three-part-border ul .p3 {
  border: 3px solid #d5601c;
}

@media (max-width: 767px) {
  .footer-home .footer-three-part-border .row .p1,
  .footer-home .footer-three-part-border .home-page #main_quote_buttons .p1,
  .home-page .footer-home .footer-three-part-border #main_quote_buttons .p1,
  .footer-home .footer-three-part-border #info2 .inner-area ul .p1,
  #info2 .inner-area .footer-home .footer-three-part-border ul .p1,
  .footer-home .footer-three-part-border .row .p2,
  .footer-home .footer-three-part-border .home-page #main_quote_buttons .p2,
  .home-page .footer-home .footer-three-part-border #main_quote_buttons .p2,
  .footer-home .footer-three-part-border #info2 .inner-area ul .p2,
  #info2 .inner-area .footer-home .footer-three-part-border ul .p2,
  .footer-home .footer-three-part-border .row .p3,
  .footer-home .footer-three-part-border .home-page #main_quote_buttons .p3,
  .home-page .footer-home .footer-three-part-border #main_quote_buttons .p3,
  .footer-home .footer-three-part-border #info2 .inner-area ul .p3,
  #info2 .inner-area .footer-home .footer-three-part-border ul .p3 {
    display: none;
  }
}

.footer-home .footer-three-part {
  padding: 50px 0;
  background: #f3f8f6;
}

@media (max-width: 991px) {
  .footer-home .footer-three-part .first,
  .footer-home .footer-three-part .second,
  .footer-home .footer-three-part .third {
    padding: 30px 0;
  }
}

.footer-home .footer-three-part .first strong {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: 800;
}

.footer-home .footer-three-part .first ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-home .footer-three-part .first ul li {
  list-style: none;
  text-align: center;
  padding: 3px 0;
  font-family: "Montserrat", serif;
}

.footer-home .footer-three-part .first ul li::before {
  content: "\F0DA";
  color: #464646;
  margin-right: 5px;
}

.footer-home .footer-three-part .first ul li a {
  color: #464646;
}

.footer-home .footer-three-part .second img {
  width: 230px;
  height: auto;
  margin: 0 auto;
  float: none;
  display: block;
}

.footer-home .footer-three-part .second strong {
  font-weight: 500;
}

.footer-home .footer-three-part .second .call-us {
  padding: 30px 0;
  text-align: center;
}

.footer-home .footer-three-part .second .call-us strong {
  display: block;
  color: #464646;
  line-height: 5px;
}

.footer-home .footer-three-part .second .call-us a {
  font-size: 23px;
  font-weight: 800;
}

.footer-home .footer-three-part .second .call-us .fa,
.footer-home .footer-three-part .second .call-us .home .navbar #primary-menu li.menu-item-has-children a::after,
.home .navbar #primary-menu li.menu-item-has-children .footer-home .footer-three-part .second .call-us a::after,
.footer-home .footer-three-part .second .call-us .modal-form .modal-body .form-hero .body .label::after,
.footer-home .modal-form .modal-body .form-hero .body .footer-three-part .second .call-us .label::after,
.footer-home .footer-three-part .second .call-us .first ul li::before,
.footer-home .footer-three-part .first ul .second .call-us li::before,
.footer-home .footer-three-part .second .call-us .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .second .call-us input::after,
.footer-home .footer-three-part .second .call-us .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .second .call-us input::after,
.home-page .footer-home .footer-three-part .second .call-us .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .second .call-us input::after,
.footer-home .footer-three-part .second .call-us .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .second .call-us input::after,
#info2 .inner-area .footer-home .footer-three-part .second .call-us .third .wpcf7 form ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .second .call-us input::after,
.footer-home .footer-three-part .second .call-us .home-page .home-links .link .bg .icon,
.home-page .home-links .link .bg .footer-home .footer-three-part .second .call-us .icon,
.footer-home .footer-three-part .second .call-us .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right .footer-home .footer-three-part .second .call-us i,
.footer-home .footer-three-part .second .call-us .home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .call-us a.flex-prev::before,
.footer-home .footer-three-part .second .call-us .home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .call-us a.flex-next::before,
.footer-home .footer-three-part .second .call-us .warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .footer-home .footer-three-part .second .call-us .wpcf7-list-item::after {
  color: #00703c;
  margin-right: 5px;
  font-size: 23px;
}

.footer-home .footer-three-part .second .social-media {
  text-align: center;
}

.footer-home .footer-three-part .second .social-media .fa,
.footer-home .footer-three-part .second .social-media .home .navbar #primary-menu li.menu-item-has-children a::after,
.home .navbar #primary-menu li.menu-item-has-children .footer-home .footer-three-part .second .social-media a::after,
.footer-home .footer-three-part .second .social-media .modal-form .modal-body .form-hero .body .label::after,
.footer-home .modal-form .modal-body .form-hero .body .footer-three-part .second .social-media .label::after,
.footer-home .footer-three-part .second .social-media .first ul li::before,
.footer-home .footer-three-part .first ul .second .social-media li::before,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .second .social-media input::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .second .social-media input::after,
.home-page .footer-home .footer-three-part .second .social-media .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .second .social-media input::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .second .social-media input::after,
#info2 .inner-area .footer-home .footer-three-part .second .social-media .third .wpcf7 form ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .second .social-media input::after,
.footer-home .footer-three-part .second .social-media .home-page .home-links .link .bg .icon,
.home-page .home-links .link .bg .footer-home .footer-three-part .second .social-media .icon,
.footer-home .footer-three-part .second .social-media .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right .footer-home .footer-three-part .second .social-media i,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.flex-prev::before,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.flex-next::before,
.footer-home .footer-three-part .second .social-media .warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .footer-home .footer-three-part .second .social-media .wpcf7-list-item::after {
  font-size: 25px;
  color: #898989;
  border: 1px solid #898989;
  margin: 10px;
  border-radius: 50%;
}

.footer-home .footer-three-part .second .social-media .fa.fa-facebook,
.footer-home .footer-three-part .second .social-media .home .navbar #primary-menu li.menu-item-has-children a.fa-facebook::after,
.home .navbar #primary-menu li.menu-item-has-children .footer-home .footer-three-part .second .social-media a.fa-facebook::after,
.footer-home .footer-three-part .second .social-media .modal-form .modal-body .form-hero .body .fa-facebook.label::after,
.footer-home .modal-form .modal-body .form-hero .body .footer-three-part .second .social-media .fa-facebook.label::after,
.footer-home .footer-three-part .second .social-media .first ul li.fa-facebook::before,
.footer-home .footer-three-part .first ul .second .social-media li.fa-facebook::before,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .row .pull-right input.fa-facebook::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .second .social-media input.fa-facebook::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-facebook::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .second .social-media input.fa-facebook::after,
.home-page .footer-home .footer-three-part .second .social-media .third .wpcf7 form #main_quote_buttons .pull-right input.fa-facebook::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .second .social-media input.fa-facebook::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-facebook::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .second .social-media input.fa-facebook::after,
#info2 .inner-area .footer-home .footer-three-part .second .social-media .third .wpcf7 form ul .pull-right input.fa-facebook::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .second .social-media input.fa-facebook::after,
.footer-home .footer-three-part .second .social-media .home-page .home-links .link .bg .fa-facebook.icon,
.home-page .home-links .link .bg .footer-home .footer-three-part .second .social-media .fa-facebook.icon,
.footer-home .footer-three-part .second .social-media .home-slider .form-hero .head .right i.fa-facebook,
.home-slider .form-hero .head .right .footer-home .footer-three-part .second .social-media i.fa-facebook,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.fa-facebook.flex-prev::before,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.fa-facebook.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.fa-facebook.flex-next::before,
.footer-home .footer-three-part .second .social-media .warranty-registration .wpcf7-form .experience .radio-fields .fa-facebook.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .footer-home .footer-three-part .second .social-media .fa-facebook.wpcf7-list-item::after {
  padding: 10px 15px;
}

.footer-home .footer-three-part .second .social-media .fa.fa-twitter,
.footer-home .footer-three-part .second .social-media .home .navbar #primary-menu li.menu-item-has-children a.fa-twitter::after,
.home .navbar #primary-menu li.menu-item-has-children .footer-home .footer-three-part .second .social-media a.fa-twitter::after,
.footer-home .footer-three-part .second .social-media .modal-form .modal-body .form-hero .body .fa-twitter.label::after,
.footer-home .modal-form .modal-body .form-hero .body .footer-three-part .second .social-media .fa-twitter.label::after,
.footer-home .footer-three-part .second .social-media .first ul li.fa-twitter::before,
.footer-home .footer-three-part .first ul .second .social-media li.fa-twitter::before,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .row .pull-right input.fa-twitter::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .second .social-media input.fa-twitter::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form .home-page #main_quote_buttons .pull-right input.fa-twitter::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .second .social-media input.fa-twitter::after,
.home-page .footer-home .footer-three-part .second .social-media .third .wpcf7 form #main_quote_buttons .pull-right input.fa-twitter::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .second .social-media input.fa-twitter::after,
.footer-home .footer-three-part .second .social-media .third .wpcf7 form #info2 .inner-area ul .pull-right input.fa-twitter::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .second .social-media input.fa-twitter::after,
#info2 .inner-area .footer-home .footer-three-part .second .social-media .third .wpcf7 form ul .pull-right input.fa-twitter::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .second .social-media input.fa-twitter::after,
.footer-home .footer-three-part .second .social-media .home-page .home-links .link .bg .fa-twitter.icon,
.home-page .home-links .link .bg .footer-home .footer-three-part .second .social-media .fa-twitter.icon,
.footer-home .footer-three-part .second .social-media .home-slider .form-hero .head .right i.fa-twitter,
.home-slider .form-hero .head .right .footer-home .footer-three-part .second .social-media i.fa-twitter,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.fa-twitter.flex-prev::before,
.footer-home .footer-three-part .second .social-media .home-slider .metaslider .flexslider .flex-direction-nav a.fa-twitter.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav .footer-home .footer-three-part .second .social-media a.fa-twitter.flex-next::before,
.footer-home .footer-three-part .second .social-media .warranty-registration .wpcf7-form .experience .radio-fields .fa-twitter.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .footer-home .footer-three-part .second .social-media .fa-twitter.wpcf7-list-item::after {
  padding: 10px 11px;
}

.footer-home .footer-three-part .third strong {
  text-align: center;
  display: block;
  font-size: 23px;
  font-weight: 800;
  font-family: "Montserrat", serif;
}

.footer-home .footer-three-part .third .wpcf7 form .row .col-lg-12,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .col-lg-12,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .col-lg-12,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .col-lg-12,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .col-lg-12,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right {
  text-align: center;
  margin: 10px 0;
}

.footer-home .footer-three-part .third .wpcf7 form .row input,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons input,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons input,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul input,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul input {
  width: 70%;
  padding: 10px;
  margin: 0 !important;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-left input,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left input,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left input,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left input,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left input {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #898989;
  font-family: "Montserrat", serif !important;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-left input::-webkit-input-placeholder,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left input::-webkit-input-placeholder,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left input::-webkit-input-placeholder,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left input::-webkit-input-placeholder,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-left input::-moz-placeholder,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left input::-moz-placeholder,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left input::-moz-placeholder,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left input::-moz-placeholder,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-left input:-ms-input-placeholder,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left input:-ms-input-placeholder,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left input:-ms-input-placeholder,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left input:-ms-input-placeholder,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-left input:-moz-placeholder,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left input:-moz-placeholder,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left input:-moz-placeholder,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left input:-moz-placeholder,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input {
  font-family: "Montserrat", serif !important;
  background-color: transparent;
  border: 1px solid #00713d;
  color: #00713d;
  cursor: pointer;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-right input:hover,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input:hover,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input:hover,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input:hover,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input:hover {
  background-color: #00713d;
  color: #fff;
}

.footer-home .footer-three-part .third .wpcf7 form .row .pull-right .ajax-loader,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right .ajax-loader,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right .ajax-loader,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right .ajax-loader,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right .ajax-loader {
  display: block;
  margin: 0 auto;
}

.footer-home .footer-badges {
  padding: 10px 0 30px 0;
}

.footer-home .footer-badges .badges .row .text-center,
.footer-home .footer-badges .badges .home-page #main_quote_buttons .text-center,
.home-page .footer-home .footer-badges .badges #main_quote_buttons .text-center,
.footer-home .footer-badges .badges #info2 .inner-area ul .text-center,
#info2 .inner-area .footer-home .footer-badges .badges ul .text-center {
  margin: 0 auto;
}

.footer-home .footer-badges .badges .row .col-lg-12,
.footer-home .footer-badges .badges .home-page #main_quote_buttons .col-lg-12,
.home-page .footer-home .footer-badges .badges #main_quote_buttons .col-lg-12,
.footer-home .footer-badges .badges #info2 .inner-area ul .col-lg-12,
#info2 .inner-area .footer-home .footer-badges .badges ul .col-lg-12,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form .row .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges .row .pull-left,
.footer-home .footer-badges .badges .home-page #main_quote_buttons .footer-three-part .third .wpcf7 form .row .pull-left,
.home-page .footer-home .footer-badges .badges #main_quote_buttons .footer-three-part .third .wpcf7 form .row .pull-left,
.footer-home .footer-badges .badges #info2 .inner-area ul .footer-three-part .third .wpcf7 form .row .pull-left,
#info2 .inner-area .footer-home .footer-badges .badges ul .footer-three-part .third .wpcf7 form .row .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .footer-badges .badges .row .pull-left,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges .home-page #main_quote_buttons .pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .footer-badges .badges .row .pull-left,
.footer-home .footer-badges .badges .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
.home-page .footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges #main_quote_buttons .pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .footer-badges .badges .row .pull-left,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-left,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges #info2 .inner-area ul .pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .footer-home .footer-badges .badges ul .pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .footer-badges .badges .row .pull-left,
.footer-home .footer-badges .badges #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-left,
#info2 .inner-area .footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form ul .pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges ul .pull-left,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form .row .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges .row .pull-right,
.footer-home .footer-badges .badges .home-page #main_quote_buttons .footer-three-part .third .wpcf7 form .row .pull-right,
.home-page .footer-home .footer-badges .badges #main_quote_buttons .footer-three-part .third .wpcf7 form .row .pull-right,
.footer-home .footer-badges .badges #info2 .inner-area ul .footer-three-part .third .wpcf7 form .row .pull-right,
#info2 .inner-area .footer-home .footer-badges .badges ul .footer-three-part .third .wpcf7 form .row .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .footer-badges .badges .row .pull-right,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges .home-page #main_quote_buttons .pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .footer-badges .badges .row .pull-right,
.footer-home .footer-badges .badges .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
.home-page .footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges #main_quote_buttons .pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .footer-badges .badges .row .pull-right,
.footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right,
.footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges #info2 .inner-area ul .pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .footer-home .footer-badges .badges ul .pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .footer-badges .badges .row .pull-right,
.footer-home .footer-badges .badges #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right,
#info2 .inner-area .footer-home .footer-badges .badges .footer-three-part .third .wpcf7 form ul .pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .footer-badges .badges ul .pull-right {
  text-align: center;
  font-family: "exo", serif;
  font-weight: 700;
  font-size: 25px;
  margin: 20px 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer-home .footer-badges .badges .row a,
  .footer-home .footer-badges .badges .home-page #main_quote_buttons a,
  .home-page .footer-home .footer-badges .badges #main_quote_buttons a,
  .footer-home .footer-badges .badges #info2 .inner-area ul a,
  #info2 .inner-area .footer-home .footer-badges .badges ul a {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.footer-home .become-a-dealer {
  padding: 30px 0;
  background-color: #0e3e69;
  color: #fff;
}

.footer-home .become-a-dealer .intro {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .footer-home .become-a-dealer .intro {
    padding: 15px;
  }
}

.footer-home .become-a-dealer a {
  border-radius: 0;
  padding: 10px 70px;
  margin: 10px 0;
  width: 100%;
}

.footer-home .become-a-dealer a:hover,
.footer-home .become-a-dealer a:focus {
  text-decoration: none;
}

.footer-home .become-a-dealer .login .btn a,
.footer-home .become-a-dealer .login .comment-form input[type="submit"] a,
.comment-form .footer-home .become-a-dealer .login input[type="submit"] a,
.footer-home .become-a-dealer .login .search-form .search-submit a,
.search-form .footer-home .become-a-dealer .login .search-submit a {
  display: block;
}

.footer-home .become-a-dealer .become .btn,
.footer-home .become-a-dealer .become .comment-form input[type="submit"],
.comment-form .footer-home .become-a-dealer .become input[type="submit"],
.footer-home .become-a-dealer .become .search-form .search-submit,
.search-form .footer-home .become-a-dealer .become .search-submit {
  border-radius: 0;
  padding: 0;
}

.footer-home .become-a-dealer .become .btn a,
.footer-home .become-a-dealer .become .comment-form input[type="submit"] a,
.comment-form .footer-home .become-a-dealer .become input[type="submit"] a,
.footer-home .become-a-dealer .become .search-form .search-submit a,
.search-form .footer-home .become-a-dealer .become .search-submit a {
  color: #0e3e69;
  background-color: #fff;
  display: block;
}

.footer-home .become-a-dealer .become .btn a:hover,
.footer-home .become-a-dealer .become .comment-form input[type="submit"] a:hover,
.comment-form .footer-home .become-a-dealer .become input[type="submit"] a:hover,
.footer-home .become-a-dealer .become .search-form .search-submit a:hover,
.search-form .footer-home .become-a-dealer .become .search-submit a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-home .become-a-dealer .btn,
.footer-home .become-a-dealer .comment-form input[type="submit"],
.comment-form .footer-home .become-a-dealer input[type="submit"],
.footer-home .become-a-dealer .search-form .search-submit,
.search-form .footer-home .become-a-dealer .search-submit {
  border-radius: 0;
  padding: 0;
}

.footer-home .become-a-dealer .btn a,
.footer-home .become-a-dealer .comment-form input[type="submit"] a,
.comment-form .footer-home .become-a-dealer input[type="submit"] a,
.footer-home .become-a-dealer .search-form .search-submit a,
.search-form .footer-home .become-a-dealer .search-submit a {
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
}

.footer-home .become-a-dealer .btn a:hover,
.footer-home .become-a-dealer .comment-form input[type="submit"] a:hover,
.comment-form .footer-home .become-a-dealer input[type="submit"] a:hover,
.footer-home .become-a-dealer .search-form .search-submit a:hover,
.search-form .footer-home .become-a-dealer .search-submit a:hover {
  background-color: #fff;
  color: #0e3e69;
}

.footer a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.footer .footer-social-media {
  background: #231f20;
  color: white;
  overflow: hidden;
  font-size: 22px;
  padding: 10px 0 10px 0;
}

@media (max-width: 991px) {
  .footer .footer-social-media {
    text-align: center;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .footer .footer-social-media br {
    display: none;
  }
}

.footer .footer-social-media input[type="email"] {
  border-radius: 15px;
  border: none;
  height: 45px;
}

@media (max-width: 991px) {
  .footer .footer-social-media input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
  }
}

.footer .footer-social-media input[type="submit"] {
  background: #00703c;
  border: none;
  color: white;
  border-radius: 15px;
  height: 45px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .footer .footer-social-media input[type="submit"] {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer .footer-badges {
  font-size: 22px;
}

.footer .footer-badges .badges {
  margin: 30px 0 30px 0;
}

.footer .footer-badges .badges div:nth-child(1) {
  margin-right: 0;
  margin-top: 15px;
}

.footer .footer-badges .badges div {
  margin-right: 0;
}

@media (max-width: 991px) {
  .footer .footer-badges .badges div.col-lg-2.col-md-12 {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .footer .footer-badges .badges div.col-lg-1.col-sm-4.col-xs-3 {
    width: 33% !important;
  }
}

.footer .footer-badges .badges .badge {
  text-decoration: none;
  width: 85px;
  height: 60px;
  background: url(/wp-content/themes/surepress/dist/images/badges.png) no-repeat;
  display: block;
}

@media (max-width: 991px) {
  .footer .footer-badges .badges .badge {
    margin: 0 auto;
  }
}

.footer .footer-badges .badges .cbs {
  background-position: -104px 0;
}

.footer .footer-badges .badges .designing {
  background-position: -224px 0;
}

.footer .footer-badges .badges .fox {
  background-position: -353px 0;
}

.footer .footer-badges .badges .hometime {
  background-position: -468px 0;
}

.footer .footer-badges .badges .nbc {
  background-position: -596px 0;
}

.footer .footer-badges .badges .pbs {
  background-position: -696px 0;
}

.footer .footer-badges .badges .house {
  background-position: -823px 0;
}

.footer .footer-badges .badges .tv {
  background-position: -960px 0;
}

.footer .footer-nav {
  text-align: center;
  padding: 15px 0 0 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 30px 0 0 0;
}

@media (max-width: 991px) {
  .footer .footer-nav {
    border: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .footer .footer-nav ul {
    display: block;
    padding: 12px 0;
  }
}

.footer .footer-nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 35px 0 35px;
  position: relative;
}

@media (max-width: 991px) {
  .footer .footer-nav ul li {
    display: block;
    padding: 12px 0;
  }
}

.footer .footer-nav ul li a {
  color: #000;
}

.footer .footer-nav ul li a:hover {
  color: #0e3e69;
}

.footer .footer-nav ul li:not(:last-child) a::after {
  border: 1px solid #d9d9d9;
  position: absolute;
  right: 0;
  height: 10px;
  top: 30%;
  content: ' ';
}

@media (max-width: 991px) {
  .footer .footer-nav ul li:not(:last-child) a::after {
    border: none;
    content: '';
  }
}

.footer .footer-bottom {
  text-align: center;
  margin: 30px 0 30px 0;
}

.footer .footer-bottom .site-branding {
  display: block;
  max-width: 190px;
  height: auto;
}

@media (max-width: 991px) {
  .footer .footer-bottom .site-branding {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.footer .footer-bottom .contact {
  text-align: left;
}

@media (max-width: 991px) {
  .footer .footer-bottom .contact {
    text-align: center;
    margin: 0 auto;
  }
}

.footer .footer-bottom .contact a {
  color: #231f20;
  font-weight: bold;
  font-size: 30px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer .footer-bottom .contact a {
    line-height: 30px;
    margin-bottom: 25px;
    display: inline-block;
  }
}

.footer .footer-bottom .buttons {
  text-align: right;
}

@media (max-width: 991px) {
  .footer .footer-bottom .buttons {
    text-align: center;
  }
}

.footer .footer-bottom .buttons a {
  display: inline-block;
  width: 85%;
  border: 1px solid #0e3e69;
  padding: 5px 0 5px 0;
  border-radius: 18px;
  font-size: 20px;
  background-color: #0e3e69;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .footer .footer-bottom .buttons a {
    border: none;
    width: 100%;
  }
}

.footer .footer-bottom .buttons a:hover {
  background-color: #fff;
  color: #0e3e69;
}

.footer .footer-copyright {
  background: #231f20;
  color: white;
  margin: 20px 0 0 0;
  padding: 10px 0 10px 0;
}

.footer .footer-copyright span {
  color: #918f8f;
}

@media (max-width: 991px) {
  .footer .footer-copyright div {
    text-align: center;
    margin: 5px 0;
  }
}

.footer .footer-copyright div:nth-child(2) {
  text-align: right;
}

@media (max-width: 991px) {
  .footer .footer-copyright div:nth-child(2) {
    text-align: center;
    margin: 5px 0;
  }
}

.footer .footer-copyright div:nth-child(2) a {
  color: #b4551d;
}

.footer .footer-discount {
  background-color: #ebebeb;
  padding: 25px 0 25px 0;
}

@media (max-width: 1199px) {
  .footer .footer-discount .show {
    display: block !important;
  }

  .footer .footer-discount #footer_discount_button {
    margin: 0 2%;
    display: block;
    font-size: 1.125em;
    text-transform: lowercase;
  }
}

@media (max-width: 991px) {
  .footer .footer-discount {
    padding-bottom: 70px;
  }

  .footer .footer-discount #footer_discount {
    font-size: 1em;
  }
}

.footer.microsite .footer-nav {
  text-align: center;
  padding: 15px 0 0 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 30px 0 0 0;
}

@media (max-width: 991px) {
  .footer.microsite .footer-nav {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.footer.microsite .footer-nav ul {
  padding-left: 0;
}

@media (max-width: 991px) {
  .footer.microsite .footer-nav ul {
    display: block;
    padding: 12px 0;
  }
}

.footer.microsite .footer-nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 20px 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .footer.microsite .footer-nav ul li {
    display: block;
    padding: 12px 0;
  }
}

.footer.microsite .footer-nav ul li a {
  color: #000;
}

.footer.microsite .footer-nav ul li a:hover {
  color: #0e3e69;
}

.footer.microsite .footer-nav ul li:first-of-type {
  display: none;
}

.footer.microsite .footer-nav ul li:not(:last-child) a::after {
  border: 1px solid #d9d9d9;
  position: absolute;
  right: 0;
  height: 10px;
  top: 30%;
  content: ' ';
}

.footer.microsite #microsite_footer_div {
  padding-top: 40px;
}

.footer.microsite #microsite_footer_div #microsite-footer-col2,
.footer.microsite #microsite_footer_div #microsite-footer-col1 {
  border-right: dashed 1px #cdcdcd;
  min-height: 89px;
}

.scrollup span {
  color: #bdbcbd;
}

.scrollup img {
  background: #bdbcbd;
  border-radius: 27px;
  display: block;
}

.scrollup {
  position: fixed;
  bottom: 80px;
  outline: none;
  right: 2%;
  opacity: 0.5;
  text-decoration: none !important;
  display: none;
  z-index: 99;
}

/* ---Mobile Footer Sticky Bar--- */

#menu-mobile-sticky-footer {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#menu-mobile-sticky-footer.show {
  opacity: 1;
}

#menu-mobile-sticky-footer.hide {
  opacity: 0;
}

#menu-mobile-sticky-footer li a i.fa,
#menu-mobile-sticky-footer li a .footer-home .modal-form .modal-body .form-hero .body i.label::after,
.footer-home .modal-form .modal-body .form-hero .body #menu-mobile-sticky-footer li a i.label::after,
#menu-mobile-sticky-footer li a .home-page .home-links .link .bg i.icon,
.home-page .home-links .link .bg #menu-mobile-sticky-footer li a i.icon,
#menu-mobile-sticky-footer li a .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right #menu-mobile-sticky-footer li a i,
#menu-mobile-sticky-footer li a .warranty-registration .wpcf7-form .experience .radio-fields i.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields #menu-mobile-sticky-footer li a i.wpcf7-list-item::after {
  font-size: 2.5em;
}

#menu-mobile-sticky-footer li a i.fa::after,
#menu-mobile-sticky-footer li a .footer-home .modal-form .modal-body .form-hero .body i.label::after,
.footer-home .modal-form .modal-body .form-hero .body #menu-mobile-sticky-footer li a i.label::after,
#menu-mobile-sticky-footer li a .home-page .home-links .link .bg i.icon::after,
.home-page .home-links .link .bg #menu-mobile-sticky-footer li a i.icon::after,
#menu-mobile-sticky-footer li a .home-slider .form-hero .head .right i::after,
.home-slider .form-hero .head .right #menu-mobile-sticky-footer li a i::after,
#menu-mobile-sticky-footer li a .warranty-registration .wpcf7-form .experience .radio-fields i.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields #menu-mobile-sticky-footer li a i.wpcf7-list-item::after {
  display: block;
}

#mobile_sticky_bar li:last-child {
  border: 0;
}

#mobile_sticky_bar li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#mobile_sticky_bar {
  background: transparent none repeat scroll 0 0;
  bottom: 4px;
  clear: both;
  color: #fff;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 88;
}

#mobile_sticky_bar li {
  border-right: 1px dotted #018e4c;
  float: left;
  font-size: 0.6em;
  list-style: outside none none;
  padding: 3px 3%;
  text-align: center;
  width: 50px;
}

.menu-mobile-sticky-footer-container ul {
  background: #00703c none repeat scroll 0 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  -webkit-animation-name: fadesimama;
       -o-animation-name: fadesimama;
          animation-name: fadesimama;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.8s;
       -o-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadesimama {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadesimama {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadesimama {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ---End of Mobile Footer Sticky Bar--- */

.social-media-logos a {
  position: relative;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}

.social-media-logos a i.fa,
.social-media-logos a .footer-home .modal-form .modal-body .form-hero .body i.label::after,
.footer-home .modal-form .modal-body .form-hero .body .social-media-logos a i.label::after,
.social-media-logos a .home-page .home-links .link .bg i.icon,
.home-page .home-links .link .bg .social-media-logos a i.icon,
.social-media-logos a .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right .social-media-logos a i,
.social-media-logos a .warranty-registration .wpcf7-form .experience .radio-fields i.wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields .social-media-logos a i.wpcf7-list-item::after {
  text-align: center;
  position: absolute;
  margin: auto;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.social-media-logos a:hover {
  background-color: #fff;
  color: #000;
}

.social-media-logos a + a {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .locator-microsite .site-footer .footer-bottom {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
  }
}

.locator-microsite .site-footer .footer-social-media .text-xs-center {
  margin: 0 auto;
}

.locator-microsite .site-footer .footer-social-media .text-xs-center .social-media-logos {
  text-align: center;
}

.locator-microsite .site-footer .microsite-details .footer-microsite-branding {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.locator-microsite .site-footer .microsite-details .footer-microsite-branding a {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.locator-microsite .site-footer .microsite-details .footer-microsite-branding a img {
  height: 70px;
  width: auto;
}

.locator-microsite .site-footer .microsite-details .footer-microsite-branding .microsite-footer-details {
  display: inline-block;
  text-align: left;
}

.locator-microsite .site-footer .microsite-details .footer-microsite-operations,
.locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details {
    border-bottom: 0;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .locator-microsite .site-footer .microsite-details .row > div + div,
  .locator-microsite .site-footer .microsite-details .home-page #main_quote_buttons > div + div,
  .home-page .locator-microsite .site-footer .microsite-details #main_quote_buttons > div + div,
  .locator-microsite .site-footer .microsite-details #info2 .inner-area ul > div + div,
  #info2 .inner-area .locator-microsite .site-footer .microsite-details ul > div + div {
    border-left: 1px dashed #ebebeb;
  }

  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-operations,
  .locator-microsite .site-footer .microsite-details .footer-microsite-contact-number {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .locator-microsite .site-footer .microsite-details .footer-microsite-branding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  img.alignleft,
  img.alignright {
    float: none;
    clear: both;
    display: block;
    margin: 8px auto;
  }
}

canvas {
  display: block;
  margin: 0 auto;
}

.how-it-works-img {
  width: 100%;
}

body#tinymce {
  margin: 12px !important;
}

.badge-slider {
  width: 100%;
  margin-bottom: 30px;
}

.badge-slider .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
}

.badge-slider .bxslider {
  text-align: center;
}

.badge-slider .bxslider li {
  max-width: 150px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/* --------------------------------------------------------------
# Custom Page Styles
-------------------------------------------------------------- */

.home-page .overflow-parent,
.home-page .home-text,
.home-page .about {
  margin-left: calc(-100vw / 2 + 1130px / 2);
  margin-right: calc(-100vw / 2 + 1130px / 2);
}

@media (max-width: 1199px) {
  .home-page .overflow-parent,
  .home-page .home-text,
  .home-page .about {
    margin-left: calc(-100vw / 2 + 930px / 2);
    margin-right: calc(-100vw / 2 + 930px / 2);
  }
}

@media (max-width: 991px) {
  .home-page .overflow-parent,
  .home-page .home-text,
  .home-page .about {
    margin-left: calc(-100vw / 2 + 690px / 2);
    margin-right: calc(-100vw / 2 + 690px / 2);
  }
}

@media (max-width: 767px) {
  .home-page .overflow-parent,
  .home-page .home-text,
  .home-page .about {
    margin-left: calc(-100vw / 2 + 510px / 2);
    margin-right: calc(-100vw / 2 + 510px / 2);
  }
}

@media (max-width: 575px) {
  .home-page .overflow-parent,
  .home-page .home-text,
  .home-page .about {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.home-page #main_quote_buttons {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
  .home-page #main_quote_buttons {
    margin: 0;
  }
}

.home-page #main_quote_buttons .btn.btn-default,
.home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
.comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
.home-page #main_quote_buttons .search-form .btn-default.search-submit,
.search-form .home-page #main_quote_buttons .btn-default.search-submit {
  background-color: #fff;
  border-radius: 0;
}

.home-page #main_quote_buttons .btn.btn-warning,
.home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
.comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
.home-page #main_quote_buttons .search-form .btn-warning.search-submit,
.search-form .home-page #main_quote_buttons .btn-warning.search-submit {
  border-radius: 0;
  text-transform: capitalize;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #d4601b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4601b), to(#bb4e0e));
  background-image: -webkit-linear-gradient(top, #d4601b, #bb4e0e);
  background-image: -o-linear-gradient(top, #d4601b, #bb4e0e);
  background-image: linear-gradient(to bottom, #d4601b, #bb4e0e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#d4601b, endColorstr=#bb4e0e);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#d4601b, endColorstr=#bb4e0e);
  border-bottom: 5px solid #82370b;
}

.home-page #main_quote_buttons .btn.btn-warning:hover,
.home-page #main_quote_buttons .comment-form input.btn-warning:hover[type="submit"],
.comment-form .home-page #main_quote_buttons input.btn-warning:hover[type="submit"],
.home-page #main_quote_buttons .search-form .btn-warning.search-submit:hover,
.search-form .home-page #main_quote_buttons .btn-warning.search-submit:hover {
  background-color: #d47d4be6;
  background-image: none;
}

.home-page #main_quote_buttons .btn.btn-warning span,
.home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"] span,
.comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"] span,
.home-page #main_quote_buttons .search-form .btn-warning.search-submit span,
.search-form .home-page #main_quote_buttons .btn-warning.search-submit span {
  text-transform: uppercase;
}

.home-page .home-boxes {
  padding-bottom: 60px;
}

.home-page .home-boxes h2 {
  font-family: "exo", serif;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.home-page .home-boxes .col-md-6 section,
.home-page .home-boxes .home .navbar .dealer-search section,
.home .navbar .home-page .home-boxes .dealer-search section,
.home-page .home-boxes .home .navbar .contact-number section,
.home .navbar .home-page .home-boxes .contact-number section,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section,
.home-page .home-boxes .featured_blog figure section,
.featured_blog .home-page .home-boxes figure section,
.home-page .home-boxes .featured_blog .caption section,
.featured_blog .home-page .home-boxes .caption section {
  position: relative;
  height: 330px;
}

@media (max-width: 991px) {
  .home-page .home-boxes .col-md-6 section,
  .home-page .home-boxes .home .navbar .dealer-search section,
  .home .navbar .home-page .home-boxes .dealer-search section,
  .home-page .home-boxes .home .navbar .contact-number section,
  .home .navbar .home-page .home-boxes .contact-number section,
  .home-page .home-boxes #main_quote_buttons .btn.btn-default section,
  .home-page #main_quote_buttons .home-boxes .btn.btn-default section,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section,
  .home-page .home-boxes #main_quote_buttons .btn.btn-warning section,
  .home-page #main_quote_buttons .home-boxes .btn.btn-warning section,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section,
  .home-page .home-boxes .featured_blog figure section,
  .featured_blog .home-page .home-boxes figure section,
  .home-page .home-boxes .featured_blog .caption section,
  .featured_blog .home-page .home-boxes .caption section {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .home-page .home-boxes .col-md-6 section,
  .home-page .home-boxes .home .navbar .dealer-search section,
  .home .navbar .home-page .home-boxes .dealer-search section,
  .home-page .home-boxes .home .navbar .contact-number section,
  .home .navbar .home-page .home-boxes .contact-number section,
  .home-page .home-boxes #main_quote_buttons .btn.btn-default section,
  .home-page #main_quote_buttons .home-boxes .btn.btn-default section,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section,
  .home-page .home-boxes #main_quote_buttons .btn.btn-warning section,
  .home-page #main_quote_buttons .home-boxes .btn.btn-warning section,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section,
  .home-page .home-boxes .featured_blog figure section,
  .featured_blog .home-page .home-boxes figure section,
  .home-page .home-boxes .featured_blog .caption section,
  .featured_blog .home-page .home-boxes .caption section {
    margin: 20px;
  }
}

.home-page .home-boxes .col-md-6 section .box-title,
.home-page .home-boxes .home .navbar .dealer-search section .box-title,
.home .navbar .home-page .home-boxes .dealer-search section .box-title,
.home-page .home-boxes .home .navbar .contact-number section .box-title,
.home .navbar .home-page .home-boxes .contact-number section .box-title,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section .box-title,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section .box-title,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .box-title,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .box-title,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .box-title,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .box-title,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .box-title,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .box-title,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .box-title,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .box-title,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section .box-title,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section .box-title,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .box-title,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .box-title,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .box-title,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .box-title,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .box-title,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .box-title,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .box-title,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .box-title,
.home-page .home-boxes .featured_blog figure section .box-title,
.featured_blog .home-page .home-boxes figure section .box-title,
.home-page .home-boxes .featured_blog .caption section .box-title,
.featured_blog .home-page .home-boxes .caption section .box-title {
  display: none;
}

.home-page .home-boxes .col-md-6 section .box-title h2,
.home-page .home-boxes .home .navbar .dealer-search section .box-title h2,
.home .navbar .home-page .home-boxes .dealer-search section .box-title h2,
.home-page .home-boxes .home .navbar .contact-number section .box-title h2,
.home .navbar .home-page .home-boxes .contact-number section .box-title h2,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section .box-title h2,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section .box-title h2,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .box-title h2,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .box-title h2,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .box-title h2,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .box-title h2,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .box-title h2,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .box-title h2,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .box-title h2,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .box-title h2,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section .box-title h2,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section .box-title h2,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .box-title h2,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .box-title h2,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .box-title h2,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .box-title h2,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .box-title h2,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .box-title h2,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .box-title h2,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .box-title h2,
.home-page .home-boxes .featured_blog figure section .box-title h2,
.featured_blog .home-page .home-boxes figure section .box-title h2,
.home-page .home-boxes .featured_blog .caption section .box-title h2,
.featured_blog .home-page .home-boxes .caption section .box-title h2 {
  font-size: 1.7rem;
}

@media (max-width: 991px) {
  .home-page .home-boxes .col-md-6 section .box-title h2,
  .home-page .home-boxes .home .navbar .dealer-search section .box-title h2,
  .home .navbar .home-page .home-boxes .dealer-search section .box-title h2,
  .home-page .home-boxes .home .navbar .contact-number section .box-title h2,
  .home .navbar .home-page .home-boxes .contact-number section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .btn.btn-default section .box-title h2,
  .home-page #main_quote_buttons .home-boxes .btn.btn-default section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .box-title h2,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .box-title h2,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .box-title h2,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .box-title h2,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .box-title h2,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .box-title h2,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .btn.btn-warning section .box-title h2,
  .home-page #main_quote_buttons .home-boxes .btn.btn-warning section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .box-title h2,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .box-title h2,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .box-title h2,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .box-title h2,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .box-title h2,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .box-title h2,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .box-title h2,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .box-title h2,
  .home-page .home-boxes .featured_blog figure section .box-title h2,
  .featured_blog .home-page .home-boxes figure section .box-title h2,
  .home-page .home-boxes .featured_blog .caption section .box-title h2,
  .featured_blog .home-page .home-boxes .caption section .box-title h2 {
    font-size: 1.5rem;
  }
}

.home-page .home-boxes .col-md-6 section .specific_thumb img,
.home-page .home-boxes .home .navbar .dealer-search section .specific_thumb img,
.home .navbar .home-page .home-boxes .dealer-search section .specific_thumb img,
.home-page .home-boxes .home .navbar .contact-number section .specific_thumb img,
.home .navbar .home-page .home-boxes .contact-number section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section .specific_thumb img,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .specific_thumb img,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .specific_thumb img,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .specific_thumb img,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .specific_thumb img,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .specific_thumb img,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .specific_thumb img,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section .specific_thumb img,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .specific_thumb img,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .specific_thumb img,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .specific_thumb img,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .specific_thumb img,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .specific_thumb img,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .specific_thumb img,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .specific_thumb img,
.home-page .home-boxes .featured_blog figure section .specific_thumb img,
.featured_blog .home-page .home-boxes figure section .specific_thumb img,
.home-page .home-boxes .featured_blog .caption section .specific_thumb img,
.featured_blog .home-page .home-boxes .caption section .specific_thumb img {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .home-page .home-boxes .col-md-6 section .specific_thumb img,
  .home-page .home-boxes .home .navbar .dealer-search section .specific_thumb img,
  .home .navbar .home-page .home-boxes .dealer-search section .specific_thumb img,
  .home-page .home-boxes .home .navbar .contact-number section .specific_thumb img,
  .home .navbar .home-page .home-boxes .contact-number section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .btn.btn-default section .specific_thumb img,
  .home-page #main_quote_buttons .home-boxes .btn.btn-default section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .specific_thumb img,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .specific_thumb img,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .specific_thumb img,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .specific_thumb img,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .specific_thumb img,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .specific_thumb img,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .btn.btn-warning section .specific_thumb img,
  .home-page #main_quote_buttons .home-boxes .btn.btn-warning section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .specific_thumb img,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .specific_thumb img,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .specific_thumb img,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .specific_thumb img,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .specific_thumb img,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .specific_thumb img,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .specific_thumb img,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .specific_thumb img,
  .home-page .home-boxes .featured_blog figure section .specific_thumb img,
  .featured_blog .home-page .home-boxes figure section .specific_thumb img,
  .home-page .home-boxes .featured_blog .caption section .specific_thumb img,
  .featured_blog .home-page .home-boxes .caption section .specific_thumb img {
    height: 250px;
  }
}

.home-page .home-boxes .col-md-6 section .box-desc,
.home-page .home-boxes .home .navbar .dealer-search section .box-desc,
.home .navbar .home-page .home-boxes .dealer-search section .box-desc,
.home-page .home-boxes .home .navbar .contact-number section .box-desc,
.home .navbar .home-page .home-boxes .contact-number section .box-desc,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section .box-desc,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section .box-desc,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .box-desc,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .box-desc,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .box-desc,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .box-desc,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .box-desc,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .box-desc,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .box-desc,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .box-desc,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section .box-desc,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section .box-desc,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .box-desc,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .box-desc,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .box-desc,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .box-desc,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .box-desc,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .box-desc,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .box-desc,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .box-desc,
.home-page .home-boxes .featured_blog figure section .box-desc,
.featured_blog .home-page .home-boxes figure section .box-desc,
.home-page .home-boxes .featured_blog .caption section .box-desc,
.featured_blog .home-page .home-boxes .caption section .box-desc,
.home-page .home-boxes .col-md-6 section .box-btn,
.home-page .home-boxes .home .navbar .dealer-search section .box-btn,
.home .navbar .home-page .home-boxes .dealer-search section .box-btn,
.home-page .home-boxes .home .navbar .contact-number section .box-btn,
.home .navbar .home-page .home-boxes .contact-number section .box-btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section .box-btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section .box-btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section .box-btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section .box-btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section .box-btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section .box-btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section .box-btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section .box-btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section .box-btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section .box-btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section .box-btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section .box-btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section .box-btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section .box-btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section .box-btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section .box-btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section .box-btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section .box-btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section .box-btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section .box-btn,
.home-page .home-boxes .featured_blog figure section .box-btn,
.featured_blog .home-page .home-boxes figure section .box-btn,
.home-page .home-boxes .featured_blog .caption section .box-btn,
.featured_blog .home-page .home-boxes .caption section .box-btn {
  display: none;
}

.home-page .home-boxes .col-md-6 section:hover,
.home-page .home-boxes .home .navbar .dealer-search section:hover,
.home .navbar .home-page .home-boxes .dealer-search section:hover,
.home-page .home-boxes .home .navbar .contact-number section:hover,
.home .navbar .home-page .home-boxes .contact-number section:hover,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover,
.home-page .home-boxes .featured_blog figure section:hover,
.featured_blog .home-page .home-boxes figure section:hover,
.home-page .home-boxes .featured_blog .caption section:hover,
.featured_blog .home-page .home-boxes .caption section:hover {
  -webkit-box-shadow: 0 10px 27px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 27px -5px rgba(0, 0, 0, 0.75);
}

.home-page .home-boxes .col-md-6 section:hover .box-title,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-title,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-title,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-title,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-title,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-title,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-title,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-title,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-title,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-title,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-title,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-title,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-title,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-title,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-title,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-title,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-title,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-title,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-title,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-title,
.home-page .home-boxes .featured_blog figure section:hover .box-title,
.featured_blog .home-page .home-boxes figure section:hover .box-title,
.home-page .home-boxes .featured_blog .caption section:hover .box-title,
.featured_blog .home-page .home-boxes .caption section:hover .box-title {
  display: block;
  z-index: 10;
  position: relative;
}

.home-page .home-boxes .col-md-6 section:hover .box-title h2,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-title h2,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-title h2,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-title h2,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-title h2,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-title h2,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-title h2,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-title h2,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-title h2,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-title h2,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-title h2,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-title h2,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-title h2,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-title h2,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-title h2,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-title h2,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-title h2,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-title h2,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-title h2,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-title h2,
.home-page .home-boxes .featured_blog figure section:hover .box-title h2,
.featured_blog .home-page .home-boxes figure section:hover .box-title h2,
.home-page .home-boxes .featured_blog .caption section:hover .box-title h2,
.featured_blog .home-page .home-boxes .caption section:hover .box-title h2 {
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.home-page .home-boxes .col-md-6 section:hover .box-title h2::after,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-title h2::after,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-title h2::after,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-title h2::after,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-title h2::after,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-title h2::after,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-title h2::after,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-title h2::after,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-title h2::after,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-title h2::after,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-title h2::after,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-title h2::after,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-title h2::after,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-title h2::after,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-title h2::after,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-title h2::after,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-title h2::after,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-title h2::after,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-title h2::after,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-title h2::after,
.home-page .home-boxes .featured_blog figure section:hover .box-title h2::after,
.featured_blog .home-page .home-boxes figure section:hover .box-title h2::after,
.home-page .home-boxes .featured_blog .caption section:hover .box-title h2::after,
.featured_blog .home-page .home-boxes .caption section:hover .box-title h2::after {
  content: "";
  border-bottom: 5px solid #fff;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: 15px auto;
}

.home-page .home-boxes .col-md-6 section:hover .specific_thumb,
.home-page .home-boxes .home .navbar .dealer-search section:hover .specific_thumb,
.home .navbar .home-page .home-boxes .dealer-search section:hover .specific_thumb,
.home-page .home-boxes .home .navbar .contact-number section:hover .specific_thumb,
.home .navbar .home-page .home-boxes .contact-number section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .specific_thumb,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .specific_thumb,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .specific_thumb,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .specific_thumb,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .specific_thumb,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .specific_thumb,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .specific_thumb,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .specific_thumb,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .specific_thumb,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .specific_thumb,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .specific_thumb,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .specific_thumb,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .specific_thumb,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .specific_thumb,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .specific_thumb,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .specific_thumb,
.home-page .home-boxes .featured_blog figure section:hover .specific_thumb,
.featured_blog .home-page .home-boxes figure section:hover .specific_thumb,
.home-page .home-boxes .featured_blog .caption section:hover .specific_thumb,
.featured_blog .home-page .home-boxes .caption section:hover .specific_thumb {
  background-color: #00703c;
  position: absolute;
  top: 0;
}

.home-page .home-boxes .col-md-6 section:hover .specific_thumb img,
.home-page .home-boxes .home .navbar .dealer-search section:hover .specific_thumb img,
.home .navbar .home-page .home-boxes .dealer-search section:hover .specific_thumb img,
.home-page .home-boxes .home .navbar .contact-number section:hover .specific_thumb img,
.home .navbar .home-page .home-boxes .contact-number section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .specific_thumb img,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .specific_thumb img,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .specific_thumb img,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .specific_thumb img,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .specific_thumb img,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .specific_thumb img,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .specific_thumb img,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .specific_thumb img,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .specific_thumb img,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .specific_thumb img,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .specific_thumb img,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .specific_thumb img,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .specific_thumb img,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .specific_thumb img,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .specific_thumb img,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .specific_thumb img,
.home-page .home-boxes .featured_blog figure section:hover .specific_thumb img,
.featured_blog .home-page .home-boxes figure section:hover .specific_thumb img,
.home-page .home-boxes .featured_blog .caption section:hover .specific_thumb img,
.featured_blog .home-page .home-boxes .caption section:hover .specific_thumb img {
  opacity: 0.5;
}

.home-page .home-boxes .col-md-6 section:hover .box-desc,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-desc,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-desc,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-desc,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-desc,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-desc,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-desc,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-desc,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-desc,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-desc,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-desc,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-desc,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-desc,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-desc,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-desc,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-desc,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-desc,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-desc,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-desc,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-desc,
.home-page .home-boxes .featured_blog figure section:hover .box-desc,
.featured_blog .home-page .home-boxes figure section:hover .box-desc,
.home-page .home-boxes .featured_blog .caption section:hover .box-desc,
.featured_blog .home-page .home-boxes .caption section:hover .box-desc {
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Montserrat', serif;
}

@media (max-width: 991px) {
  .home-page .home-boxes .col-md-6 section:hover .box-desc,
  .home-page .home-boxes .home .navbar .dealer-search section:hover .box-desc,
  .home .navbar .home-page .home-boxes .dealer-search section:hover .box-desc,
  .home-page .home-boxes .home .navbar .contact-number section:hover .box-desc,
  .home .navbar .home-page .home-boxes .contact-number section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-desc,
  .home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-desc,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-desc,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-desc,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-desc,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-desc,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-desc,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-desc,
  .home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-desc,
  .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-desc,
  .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-desc,
  .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-desc,
  .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-desc,
  .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-desc,
  .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-desc,
  .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-desc,
  .home-page .home-boxes .featured_blog figure section:hover .box-desc,
  .featured_blog .home-page .home-boxes figure section:hover .box-desc,
  .home-page .home-boxes .featured_blog .caption section:hover .box-desc,
  .featured_blog .home-page .home-boxes .caption section:hover .box-desc {
    font-size: 0.9rem;
    display: none;
  }
}

.home-page .home-boxes .col-md-6 section:hover .box-btn,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-btn,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-btn,
.home-page .home-boxes .featured_blog figure section:hover .box-btn,
.featured_blog .home-page .home-boxes figure section:hover .box-btn,
.home-page .home-boxes .featured_blog .caption section:hover .box-btn,
.featured_blog .home-page .home-boxes .caption section:hover .box-btn {
  display: block;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-style: italic;
}

.home-page .home-boxes .col-md-6 section:hover .box-btn .btn,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn .btn,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn .btn,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-btn .btn,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn .btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-btn .btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-btn .btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-btn .btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-btn .btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-btn .btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-btn .btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn .btn,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-btn .btn,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .btn,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-btn .btn,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .btn,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-btn .btn,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-btn .btn,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-btn .btn,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-btn .btn,
.home-page .home-boxes .featured_blog figure section:hover .box-btn .btn,
.featured_blog .home-page .home-boxes figure section:hover .box-btn .btn,
.home-page .home-boxes .featured_blog .caption section:hover .box-btn .btn,
.featured_blog .home-page .home-boxes .caption section:hover .box-btn .btn,
.home-page .home-boxes .col-md-6 section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes .col-md-6 section:hover .box-btn input[type="submit"],
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn input[type="submit"],
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn input[type="submit"],
.home-page .home-boxes .home .navbar .contact-number section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes .home .navbar .contact-number section:hover .box-btn input[type="submit"],
.home .navbar .home-page .home-boxes .contact-number section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home .navbar .home-page .home-boxes .contact-number section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-btn input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-btn input[type="submit"],
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-btn input[type="submit"],
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-btn input[type="submit"],
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-btn input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-btn input[type="submit"],
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-btn input[type="submit"],
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-btn input[type="submit"],
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-btn input[type="submit"],
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-btn input[type="submit"],
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-btn .comment-form input[type="submit"],
.comment-form .search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-btn input[type="submit"],
.home-page .home-boxes .featured_blog figure section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes .featured_blog figure section:hover .box-btn input[type="submit"],
.featured_blog .home-page .home-boxes figure section:hover .box-btn .comment-form input[type="submit"],
.comment-form .featured_blog .home-page .home-boxes figure section:hover .box-btn input[type="submit"],
.home-page .home-boxes .featured_blog .caption section:hover .box-btn .comment-form input[type="submit"],
.comment-form .home-page .home-boxes .featured_blog .caption section:hover .box-btn input[type="submit"],
.featured_blog .home-page .home-boxes .caption section:hover .box-btn .comment-form input[type="submit"],
.comment-form .featured_blog .home-page .home-boxes .caption section:hover .box-btn input[type="submit"],
.home-page .home-boxes .col-md-6 section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes .col-md-6 section:hover .box-btn .search-submit,
.home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes .home .navbar .dealer-search section:hover .box-btn .search-submit,
.home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn .search-form .search-submit,
.search-form .home .navbar .home-page .home-boxes .dealer-search section:hover .box-btn .search-submit,
.home-page .home-boxes .home .navbar .contact-number section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes .home .navbar .contact-number section:hover .box-btn .search-submit,
.home .navbar .home-page .home-boxes .contact-number section:hover .box-btn .search-form .search-submit,
.search-form .home .navbar .home-page .home-boxes .contact-number section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .btn.btn-default section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn .search-form .search-submit,
.search-form .home-page #main_quote_buttons .home-boxes .btn.btn-default section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .comment-form input.btn-default[type="submit"] section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .home-page #main_quote_buttons .comment-form .home-boxes input.btn-default[type="submit"] section:hover .box-btn .search-submit,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .comment-form .home-page .home-boxes #main_quote_buttons input.btn-default[type="submit"] section:hover .box-btn .search-submit,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .comment-form .home-page #main_quote_buttons .home-boxes input.btn-default[type="submit"] section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .search-form .btn-default.search-submit section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .search-form .home-boxes .btn-default.search-submit section:hover .box-btn .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .btn-default.search-submit section:hover .box-btn .search-submit,
.search-form .home-page #main_quote_buttons .home-boxes .btn-default.search-submit section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .btn.btn-warning section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn .search-form .search-submit,
.search-form .home-page #main_quote_buttons .home-boxes .btn.btn-warning section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .comment-form input.btn-warning[type="submit"] section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .home-page #main_quote_buttons .comment-form .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .search-submit,
.comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .comment-form .home-page .home-boxes #main_quote_buttons input.btn-warning[type="submit"] section:hover .box-btn .search-submit,
.comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .search-form .search-submit,
.search-form .comment-form .home-page #main_quote_buttons .home-boxes input.btn-warning[type="submit"] section:hover .box-btn .search-submit,
.home-page .home-boxes #main_quote_buttons .search-form .btn-warning.search-submit section:hover .box-btn .search-submit,
.home-page #main_quote_buttons .search-form .home-boxes .btn-warning.search-submit section:hover .box-btn .search-submit,
.search-form .home-page .home-boxes #main_quote_buttons .btn-warning.search-submit section:hover .box-btn .search-submit,
.search-form .home-page #main_quote_buttons .home-boxes .btn-warning.search-submit section:hover .box-btn .search-submit,
.home-page .home-boxes .featured_blog figure section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes .featured_blog figure section:hover .box-btn .search-submit,
.featured_blog .home-page .home-boxes figure section:hover .box-btn .search-form .search-submit,
.search-form .featured_blog .home-page .home-boxes figure section:hover .box-btn .search-submit,
.home-page .home-boxes .featured_blog .caption section:hover .box-btn .search-form .search-submit,
.search-form .home-page .home-boxes .featured_blog .caption section:hover .box-btn .search-submit,
.featured_blog .home-page .home-boxes .caption section:hover .box-btn .search-form .search-submit,
.search-form .featured_blog .home-page .home-boxes .caption section:hover .box-btn .search-submit {
  width: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.home-page .home-text {
  padding: 60px 0;
  background: url(/wp-content/themes/surepress/dist/images/home-text-bg.jpg);
}

.home-page .home-links {
  margin-top: 80px;
}

.home-page .home-links > div {
  border-right: 1px solid #ccc;
}

.home-page .home-links > div:last-of-type {
  border-right: 0;
}

.home-page .home-links .link {
  cursor: pointer;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .home-page .home-links .link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .home-page .home-links .link {
    margin-bottom: 60px;
  }
}

.home-page .home-links .link .bg {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  height: 0;
  padding-bottom: 30%;
  position: relative;
}

@media (max-width: 767px) {
  .home-page .home-links .link .bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

.home-page .home-links .link .bg .icon {
  display: inline-block;
  width: 50%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: #00703c;
  font-size: 60px;
  text-align: center;
}

.home-page .home-links .link .bg .icon.touch::after {
  content: "\F003";
  font-size: 30px;
  position: absolute;
  right: 30px;
}

@media (max-width: 991px) {
  .home-page .home-links .link .bg .icon.touch::after {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .home-page .home-links .link .bg .icon {
    font-size: 50px;
  }
}

.home-page .home-links .link .content {
  text-align: center;
  margin-top: 20px;
}

.home-page .home-links .link .content .box-desc {
  height: 100px;
}

@media (max-width: 991px) {
  .home-page .home-links .link .content .box-desc {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .home-page .home-links .link .content .box-desc {
    display: none;
  }
}

.home-page .home-links .link .content .btn > i,
.home-page .home-links .link .content .comment-form input[type="submit"] > i,
.comment-form .home-page .home-links .link .content input[type="submit"] > i,
.home-page .home-links .link .content .search-form .search-submit > i,
.search-form .home-page .home-links .link .content .search-submit > i {
  margin-left: 5px;
}

.home-page .home-links .link .content .title,
.home-page .home-links .link .content h2 {
  margin: 10px 0 15px;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .home-page .home-links .link .content .title,
  .home-page .home-links .link .content h2 {
    font-size: 1.125em;
    min-height: 55px;
  }
}

@media (max-width: 767px) {
  .home-page .home-links .link .content .title,
  .home-page .home-links .link .content h2 {
    min-height: inherit;
    font-size: 1em;
  }
}

.home-page .home-links .link .content .link,
.home-page .home-links .link .content .box-btn a {
  font-family: 'Montserrat', serif;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #006f3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006f3c), to(#00562e));
  background-image: -webkit-linear-gradient(top, #006f3c, #00562e);
  background-image: -o-linear-gradient(top, #006f3c, #00562e);
  background-image: linear-gradient(to bottom, #006f3c, #00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
  border-bottom: 5px solid #013e22;
  padding: 10px 25px;
  margin-top: 25px;
  font-size: 1em;
  line-height: 1.4em;
}

.home-page .home-links .link .content .link:hover,
.home-page .home-links .link .content .box-btn a:hover {
  background-image: none;
  background-color: #049552;
}

@media (max-width: 991px) {
  .home-page .home-links .link .content .link,
  .home-page .home-links .link .content .box-btn a {
    font-size: 1em;
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .home-page .home-links .link .content .link,
  .home-page .home-links .link .content .box-btn a {
    color: #fff;
    font-size: 0.9em;
  }
}

.home-page .home-links .link .content .link a,
.home-page .home-links .link .content .box-btn a a {
  color: white;
  text-decoration: none;
}

.home-page .home-promo {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.home-page .home-promo .content {
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.home-page .home-promo .content .desc {
  background: #ebebeb;
  padding: 15px 0;
  border-radius: 20px;
}

.home-page .home-promo .content .desc b {
  font-size: 29px;
}

.home-page .home-promo .content .link {
  background: #d6611c;
  padding: 10px 0;
  margin: 15px 0 0 26px;
  border-radius: 20px;
}

.home-page .home-promo .content .link a {
  color: white;
  text-decoration: none;
}

.home-page .about {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

@media (max-width: 991px) {
  .home-page .about .row,
  .home-page .about #main_quote_buttons,
  .home-page .about #info2 .inner-area ul,
  #info2 .inner-area .home-page .about ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home-page .about .image iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 27px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 27px -5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .home-page .about .image iframe {
    height: 300px;
  }
}

.home-page .about .text h3 {
  font-family: "exo", serif;
  font-weight: 600;
}

.home-page .about hr {
  border-top: 2px solid #333;
}

.home .site-content {
  background: none;
}

.home-slider {
  overflow: hidden;
  position: relative;
}

.home-slider span.wpcf7-not-valid-tip {
  font-size: 8px;
  line-height: 1.5px;
}

.home-slider .mobile-slider {
  display: none;
}

@media (max-width: 991px) {
  .home-slider .mobile-slider {
    display: block !important;
  }
}

.home-slider .main-slider {
  position: relative;
}

@media (max-width: 991px) {
  .home-slider .main-slider {
    display: none !important;
  }
}

.home-slider form {
  background: rgba(0, 0, 0, 0.5);
}

.home-slider .form-hero {
  position: absolute;
  right: 60px;
  z-index: 10;
  text-transform: capitalize;
  bottom: 50px;
  color: #ccc;
  max-width: 450px;
  font-family: "Montserrat", serif;
  font-size: 15px;
}

@media screen and (max-width: 1660px) {
  .home-slider .form-hero {
    bottom: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero {
    font-size: 13px;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .home-slider .form-hero {
    display: none;
  }
}

.home-slider .form-hero .ajax-loader {
  display: none;
}

.home-slider .form-hero p {
  display: none;
}

.home-slider .form-hero .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-slider .form-hero .head .left {
  background-color: #fff;
  color: #00703c;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .head .left {
    padding: 5px;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider .form-hero .head .left {
    line-height: 1.1em;
  }
}

.home-slider .form-hero .head .left .t1 {
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .head .left .t1 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider .form-hero .head .left .t1 {
    font-size: 13px;
  }
}

.home-slider .form-hero .head .left .t2 {
  font-size: 25px;
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .head .left .t2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider .form-hero .head .left .t2 {
    font-size: 15px;
  }
}

.home-slider .form-hero .head .right {
  background-color: #000;
  color: #fff;
}

.home-slider .form-hero .head .right i {
  font-size: 50px;
  padding: 5px;
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .head .right i {
    font-size: 40px;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider .form-hero .head .right i {
    font-size: 25px;
  }
}

.home-slider .form-hero .body {
  background-color: rgba(0, 0, 0, 0.6);
}

.home-slider .form-hero .body center {
  line-height: 1;
  padding: 0 40px 10px 40px;
}

.home-slider .form-hero .body input {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 100%;
}

.home-slider .form-hero .body .label {
  color: #fff;
  margin: 0 10px;
  font-size: 15px;
}

.home-slider .form-hero .body .label.firstname,
.home-slider .form-hero .body .label.lastname {
  width: 104px;
}

.home-slider .form-hero .body .label.phone {
  width: 60px;
}

.home-slider .form-hero .body .label.zip {
  width: 40px;
}

.home-slider .form-hero .body .label.email {
  width: 55px;
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .body .label {
    font-size: 13px;
  }
}

.home-slider .form-hero .body br {
  display: none;
}

.home-slider .form-hero .body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #fff;
  border-bottom: 1px solid #cccccc80;
  padding: 10px;
}

.home-slider .form-hero .body label > span:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1660px) {
  .home-slider .form-hero .body label {
    padding: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .body label {
    padding: 5px;
  }
}

@media screen and (max-width: 120px) {
  .home-slider .form-hero .body label {
    padding: 3px;
  }
}

.home-slider .form-hero .body .servicetype input[type="checkbox"] {
  width: 20px;
}

.home-slider .form-hero .body .servicetype .last span {
  width: 100%;
}

.home-slider .form-hero .body .servicetype .wpcf7-list-item label {
  border: none;
}

.home-slider .form-hero .body input[type="submit"] {
  font-family: "Montserrat", serif;
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #006f3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006f3c), to(#00562e));
  background-image: -webkit-linear-gradient(top, #006f3c, #00562e);
  background-image: -o-linear-gradient(top, #006f3c, #00562e);
  background-image: linear-gradient(to bottom, #006f3c, #00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#006f3c, endColorstr=#00562e);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
          filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#f19236, endColorstr=#bb741c);
  margin: 0 auto;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.home-slider .form-hero .body input[type="submit"]:hover {
  background-image: none;
  background-color: #049552;
}

@media screen and (max-width: 1660px) {
  .home-slider .form-hero .body input[type="submit"] {
    padding: 10px;
  }
}

@media screen and (max-width: 1500px) {
  .home-slider .form-hero .body input[type="submit"] {
    padding: 5px;
    font-size: 15px;
  }
}

.home-slider .metaslider {
  height: 700px;
}

@media (max-width: 991px) {
  .home-slider .metaslider {
    height: 100%;
  }
}

.home-slider .metaslider .flexslider {
  max-height: 700px;
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider {
    height: auto;
  }
}

.home-slider .metaslider .flexslider li.ms-image {
  height: 700px;
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image {
    height: auto;
  }
}

.home-slider .metaslider .flexslider li.ms-image img,
.home-slider .metaslider .flexslider li.ms-image video {
  height: 700px;
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image img,
  .home-slider .metaslider .flexslider li.ms-image video {
    width: 100%;
    height: auto;
  }
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap {
  max-width: 800px;
  margin-left: 80px;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 5px 15px 10px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  bottom: 50px;
  left: auto;
  opacity: 1;
  line-height: inherit;
  width: auto;
}

@media screen and (max-width: 1660px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap {
    bottom: 20px;
  }
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap .slider-badge img {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .slider-badge img {
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .slider-badge img {
    display: none;
  }
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption {
  padding: 0;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption {
    font-size: 1.2em;
  }
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title {
  font-size: 2.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title {
    font-size: 2em;
  }
}

@media screen and (max-width: 1120px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title {
    font-size: 1.5em;
    width: 80%;
  }
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title {
    font-size: 1.2em;
  }
}

@media (max-width: 575px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title {
    font-size: 0.8em;
  }
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .title a {
  color: #fff;
  text-decoration: none;
}

.home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .desc {
  font-size: 1.563em;
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .desc {
    font-size: 1.2em;
  }
}

@media (max-width: 575px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap .caption .desc {
    font-size: 0.8em;
  }
}

@media (max-width: 991px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap {
    max-width: 600px;
    padding: 10px 10px 10px 10px;
    margin-left: 55px;
  }
}

@media (max-width: 767px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  .home-slider .metaslider .flexslider li.ms-image .caption-wrap {
    max-width: 300px;
    margin-left: 40px;
    top: 28%;
  }
}

.home-slider .metaslider .flexslider .flex-direction-nav a {
  width: 25px;
  height: 60px;
  text-indent: 0;
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next {
  position: absolute;
  top: 45%;
  padding: 6px 0 10px 3px;
  background: rgba(0, 0, 0, 0.7);
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev {
  left: 0;
  padding: 16px 5px 10px 7px;
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next {
  right: 0;
  padding: 16px 7px 10px 5px;
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before {
  content: "\F053" !important;
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before {
  content: "\F054" !important;
}

.home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before {
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  margin-top: 5px;
}

@media (max-width: 575px) {
  .home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
  .home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before {
    margin-top: 0;
  }
}

.flexslider li.flex-active-slide img,
.flexslider li.flex-active-slide .quote {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
     animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
     animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn;
}

.flexslider li.flex-active-slide .content {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
     animation-delay: 0.4s;
  -webkit-animation-duration: 1.3s;
  -o-animation-duration: 1.3s;
     animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-name: fadeInbg;
  -o-animation-name: fadeInbg;
     animation-name: fadeInbg;
}

.flexslider li.flex-active-slide .content .title {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
     animation-delay: 0.8s;
  -webkit-animation-duration: 1.7s;
  -o-animation-duration: 1.7s;
     animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .content .desc {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
     animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
     animation-delay: 0.6s;
}

@-webkit-keyframes fadeInbg {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  50% {
    background: rgba(0, 0, 0, 0.2);
  }

  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ul-checked-bullets {
  list-style: none;
}

.ul-checked-bullets li i {
  margin-right: 10px;
  color: #d6611c;
}

.aris_test {
  display: none;
  width: 100%;
}

.about-us-page .about-list {
  margin: 60px 0;
  padding: 0;
  list-style: none;
  float: none;
  clear: both;
  display: table;
  width: 100%;
  position: relative;
}

.about-us-page .about-list::before,
.about-us-page .about-list::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHVSURBVHjajJTPK0RRFMffmDHSEPmxw5rRJJmQH5FmYSEWykJhig1ZUP4CKyuTbPwDYpBiIUtF0siCpKyUEgspJWqYeT5H5+kxM2/erU/n3He/99xzf5znMU3TyNY8890RzATMmrHjV/qf+Jf4YXwvfhr/z+QCI3frhCtIab8aRtQXe0rQ4J8E7Jkx2ItZYMUBh0VEJ0lMQwLt+e+ABLMw5roOIGL/lg/0bVAvvifXmWkGkxihBfxwAXFYIaOkahYww9DxE0wPO4xgyRZoHTOaY50E9KL/QOfTYNs+HYzCmS1Q1CGQtFZYhSkCfmm2hpVZBX6SgTe99ke9Pacmt1zDnCfm1OHv/mTGhxebKOgikDRZtAt24BmafLotOcxygr5jiw33rUSTkXmF1pldQxXcw51uwesi2K0mI0GLsj4NBvcwgy4CNZJVCv0sfrO1Ta+WyJYMYmegB8ocDn9ctdICsGHdpkefRhzBsi4QwshbC/0L9KBP4jBjR9Y2mdyAKUWUsG3Xr9vt0zM8gX35i9j+LFLL/RmFrgJ5kGFYQ5TOU/BytjF0R9L3ZdG8wRjI29tkQq28Iy2dgFZLJf1FGHL8nyG4kaKVWtNPYl9tD7VdazOjfQswACKZ7p0IjjtDAAAAAElFTkSuQmCC);
  position: absolute;
  top: 250px;
}

@media (max-width: 1199px) {
  .about-us-page .about-list::before,
  .about-us-page .about-list::after {
    top: 246px;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list::before,
  .about-us-page .about-list::after {
    top: 226px;
  }
}

@media (max-width: 767px) {
  .about-us-page .about-list::before,
  .about-us-page .about-list::after {
    top: 202px;
  }
}

.about-us-page .about-list::before {
  left: 0;
  margin-left: -40px;
}

@media (max-width: 1199px) {
  .about-us-page .about-list::before {
    margin-left: -25px;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list::before {
    margin-left: -25px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list::before {
    margin: 0;
    top: -15px;
    bottom: auto;
    left: 50%;
    margin-left: -10px;
  }
}

.about-us-page .about-list::after {
  margin: 0 0 0 20px;
}

@media (max-width: 1199px) {
  .about-us-page .about-list::after {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list::after {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list::after {
    margin: 0;
    bottom: -15px;
    top: auto;
    left: 50%;
    margin-left: -10px;
  }
}

.about-us-page .about-list li {
  width: 18%;
  float: left;
  text-align: center;
  padding: 0 1%;
}

@media (max-width: 575px) {
  .about-us-page .about-list li {
    width: 100%;
    float: none;
  }
}

.about-us-page .about-list li p {
  font-size: 0.82em;
  height: 133px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-us-page .about-list li p {
    font-size: 0.7em;
  }
}

@media (max-width: 767px) {
  .about-us-page .about-list li p {
    height: 110px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li p {
    font-size: 0.82em;
    height: auto;
  }
}

.about-us-page .about-list li p strong {
  height: 41px;
  overflow: hidden;
  display: block;
}

@media (max-width: 575px) {
  .about-us-page .about-list li p strong {
    height: auto;
  }
}

.about-us-page .about-list li em {
  display: block;
  font-size: 0.85em;
  border: 4px solid #00703c;
  background: #fff;
  font-style: normal;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-us-page .about-list li em {
    font-size: 0.7em;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list li em {
    font-size: 0.55em;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li em {
    font-size: 0.7em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-us-page .about-list li em::after {
  content: ' ';
  border-left: 1px solid #00703c;
  position: absolute;
  height: 34px;
  bottom: -34px;
  left: 50%;
}

.about-us-page .about-list li span {
  display: block;
  margin: 0 auto 30px;
  border: 6px solid #00703c;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .about-us-page .about-list li span {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li span {
    width: 100px;
    height: 100px;
  }
}

.about-us-page .about-list li span::before {
  content: ' ';
  border-bottom: 1px solid #00703c;
  display: block;
  position: absolute;
  top: 50%;
  width: 68%;
  right: -68%;
}

@media (max-width: 1199px) {
  .about-us-page .about-list li span::before {
    width: 40%;
    right: -40%;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list li span::before {
    width: 48%;
    right: -48%;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li span::before {
    width: 1px;
    height: 35px;
    border-bottom: none;
    border-left: 1px solid #00703c;
    top: 100%;
    left: 50%;
  }
}

.about-us-page .about-list li img {
  position: relative;
  top: 13px;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .about-us-page .about-list li img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li img {
    width: 62px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li:nth-child(1)::before {
    content: ' ';
    border-left: 1px solid #00703c;
    width: 1px;
    height: 25px;
    display: inline-block;
  }
}

.about-us-page .about-list li:nth-child(1) span::after {
  content: ' ';
  border-bottom: 1px solid #00703c;
  display: block;
  position: absolute;
  top: 50%;
  width: 60%;
  left: -60%;
}

@media (max-width: 1199px) {
  .about-us-page .about-list li:nth-child(1) span::after {
    width: 40%;
    left: -40%;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list li:nth-child(1) span::after {
    width: 50%;
    left: -50%;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li:nth-child(1) span::after {
    content: none;
    display: none;
  }
}

.about-us-page .about-list li:nth-child(2n) {
  padding-top: 210px;
}

.about-us-page .about-list li:nth-child(2n) em::after {
  content: ' ';
  border-bottom: 1px solid #00703c;
  position: absolute;
  height: 34px;
  top: -34px;
  left: 50%;
  bottom: auto;
}

@media (max-width: 1199px) {
  .about-us-page .about-list li:nth-child(2n) {
    padding-top: 206px;
  }
}

@media (max-width: 991px) {
  .about-us-page .about-list li:nth-child(2n) {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .about-us-page .about-list li:nth-child(2n) {
    padding-top: 176px;
  }
}

@media (max-width: 575px) {
  .about-us-page .about-list li:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }

  .about-us-page .about-list li:nth-child(2n) p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about-us-page .about-list li:nth-child(2n) em {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about-us-page .about-list li:nth-child(2n) em::after {
    bottom: -34px;
    top: auto;
  }

  .about-us-page .about-list li:nth-child(2n) span {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.parsley-errors-list {
  list-style: none;
  border-left: 2px solid #f00;
  padding-left: 5px;
  margin: 5px 0 0 30px;
}

.warranty-registration .warranty-checklist {
  margin: 40px auto;
  padding: 0;
  list-style: none;
}

.warranty-registration .warranty-checklist li {
  border-left: 1px dotted #a6a6a6;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .warranty-registration .warranty-checklist li {
    border: none;
    padding: 0 0 20px 0;
  }
}

.warranty-registration .warranty-checklist li span {
  border: 1px solid #ccc;
  background: #ebebeb;
  padding: 2px 4px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

.warranty-registration .warranty-checklist li span i {
  color: #d6611c;
}

.warranty-registration .warranty-checklist li:first-child {
  border: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form {
    height: 970px;
    overflow: hidden;
  }

  .warranty-registration .wpcf7-form.mobile_show_content {
    height: auto;
    overflow: visible;
  }
}

.warranty-registration .wpcf7-form .radio-fields .wpcf7-list-item-label {
  padding: 2px 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

.warranty-registration .wpcf7-form label {
  font-size: 1em;
  text-align: right;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form label {
    text-align: left;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form label {
    display: inline;
  }
}

.warranty-registration .wpcf7-form label.col-sm-8.col-form-label {
  width: 100% !important;
  display: block;
  margin-top: -2px;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form label.col-sm-8.col-form-label {
    display: inline-table;
    margin-top: 15px;
    min-width: 100%;
  }
}

.warranty-registration .wpcf7-form em {
  color: #d6611c;
}

.warranty-registration .wpcf7-form p {
  margin-bottom: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form p {
    display: table;
    margin-bottom: 0 !important;
    position: relative;
  }
}

.warranty-registration .wpcf7-form p.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.warranty-registration .wpcf7-form .radio-fields {
  margin-bottom: 30px;
  padding-top: 22px;
}

.warranty-registration .wpcf7-form .radio-fields .parsley-errors-list {
  position: absolute;
  bottom: -20px;
}

.warranty-registration .wpcf7-form .radio-fields .wpcf7-list-item {
  border-right: 1px dotted #b9b9b9;
  padding-right: 15px;
  margin-right: 15px;
}

.warranty-registration .wpcf7-form .radio-fields .wpcf7-list-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.warranty-registration .wpcf7-form p[align=center] {
  text-align: center;
}

.warranty-registration .wpcf7-form fieldset {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

.warranty-registration .wpcf7-form fieldset legend {
  font-size: 1em;
  display: inline;
  margin: 5px auto;
  padding: 0 20px;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form fieldset legend {
    white-space: normal;
  }
}

.warranty-registration .wpcf7-form fieldset .radio-fields .wpcf7-list-item {
  display: block;
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.warranty-registration .wpcf7-form .form-calendar {
  display: inline-block;
  padding: 15px 0 0 10px;
  color: #00703c;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form .form-calendar {
    position: absolute;
    right: 10px;
    top: 25px;
  }
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .form-calendar {
    width: 32px;
    top: 18px;
  }
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .experience {
    margin-top: 20px;
  }

  .warranty-registration .wpcf7-form .experience .wpcf7-list-item-label {
    display: none;
  }
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item {
  text-align: right;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item {
    text-align: left;
  }
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item input {
  margin-right: 20px;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after {
  display: inline-block;
  width: 160px;
  text-align: left;
  color: #f8a349;
  font-size: 0.8em;
  margin-right: 2px;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item:nth-child(1)::after {
  content: "\F005   \F005   \F005   \F005   \F005";
  white-space: pre;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item:nth-child(2)::after {
  content: "\F005   \F005   \F005   \F005";
  white-space: pre;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item:nth-child(3)::after {
  content: "\F005   \F005   \F005";
  white-space: pre;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item:nth-child(4)::after {
  content: "\F005   \F005";
  white-space: pre;
}

.warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item:nth-child(5)::after {
  content: "\F005";
  white-space: pre;
}

.warranty-registration .wpcf7-form .two-col-checkbox {
  min-height: 265px;
}

@media (max-width: 991px) {
  .warranty-registration .wpcf7-form .two-col-checkbox {
    min-height: inherit;
    padding-bottom: 15px;
  }
}

.warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item {
  width: 46%;
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item {
    width: 100%;
    float: none;
    text-align: left;
  }
}

.warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item input {
  margin: 7px 15px;
}

.warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd) {
  text-align: right;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd) {
    text-align: left;
  }
}

.warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd) > input {
  float: right;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd) > input {
    float: none;
  }
}

.warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd)::after {
  content: '';
  border-right: 1px dotted #a6a6a7;
  height: 24px;
  width: 1px;
  display: inline-block;
  position: absolute;
  right: -9px;
}

@media (max-width: 767px) {
  .warranty-registration .wpcf7-form .two-col-checkbox .radio-fields .wpcf7-list-item:nth-child(odd) {
    display: none;
  }
}

.warranty-registration .wpcf7-form .btn-info {
  text-transform: uppercase;
  border: none;
  padding: 15px 75px;
  border-radius: 20px;
  cursor: pointer;
}

.contact-us-page .contact-quote-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-us-page .contact-quote-form .wpcf7-list-item label input {
  float: left;
  margin-top: 5px;
  display: block;
}

.contact-us-page .contact-quote-form .wpcf7-list-item label .wpcf7-list-item-label {
  float: left;
  display: block;
  width: calc(100% - 28px);
  margin-left: 8px;
  padding: 0;
}

@media (max-width: 991px) {
  .contact-us-page .contact-quote-form .form-group,
  .contact-us-page .contact-quote-form .comment-form p,
  .comment-form .contact-us-page .contact-quote-form p,
  .contact-us-page .contact-quote-form .search-form label,
  .search-form .contact-us-page .contact-quote-form label {
    margin: 0;
  }

  .contact-us-page .contact-quote-form .form-group p,
  .contact-us-page .contact-quote-form .comment-form p p,
  .comment-form .contact-us-page .contact-quote-form p p,
  .contact-us-page .contact-quote-form .search-form label p,
  .search-form .contact-us-page .contact-quote-form label p {
    display: none;
  }

  .contact-us-page .contact-quote-form .form-group .col-lg-6,
  .contact-us-page .contact-quote-form .comment-form p .col-lg-6,
  .comment-form .contact-us-page .contact-quote-form p .col-lg-6,
  .contact-us-page .contact-quote-form .search-form label .col-lg-6,
  .search-form .contact-us-page .contact-quote-form label .col-lg-6 {
    margin-bottom: 8px;
  }

  .contact-us-page .contact-quote-form .col-lg-9,
  .contact-us-page .contact-quote-form .home-page #main_quote_buttons .btn.btn-default,
  .home-page #main_quote_buttons .contact-us-page .contact-quote-form .btn.btn-default,
  .contact-us-page .contact-quote-form .home-page #main_quote_buttons .comment-form input.btn-default[type="submit"],
  .home-page #main_quote_buttons .comment-form .contact-us-page .contact-quote-form input.btn-default[type="submit"],
  .contact-us-page .contact-quote-form .comment-form .home-page #main_quote_buttons input.btn-default[type="submit"],
  .comment-form .home-page #main_quote_buttons .contact-us-page .contact-quote-form input.btn-default[type="submit"],
  .contact-us-page .contact-quote-form .home-page #main_quote_buttons .search-form .btn-default.search-submit,
  .home-page #main_quote_buttons .search-form .contact-us-page .contact-quote-form .btn-default.search-submit,
  .contact-us-page .contact-quote-form .search-form .home-page #main_quote_buttons .btn-default.search-submit,
  .search-form .home-page #main_quote_buttons .contact-us-page .contact-quote-form .btn-default.search-submit,
  .contact-us-page .contact-quote-form label {
    padding: 0;
  }
}

#reviews_form {
  max-width: 835px;
  margin: 0 auto 50px;
  display: none;
}

#reviews_form .card {
  border: 1px solid #ccc;
  background: #ebebeb;
  border-radius: 15px;
}

#reviews_form .card .card-header {
  border-radius: 15px 15px 0 0;
  background: #231f20;
  text-align: center;
  color: #fff;
  font-size: 1.125em;
}

#reviews_form .card .card-block {
  padding: 20px 55px;
}

#reviews_form .card .card-block .form-group .alert,
#reviews_form .card .card-block .comment-form p .alert,
.comment-form #reviews_form .card .card-block p .alert,
#reviews_form .card .card-block .search-form label .alert,
.search-form #reviews_form .card .card-block label .alert {
  padding: 5px 20px;
  margin-top: 10px;
  width: 100%;
}

#reviews_form #sfs-rewview-submit {
  display: block;
  width: calc(100% + 30px);
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1.25em;
  margin: 0 -15px;
  cursor: pointer;
}

#reviews_form #review_form_rating label {
  padding: 7px 10px 0 0;
  cursor: pointer;
  position: relative;
}

#reviews_form #review_form_rating label .fa,
#reviews_form #review_form_rating label .home .navbar #primary-menu li.menu-item-has-children a::after,
.home .navbar #primary-menu li.menu-item-has-children #reviews_form #review_form_rating label a::after,
#reviews_form #review_form_rating label .footer-home .modal-form .modal-body .form-hero .body .label::after,
.footer-home .modal-form .modal-body .form-hero .body #reviews_form #review_form_rating label .label::after,
#reviews_form #review_form_rating label .footer-home .footer-three-part .first ul li::before,
.footer-home .footer-three-part .first ul #reviews_form #review_form_rating label li::before,
#reviews_form #review_form_rating label .footer-home .footer-three-part .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right #reviews_form #review_form_rating label input::after,
#reviews_form #review_form_rating label .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right #reviews_form #review_form_rating label input::after,
#reviews_form #review_form_rating label .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right #reviews_form #review_form_rating label input::after,
#reviews_form #review_form_rating label .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right #reviews_form #review_form_rating label input::after,
#reviews_form #review_form_rating label #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right #reviews_form #review_form_rating label input::after,
#reviews_form #review_form_rating label .home-page .home-links .link .bg .icon,
.home-page .home-links .link .bg #reviews_form #review_form_rating label .icon,
#reviews_form #review_form_rating label .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right #reviews_form #review_form_rating label i,
#reviews_form #review_form_rating label .home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav #reviews_form #review_form_rating label a.flex-prev::before,
#reviews_form #review_form_rating label .home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav #reviews_form #review_form_rating label a.flex-next::before,
#reviews_form #review_form_rating label .warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields #reviews_form #review_form_rating label .wpcf7-list-item::after {
  font-size: 1.2em;
}

#reviews_form #review_form_rating label input {
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11px;
  left: 4px;
  z-index: -1;
}

#reviews_form #review_form_rating label.active .fa,
#reviews_form #review_form_rating label.active .home .navbar #primary-menu li.menu-item-has-children a::after,
.home .navbar #primary-menu li.menu-item-has-children #reviews_form #review_form_rating label.active a::after,
#reviews_form #review_form_rating label.active .footer-home .modal-form .modal-body .form-hero .body .label::after,
.footer-home .modal-form .modal-body .form-hero .body #reviews_form #review_form_rating label.active .label::after,
#reviews_form #review_form_rating label.active .footer-home .footer-three-part .first ul li::before,
.footer-home .footer-three-part .first ul #reviews_form #review_form_rating label.active li::before,
#reviews_form #review_form_rating label.active .footer-home .footer-three-part .third .wpcf7 form .row .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .row .pull-right #reviews_form #review_form_rating label.active input::after,
#reviews_form #review_form_rating label.active .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons .pull-right #reviews_form #review_form_rating label.active input::after,
#reviews_form #review_form_rating label.active .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right input::after,
.home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons .pull-right #reviews_form #review_form_rating label.active input::after,
#reviews_form #review_form_rating label.active .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right input::after,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul .pull-right #reviews_form #review_form_rating label.active input::after,
#reviews_form #review_form_rating label.active #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right input::after,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul .pull-right #reviews_form #review_form_rating label.active input::after,
#reviews_form #review_form_rating label.active .home-page .home-links .link .bg .icon,
.home-page .home-links .link .bg #reviews_form #review_form_rating label.active .icon,
#reviews_form #review_form_rating label.active .home-slider .form-hero .head .right i,
.home-slider .form-hero .head .right #reviews_form #review_form_rating label.active i,
#reviews_form #review_form_rating label.active .home-slider .metaslider .flexslider .flex-direction-nav a.flex-prev::before,
.home-slider .metaslider .flexslider .flex-direction-nav #reviews_form #review_form_rating label.active a.flex-prev::before,
#reviews_form #review_form_rating label.active .home-slider .metaslider .flexslider .flex-direction-nav a.flex-next::before,
.home-slider .metaslider .flexslider .flex-direction-nav #reviews_form #review_form_rating label.active a.flex-next::before,
#reviews_form #review_form_rating label.active .warranty-registration .wpcf7-form .experience .radio-fields .wpcf7-list-item::after,
.warranty-registration .wpcf7-form .experience .radio-fields #reviews_form #review_form_rating label.active .wpcf7-list-item::after {
  color: #f8a349;
}

.faqs-tab h2 {
  border-bottom: 1px solid;
  margin-top: 30px;
}

.faqs-tab .tab-content p {
  margin: 30px 0 30px 0;
}

.faqs-tab .lower-question {
  margin-top: 50px;
}

.faqs-tab .nav-tabs li > div {
  display: none;
}

@media (max-width: 1199px) {
  .faqs-tab .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #ccc;
  }

  .faqs-tab .nav-tabs li {
    background: #ebebeb;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .faqs-tab .nav-tabs li::after {
    content: \f078;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #ccc;
  }

  .faqs-tab .nav-tabs li.li-act::after {
    content: \f077;
  }

  .faqs-tab .nav-tabs li > div {
    display: block;
    padding: 15px;
  }

  .faqs-tab .nav-tabs li > a.active {
    border: none;
    border-top: 2px solid #00703c;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }

  .faqs-tab .nav-tabs li .panel-container a {
    padding: 0;
  }

  .faqs-tab .tab-content {
    display: none;
  }
}

.featured_blog {
  margin-top: 150px;
  min-height: 200px;
  background: #00703c;
  color: #fff;
  display: table;
}

@media (max-width: 991px) {
  .featured_blog {
    margin-top: 300px;
  }
}

.locator-microsite .featured_blog {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .locator-microsite .featured_blog {
    margin-top: 400px;
  }
}

.featured_blog figure {
  float: left;
  margin: 0;
}

.featured_blog figure img {
  width: 100%;
  max-width: 100%;
  margin-left: -30px;
  height: auto;
}

.featured_blog .caption {
  float: left;
  padding-top: 20px;
}

.featured_blog .caption a {
  color: #fff;
}

.featured_blog .caption a:hover {
  color: #d6611c;
}

.featured_blog .caption a.btn,
.featured_blog .caption .search-form a.search-submit,
.search-form .featured_blog .caption a.search-submit {
  color: #00703c;
}

.blog-title {
  font-size: 2.188em;
  font-weight: 600;
  color: #00703c;
  margin-bottom: 50px;
}

.single-post h2 {
  color: #d6611c;
}

.single-post .author {
  border-bottom: 1px solid #ebebeb;
}

.single-post .author .content {
  background-color: #ebebeb;
  display: block;
  padding: 40px;
  overflow: hidden;
  margin: 30px 0 60px 0;
}

.single-post .author .content .name {
  font-size: 2rem;
  border-bottom: 1px solid;
  padding-left: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .single-post .author .content .name {
    text-align: center;
    font-size: 1.5rem;
  }
}

.single-post .author .content .vcenter {
  vertical-align: middle;
  float: none;
}

@media (max-width: 991px) {
  .single-post .author .content .vcenter {
    margin-bottom: 10px;
  }
}

.single-post .related .content {
  overflow: hidden;
  margin: 10px 0 30px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .single-post .related .content .col-lg-3,
  .single-post .related .content .home-page #main_quote_buttons .btn.btn-warning,
  .home-page #main_quote_buttons .single-post .related .content .btn.btn-warning,
  .single-post .related .content .home-page #main_quote_buttons .comment-form input.btn-warning[type="submit"],
  .home-page #main_quote_buttons .comment-form .single-post .related .content input.btn-warning[type="submit"],
  .single-post .related .content .comment-form .home-page #main_quote_buttons input.btn-warning[type="submit"],
  .comment-form .home-page #main_quote_buttons .single-post .related .content input.btn-warning[type="submit"],
  .single-post .related .content .home-page #main_quote_buttons .search-form .btn-warning.search-submit,
  .home-page #main_quote_buttons .search-form .single-post .related .content .btn-warning.search-submit,
  .single-post .related .content .search-form .home-page #main_quote_buttons .btn-warning.search-submit,
  .search-form .home-page #main_quote_buttons .single-post .related .content .btn-warning.search-submit {
    margin-bottom: 30px;
  }
}

.single-post .related .content .topic {
  font-size: 2rem;
  padding-left: 0;
  text-align: left;
  margin-bottom: 30px;
}

.single-post .related .content a {
  text-decoration: none;
}

.single-post .comment-form .form {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.single-post .comment-form .area {
  padding-right: 0;
  float: right;
}

.single-post .comment-form .area textarea {
  border-radius: 0;
}

.single-post .comment-form .lower {
  color: #3b579d;
}

.single-post .comment-form .lower div:nth-child(1) {
  margin: 0 10px 0 0;
  width: 20px;
}

.blog article .hentry,
.blog article .post,
.single-post article .hentry,
.single-post article .post,
#older_posts article .hentry,
#older_posts article .post,
.category article .hentry,
.category article .post,
.archive article .hentry,
.archive article .post {
  text-align: center;
}

.blog article .hentry .img-rounded,
.blog article .post .img-rounded,
.single-post article .hentry .img-rounded,
.single-post article .post .img-rounded,
#older_posts article .hentry .img-rounded,
#older_posts article .post .img-rounded,
.category article .hentry .img-rounded,
.category article .post .img-rounded,
.archive article .hentry .img-rounded,
.archive article .post .img-rounded {
  border-radius: 1.5em;
}

.blog article .hentry .post-content,
.blog article .post .post-content,
.single-post article .hentry .post-content,
.single-post article .post .post-content,
#older_posts article .hentry .post-content,
#older_posts article .post .post-content,
.category article .hentry .post-content,
.category article .post .post-content,
.archive article .hentry .post-content,
.archive article .post .post-content {
  text-align: left;
  margin: 30px 0 30px 0;
  border-bottom: 1px solid #ccc;
}

.blog article .hentry .post-content h1 a,
.blog article .post .post-content h1 a,
.single-post article .hentry .post-content h1 a,
.single-post article .post .post-content h1 a,
#older_posts article .hentry .post-content h1 a,
#older_posts article .post .post-content h1 a,
.category article .hentry .post-content h1 a,
.category article .post .post-content h1 a,
.archive article .hentry .post-content h1 a,
.archive article .post .post-content h1 a {
  text-decoration: none;
}

.blog article .hentry .post-content .entry-meta,
.blog article .post .post-content .entry-meta,
.single-post article .hentry .post-content .entry-meta,
.single-post article .post .post-content .entry-meta,
#older_posts article .hentry .post-content .entry-meta,
#older_posts article .post .post-content .entry-meta,
.category article .hentry .post-content .entry-meta,
.category article .post .post-content .entry-meta,
.archive article .hentry .post-content .entry-meta,
.archive article .post .post-content .entry-meta {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 10px 0;
  margin: 30px 0 30px 0;
}

.blog article .hentry .post-content .entry-meta .divider,
.blog article .post .post-content .entry-meta .divider,
.single-post article .hentry .post-content .entry-meta .divider,
.single-post article .post .post-content .entry-meta .divider,
#older_posts article .hentry .post-content .entry-meta .divider,
#older_posts article .post .post-content .entry-meta .divider,
.category article .hentry .post-content .entry-meta .divider,
.category article .post .post-content .entry-meta .divider,
.archive article .hentry .post-content .entry-meta .divider,
.archive article .post .post-content .entry-meta .divider {
  margin: 0 15px 0 15px;
  border: 1px solid #939393;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.blog article .hentry .post-content .more,
.blog article .post .post-content .more,
.single-post article .hentry .post-content .more,
.single-post article .post .post-content .more,
#older_posts article .hentry .post-content .more,
#older_posts article .post .post-content .more,
.category article .hentry .post-content .more,
.category article .post .post-content .more,
.archive article .hentry .post-content .more,
.archive article .post .post-content .more {
  margin: 40px 0 40px 0;
}

.blog article .hentry .post-content .more a,
.blog article .post .post-content .more a,
.single-post article .hentry .post-content .more a,
.single-post article .post .post-content .more a,
#older_posts article .hentry .post-content .more a,
#older_posts article .post .post-content .more a,
.category article .hentry .post-content .more a,
.category article .post .post-content .more a,
.archive article .hentry .post-content .more a,
.archive article .post .post-content .more a {
  border-radius: 20px;
  border: 1px solid #0e3e69;
  padding: 10px 40px 10px 40px;
  color: #0e3e69;
  display: inline-block;
  text-decoration: none;
}

.blog a,
.single-post a,
#older_posts a,
.category a,
.archive a {
  text-decoration: none;
}

.blog .load,
.single-post .load,
#older_posts .load,
.category .load,
.archive .load {
  border-radius: 20px;
  border: 1px solid #0e3e69;
  padding: 10px 50px 10px 55px;
  display: inline-block;
  background-color: #0e3e69;
  color: white;
  text-decoration: none;
}

.blog .load .si-plus,
.single-post .load .si-plus,
#older_posts .load .si-plus,
.category .load .si-plus,
.archive .load .si-plus {
  margin-left: 25px;
  font-size: 15px;
  border: 1px solid;
  border-radius: 12px;
  padding: 5px;
}

.blog .loader-img,
.single-post .loader-img,
#older_posts .loader-img,
.category .loader-img,
.archive .loader-img {
  display: none;
  width: 50px;
  margin: 0 auto;
}

.blog .loader-img img,
.single-post .loader-img img,
#older_posts .loader-img img,
.category .loader-img img,
.archive .loader-img img {
  width: 100%;
}

.sidebar {
  font-size: 1.125em;
}

.sidebar .featured-articles b {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sidebar .featured-articles .no-pad {
  padding: 0;
}

.sidebar .featured-articles ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.sidebar .featured-articles ul li {
  margin-bottom: 15px;
  overflow: hidden;
}

.sidebar .featured-articles ul li > div + .content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: initial;
}

.sidebar .featured-articles ul li .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  font-size: 13px;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}

.sidebar .featured-articles ul li .content a {
  padding: 0;
}

.sidebar .featured-articles ul li .content .comment {
  margin: 10px 0 10px 0;
}

.sidebar .featured-articles ul li .content .comment .icon {
  display: inline-block;
  border: 1px solid;
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 15px;
}

.sidebar .featured-articles ul li .content .comment .icon span {
  position: absolute;
  top: -7px;
  left: 4px;
}

.sidebar .featured-articles ul li .content .comment .count {
  display: inline-block;
  position: relative;
  bottom: 3px;
  left: 10px;
}

.sidebar .widget_categories {
  margin-bottom: 40px;
}

.sidebar .widget_categories h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bolder;
}

.sidebar .widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget_categories ul li {
  padding-left: 5px;
  position: relative;
}

.sidebar .widget_categories ul li::before {
  content: "*";
  position: absolute;
  top: -6px;
  font-size: 35px;
}

.sidebar .widget_categories ul li a {
  display: block;
  padding: 0 20px;
}

.sidebar .categories b {
  text-transform: uppercase;
  font-size: 1.125em;
  display: block;
  margin-bottom: 10px;
}

.sidebar .categories ul {
  margin: 0 0 0 -6px;
  padding: 0;
  list-style: none;
}

.sidebar .categories ul li {
  padding-left: 5px;
  position: relative;
}

.sidebar .categories ul li a {
  display: block;
  padding: 0 20px;
}

.sidebar .categories ul li::before {
  content: "*";
  position: absolute;
  top: -6px;
  font-size: 35px;
}

.sidebar .archives {
  margin-bottom: 40px;
  position: relative;
}

.sidebar .archives b {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bolder;
}

.sidebar .archives .switch {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #00703c;
  width: 23px;
  display: block;
  border-radius: 15px;
  height: 23px;
}

.sidebar .archives .switch a {
  display: block;
  width: 100%;
  position: relative;
  top: -3px;
  overflow: hidden;
  padding: 10px;
}

.sidebar .archives .switch a span {
  display: block;
  border: 1px solid;
  height: 1px;
  position: relative;
  width: 12px;
  top: 2px;
  right: 5px;
}

.sidebar .archives .yr,
.sidebar .archives .mnt,
.sidebar .archives .dte {
  padding: 0;
}

@media (max-width: 991px) {
  .sidebar .archives .yr,
  .sidebar .archives .mnt,
  .sidebar .archives .dte {
    width: 33%;
  }
}

@media (max-width: 575px) {
  .sidebar .archives .yr,
  .sidebar .archives .mnt,
  .sidebar .archives .dte {
    width: 30%;
  }
}

.sidebar .archives .yr {
  padding-left: 15px;
}

.blogs-page.inner-page article.type-post h2.entry-title a,
.category article.type-post h2.entry-title a,
.archive article.type-post h2.entry-title a {
  color: #00703c;
  font-size: 0.9em;
}

.blogs-page.inner-page a#more_posts,
.category a#more_posts,
.archive a#more_posts {
  color: #fff;
  text-decoration: none;
}

.search-content .find_nearby_dealers input[type="text"] {
  font-size: 0.85em;
}

.find_nearby_dealers {
  background: #231f20;
  border-radius: 20px;
  padding: 25px 40px;
  color: #fff;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .find_nearby_dealers {
    padding: 15px 15px 5px;
  }

  .find_nearby_dealers #search {
    border-radius: 24px 0 0 24px;
  }

  .find_nearby_dealers p a {
    font-size: 1em;
  }

  .find_nearby_dealers h3 {
    font-size: 1.3em;
  }
}

.find_nearby_dealers h3 {
  text-transform: uppercase;
}

.find_nearby_dealers input[type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.2em;
  background-clip: inherit;
  border: none;
}

.find_nearby_dealers .btn,
.find_nearby_dealers .comment-form input[type="submit"],
.comment-form .find_nearby_dealers input[type="submit"],
.find_nearby_dealers .search-form .search-submit,
.search-form .find_nearby_dealers .search-submit {
  font-size: 1.2em;
  border-radius: 30px;
  padding: 13px 50px 14px;
  margin: 0 -8px 0 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .find_nearby_dealers .btn,
  .find_nearby_dealers .comment-form input[type="submit"],
  .comment-form .find_nearby_dealers input[type="submit"],
  .find_nearby_dealers .search-form .search-submit,
  .search-form .find_nearby_dealers .search-submit {
    border-radius: 50%;
    margin-right: 1px;
    overflow: hidden;
    padding: 10px;
    text-indent: -99999px;
    width: 48px;
  }
}

.find_nearby_dealers .input-group-addon {
  border: none;
  padding: 0;
  border-radius: 0 20px 20px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .find_nearby_dealers .input-group-addon {
    border-radius: 0 24px 24px 0;
  }

  .find_nearby_dealers .input-group-addon::after {
    display: inline-block;
    text-align: center;
    content: \f002;
    color: #fff !important;
    font-size: 1.5em;
    line-height: 1.8em;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 3;
  }
}

.find_nearby_dealers p {
  margin: 12px 0;
}

.find_nearby_dealers p a {
  color: #fff !important;
  font-size: 1.2em;
  text-decoration: none !important;
}

.sfs_locator-template-default #sfs-locator-map-wrapper {
  float: none;
  clear: both;
  border-radius: 5px;
  border-bottom: 4px solid #464646;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sfs_locator-template-default #sfs-locator-map-wrapper {
    margin-top: 20px;
  }
}

.sfs_locator-template-default .inner-page.dealer-state-page h4 {
  margin: 45px 0;
}

@media (max-width: 767px) {
  .sfs_locator-template-default .inner-page.dealer-state-page h4 {
    margin: 20px 0;
  }
}

.sfs_locator-template-default .inner-page.dealer-state-page ul {
  border-right: 1px dotted #656565;
  list-style: none;
  min-height: 470px;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .sfs_locator-template-default .inner-page.dealer-state-page ul {
    border-right: none;
    min-height: inherit;
  }
}

.sfs_locator-template-default .inner-page.dealer-state-page ul li {
  margin-bottom: 20px;
}

.sfs_locator-template-default .inner-page.dealer-state-page ul li::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMDBGODBGMERDMjExMUU2OEI1QkVBMDA5QzhFRTYzQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMDBGODBFRkRDMjExMUU2OEI1QkVBMDA5QzhFRTYzQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdhODUxMTc2LWY2MmEtNDc0My04YzE4LTdmMTllMWZlZWU5ZCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA2OGVhMGMyLWI1OTgtMTFlNi1iZTNiLWUzZjZjZjRiMzA4YSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiGRx/0AAAC/SURBVHjajJCxDoIwEIYL8ZHQjcHCqGyIjyGuOuoqryEyCmyUBDbxner/AzUkGuPfXHvXfrm7nqW1FlTbtmscMWwuBnWwi+u6OQOLIKAT/IP4rjPgo9U0zQrBnTfZNRWqqvpX6fsijDYGDmbY9j2U3kRZFO80ZY6KqBZuI4axjc2hV4+ZpqqVMq5jix8yH+VfCD7pLaX8AKXnGbdjjwk59qKxVDWU8wCN/VHJ/+OZDDzAsYMtRuDBTID60b0EGADvaUkhXSLoiAAAAABJRU5ErkJggg==);
  margin-right: 20px;
}

.sfs_locator-template-default .inner-page.dealer-state-page ul li a {
  text-decoration: none;
}

.sfs_locator-template-default .inner-page.dealer-state-page ul li a em {
  color: #707070;
  font-style: normal;
}

.sfs_locator-template-default .inner-page.dealer-state-page ul li a:hover em {
  color: #d6611c;
}

.sfs_locator-template-default .inner-page.dealer-state-page ul:last-child {
  border: none;
}

.sfs_locator-template-default .inner-page.dealer-state-page .row_left h4 {
  margin: 0;
  font-size: 1em;
  margin-bottom: 50px;
}

.sfs_locator-template-default .inner-page.dealer-state-page .row_left ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.sfs_locator-template-default .inner-page.dealer-state-page .row_left ul li {
  margin-bottom: 15px;
}

#microsite-inner .entry-content {
  padding-right: 30px;
}

.microsite-hidden {
  clear: both !important;
  display: block !important;
  height: 57px !important;
}

.btn-microsite-single:hover {
  opacity: 0.6;
}

.btn-microsite-single {
  background: #000;
  text-align: center;
  padding: 15px;
  color: #cdcdcd !important;
  text-decoration: none !important;
  font-weight: bold;
  margin-bottom: 12px !important;
  display: block;
  border-radius: 30px;
}

#info1 {
  background: #fff;
  border: 1px dashed #ccc;
  padding: 20px;
}

#info1 .btn-blue {
  background: #0e3e69;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-radius: 22px;
}

#info1 .btn-blue::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMEY4NkI2OUQ2QUMxMUU2QjJCNkY3NERDQTQwOEQyQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMEY4NkI2OEQ2QUMxMUU2QjJCNkY3NERDQTQwOEQyQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY4MGNkN2FhLWU1ZGEtZDQ0OS05MzAzLWFmOWM3OGZiNjEyMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA2OGVhMGMyLWI1OTgtMTFlNi1iZTNiLWUzZjZjZjRiMzA4YSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZ0QmMAAAD7SURBVHjaYvz//z8DFYAjEBcC8V8GkIEUYEcgXv8fAe6Qa5A9EK/5jwlyyDFo23/s4A4Q8xJrkC0eg2AgExwfBAxyAuJd/wmDW0DMg89AkEE7/xMP0mB60Q3yAOLt/0kD14GYG91AcgyCgWRkR4GI5f/JB9eQXQfCLMDUzQXET4D4H45cwAjEEkDMikWuG4i/oiiGZj1uPNmKDYhPAbEKmvg9INZDN5AFSn/FY+B3cB7FBO3Y9DERkfFZoN5GBneAeCk2xUxkli5tUJdTxcBbQLwClyQTNV1HjoE3gHglPgXEGsgJpVuB+AehGCQE/gDxEWjiXk1IMUCAAQD/gZBiay+jlgAAAABJRU5ErkJggg==);
  margin: 1px 0 0 15px;
  position: absolute;
}

#info1 b,
#info1 strong {
  padding-bottom: 12px !important;
  font-weight: 800;
  color: #555;
}

#info1 .operation_hours {
  margin: 0 0 12px 0;
}

#info1 .operation_hours p {
  margin: 0;
  padding: 0;
}

#info2 {
  background: #fff;
  border: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-top: 20px;
  border-radius: 25px 25px 0 0;
}

@media (max-width: 991px) {
  #info2 {
    height: auto !important;
    margin-bottom: 20px;
  }
}

#info2 h4 {
  background: #707070;
  text-transform: uppercase;
  font-size: 1em;
  margin: -1px -1px 8px;
}

#info2 .inner-area ul {
  margin: 0;
  padding: 0;
}

#info2 .inner-area ul li {
  font-size: 0.9em;
  list-style: none;
  color: #707070;
}

#microsite-page-single-wrapper #info2 {
  padding: 25px 20px;
  margin: 30px 0;
}

#microsite-page-single-wrapper #info2 h4 {
  margin: -26px -21px 25px;
  padding: 15px 0;
}

#microsite-page-single-wrapper #info2 .inner-area li:nth-child(odd) {
  border-right: 1px dashed #ccc;
}

.grntxt {
  color: #0f733c;
}

#microsite-header-col2,
#microsite-header-col1 {
  border-right: dashed 1px #cdcdcd;
  min-height: 89px;
}

#microsite_div {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: -1px;
  clear: both;
}

body.single-locator .navbar .main-navigation {
  margin-top: 0;
}

.hidden_fix {
  height: 145px;
}

h4.gray-btn-micro {
  background: #707070;
  color: #fff;
  text-align: center;
  border-radius: 41px;
  padding: 15px 0;
  margin-top: -15px;
  font-size: 1em;
  text-transform: uppercase;
}

body.locator-template-default .inner-area .col-lg-6:first-child {
  border-right: dashed 1px #cdcdcd;
}

h3.grn-microtxt {
  color: #00703c;
  font-weight: bold;
}

#micro-gallery div.col-lg-3,
#micro-gallery .home-page #main_quote_buttons div.btn.btn-warning,
.home-page #main_quote_buttons #micro-gallery div.btn.btn-warning,
#micro-gallery .home-page #main_quote_buttons .search-form div.btn-warning.search-submit,
.home-page #main_quote_buttons .search-form #micro-gallery div.btn-warning.search-submit,
#micro-gallery .search-form .home-page #main_quote_buttons div.btn-warning.search-submit,
.search-form .home-page #main_quote_buttons #micro-gallery div.btn-warning.search-submit {
  margin-bottom: 11px;
  text-align: center;
}

#micro-gallery div.col-lg-3 img,
#micro-gallery .home-page #main_quote_buttons div.btn.btn-warning img,
.home-page #main_quote_buttons #micro-gallery div.btn.btn-warning img,
#micro-gallery .home-page #main_quote_buttons .search-form div.btn-warning.search-submit img,
.home-page #main_quote_buttons .search-form #micro-gallery div.btn-warning.search-submit img,
#micro-gallery .search-form .home-page #main_quote_buttons div.btn-warning.search-submit img,
.search-form .home-page #main_quote_buttons #micro-gallery div.btn-warning.search-submit img {
  width: 100%;
  border-radius: 5px;
}

.contact-us .inner-page h2 {
  color: #00703c;
}

body.archive h1.page-title {
  color: #218054;
  display: block;
  margin-bottom: 32px;
  font-weight: bold;
}

body.archive h2.entry-title {
  font-weight: 600;
  display: block;
  margin: 28px 0;
}

body.archive .entry-meta .divider {
  border-right: solid 2px #707070;
  margin: 0 13px;
}

body.archive .entry-meta {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 11px 0;
  margin-bottom: 11px;
  color: #707070;
}

body.archive .main-content .more a {
  border: 1px solid #0e3e69;
  border-radius: 20px;
  color: #0e3e69;
  display: inline-block;
  font-size: 1.1em;
  margin: 30px 0;
  padding: 10px 40px;
  text-decoration: none;
}

body.archive .main-content h2.entry-title a {
  color: #00703c;
  font-size: 0.85em;
}

body.archive .post-content {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 42px;
}

.tooltip-inner {
  text-align: left;
  padding-top: 8px;
}

#operation-tooltip {
  border-bottom: 1px dashed #00703c;
}

#operation-tooltip:hover {
  text-decoration: none;
  color: #d6611c;
  border-color: #d6611c;
}

#operation-tooltip-content {
  text-align: left;
}

.dealer-search .search-content {
  margin: 40px auto;
  font-size: 1.389em;
  color: #231f20;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 0 40px 40px;
}

.dealer-search .search-content h4 {
  margin: 0 -40px 45px;
}

.dealer-search .search-has-content > .row-flex-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .dealer-search .search-has-content > .row-flex-fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dealer-search .search-has-content #result_left ol {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

.dealer-search .search-has-content #result_left ol li {
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

.dealer-search .search-has-content #result_left ol li:nth-child(odd) {
  background: #ebebeb;
}

.dealer-search .search-has-content #result_left ol li:nth-child(even) {
  background: #fff;
}

.dealer-search .search-has-content #result_left ol li p {
  margin: 0;
}

.dealer-search .search-has-content #result_left ol li p a {
  font-size: 1.111em;
  border-bottom: 1px dashed #00703c;
  text-decoration: none;
}

.dealer-search .search-has-content #result_left ol li p a:hover {
  border-color: #d6611c;
}

.dealer-search .search-has-content #result_left ol li p a.btn,
.dealer-search .search-has-content #result_left ol li p .search-form a.search-submit,
.search-form .dealer-search .search-has-content #result_left ol li p a.search-submit {
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  margin: 20px auto 10px;
  border-radius: 20px;
  border: none;
  position: relative;
  padding: 10px 0;
  color: #fff;
}

.dealer-search .search-has-content #result_left ol li p a.btn::after,
.dealer-search .search-has-content #result_left ol li p .search-form a.search-submit::after,
.search-form .dealer-search .search-has-content #result_left ol li p a.search-submit::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTc2NjNEQTQ2NzZFMjExQjhCN0YxMkNBQ0ZDN0VENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMEY4NkI2OUQ2QUMxMUU2QjJCNkY3NERDQTQwOEQyQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMEY4NkI2OEQ2QUMxMUU2QjJCNkY3NERDQTQwOEQyQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY4MGNkN2FhLWU1ZGEtZDQ0OS05MzAzLWFmOWM3OGZiNjEyMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA2OGVhMGMyLWI1OTgtMTFlNi1iZTNiLWUzZjZjZjRiMzA4YSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZ0QmMAAAD7SURBVHjaYvz//z8DFYAjEBcC8V8GkIEUYEcgXv8fAe6Qa5A9EK/5jwlyyDFo23/s4A4Q8xJrkC0eg2AgExwfBAxyAuJd/wmDW0DMg89AkEE7/xMP0mB60Q3yAOLt/0kD14GYG91AcgyCgWRkR4GI5f/JB9eQXQfCLMDUzQXET4D4H45cwAjEEkDMikWuG4i/oiiGZj1uPNmKDYhPAbEKmvg9INZDN5AFSn/FY+B3cB7FBO3Y9DERkfFZoN5GBneAeCk2xUxkli5tUJdTxcBbQLwClyQTNV1HjoE3gHglPgXEGsgJpVuB+AehGCQE/gDxEWjiXk1IMUCAAQD/gZBiay+jlgAAAABJRU5ErkJggg==);
  position: absolute;
  margin: 1px 0 0 15px;
}

.dealer-search .search-has-content #result_left ol li p strong {
  display: block;
  font-weight: 600;
}

.dealer-search .search-has-content #result_left ol li .schedule {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dealer-search .search-has-content #result_left ol li .schedule li {
  padding: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .dealer-search .search-has-content .result_right {
    padding: 0;
  }
}

.error-404.not-found {
  background: #e8e8e8 url(/wp-content/themes/surepress/dist/images/404.png) no-repeat left 20px top 40px;
  border-radius: 20px;
  padding: 50px 20px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}

.error-404.not-found h1.page-title {
  font-size: 5em !important;
  font-weight: 900 !important;
  color: #d6611c;
  padding-left: 250px;
  margin: 0 0 20px;
}

.error-404.not-found h1.page-title em {
  display: block;
  color: #00703c;
  font-style: normal;
  font-size: 0.5em !important;
}

.error-404.not-found .page-content > p {
  padding-left: 250px;
  font-size: 1em;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .error-404.not-found {
    padding: 250px 20px 20px 20px;
    background-position: center top 30px;
  }

  .error-404.not-found h1.page-title,
  .error-404.not-found .page-content > p {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .search-form .search-submit {
    position: relative;
    top: -8px;
  }
}

.ebook-page.inner-page .row.left #form1,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1,
.ebook-page.inner-page #info2 .inner-area ul.left #form1,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 {
  background-color: rgba(163, 163, 163, 0.25);
  border-width: 0 2px;
  margin: auto !important;
  padding: 15px 0 0;
  width: 280px;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form {
  margin: auto;
  padding: 0 20px;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div {
  margin: 10px 0;
  text-align: center;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div span.ajax-loader,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div span.ajax-loader,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div span.ajax-loader,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div span.ajax-loader,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div span.ajax-loader,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span.ajax-loader,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span.ajax-loader,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span.ajax-loader,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span.ajax-loader,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span.ajax-loader,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span.ajax-loader,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span.ajax-loader,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span.ajax-loader,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span.ajax-loader,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div span.ajax-loader,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span.ajax-loader,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div span.ajax-loader,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span.ajax-loader,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div span.ajax-loader,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div span.ajax-loader,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div span.ajax-loader {
  display: block;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div span input,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div span input,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div span input,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div span input,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div span input,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span input,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span input,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span input,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span input,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span input,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span input,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div span input,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div span input,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span input,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div span input,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span input,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div span input,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div span input,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div span input,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div span input,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div span input {
  border: 2px solid #999;
  width: 100%;
  border-radius: 0;
  padding: 2px 6px;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit {
  background-color: #ff6414;
  border: 2px solid #e35a13;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  padding: 7px 5px;
  text-align: center;
  text-shadow: 0 0;
  width: 180px;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit:hover,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit:hover,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit:hover,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit:hover,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div input.ebook-submit:hover,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit:hover,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit:hover,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit:hover,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit:hover,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit:hover,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit:hover,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div input.ebook-submit:hover,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div input.ebook-submit:hover,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit:hover,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit:hover,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit:hover,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit:hover,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div input.ebook-submit:hover,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit:hover,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit:hover,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div input.ebook-submit:hover {
  background-color: #e35a13;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-title,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-title,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-title,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-title,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-title,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-title,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-title,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-title,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-title,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-title,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-title,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-title,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-title,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-title,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-title,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-title,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-title,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-title,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-title,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-title,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-title,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
#info2 .inner-area .home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
#info2 .inner-area .home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.home-page .ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-left,
.home-page #info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.home-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
#info2 .inner-area .home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
#info2 .inner-area .home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.home-page .ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-title.pull-right,
.home-page #info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.home-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-title.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-title.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-title.pull-right {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}

.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-sub,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-sub,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-sub,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-sub,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.col-lg-12.ebook-sub,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-sub,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-sub,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-sub,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-sub,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-sub,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-sub,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.col-lg-12.ebook-sub,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.col-lg-12.ebook-sub,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-sub,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-sub,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-sub,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-sub,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.col-lg-12.ebook-sub,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-sub,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-sub,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.col-lg-12.ebook-sub,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
#info2 .inner-area .home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
#info2 .inner-area .home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.home-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-left,
.home-page #info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.home-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-left,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-left,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .row div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .home-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
#info2 .inner-area .home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
#info2 .inner-area .home-page .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.home-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.footer-home .footer-three-part .third .wpcf7 form #info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .row div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .home-page #main_quote_buttons div.ebook-sub.pull-right,
.home-page #info2 .inner-area .ebook-page.inner-page .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.home-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form #main_quote_buttons div.ebook-sub.pull-right,
.ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .row.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page .home-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .home-page .ebook-page.inner-page .left#main_quote_buttons #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
.ebook-page.inner-page #info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right,
#info2 .inner-area .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form .footer-home .footer-three-part .third .wpcf7 form ul div.ebook-sub.pull-right,
#info2 .inner-area .footer-home .footer-three-part .third .wpcf7 form .ebook-page.inner-page ul.left #form1 .contact-ebook-form .ebook-form ul div.ebook-sub.pull-right {
  font-size: 17px;
  margin-top: 0;
}

/* --------------------------------------------------------------
# Overrides
-------------------------------------------------------------- */

.flexslider {
  overflow: hidden;
  margin: 0 !important;
}

.flexslider .slides li {
  position: relative;
}

.bx-wrapper .bx-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA/CAMAAAAonj0oAAABd1BMVEUAAABnZ2f///8AAABJSUlnZ2dnZ2dnZ2dnZ2cAAABgYGBnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABlZWVnZ2dnZ2cAAABmZmYAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmYAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2cAAABnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v79nZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2dnZ2dnZ2dnZ2cAAABmZmZnZ2dnZ2dnZ2eNjY2Xl5eYmJioqKipqam/v78AAABnZ2cAAABmZmYAAABmZmYAAABnZ2dAvCzTAAAAe3RSTlMAAAAHBw4QERUYGBkcHSEiJSYsLS4wMDAyMjI0NTY5Oz9EREZKUFBSUldYWmprcHB4eH1+hIWLjI2UlZiZnZ6enqKlpqeutLW6u8DAwMHCwsTFxsfIysvMzMzMzMzMzs/W3N7e3uXp6+zt8PDw8fLy8vLy8vLz8/z8/v5+OTW/AAADjElEQVRYw7WWWUPTQBCAk2gryikeKFaKghdQDypaCiqVUqhSRa5QIAW05VAIVzyTH2+Ktp3Znd3sQztvab/dbye7mR1Nr0b40ehscXe3ODs6EK79qhuV0NVR48MNrRKVPztf7djV2JnolAiCUcP9/foiEoST+zaK/WRYIFBBDdd1vz89VxPc3rS52LxFCpTQssB1Pz+oCPq2bSK2+wiBGvpP4Lrvrp0JeshB/rAeTqCIVgTuzzu+oHnLFsRWMyNQRXEGb21hpBmBKor2oBeDh0fwqRcJEHp0iAf2ik7RNJ7fcY7B4zQSQPTYcbBhWvAdtLPzOw7MoR0IIHpUBrGhnf6Sh7j50bghIBiSkhA1Pt6sCtLyUZNAkJavBaCG9+fNpf+CQo044ee3C0BQ4N+mc0Kihud5P56dPxOUqsApMb9dAoKSTRhOKbQs8LwvD8sC6fr9AAL2LzYHVuB576+DDMgEZBmwghIv8H7d1TbkrwjuwYb8FRXoDNLyTRaeIn6TJ+k9iMmPaQwIYvJjGqNPUduBbNRBGxBAlJ8fovA70DOyUpFBtSiDShGTK0Thl8xUU6bYiaspV+xQNdU00FWkxeWavQ/S4nKN7wMkaMSNhgR6VHTRRrk7WRFlBA3oKhhB/fsiVlD3zo4T+A3nBGo4r8h600CUEvhLG0jmint7xVxy4EJQdx2A0gJBUIIglBaE+odT2YWFbGq4PxQgCEIpQcfzebMa8yMdEkEwanx13cfaPb/9qghC8SUTxVI8JBCooJzgasbkItNJCpRQVhD9ZBIxFyUEaigj6JozyZjr4gSKKBY0zZiCmGliBKooFrwwhZFgBKooEkQwuJKHTxEkQGh+BQ+MiATjeH7LWgWP40gA0VXLwoZxgaCVnd+yYA6tQADRfBnEhlZaMMjNj8YNAsGglIQoFCTko14CQUK+FoAa3zzviXbfb780bapGrPHzm1NAMMW/TWuNRKEgVwXWifnNHBDkTMKwTqFQIF2/H0DA/sXmEJABmYAsA1aQC9oD0iDeA+4VCfYgId9k4SniN1lwitQPt67+yUBBy7Js1HILEECUnx+iUKCPyUrFGKpFY6gUMblCFAkismInrqZcsYuIBOze5SX3QUJcrvF9ABqYxtxoSKB3iy7abu5OVkQZQQO6CkZQ/76IFdS9s+MEfsM5ghrOy7LeNBClBOWWOZ7KLi5mU3GF7lqOgvgLViA2Sx/lFc0AAAAASUVORK5CYII=) -86px -44px no-repeat;
}

.bx-wrapper .bx-loading {
  background: url(/wp-content/themes/surepress/dist/images/bx_loader.gif) center center no-repeat #fff;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #0d0d0d;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide::before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(data:image/gif;base64,R0lGODlhHwAfAPUAAA0NDczMzBwcHC0tLT4+PkhISFFRUSYmJkFBQVdXVx8fHykpKUtLS1NTU0dHRzIyMhISEk1NTSsrKx4eHqKioq6uro+Pjzg4OHd3d11dXYqKig8PD319fZaWljY2NhAQEJWVlaWlpQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkEAAoAAQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAAKAAIALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAAKAAMALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQACgAEACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkEAAoABQAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkEAAoABgAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQACgAHACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAYCAYAAAAxkDmIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIKSURBVGhD7ZqNTcMwEEY7QjegG5QNYIKKCboBIyBYoBtQVmABBCwAo8AI4Z3jg9DY7l/cnMFPOrVNYvdxn/JbJv+FpmnOpPxHk3jHuf9Y2RWatqSUtV9sCrzm1IczbJpnaupXVVLQqG64ysqvNgE+M0rDVd6oGnIKGhQKV3jym5gAn+tWq0cNOQaNiYUrLPxmJsBnSn06sz7DhcxEKzdl4jzFOpGRL5VDytIvNoV4UTGsOss5OF/ITLB2U/3QC5llGm4XUw0Tn1YriMlwFfzyhMzAWFO+Q+Z9KFzl3G82KngUG66C5/AhMyjVGNmzU+EKMz/VaOBQfLgKvllCfnDDw2xewncZvXni0KoEKSpcBe+ThxzCQrhydIlRZLgK/qmQb/xm+8HAXUM20Tw8zludHnLUKfqxH/6pU+O932x/GLwtZFN7Bj4x32JDxjsVruzVh/1dDNx2QSWYe56L058JGd9Rw1VqyBnA00S4Sg15QPAbLdwX/xqihjwAeOUJV2Bw7NcMwV1Q8RprmnDpJjIETkWFjFOecAUmuHBT9fl1tcznUNNEYPQnWSHwioVs7efC2IOa48NVmGjzS4K3QizvNm04gUzgFwr58HvIDOAT2sGG7y0TLqhHKnmfy/pb6pUyHa6CZzfkd+q4n94ygFNRO445aNgVdUeZC1fBTfZkcTT9z4GVSuU0TCZfW+Wjyu9fRf0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
       -o-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
       -o-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container::before,
.swipebox-touch #swipebox-container::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container::before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
          box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container::after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
          box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container::before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container::after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}


/*# sourceMappingURL=main.css.map*/