/* Our Stories Page */
.jhf-service-difference .Normal ul {
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 808px) {
  .jhf-service-difference .Normal ul {
    flex-flow: row;
  }
}

.jhf-service-difference .Normal ul > li {
  font: italic normal 700 14px/1.5 Roboto;
  color: #0d0d0d;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 14px;
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .jhf-service-difference .Normal ul > li {
    font-size: 16px;
    flex-flow: row;
    margin-right: 14px;
  }
}

@media (min-width: 1024px) {
  .jhf-service-difference .Normal ul > li {
    font-size: 20px;
    flex-flow: row;
    margin-right: 90px;
    margin-bottom: 0;
  }
}

.jhf-service-difference .Normal ul > li .service-icn {
  color: #d2232a;
  font-size: 32px;
  margin-right: 15px;
}

/* Our Stories Page */

.row-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  justify-content: center;
}

@media (min-width: 808px) {
  .row-grid {
    grid-template-columns: repeat(2, 320px);
    grid-gap: 0 15px;
  }

  .row-grid-column .services-list-item {
    height: 320px;
  }
}

@media (min-width: 1024px) {
  .row-grid {
    grid-gap: 0 30px;
  }
}

@media (min-width: 1200px) {
  .row-grid {
    grid-template-columns: repeat(3, 390px);
  }

  .row-grid-column .services-list-item {
    height: 390px;
  }

  .row-grid-column .services-list-item h5 {
    transform: translate3d(0, calc(100% - 10rem), 0);
  }

  .row-grid-column:last-child .services-list-item h5 {
    transform: translate3d(0, calc(100% - 12rem), 0);
  }

  .row-grid-column .services-list-item:hover h5 {
    transform: translate3d(0, 0, 0);
  }
}

.bg-color-primary {
  background-color: #d22328;
}

ul {
  list-style-type: none;
}

.scroll-to-top {
  display: none !important;
}

.button-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

header:not(.ddrheader) .button-links {
  column-gap: 10px;
}

.catalog-search {
  margin: 0;
}

@media (min-width: 1400px) {
  .catalog-search .search-box input {
    width: 100%; 
    } 
}

@media (min-width: 1200px) {
 .has-scrolled .button-links .dropdown,
 .has-scrolled .button-links .btn-link {
    display: none;    
  }
}

@media (min-width: 1367px) {
  .has-scrolled .button-links a.btn {
    font-size: 12px;
  }
}

@media (min-width: 1800px) {
  .has-scrolled .button-links a.btn {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .has-scrolled .button-links .dropdown,
 .has-scrolled .button-links .btn-link {
    display: flex;
  } 
}

.button-links button > em,
.button-links button > i,
.button-links .btn-link > em,
.button-links .btn-link > i {
  color: #d22328;
  font-size: 26px;
  margin-left: 10px;
}

.button-links button > em:hover,
.button-links button > i:hover,
.button-links .btn-link > em:hover,
.button-links .btn-link > i:hover {
  font-weight: 700;
}
  
body.sticky-menu-active header .search {
  display: flex !important;
}

@media (min-width: 1200px) {
  body.sticky-menu-active header .search {
    display: block !important;
  }
}

.body .dnnLogin .dnnLoginService,
.body div.dnnRegistrationForm {
  border-top-color: #d22328;
}

.body .dnnLogin label,
.body .dnnRegistrationForm label,
.body .dnnLoginService a.dnnSecondaryAction,
.body .dnnRegistrationForm a.dnnSecondaryAction {
  color: #d22328;
}

.body .dnnLogin a.dnnPrimaryAction,
.body .dnnRegistrationForm a.dnnPrimaryAction {
  background: #d22328;
  border-color: #d22328;
}

.body .dnnLogin a.dnnPrimaryAction:hover,
.body .dnnRegistrationForm a.dnnPrimaryAction:hover {
  border-color: #e0484c;
  background-color: #e0484c;
}

html body:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #D2232A;
  z-index: 10000;
}

html body .Foster_Header:not(.js-header-placeholder) {
  position: relative;
  z-index: 200;
}

html body .Foster_Header + .Foster_Header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0px 5px 15px #4978f226;
}

html body .Foster_Header + .Foster_Header:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #D2232A;
  z-index: 10000;
}

html header .navbar-collapse .nav-main > ul > li > a.dropdown-item.active,
html header .navbar-collapse .nav-main > ul > li.ms-active > a.dropdown-item {
  background-color: #d22328;
  color: #d22328;
}

html header .search span {
  font-family: Roboto;
}

html header .navbar-collapse .nav-main > ul > li > a {
  color: #1a1a1a;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  letter-spacing: 0.16px;
}

html header .navbar-collapse .nav-main > ul > li.active > a {
  color: #d22328;
  font-family: 'Roboto Condensed';
}

html header .navbar-collapse .nav-main > ul > li:hover > a,
html header .navbar-collapse .nav-main > ul > li > a:focus,
html header .navbar-collapse .nav-main > ul > li.focused > a {
  color: #d22328;
}

html header .navbar-collapse .nav-main > ul ul > li > a {
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 14px;
}

html .slidebar .nav-main > ul > li > a {
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 12px;
}

html .slidebar .nav-main > ul > li.active > a {
  color: #d22328;
  font-family: Roboto;
  font-size: 12px;
}

html .slidebar .nav-main > ul > li:hover > a,
html .slidebar .nav-main > ul > li > a:focus {
  color: #d22328;
}

html .slidebar .nav-main > ul ul > li > a {
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 12px;
}

html .overlayHeader .navbar-collapse .nav-main > ul ul > li:hover > a,
html .inlineHeader .navbar-collapse .nav-main > ul ul > li:hover > a {
  color: #d22328;
}

html header nav ul.nav-main .dropdown-full-color .dropdown-submenu > a:after {
  border-right-color: #0d0d0d;
  border-left-color: #0d0d0d;
}

html section.page-top h1 {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 36px;
}

html section.page-top .page-top-info {
  max-width: 1400px;
  margin: auto;
}

.breadcrumbs {
  max-width: 1320px;
  margin: auto;
}

.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item > a,
.breadcrumb-item > a:link,
.breadcrumb-item > a:visited,
.breadcrumb-item > a:active,
.breadcrumb-item > a:focus {
  color: #7f7f7f;
}

.breadcrumb-item.active > a,
.breadcrumb-item.active > a:link,
.breadcrumb-item.active > a:visited,
.breadcrumb-item.active > a:active,
.breadcrumb-item.active > a:focus {
  color: #d2232a;
}

.breadcrumb-item > svg,
.breadcrumb-item i {
  display: none;
}

html section.page-top .breadcrumb span {
  color: #7f7f7f;
  font-family: "Roboto";
  font-size: 16px;
}

html .category-detail section.page-top {
  display: none;
}

html section.page-top .breadcrumb > li {
  display: none;
}

html section.page-top .breadcrumb > li {
  display: flex;
}

html section.page-top .breadcrumb span img {
  display: none;
}

html section.page-top .breadcrumb span[id*="lblBreadCrumb"] > span {
  display: flex;
}

html section.page-top .breadcrumb span[id*="lblBreadCrumb"] > span > span {
  position: relative;
  margin-right: 10px;
}

html section.page-top .breadcrumb span[id*="lblBreadCrumb"] > span > span > a {
  padding-right: 18px;
  display: block;
}

html
  section.page-top
  .breadcrumb
  span[id*="lblBreadCrumb"]
  > span
  > span:last-child {
  margin-right: 0;
}

html
  section.page-top
  .breadcrumb
  span[id*="lblBreadCrumb"]
  > span
  > span:after {
  content: "";
  position: absolute;
  background: url(/Portals/_default/Skins/Porto/Resources/images/angle-right-regular.svg)
    no-repeat 0 0;
  width: 6px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

html
  section.page-top
  .breadcrumb
  span[id*="lblBreadCrumb"]
  > span
  > span:last-child:after {
  display: none;
}

html section.page-top .breadcrumb span a,
html section.page-top .breadcrumb a.breadcrumb-home {
  color: #7f7f7f;
  font-family: "Roboto";
  font-size: 16px;
}

html section.page-top .breadcrumb a.breadcrumb-home,
html section.page-top .breadcrumb a.breadcrumb-home + .breadcrumb-sep {
  color: #7f7f7f;
  margin-right: 10px;
}

html section.page-top .breadcrumb a.breadcrumb-home {
  position: relative;
  padding-right: 18px;
}

html section.page-top .breadcrumb a.breadcrumb-home:after {
  content: "";
  position: absolute;
  background: url(/Portals/_default/Skins/Porto/Resources/images/angle-right-regular.svg)
    no-repeat 0 0;
  width: 6px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

html
  section.page-top
  .breadcrumb
  span[id*="lblBreadCrumb"]
  > span
  > span:last-child
  > a
  > span {
  color: #d2232a;
}

html .breadcrumbs .breadcrumb {
  background-color: transparent;
  border-radius: 0;
}

html .breadcrumbs .breadcrumb .breadcrumb-item {  
  position: relative;
}

html .breadcrumbs .breadcrumb .breadcrumb-item:before {
  display: none;
}


html .breadcrumbs .breadcrumb .breadcrumb-item > a {
  color: #7f7f7f;
  font-family: "Roboto";
  font-size: 16px;
  padding-right: 18px;
}


html .breadcrumbs .breadcrumb .breadcrumb-item > a:before {
  content: "";  
  background: url(/Portals/_default/Skins/Porto/Resources/images/angle-left-regular.svg)
    no-repeat 0 0;
  width: 6px;
  height: 16px;  
  margin-right: 10px;
}

@media (max-width: 599px) {
  html .breadcrumbs .breadcrumb .breadcrumb-item {
    display: none;
  }

  html .breadcrumbs .breadcrumb .breadcrumb-item.breadcrumb-item:last-child {
    display: block;
}
}

@media (min-width: 600px) {
  html .breadcrumbs .breadcrumb .breadcrumb-item {
    display: block;
  }

  html .breadcrumbs .breadcrumb .breadcrumb-item > a:before {
    display: none;
  }

  html .breadcrumbs .breadcrumb .breadcrumb-item > a:after {
    content: "";   
    background: url(/Portals/_default/Skins/Porto/Resources/images/angle-right-regular.svg)
      no-repeat 0 0;
    width: 6px;
    height: 16px;    
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

html .breadcrumbs .breadcrumb .breadcrumb-item:last-child > a:after {
  display: none;
}

html .breadcrumbs .breadcrumb .breadcrumb-item.active > a {
  color: #d2232a;
  display: flex;
  align-items: center;
}

html body {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
}

a {
  color: #0088cc;
  font-family: Roboto;
  font-size: 16px;
}

a:visited {
  color: #0077b3;
  font-family: Roboto;
  font-size: 16px;
}

a:hover,
a:focus {
  color: #0099e6;
  font-family: Roboto;
  font-size: 16px;
}

a:active {
  color: #0077b3;
  font-family: Roboto;
  font-size: 16px;
}

a.btn, button.btn {
  font-family: 'Montserrat';
  font-size: 16px;
}

hr {
  background: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
}

header div.social-icons {
  display: block;
}

header #login .loginGroup {
  display: block;
}

header #login .registerGroup {
  display: block;
}

header nav.nav-main,
header .btn-responsive-nav,
header.pushdownHeader .btn-push-nav,
header .btn-responsive-nav .fas.fa-bars {
  display: inline-block;
}

header .logo {
  width: 220px;
}

.has-scrolled header .logo {
  width: 195px;
}


/* Footer Menu */

.body > #footer .primary-footer-menu ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.body > #footer .primary-footer-menu ul ul {
  display: none;
}

.body > #footer .primary-footer-menu ul > li {
  padding-top: 0.75rem;
}

.body > #footer .primary-footer-menu ul > li:last-child {
  margin-right: 0;
}

.body > #footer .primary-footer-menu a,
.primary-footer-menu a:link {
  font: normal normal 700 18px/1.5 Roboto;
  letter-spacing: 0.16px;
  color: #1A1A1A !important;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid black;
}

.body > #footer .secondary-footer-menu ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.body > #footer .secondary-footer-menu ul ul {
  display: none;
}

.body > #footer .secondary-footer-menu ul > li {
  margin-right: 30px;
}

.body > #footer .secondary-footer-menu ul > li:last-child {
  margin-right: 0;
}

.body > #footer .secondary-footer-menu a,
.secondary-footer-menu a:link {
  font: normal normal 500 16px/19px Roboto;
  letter-spacing: 0;
  color: #0d0d0d !important;
  display: block;
  padding: 0.5rem 0;
}

.body > #footer {
  color: #0d0d0d;
  font: normal normal 500 16px/24px Roboto;
}

.body > #footer .btn {
  font: normal normal 700 16px/16px Montserrat;
  letter-spacing: 0.8px;
  padding: 0.865rem 1.975rem;
  display: block;
}

.body > #footer .footer-logo-contact ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  text-align: center;
}

.body>#footer .footer-logo-contact ul > li:last-child ul {
  flex-flow: row;
}


.body > #footer .footer-logo-contact h1,
.body > #footer .footer-logo-contact h2,
.body > #footer .footer-logo-contact h3,
.body > #footer .footer-logo-contact h4 {
  font: normal normal 700 16px/19px Montserrat;
  letter-spacing: 0.16px;
  color: #0d0d0d !important;
  margin-bottom: 17px;
}

.body > #footer .footer-logo-contact .Normal > ul > li {
  margin-bottom: 2rem;
  width: 50%;
}

.body>#footer .footer-logo-contact .Normal > ul > li:first-child,
.body>#footer .footer-logo-contact .Normal > ul > li:last-child {
  width: 100%;
}

.body > #footer .footer-logo-contact .Normal > ul ul > li {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  color: #0062be;
}

.body > #footer .footer-logo-contact .Normal > ul ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #0063be !important;
  fill: #0063BE;
}

.body > #footer .footer-logo-contact .Normal > ul ul > li:last-child {
  margin: 0;
}

.body > #footer .footer-logo-contact .Normal > ul li:first-child ul {
  justify-content: center;
}

.body > #footer .footer-logo-contact .Normal > ul li:first-child ul > li {
  width: 50px;
  height: 50px;
  margin-top: 1rem;
}

.body > #footer .footer-logo-contact .Normal > ul > li:last-child ul {
  justify-content: center;
}

footer .terms {
  display: inline-block;
}

footer .copyright,
footer .terms:before {
  display: inline-block;
}

footer .privacy {
  display: inline-block;
}

header .language {
  display: block;
}

.type-wrap-1 .typed-cursor {
  color: #d22328;
}

.overlayHeader .nav-main.overlay ul > li.active > a,
.overlayHeader .nav-main.overlay ul > li:hover > a {
  background: transparent !important;
}

header .header-body {
  background: #ffffff;
  max-width: 1830px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header:not(.ddrheader) .header-body {
  padding: 0 15px;
}

body.sticky-menu-active header .header-body {
  border-bottom-color: #e6e6e6;
}

body.has-scrolled.sticky-menu-active header .header-body {
  border-bottom-color: transparent;
}

header.fixedheader .header-body {
  background: #ffffff !important;
}

header.flat-menu .header-container .header-column:not(:first-child) + .header-column {
  flex: none;
  align-self: auto;
}

.page-top {
  background-color: transparent;
  border-bottom-width: 0;
  border-top-width: 0;
}

.page-top.small {
  border-bottom-width: 0;
  border-top-width: 0;
}

.body > #footer {
  background: #0e0e0e;
  border-top-color: #0e0e0e;
}

.body > #footer .footer-copyright {
  background: #010101;
  border-top-color: #010101;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
  color: #d22328 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #d22328;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: #0062be !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #0062be;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
  color: #2baab1 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #2baab1;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
  color: #383f48 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #383f48;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
  color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light {
  color: #fff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #fff;
}

html .border-color-primary {
  border-color: #d22328 !important;
}

html .border-color-secondary {
  border-color: #0062be !important;
}

html .border-color-tertiary {
  border-color: #2baab1 !important;
}

html .border-color-quaternary {
  border-color: #383f48 !important;
}

html .border-color-dark {
  border-color: #2e353e !important;
}

html .border-color-light {
  border-color: #fff !important;
}

html .svg-fill-color-primary {
  fill: #d22328 !important;
}

html .svg-fill-color-secondary {
  fill: #0062be !important;
}

html .svg-fill-color-tertiary {
  fill: #2baab1 !important;
}

html .svg-fill-color-quaternary {
  fill: #383f48 !important;
}

html .svg-fill-color-dark {
  fill: #2e353e !important;
}

html .svg-fill-color-light {
  fill: #fff !important;
}

.simple-icon-list .simple-icon a:hover {
  background-color: #d22328;
}

.alternative-font {
  color: #d22328;
}

html .blockquote-primary {
  border-color: #d22328 !important;
}

html .blockquote-secondary {
  border-color: #0062be !important;
}

html .blockquote-tertiary {
  border-color: #2baab1 !important;
}

html .blockquote-quaternary {
  border-color: #383f48 !important;
}

html .blockquote-dark {
  border-color: #2e353e !important;
}

html .blockquote-light {
  border-color: #fff !important;
}

p.drop-caps:first-child:first-letter {
  color: #d22328;
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
  background-color: #d22328;
}

ul.nav-pills > li.active > a {
  background-color: #d22328;
  color: #fff;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: #d22328;
  color: #fff;
}

html .nav-pills .nav-link.active {
  background-color: #d22328;
  color: #fff;
}

html .nav-pills .nav-link.active:hover,
html .nav-pills .nav-link.active:focus {
  background-color: #d22328;
  color: #fff;
}

.sort-source-wrapper .nav > li.active > a {
  color: #d22328;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #d22328;
}

html .background-color-primary {
  background-color: #d22328 !important;
}

html .background-color-secondary {
  background-color: #0062be !important;
}

html .background-color-tertiary {
  background-color: #2baab1 !important;
}

html .background-color-quaternary {
  background-color: #383f48 !important;
}

html .background-color-dark {
  background-color: #2e353e !important;
}

html .background-color-light {
  background-color: #fff !important;
}

html .label-primary {
  background-color: #d22328;
}

html .badge-primary {
  background-color: #d22328;
  color: #fff;
}

html .label-secondary {
  background-color: #0062be;
}

html .badge-secondary {
  background-color: #0062be;
  color: #fff;
}

html .label-tertiary {
  background-color: #2baab1;
}

html .badge-tertiary {
  background-color: #2baab1;
  color: #fff;
}

html .label-quaternary {
  background-color: #383f48;
}

html .badge-quaternary {
  background-color: #383f48;
  color: #fff;
}

html .label-dark {
  background-color: #2e353e;
}

html .badge-dark {
  background-color: #2e353e;
  color: #fff;
}

html .label-light {
  background-color: #fff;
}

html .badge-light {
  background-color: #fff;
  color: #777;
}

html .btn-tertiary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}

html .btn-tertiary:hover {
  border-color: #30bec6 #30bec6 #26969c;
  background-color: #30bec6;
}

html .btn-tertiary:active,
html .btn-tertiary:focus {
  border-color: #26969c #26969c #26969c;
  background-color: #26969c;
}

html .btn-tertiary.dropdown-toggle {
  border-left-color: #26969c;
}

html .btn-tertiary[disabled] {
  border-color: #68d4da;
  background-color: #68d4da;
}

html .btn-tertiary:hover {
  color: #fff;
}

html .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem #3fc9d0 !important;
  color: #fff;
}

html .btn-tertiary:active {
  border-color: #2baab1 #2baab1 #218388 !important;
  background-color: #218388 !important;
  color: #fff;
}

html .btn-quaternary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

html .btn-quaternary:hover {
  border-color: #434c56 #434c56 #2d323a;
  background-color: #434c56;
}

html .btn-quaternary:active,
html .btn-quaternary:focus {
  border-color: #2d323a #2d323a #2d323a;
  background-color: #2d323a;
}

html .btn-quaternary.dropdown-toggle {
  border-left-color: #2d323a;
}

html .btn-quaternary[disabled] {
  border-color: #657181;
  background-color: #657181;
}

html .btn-quaternary:hover {
  color: #fff;
}

html .btn-quaternary:focus {
  box-shadow: 0 0 0 0.2rem #4e5865 !important;
  color: #fff;
}

html .btn-quaternary:active {
  border-color: #383f48 #383f48 #22262b !important;
  background-color: #22262b !important;
  color: #fff;
}

html .btn-dark {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
  border-color: #39424d #39424d #23282f;
  background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus {
  border-color: #23282f #23282f #23282f;
  background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
  border-left-color: #23282f;
}

html .btn-dark[disabled] {
  border-color: #596779;
  background-color: #596779;
}

html .btn-dark:hover {
  color: #fff;
}

html .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #444e5b !important;
  color: #fff;
}

html .btn-dark:active {
  border-color: #2e353e #2e353e #181c21 !important;
  background-color: #181c21 !important;
  color: #fff;
}

html .btn-outline.btn-primary {
  background: transparent;
  border-color: #d22328;
  color: #d22328;
  text-shadow: none;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d22328;
  border-color: #d22328 #d22328 #a61c20;
  border-color: #d22328 !important;
  color: #fff;
}

html .btn-outline.btn-primary:hover:hover,
html .btn-outline.btn-primary:focus:hover {
  border-color: #dd3237 #dd3237 #bc1f24;
  background-color: #dd3237;
}

html .btn-outline.btn-primary:hover:active,
html .btn-outline.btn-primary:focus:active,
html .btn-outline.btn-primary:hover:focus,
html .btn-outline.btn-primary:focus:focus {
  border-color: #bc1f24 #bc1f24 #bc1f24;
  background-color: #bc1f24;
}

html .btn-outline.btn-primary:hover.dropdown-toggle,
html .btn-outline.btn-primary:focus.dropdown-toggle {
  border-left-color: #bc1f24;
}

html .btn-outline.btn-primary:hover[disabled],
html .btn-outline.btn-primary:focus[disabled] {
  border-color: #e87377;
  background-color: #e87377;
}

html .btn-borders.btn-primary {
  background: transparent;
  border-color: #d22328;
  color: #d22328;
  text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d22328;
  border-color: #d22328 #d22328 #a61c20;
  border-color: #d22328 !important;
  color: #fff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
  border-color: #dd3237 #dd3237 #bc1f24;
  background-color: #dd3237;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus {
  border-color: #bc1f24 #bc1f24 #bc1f24;
  background-color: #bc1f24;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
  border-left-color: #bc1f24;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled] {
  border-color: #e87377;
  background-color: #e87377;
}

html .btn-outline.btn-secondary {
  background: transparent;
  border-color: #0062be;
  color: #0062be;
  text-shadow: none;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0062be;
  border-color: #0062be #0062be #00488b;
  border-color: #0062be !important;
  color: #fff;
}

html .btn-outline.btn-secondary:hover:hover,
html .btn-outline.btn-secondary:focus:hover {
  border-color: #006fd8 #006fd8 #0055a5;
  background-color: #006fd8;
}

html .btn-outline.btn-secondary:hover:active,
html .btn-outline.btn-secondary:focus:active,
html .btn-outline.btn-secondary:hover:focus,
html .btn-outline.btn-secondary:focus:focus {
  border-color: #0055a5 #0055a5 #0055a5;
  background-color: #0055a5;
}

html .btn-outline.btn-secondary:hover.dropdown-toggle,
html .btn-outline.btn-secondary:focus.dropdown-toggle {
  border-left-color: #0055a5;
}

html .btn-outline.btn-secondary:hover[disabled],
html .btn-outline.btn-secondary:focus[disabled] {
  border-color: #2595ff;
  background-color: #2595ff;
}

html .btn-borders.btn-secondary {
  background: transparent;
  border-color: #0062be;
  color: #0062be;
  text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0062be;
  border-color: #0062be #0062be #00488b;
  border-color: #0062be !important;
  color: #fff;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
  border-color: #006fd8 #006fd8 #0055a5;
  background-color: #006fd8;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus {
  border-color: #0055a5 #0055a5 #0055a5;
  background-color: #0055a5;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
  border-left-color: #0055a5;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled] {
  border-color: #2595ff;
  background-color: #2595ff;
}

html .btn-outline.btn-tertiary {
  background: transparent;
  border-color: #2baab1;
  color: #2baab1;
  text-shadow: none;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  border-color: #2baab1 !important;
  color: #fff;
}

html .btn-outline.btn-tertiary:hover:hover,
html .btn-outline.btn-tertiary:focus:hover {
  border-color: #30bec6 #30bec6 #26969c;
  background-color: #30bec6;
}

html .btn-outline.btn-tertiary:hover:active,
html .btn-outline.btn-tertiary:focus:active,
html .btn-outline.btn-tertiary:hover:focus,
html .btn-outline.btn-tertiary:focus:focus {
  border-color: #26969c #26969c #26969c;
  background-color: #26969c;
}

html .btn-outline.btn-tertiary:hover.dropdown-toggle,
html .btn-outline.btn-tertiary:focus.dropdown-toggle {
  border-left-color: #26969c;
}

html .btn-outline.btn-tertiary:hover[disabled],
html .btn-outline.btn-tertiary:focus[disabled] {
  border-color: #68d4da;
  background-color: #68d4da;
}

html .btn-borders.btn-tertiary {
  background: transparent;
  border-color: #2baab1;
  color: #2baab1;
  text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  border-color: #2baab1 !important;
  color: #fff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
  border-color: #30bec6 #30bec6 #26969c;
  background-color: #30bec6;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus {
  border-color: #26969c #26969c #26969c;
  background-color: #26969c;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
  border-left-color: #26969c;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled] {
  border-color: #68d4da;
  background-color: #68d4da;
}

html .btn-outline.btn-quaternary {
  background: transparent;
  border-color: #383f48;
  color: #383f48;
  text-shadow: none;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  border-color: #383f48 !important;
  color: #fff;
}

html .btn-outline.btn-quaternary:hover:hover,
html .btn-outline.btn-quaternary:focus:hover {
  border-color: #434c56 #434c56 #2d323a;
  background-color: #434c56;
}

html .btn-outline.btn-quaternary:hover:active,
html .btn-outline.btn-quaternary:focus:active,
html .btn-outline.btn-quaternary:hover:focus,
html .btn-outline.btn-quaternary:focus:focus {
  border-color: #2d323a #2d323a #2d323a;
  background-color: #2d323a;
}

html .btn-outline.btn-quaternary:hover.dropdown-toggle,
html .btn-outline.btn-quaternary:focus.dropdown-toggle {
  border-left-color: #2d323a;
}

html .btn-outline.btn-quaternary:hover[disabled],
html .btn-outline.btn-quaternary:focus[disabled] {
  border-color: #657181;
  background-color: #657181;
}

html .btn-borders.btn-quaternary {
  background: transparent;
  border-color: #383f48;
  color: #383f48;
  text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  border-color: #383f48 !important;
  color: #fff;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
  border-color: #434c56 #434c56 #2d323a;
  background-color: #434c56;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus {
  border-color: #2d323a #2d323a #2d323a;
  background-color: #2d323a;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
  border-left-color: #2d323a;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled] {
  border-color: #657181;
  background-color: #657181;
}

html .btn-outline.btn-dark {
  background: transparent;
  border-color: #2e353e;
  color: #2e353e;
  text-shadow: none;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  border-color: #2e353e !important;
  color: #fff;
}

html .btn-outline.btn-dark:hover:hover,
html .btn-outline.btn-dark:focus:hover {
  border-color: #39424d #39424d #23282f;
  background-color: #39424d;
}

html .btn-outline.btn-dark:hover:active,
html .btn-outline.btn-dark:focus:active,
html .btn-outline.btn-dark:hover:focus,
html .btn-outline.btn-dark:focus:focus {
  border-color: #23282f #23282f #23282f;
  background-color: #23282f;
}

html .btn-outline.btn-dark:hover.dropdown-toggle,
html .btn-outline.btn-dark:focus.dropdown-toggle {
  border-left-color: #23282f;
}

html .btn-outline.btn-dark:hover[disabled],
html .btn-outline.btn-dark:focus[disabled] {
  border-color: #596779;
  background-color: #596779;
}

html .btn-borders.btn-dark {
  background: transparent;
  border-color: #2e353e;
  color: #2e353e;
  text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  border-color: #2e353e !important;
  color: #fff;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
  border-color: #39424d #39424d #23282f;
  background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus {
  border-color: #23282f #23282f #23282f;
  background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
  border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled] {
  border-color: #596779;
  background-color: #596779;
}

html .btn-outline.btn-light {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: none;
}

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  border-color: #fff !important;
  color: #777;
}

html .btn-outline.btn-light:hover:hover,
html .btn-outline.btn-light:focus:hover {
  border-color: #ffffff #ffffff #f2f2f2;
  background-color: #ffffff;
}

html .btn-outline.btn-light:hover:active,
html .btn-outline.btn-light:focus:active,
html .btn-outline.btn-light:hover:focus,
html .btn-outline.btn-light:focus:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}

html .btn-outline.btn-light:hover.dropdown-toggle,
html .btn-outline.btn-light:focus.dropdown-toggle {
  border-left-color: #f2f2f2;
}

html .btn-outline.btn-light:hover[disabled],
html .btn-outline.btn-light:focus[disabled] {
  border-color: #ffffff;
  background-color: #ffffff;
}

html .btn-borders.btn-light {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  border-color: #fff !important;
  color: #777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
  border-color: #ffffff #ffffff #f2f2f2;
  background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
  border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled] {
  border-color: #ffffff;
  background-color: #ffffff;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #d22328;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #d22328 !important;
  border-color: #d22328;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #d22328;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #d22328;
  border-color: #d22328;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d22328;
  border-color: #d22328 #d22328 #a61c20;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
  border-color: #dd3237 #dd3237 #bc1f24;
  background-color: #dd3237;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus {
  border-color: #bc1f24 #bc1f24 #bc1f24;
  background-color: #bc1f24;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
  border-left-color: #bc1f24;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled] {
  border-color: #e87377;
  background-color: #e87377;
}

html .alert-primary {
  background-color: #d22328;
  border-color: #c52126;
  color: #fff;
}

html .alert-primary .alert-link {
  color: #fff;
}

html .alert-secondary {
  background-color: #0062be;
  border-color: #005aaf;
  color: #fff;
}

html .alert-secondary .alert-link {
  color: #fff;
}

html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #fff;
}

html .alert-tertiary .alert-link {
  color: #fff;
}

html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #fff;
}

html .alert-quaternary .alert-link {
  color: #fff;
}

html .alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #fff;
}

html .alert-dark .alert-link {
  color: #fff;
}

html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}

html .alert-light .alert-link {
  color: #777;
}

html .progress-bar-primary {
  background-color: #d22328;
}

html .progress-bar-secondary {
  background-color: #0062be;
}

html .progress-bar-tertiary {
  background-color: #2baab1;
}

html .progress-bar-quaternary {
  background-color: #383f48;
}

html .progress-bar-dark {
  background-color: #2e353e;
}

html .progress-bar-light {
  background-color: #fff;
}

html section.section-primary {
  background-color: #d22328 !important;
  border-color: #bc1f24 !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}

html section.section-primary p {
  color: #e6e6e6;
}

html section.section-secondary {
  background-color: #0062be !important;
  border-color: #0055a5 !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}

html section.section-secondary p {
  color: #e6e6e6;
}

html section.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #fff;
}

html section.section-tertiary p {
  color: #e6e6e6;
}

html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #fff;
}

html section.section-quaternary p {
  color: #e6e6e6;
}

html section.section-dark {
  background-color: #2e353e !important;
  border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}

html section.section-dark p {
  color: #e6e6e6;
}

html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}

html section.section-light p {
  color: #5e5e5e;
}

html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
  background-color: #333a44 !important;
  border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
  background-color: #495362 !important;
  border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
  background-color: #5e6b7f !important;
  border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
  background-color: #77849a !important;
  border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
  background-color: #949faf !important;
  border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
  background-color: #b1b9c5 !important;
  border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
  background-color: #ced3db !important;
  border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
  background-color: #ebeef1 !important;
  border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
  background-color: #ffffff !important;
  border-top-color: #f7f7f7 !important;
}

section.page-top h1 {
  border-bottom-color: #d22328;
}

section.page-top.custom-product {
  background-color: #bc1f24;
  border-top-color: #c92226;
}

html .page-top-color.page-top-primary {
  background-color: #d22328;
  border-bottom-color: #d22328;
  color: #fff;
}

html .page-top-color.page-top-primary h1 {
  color: #fff;
}

html .page-top-color.page-top-primary h1 span {
  color: #fff;
}

html .page-top-color.page-top-primary a {
  color: #fff;
}

html .page-top-color.page-top-primary .breadcrumb > .active {
  color: #fff;
}

html .page-top-color.page-top-secondary {
  background-color: #0062be;
  border-bottom-color: #0062be;
  color: #fff;
}

html .page-top-color.page-top-secondary h1 {
  color: #fff;
}

html .page-top-color.page-top-secondary h1 span {
  color: #fff;
}

html .page-top-color.page-top-secondary a {
  color: #fff;
}

html .page-top-color.page-top-secondary .breadcrumb > .active {
  color: #fff;
}

html .page-top-color.page-top-tertiary {
  background-color: #2baab1;
  border-bottom-color: #2baab1;
  color: #fff;
}

html .page-top-color.page-top-tertiary h1 {
  color: #fff;
}

html .page-top-color.page-top-tertiary h1 span {
  color: #fff;
}

html .page-top-color.page-top-tertiary a {
  color: #fff;
}

html .page-top-color.page-top-tertiary .breadcrumb > .active {
  color: #fff;
}

html .page-top-color.page-top-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #fff;
}

html .page-top-color.page-top-quaternary h1 {
  color: #fff;
}

html .page-top-color.page-top-quaternary h1 span {
  color: #fff;
}

html .page-top-color.page-top-quaternary a {
  color: #fff;
}

html .page-top-color.page-top-quaternary .breadcrumb > .active {
  color: #fff;
}

html .page-top-color.page-top-dark {
  background-color: #2e353e;
  border-bottom-color: #2e353e;
  color: #fff;
}

html .page-top-color.page-top-dark h1 {
  color: #fff;
}

html .page-top-color.page-top-dark h1 span {
  color: #fff;
}

html .page-top-color.page-top-dark a {
  color: #fff;
}

html .page-top-color.page-top-dark .breadcrumb > .active {
  color: #fff;
}

html .page-top-color.page-top-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}

html .page-top-color.page-top-light h1 {
  color: #777;
}

html .page-top-color.page-top-light h1 span {
  color: #777;
}

html .page-top-color.page-top-light a {
  color: #777;
}

html .page-top-color.page-top-light .breadcrumb > .active {
  color: #777;
}

html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-heading {
  color: #d22328;
  border-left-color: #d22328;
  border-right-color: #d22328;
}

html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-heading {
  background-color: #d22328;
  border-color: #d22328;
  color: #fff;
}

html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-heading:after {
  background-color: #d22328;
}

html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-heading {
  color: #0062be;
  border-left-color: #0062be;
  border-right-color: #0062be;
}

html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-heading {
  background-color: #0062be;
  border-color: #0062be;
  color: #fff;
}

html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-heading:after {
  background-color: #0062be;
}

html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-heading {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}

html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-heading {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #fff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-heading:after {
  background-color: #2baab1;
}

html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-heading {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-heading {
  background-color: #383f48;
  border-color: #383f48;
  color: #fff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-heading:after {
  background-color: #383f48;
}

html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-heading {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-heading {
  background-color: #2e353e;
  border-color: #2e353e;
  color: #fff;
}

html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-heading:after {
  background-color: #2e353e;
}

html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-heading {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}

html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-heading {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-heading:after {
  background-color: #fff;
}

.thumb-info .thumb-info-type {
  background-color: #d22328;
}

.thumb-info .thumb-info-action-icon {
  background-color: #d22328;
}

.thumb-info-social-icons a {
  background-color: #d22328;
}

.thumbnail .zoom {
  background-color: #d22328;
}

.img-thumbnail .zoom {
  background-color: #d22328;
}

html .thumb-info .thumb-info-action-icon-primary {
  background-color: #d22328;
}

html .thumb-info .thumb-info-action-icon-primary i,
html .thumb-info .thumb-info-action-icon-primary em {
  color: #fff;
}

html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #0062be;
}

html .thumb-info .thumb-info-action-icon-secondary i,
html .thumb-info .thumb-info-action-icon-secondary em {
  color: #fff;
}

html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}

html .thumb-info .thumb-info-action-icon-tertiary i,
html .thumb-info .thumb-info-action-icon-tertiary em {
  color: #fff;
}

html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}

html .thumb-info .thumb-info-action-icon-quaternary i,
html .thumb-info .thumb-info-action-icon-quaternary em {
  color: #fff;
}

html .thumb-info .thumb-info-action-icon-dark {
  background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i,
html .thumb-info .thumb-info-action-icon-dark em {
  color: #fff;
}

html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}

html .thumb-info .thumb-info-action-icon-light i,
html .thumb-info .thumb-info-action-icon-light em {
  color: #777;
}

.inverted {
  background-color: #d22328;
}

html .inverted-primary {
  background-color: #d22328;
}

html .inverted-secondary {
  background-color: #0062be;
}

html .inverted-tertiary {
  background-color: #2baab1;
}

html .inverted-quaternary {
  background-color: #383f48;
}

html .inverted-dark {
  background-color: #2e353e;
}

html .inverted-light {
  background-color: #fff;
}

.social-icons-list a {
  background-color: #d22328;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #b81f23;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #b81f23;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
  color: #d22328;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  color: #d22328;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d22328;
  border-color: #d22328 #d22328 #a61c20;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  border-color: #dd3237 #dd3237 #bc1f24;
  background-color: #dd3237;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  border-color: #bc1f24 #bc1f24 #bc1f24;
  background-color: #bc1f24;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
  border-left-color: #bc1f24;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
  border-color: #e87377;
  background-color: #e87377;
}

.owl-nav [class*="owl-"] {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d22328;
  border-color: #d22328 #d22328 #a61c20;
}

.owl-nav [class*="owl-"]:hover {
  border-color: #dd3237 #dd3237 #bc1f24;
  background-color: #dd3237;
}

.owl-nav [class*="owl-"]:active,
.owl-nav [class*="owl-"]:focus {
  border-color: #bc1f24 #bc1f24 #bc1f24;
  background-color: #bc1f24;
}

.owl-nav [class*="owl-"].dropdown-toggle {
  border-left-color: #bc1f24;
}

.owl-nav [class*="owl-"][disabled] {
  border-color: #e87377;
  background-color: #e87377;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
  color: #d22328;
}

html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
  border-top-color: #d22328;
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
  border-top-color: #d22328;
  color: #d22328;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #d22328;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #d22328;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-left-color: transparent;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: #d22328;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #d22328;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #d22328;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #d22328;
  color: #d22328;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #d22328;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #d22328;
}

html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #d22328;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: transparent;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #d22328;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #d22328;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #d22328;
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: #0062be;
}

html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: #0062be;
}

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #0062be;
  color: #0062be;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #0062be;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #0062be;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #0062be;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #0062be;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #0062be;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #0062be;
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  color: #2baab1;
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  border-top-color: #2baab1;
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2baab1;
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  color: #383f48;
}

html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  border-top-color: #383f48;
}

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #383f48;
  color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: #2e353e;
}

html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  color: #fff;
}

html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: #fff;
}

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #fff;
  color: #fff;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #fff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: #fff;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #fff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #fff;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #fff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #fff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-right-color: transparent;
  border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: transparent;
  border-left-color: #d22328;
}

.list.list-icons li .fa,
.list.list-icons li .fas,
.list.list-icons li .far,
.list.list-icons li .fal,
.list.list-icons li .fab {
  color: #d22328;
  border-color: #d22328;
}

.list.list-icons.list-icons-style-3 li .fa,
.list.list-icons.list-icons-style-3 li .fas,
.list.list-icons.list-icons-style-3 li .far,
.list.list-icons.list-icons-style-3 li .fal,
.list.list-icons.list-icons-style-3 li .fab {
  background-color: #d22328;
}

.list.list-ordened li:before {
  color: #d22328;
  border-color: #d22328;
}

.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
}

html .list-primary.list-icons li .fa,
html .list-primary.list-icons li .fas,
html .list-primary.list-icons li .far,
html .list-primary.list-icons li .fal,
html .list-primary.list-icons li .fab {
  color: #d22328;
  border-color: #d22328;
}

html .list-primary.list-icons.list-icons-style-3 li .fa,
html .list-primary.list-icons.list-icons-style-3 li .fas,
html .list-primary.list-icons.list-icons-style-3 li .far,
html .list-primary.list-icons.list-icons-style-3 li .fal,
html .list-primary.list-icons.list-icons-style-3 li .fab {
  background-color: #d22328;
  color: #fff;
}

html .list-primary.list-ordened li:before {
  color: #d22328;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #fff;
}

html .list-secondary.list-icons li .fa,
html .list-secondary.list-icons li .fas,
html .list-secondary.list-icons li .far,
html .list-secondary.list-icons li .fal,
html .list-secondary.list-icons li .fab {
  color: #0062be;
  border-color: #0062be;
}

html .list-secondary.list-icons.list-icons-style-3 li .fa,
html .list-secondary.list-icons.list-icons-style-3 li .fas,
html .list-secondary.list-icons.list-icons-style-3 li .far,
html .list-secondary.list-icons.list-icons-style-3 li .fal,
html .list-secondary.list-icons.list-icons-style-3 li .fab {
  background-color: #0062be;
  color: #fff;
}

html .list-secondary.list-ordened li:before {
  color: #0062be;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #fff;
}

html .list-tertiary.list-icons li .fa,
html .list-tertiary.list-icons li .fas,
html .list-tertiary.list-icons li .far,
html .list-tertiary.list-icons li .fal,
html .list-tertiary.list-icons li .fab {
  color: #2baab1;
  border-color: #2baab1;
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa,
html .list-tertiary.list-icons.list-icons-style-3 li .fas,
html .list-tertiary.list-icons.list-icons-style-3 li .far,
html .list-tertiary.list-icons.list-icons-style-3 li .fal,
html .list-tertiary.list-icons.list-icons-style-3 li .fab {
  background-color: #2baab1;
  color: #fff;
}

html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #fff;
}

html .list-quaternary.list-icons li .fa,
html .list-quaternary.list-icons li .fas,
html .list-quaternary.list-icons li .far,
html .list-quaternary.list-icons li .fal,
html .list-quaternary.list-icons li .fab {
  color: #383f48;
  border-color: #383f48;
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa,
html .list-quaternary.list-icons.list-icons-style-3 li .fas,
html .list-quaternary.list-icons.list-icons-style-3 li .far,
html .list-quaternary.list-icons.list-icons-style-3 li .fal,
html .list-quaternary.list-icons.list-icons-style-3 li .fab {
  background-color: #383f48;
  color: #fff;
}

html .list-quaternary.list-ordened li:before {
  color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #fff;
}

html .list-dark.list-icons li .fa,
html .list-dark.list-icons li .fas,
html .list-dark.list-icons li .far,
html .list-dark.list-icons li .fal,
html .list-dark.list-icons li .fab {
  color: #2e353e;
  border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li .fa,
html .list-dark.list-icons.list-icons-style-3 li .fas,
html .list-dark.list-icons.list-icons-style-3 li .far,
html .list-dark.list-icons.list-icons-style-3 li .fal,
html .list-dark.list-icons.list-icons-style-3 li .fab {
  background-color: #2e353e;
  color: #fff;
}

html .list-dark.list-ordened li:before {
  color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #fff;
}

html .list-light.list-icons li .fa,
html .list-light.list-icons li .fas,
html .list-light.list-icons li .far,
html .list-light.list-icons li .fal,
html .list-light.list-icons li .fab {
  color: #fff;
  border-color: #fff;
}

html .list-light.list-icons.list-icons-style-3 li .fa,
html .list-light.list-icons.list-icons-style-3 li .fas,
html .list-light.list-icons.list-icons-style-3 li .far,
html .list-light.list-icons.list-icons-style-3 li .fal,
html .list-light.list-icons.list-icons-style-3 li .fab {
  background-color: #fff;
  color: #777;
}

html .list-light.list-ordened li:before {
  color: #fff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #d22328;
  color: #777;
}

.parallax blockquote i.fa-quote-left,
.parallax blockquote em.fa-quote-left {
  color: #d22328;
}

section.video blockquote i.fa-quote-left,
section.video blockquote em.fa-quote-left {
  color: #d22328;
}

.panel-group .panel-heading a {
  color: #d22328;
}

html .panel-group.panel-group-primary .panel-heading {
  background-color: #d22328 !important;
}

html .panel-group.panel-group-primary .panel-heading a {
  color: #fff;
}

html .panel-group.panel-group-secondary .panel-heading {
  background-color: #0062be !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
  color: #fff;
}

html .panel-group.panel-group-tertiary .panel-heading {
  background-color: #2baab1 !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
  color: #fff;
}

html .panel-group.panel-group-quaternary .panel-heading {
  background-color: #383f48 !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
  color: #fff;
}

html .panel-group.panel-group-dark .panel-heading {
  background-color: #2e353e !important;
}

html .panel-group.panel-group-dark .panel-heading a {
  color: #fff;
}

html .panel-group.panel-group-light .panel-heading {
  background-color: #fff !important;
}

html .panel-group.panel-group-light .panel-heading a {
  color: #777;
}

html .divider.divider-primary .fa,
html .divider.divider-primary .fas,
html .divider.divider-primary .far,
html .divider.divider-primary .fal,
html .divider.divider-primary .fab {
  color: #d22328;
}

html .divider.divider-primary.divider-small hr {
  background: #d22328;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .fas,
html .divider.divider-secondary .far,
html .divider.divider-secondary .fal,
html .divider.divider-secondary .fab {
  color: #0062be;
}

html .divider.divider-secondary.divider-small hr {
  background: #0062be;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .fas,
html .divider.divider-tertiary .far,
html .divider.divider-tertiary .fal,
html .divider.divider-tertiary .fab {
  color: #2baab1;
}

html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .fas,
html .divider.divider-quaternary .far,
html .divider.divider-quaternary .fal,
html .divider.divider-quaternary .fab {
  color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .fas,
html .divider.divider-dark .far,
html .divider.divider-dark .fal,
html .divider.divider-dark .fab {
  color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
  background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .fas,
html .divider.divider-light .far,
html .divider.divider-light .fal,
html .divider.divider-light .fab {
  color: #fff;
}

html .divider.divider-light.divider-small hr {
  background: #fff;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .fab {
  background: #d22328;
  color: #fff;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .fas,
html .divider.divider-style-2.divider-secondary .far,
html .divider.divider-style-2.divider-secondary .fal,
html .divider.divider-style-2.divider-secondary .fab {
  background: #0062be;
  color: #fff;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .fas,
html .divider.divider-style-2.divider-tertiary .far,
html .divider.divider-style-2.divider-tertiary .fal,
html .divider.divider-style-2.divider-tertiary .fab {
  background: #2baab1;
  color: #fff;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .fas,
html .divider.divider-style-2.divider-quaternary .far,
html .divider.divider-style-2.divider-quaternary .fal,
html .divider.divider-style-2.divider-quaternary .fab {
  background: #383f48;
  color: #fff;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .fas,
html .divider.divider-style-2.divider-dark .far,
html .divider.divider-style-2.divider-dark .fal,
html .divider.divider-style-2.divider-dark .fab {
  background: #2e353e;
  color: #fff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .fas,
html .divider.divider-style-2.divider-light .far,
html .divider.divider-style-2.divider-light .fal,
html .divider.divider-style-2.divider-light .fab {
  background: #fff;
  color: #777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .fab {
  border-color: #d22328;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .fas,
html .divider.divider-style-3.divider-secondary .far,
html .divider.divider-style-3.divider-secondary .fal,
html .divider.divider-style-3.divider-secondary .fab {
  border-color: #0062be;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .fas,
html .divider.divider-style-3.divider-tertiary .far,
html .divider.divider-style-3.divider-tertiary .fal,
html .divider.divider-style-3.divider-tertiary .fab {
  border-color: #2baab1;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .fas,
html .divider.divider-style-3.divider-quaternary .far,
html .divider.divider-style-3.divider-quaternary .fal,
html .divider.divider-style-3.divider-quaternary .fab {
  border-color: #383f48;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .fas,
html .divider.divider-style-3.divider-dark .far,
html .divider.divider-style-3.divider-dark .fal,
html .divider.divider-style-3.divider-dark .fab {
  border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .fas,
html .divider.divider-style-3.divider-light .far,
html .divider.divider-style-3.divider-light .fal,
html .divider.divider-style-3.divider-light .fab {
  border-color: #fff;
}

header nav ul.nav-main .tip {
  background: #d22328;
  color: #fff;
}

header nav ul.nav-main .tip:before {
  border-right-color: #d22328;
}

.v-menu ul.nav-main {
  background-color: #171717;
  border-color: #171717;
}

.v-menu ul.nav-main li {
  border-bottom-color: #313131;
}

.v-menu ul.nav-main ul > li > a {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 12px;
}

.v-menu ul.nav-main a {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 12px;
}

.v-menu ul.nav-main li.active > a {
  color: #0088cc;
  font-family: Open Sans;
  font-size: 12px;
}

html header nav ul.nav-main .tip-primary {
  background: #d22328 !important;
  color: #fff !important;
}

html header nav ul.nav-main .tip-primary:before {
  border-right-color: #d22328 !important;
}

html header nav ul.nav-main .tip-secondary {
  background: #0062be !important;
  color: #fff !important;
}

html header nav ul.nav-main .tip-secondary:before {
  border-right-color: #0062be !important;
}

html header nav ul.nav-main .tip-tertiary {
  background: #2baab1 !important;
  color: #fff !important;
}

html header nav ul.nav-main .tip-tertiary:before {
  border-right-color: #2baab1 !important;
}

html header nav ul.nav-main .tip-quaternary {
  background: #383f48 !important;
  color: #fff !important;
}

html header nav ul.nav-main .tip-quaternary:before {
  border-right-color: #383f48 !important;
}

html header nav ul.nav-main .tip-dark {
  background: #2e353e !important;
  color: #fff !important;
}

html header nav ul.nav-main .tip-dark:before {
  border-right-color: #2e353e !important;
}

html header nav ul.nav-main .tip-light {
  background: #fff !important;
  color: #777 !important;
}

html header nav ul.nav-main .tip-light:before {
  border-right-color: #fff !important;
}

html[dir="rtl"] header nav ul.nav-main .tip.skin:before {
  border-left-color: #d22328;
}

.darken-border-top {
  border-top: 5px solid #bc1f24 !important;
}

.testimonial blockquote {
  background: #dd3237;
}

.testimonial .testimonial-arrow-down {
  border-top-color: #dd3237;
}

html .testimonial-primary blockquote {
  background: #dd3237;
}

html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #dd3237;
}

html .testimonial-secondary blockquote {
  background: #006fd8;
}

html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #006fd8;
}

html .testimonial-tertiary blockquote {
  background: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}

html .testimonial-quaternary blockquote {
  background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}

html .testimonial-dark blockquote {
  background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #39424d;
}

html .testimonial-light blockquote {
  background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .fab {
  color: #d22328;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .fas,
html .counters .counter-primary .far,
html .counters .counter-primary .fal,
html .counters .counter-primary .fab,
html .counters .counter-primary strong {
  color: #d22328;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .fas,
html .counters .counter-secondary .far,
html .counters .counter-secondary .fal,
html .counters .counter-secondary .fab,
html .counters .counter-secondary strong {
  color: #0062be;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .fas,
html .counters .counter-tertiary .far,
html .counters .counter-tertiary .fal,
html .counters .counter-tertiary .fab,
html .counters .counter-tertiary strong {
  color: #2baab1;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .fas,
html .counters .counter-quaternary .far,
html .counters .counter-quaternary .fal,
html .counters .counter-quaternary .fab,
html .counters .counter-quaternary strong {
  color: #383f48;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .fas,
html .counters .counter-dark .far,
html .counters .counter-dark .fal,
html .counters .counter-dark .fab,
html .counters .counter-dark strong {
  color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .fas,
html .counters .counter-light .far,
html .counters .counter-light .fal,
html .counters .counter-light .fab,
html .counters .counter-light strong {
  color: #fff;
}

html .countdown.countdown-primary span > span {
  color: #d22328;
}

html .countdown.countdown-secondary span > span {
  color: #0062be;
}

html .countdown.countdown-tertiary span > span {
  color: #2baab1;
}

html .countdown.countdown-quaternary span > span {
  color: #383f48;
}

html .countdown.countdown-dark span > span {
  color: #2e353e;
}

html .countdown.countdown-light span > span {
  color: #fff;
}

.icon-featured {
  background-color: #d22328;
}

.featured-box-primary .icon-featured {
  background-color: #d22328;
}

.featured-box-primary .icon-featured:after {
  border-color: #d22328;
}

.featured-box-primary h4 {
  color: #d22328;
}

.featured-box-primary .box-content {
  border-top-color: #d22328;
}

html .featured-box-primary .icon-featured {
  background-color: #d22328;
}

html .featured-box-primary h4 {
  color: #d22328;
}

html .featured-box-primary .box-content {
  border-top-color: #d22328;
}

html .featured-box-secondary .icon-featured {
  background-color: #0062be;
}

html .featured-box-secondary h4 {
  color: #0062be;
}

html .featured-box-secondary .box-content {
  border-top-color: #0062be;
}

html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}

html .featured-box-tertiary h4 {
  color: #2baab1;
}

html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}

html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}

html .featured-box-quaternary h4 {
  color: #383f48;
}

html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}

html .featured-box-dark .icon-featured {
  background-color: #2e353e;
}

html .featured-box-dark h4 {
  color: #2e353e;
}

html .featured-box-dark .box-content {
  border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
  background-color: #fff;
}

html .featured-box-light h4 {
  color: #fff;
}

html .featured-box-light .box-content {
  border-top-color: #fff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #d22328;
  color: #d22328;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #0062be;
  color: #0062be;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2BAAB1;
  color: #2BAAB1;
}

html
  .featured-boxes-style-3
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #d22328;
  color: #d22328;
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #0062be;
  color: #0062be;
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #d22328;
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #0062be;
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #d22328;
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #0062be;
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #d22328;
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #0062be;
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #d22328;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #0062be;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #d22328;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #d22328 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #0062be;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #0062be !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important;
}

.feature-box .feature-box-icon {
  background-color: #d22328;
}

html .feature-box-primary .feature-box-icon {
  background-color: #d22328;
}

html .feature-box-secondary .feature-box-icon {
  background-color: #0062be;
}

html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}

html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}

html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
  background-color: #fff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon em.fa,
.feature-box.feature-box-style-2 .feature-box-icon i.fas,
.feature-box.feature-box-style-2 .feature-box-icon em.fas,
.feature-box.feature-box-style-2 .feature-box-icon i.far,
.feature-box.feature-box-style-2 .feature-box-icon em.far,
.feature-box.feature-box-style-2 .feature-box-icon i.fal,
.feature-box.feature-box-style-2 .feature-box-icon em.fal,
.feature-box.feature-box-style-2 .feature-box-icon i.fab,
.feature-box.feature-box-style-2 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fab {
  color: #0062be;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fab {
  color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fab {
  color: #383f48;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fab {
  color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon em.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon em.fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon i.far,
html .feature-box-light.feature-box-style-2 .feature-box-icon em.far,
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon em.fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fab,
html .feature-box-light.feature-box-style-2 .feature-box-icon em.fab {
  color: #fff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #d22328;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon em.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.fas,
.feature-box.feature-box-style-3 .feature-box-icon em.fas,
.feature-box.feature-box-style-3 .feature-box-icon i.far,
.feature-box.feature-box-style-3 .feature-box-icon em.far,
.feature-box.feature-box-style-3 .feature-box-icon i.fal,
.feature-box.feature-box-style-3 .feature-box-icon em.fal,
.feature-box.feature-box-style-3 .feature-box-icon i.fab,
.feature-box.feature-box-style-3 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #d22328;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #0062be;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fab {
  color: #0062be;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fab {
  color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fab {
  color: #383f48;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-dark.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fab {
  color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon em.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fas,
html .feature-box-light.feature-box-style-3 .feature-box-icon em.fas,
html .feature-box-light.feature-box-style-3 .feature-box-icon i.far,
html .feature-box-light.feature-box-style-3 .feature-box-icon em.far,
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fal,
html .feature-box-light.feature-box-style-3 .feature-box-icon em.fal,
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fab,
html .feature-box-light.feature-box-style-3 .feature-box-icon em.fab {
  color: #fff;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon em.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.fas,
.feature-box.feature-box-style-4 .feature-box-icon em.fas,
.feature-box.feature-box-style-4 .feature-box-icon i.far,
.feature-box.feature-box-style-4 .feature-box-icon em.far,
.feature-box.feature-box-style-4 .feature-box-icon i.fal,
.feature-box.feature-box-style-4 .feature-box-icon em.fal,
.feature-box.feature-box-style-4 .feature-box-icon i.fab,
.feature-box.feature-box-style-4 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fab {
  color: #0062be;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fab {
  color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fab {
  color: #383f48;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fab {
  color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon em.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon em.fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon i.far,
html .feature-box-light.feature-box-style-4 .feature-box-icon em.far,
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon em.fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fab,
html .feature-box-light.feature-box-style-4 .feature-box-icon em.fab {
  color: #fff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon em.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.fas,
.feature-box.feature-box-style-5 .feature-box-icon em.fas,
.feature-box.feature-box-style-5 .feature-box-icon i.far,
.feature-box.feature-box-style-5 .feature-box-icon em.far,
.feature-box.feature-box-style-5 .feature-box-icon i.fal,
.feature-box.feature-box-style-5 .feature-box-icon em.fal,
.feature-box.feature-box-style-5 .feature-box-icon i.fab,
.feature-box.feature-box-style-5 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fab {
  color: #0062be;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fab {
  color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fab {
  color: #383f48;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fab {
  color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon em.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon em.fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.far,
html .feature-box-light.feature-box-style-5 .feature-box-icon em.far,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon em.fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fab,
html .feature-box-light.feature-box-style-5 .feature-box-icon em.fab {
  color: #fff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fab {
  color: #d22328;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fab {
  color: #0062be;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fab {
  color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fab {
  color: #383f48;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fab {
  color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon em.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon em.fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.far,
html .feature-box-light.feature-box-style-6 .feature-box-icon em.far,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon em.fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fab,
html .feature-box-light.feature-box-style-6 .feature-box-icon em.fab {
  color: #fff;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(1)
  .featured-box-full-primary {
  background-color: #a61c20;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(2)
  .featured-box-full-primary {
  background-color: #bc1f24;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(3)
  .featured-box-full-primary {
  background-color: #d22328;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(4)
  .featured-box-full-primary {
  background-color: #dd3237;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(5)
  .featured-box-full-primary {
  background-color: #e0484c;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(6)
  .featured-box-full-primary {
  background-color: #e45d61;
}

html .featured-boxes-full .featured-box-full-primary {
  background-color: #d22328;
  color: #fff;
}

html .featured-boxes-full .featured-box-full-secondary {
  background-color: #0062be;
  color: #fff;
}

html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #fff;
}

html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #fff;
}

html .featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #fff;
}

html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777;
}

.pricing-table .most-popular {
  border-color: #d22328;
}

.pricing-table .most-popular h3 {
  background-color: #d22328 !important;
}

.pricing-table.princig-table-flat .plan h3 {
  background-color: #d22328;
}

.pricing-table.princig-table-flat .plan h3 span {
  background: #d22328;
}

html .call-to-action.featured.featured-primary {
  border-top-color: #d22328;
}

html .call-to-action.call-to-action-primary {
  background: #d22328;
}

html .call-to-action.call-to-action-primary {
  background: #d22328;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}

html .call-to-action.featured.featured-secondary {
  border-top-color: #0062be;
}

html .call-to-action.call-to-action-secondary {
  background: #0062be;
}

html .call-to-action.call-to-action-secondary {
  background: #0062be;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #fff;
}

html .call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}

html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #fff;
}

html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #fff;
}

html .call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
  background: #2e353e;
}

html .call-to-action.call-to-action-dark {
  background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #fff;
}

html .call-to-action.featured.featured-light {
  border-top-color: #fff;
}

html .call-to-action.call-to-action-light {
  background: #fff;
}

html .call-to-action.call-to-action-light {
  background: #fff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #d22328;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #d22328;
}

ul.history li .featured-box .box-content {
  border-top-color: #d22328;
}

.recent-posts .date .month,
article.post .post-date .month {
  background-color: #d22328;
}

.recent-posts .date .day,
article.post .post-date .day {
  color: #d22328;
}

.slider .tp-bannertimer {
  background-color: #d22328;
}

.home-concept strong {
  color: #d22328;
}

.home-intro p em {
  color: #e0484c;
}

.shop ul.products li.product .onsale {
  background-color: #d22328;
  border-bottom-color: #af1d21;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: #d22328;
}

footer .footer-ribbon {
  background: #d22328;
}

footer .footer-ribbon:before {
  border-right-color: #90181c;
  border-left-color: #90181c;
}

footer.light h1,
footer.light h2,
footer.light h3,
footer.light h4,
footer.light a {
  color: #d22328 !important;
}

footer.color {
  background: #d22328;
  border-top-color: #d22328;
}

footer.color .footer-ribbon {
  background: #a61c20;
}

footer.color .footer-ribbon:before {
  border-right-color: #651113;
}

footer.color .footer-copyright {
  background: #bc1f24;
  border-top-color: #bc1f24;
}

html footer.color-primary {
  background: #d22328;
  border-top-color: #d22328;
}

html footer.color-primary .footer-ribbon {
  background: #a61c20;
}

html footer.color-primary .footer-ribbon:before {
  border-right-color: #651113;
}

html footer.color-primary .footer-copyright {
  background: #bc1f24;
  border-top-color: #bc1f24;
}

html footer.color-secondary {
  background: #0062be;
  border-top-color: #0062be;
}

html footer.color-secondary .footer-ribbon {
  background: #00488b;
}

html footer.color-secondary .footer-ribbon:before {
  border-right-color: #00203f;
}

html footer.color-secondary .footer-copyright {
  background: #0055a5;
  border-top-color: #0055a5;
}

html footer.color-tertiary {
  background: #2baab1;
  border-top-color: #2baab1;
}

html footer.color-tertiary .footer-ribbon {
  background: #218388;
}

html footer.color-tertiary .footer-ribbon:before {
  border-right-color: #12474a;
}

html footer.color-tertiary .footer-copyright {
  background: #26969c;
  border-top-color: #26969c;
}

html footer.color-quaternary {
  background: #383f48;
  border-top-color: #383f48;
}

html footer.color-quaternary .footer-ribbon {
  background: #22262b;
}

html footer.color-quaternary .footer-ribbon:before {
  border-right-color: #000000;
}

html footer.color-quaternary .footer-copyright {
  background: #2d323a;
  border-top-color: #2d323a;
}

html footer.color-dark {
  background: #2e353e;
  border-top-color: #2e353e;
}

html footer.color-dark .footer-ribbon {
  background: #181c21;
}

html footer.color-dark .footer-ribbon:before {
  border-right-color: #000000;
}

html footer.color-dark .footer-copyright {
  background: #23282f;
  border-top-color: #23282f;
}

html footer.color-light {
  background: #fff;
  border-top-color: #fff;
}

html footer.color-light .footer-ribbon {
  background: #e6e6e6;
}

html footer.color-light .footer-ribbon:before {
  border-right-color: #bfbfbf;
}

html footer.color-light .footer-copyright {
  background: #f2f2f2;
  border-top-color: #f2f2f2;
}

html.boxed .body {
  border-top-color: #d22328;
  border-bottom-color: #d22328;
}

section.highlight {
  background-color: #d22328 !important;
  border-color: #bc1f24 !important;
}

section.page-top.custom-product {
  background-color: #bc1f24;
  border-top-color: #c92226;
}

ul.list.icons li i,
ul.list.icons li em,
.title-primary span {
  color: #d22328;
}

section.toggle label {
  color: #d22328;
  border-left-color: #d22328;
}

section.toggle.active > label {
  background-color: #d22328;
  border-color: #d22328;
  color: #fff;
}

div.featured-box-secundary div.box-content {
  border-top-color: #d22328;
}

p.drop-caps.secundary:first-child:first-letter {
  background-color: #d22328;
}

.event-primary,
.event .timeline-balloon .balloon-time .time-dot::after {
  background-color: #d22328;
}

.event
  .owl-carousel.custom-dots-style-1.custom-dots-color-primary
  .owl-dots
  .owl-dot {
  border-color: #d22328;
}

.event
  .owl-carousel.custom-dots-style-1.custom-dots-color-primary
  .owl-dots
  .owl-dot
  span {
  background-color: #d22328;
}

.event .timeline-balloon .balloon-time .time-dot::before {
  border-color: #d22328;
}

.event .custom-text-color-1 {
  color: #fef6f7;
}

.accordion .card-header a {
  color: #d22328;
}

html .accordion.accordion-primary .card-header {
  background-color: #d22328 !important;
}

html .accordion.accordion-primary .card-header a {
  color: #fff;
}

html .accordion.accordion-secondary .card-header {
  background-color: #0062be !important;
}

html .accordion.accordion-secondary .card-header a {
  color: #fff;
}

html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}

html .accordion.accordion-tertiary .card-header a {
  color: #fff;
}

html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

html .accordion.accordion-quaternary .card-header a {
  color: #fff;
}

html .accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}

html .accordion.accordion-dark .card-header a {
  color: #fff;
}

html .accordion.accordion-light .card-header {
  background-color: #fff !important;
}

html .accordion.accordion-light .card-header a {
  color: #777;
}

/*Style Guide*/

html h1 {
  color: #000;
  font-family: Montserrat;
  font-size:calc(1.375rem + 1.5vw);
  line-height: 1.2;
}

html h2 {
  color: #000;
  font-family: Montserrat;
  font-size:calc(1.325rem + .9vw);
  line-height: 1.2;
}

html h3 {
  color: #000;
  font-family: Montserrat;
  font-size:calc(1.3rem + .6vw);
  line-height: 1.2;
}

html h4 {
  color: #000;
  font-family: Montserrat;
  font-size:calc(1.275rem + .3vw);
  line-height: 1.2;
}

html h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.2;
}

html h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  html h1 {
    font-size: 2.5rem;
  }
  
  html h2 {
    font-size: 2rem;
  }
  
  html h3 {
    font-size: 1.75rem;
  }
  
  html h4 {
    font-size: 1.5rem;
  }
}

html p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
}

html .paragraph-large {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  line-height: 1.5;
}

html .display-1 {
  color: #000;
  font-family: Montserrat;
  font-size: 96px;
  line-height: 1.2;
}

html .display-2 {
  color: #000;
  font-family: Montserrat;
  font-size: 88px;
  line-height: 1.2;
}

html .display-3 {
  color: #000;
  font-family: Montserrat;
  font-size: 72px;
  line-height: 1.2;
}

html .display-4 {
  color: #000;
  font-family: Montserrat;
  font-size: 56px;
  line-height: 1.2;
}

html .subtitle {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.2;
}

html .subtitle-large {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  line-height: 1.2;
}

html .btn-primary {
  color: #fff;
  background-color: #d22328;
  border-color: #d22328;
  border-radius: 25px;
}

html .btn-primary:hover,
html .btn-primary:focus {
  color: #fff;
  background-color: #ff5959;
  border-color: #ff5959;
  box-shadow: none;
}

html .btn-secondary {
  color: #fff;
  background-color: #0062be;
  border-color: #0062be;
  border-radius: 25px;
}

html .btn-secondary:hover,
html .btn-secondary:focus {
  color: #fff;
  background-color: #5987ff;
  border-color: #5987ff;
  box-shadow: none;
}

html .btn-light {
  color: #0062be;
  background-color: #fff;
  border-color: #fff;
  border-radius: 25px;
}

html .btn-light:hover,
html .btn-light:focus {
  color: #5987ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/*Custom css*/

html .Foster_Header {
  min-height: auto !important;
  background: #fff;    
  margin-bottom: 20px;  
}

html .Foster_Header .header-body,
html .Foster_Header .header-column {
  min-height: auto !important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
html .Foster_Header:not(.ddrheader) .header-column:last-child {
  display: none;
}
}

html .Foster_Header .header-top {
  min-height: auto !important;
  padding: 10px 5px 5px;
  margin: 0 15px;
  background-color: transparent;
  border-bottom: 2px solid #f2f2f2;
}

html .Foster_Header .header-top .social-links a {
  font-size: 16px;
  color: #0063be;
  padding: 0 4px;
}

html .Foster_Header .header-top .social-links a:first-child {
  padding-left: 0;
}

html .Foster_Header .header-top .social-links a:last-child {
  padding-right: 0;
}

html .Foster_Header .header-top .separator {
  color: #eee;
}

html .Foster_Header .header-top .phone-link,
html .Foster_Header .header-top .header-links a {
  font-size: 11px;
  color: #0d0d0d;
}

html .Foster_Header .header-middle {
  padding: 10px 15px;
}

html .Foster_Header .header-middle .btn-link {
  position: relative;
  border: 1px solid transparent;
  border-top: 4px solid transparent;
  box-shadow: none;
  text-decoration: none;
  z-index: 99;
  display: flex;
  align-items: center;
}

html .Foster_Header .header-middle .btn-link span {
  color: #0d0d0d;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  padding-left: 7px;
}

html .Foster_Header .header-middle .btn-link svg {
  font-size: 24px;
  color: #d2232a;
  margin-left: 5px;
}

html .Foster_Header .header-middle .dropdown {
  display: inline-block !important;
}

html .Foster_Header .header-middle .dropdown .dropdown-menu {
  min-width: 450px;
  top: 98% !important;
  left: auto !important;
  right: 0;
  transform: none !important;
  border-color: #cccccc;
  border-top-right-radius: 0;
  padding: 10px 20px;
  margin: 0;
  z-index: 11111;
}

html .Foster_Header .header-middle .dropdown .dropdown-menu .link-item {
  display: block;
  font-size: 12px;
  color: #0d0d0d;
  padding: 6px 0;
  border-bottom: 2px solid #f2f2f2;
}

html .Foster_Header .header-middle .dropdown .dropdown-menu .link-item:last-child {
  border-bottom: 0;
}

html .Foster_Header .header-middle .dropdown .dropdown-menu .link-item em,
html .Foster_Header .header-middle .dropdown .dropdown-menu .link-item svg {
  color: #d2232a;
  margin-right: 8px;
}

html .Foster_Header .header-middle .dropdown.show .btn-link {
  background-color: #fff;
  border-color: #cccccc;
  border-top-color: #d2232a;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 10px;
}

html .Foster_Header .header-middle .dropdown.show .btn-link span {
  color: #d2232a;
}

html .Foster_Header .header-middle .btn-solid {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 8px 16px;
  margin-left: 10px;
}

.d-tablet-block {
  display: none !important;
}

header.flat-menu .header-container .header-column.search {
  flex-basis: 385px;
  max-width: 904px;
}

@media (min-width: 1280px) {
  header.flat-menu .header-container .header-column.search {
    flex-basis: 315px;
    max-width: 315px;
  }
}

@media (min-width: 1336px) {
  header.flat-menu .header-container .header-column.search {
    flex-basis: 515px;
    max-width: 415px;
  }  
}

@media (min-width: 1600px) {
  header.flat-menu .header-container .header-column.search {
    flex-basis: 865px;
    max-width: 820px;
  }  
}

header.flat-menu .header-container .header-column.search > div {
  width: 100%;
  height: 100%;
}

html .Foster_Header .navbar-collapse .icon-back,
html .Foster_Header .navbar-collapse .parent-name {
  display: none;
}

html body footer#footer {
  background: #ffffff !important;
  border-top-color: #e5e5e5 !important;
}

html body footer#footer .footer-copyright {
  background: #000 !important;
  border-top: 0 !important;
  padding: 10px !important;
}

html body footer#footer .footer-copyright a,
html body footer#footer .footer-copyright span {
  color: #fff !important;
  font-size: 12px !important;
}

html body footer#footer .terms,
html body footer#footer .privacy {
  margin: 0 10px;
}

html body footer#footer .terms:before,
html body footer#footer .privacy:before {
  content: none;
}

html body footer#footer .footer-copyright .loginGroup {
  display: inline-block;
  margin-left: 10px;
}

/* @media (min-width: 1280px) {
	  html .Foster_Header .foster-custom-menu .product-catalog > .container {		
		  max-width: 1400px;
	  }
  } */

@media (min-width: 1200px) {
  html header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title {
    color: #0d0d0d;
    font-family: Roboto;
    font-size: 12px;
  }

  header.flat-menu .header-container .header-column.search > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li.active > a,
  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li:hover > a,
  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li:focus > a {
    border-bottom-color: #d2232a;
  }
}

@media (min-width: 1200px) {
  header nav ul.nav-main > li.active > a,
  header nav ul.nav-main > li:hover > a,
  header nav ul.nav-main > li > a:focus,
  header nav ul.nav-main > li.focused > a {
    background-color: #d22328 !important;
  }

  header nav ul.nav-main .dropdown > ul.dropdown-menu {
    border-top-color: #d22328 !important;
  }

  header nav ul.nav-main .dropdown-submenu > a:after,
  header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color: #d22328;
  }

  header.newHeader nav ul.nav-main > li.active > a,
  header.full-header nav ul.nav-main > li.active > a,
  header.newHeader nav ul.nav-main > li:hover > a,
  header.full-header nav ul.nav-main > li:hover > a,
  header.newHeader nav ul.nav-main > li > a:focus,
  header.full-header nav ul.nav-main > li > a:focus,
  header.newHeader nav ul.nav-main > li.focused > a,
  header.full-header nav ul.nav-main > li.focused > a {
    background-color: transparent !important;
  }

  header.newHeader.fixedheader nav > ul.nav-main > li.active > a,
  header.full-header.fixedheader nav > ul.nav-main > li.active > a,
  header.newHeader.fixedheader nav > ul.nav-main > li:hover > a,
  header.full-header.fixedheader nav > ul.nav-main > li:hover > a,
  header.newHeader.fixedheader nav > ul.nav-main > li > a:focus,
  header.full-header.fixedheader nav > ul.nav-main > li > a:focus,
  header.newHeader.fixedheader nav > ul.nav-main > li.focused > a,
  header.full-header.fixedheader nav > ul.nav-main > li.focused > a {
    background-color: #d22328 !important;
  }

  header.single-menu nav ul.nav-main li.active > a {
    border-top: 5px solid #d22328;
  }

  header.colored .header-top {
    background-color: #d22328;
  }

  header.colored .header-top ul.nav-top li a:hover {
    background-color: #dd3237 !important;
  }

  header.flat-menu nav ul.nav-main > li.active > a {
    background-color: transparent !important;
  }

  header.flat-menu nav ul.nav-main > li:hover > a,
  header.flat-menu nav ul.nav-main > li > a:hover {
    background-color: #d22328 !important;
  }

  header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    border-top-color: #d22328;
  }

  html header nav ul.nav-main li.dropdown-primary.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-primary.open > a,
  html header nav ul.nav-main li.dropdown-primary.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-primary.active > a,
  html header nav ul.nav-main li.dropdown-primary:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-primary:hover > a {
    background: #d22328 !important;
  }

  html header nav ul.nav-main li.dropdown-primary > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-primary > a:focus {
    background: #d22328 !important;
  }

  html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #d22328 !important;
    background: #d22328 !important;
  }

  html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #dd3237;
  }

  html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #dd3237;
  }

  html header nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #dd3237 !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-primary.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-primary.open > a,
  html header.full-header nav ul.nav-main li.dropdown-primary.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-primary.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-primary.active > a,
  html header.full-header nav ul.nav-main li.dropdown-primary.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-primary.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-primary.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-primary.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-primary:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-primary:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-primary:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-primary > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-primary > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-primary > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  html header nav ul.nav-main li.dropdown-secondary.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary.open > a,
  html header nav ul.nav-main li.dropdown-secondary.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary.active > a,
  html header nav ul.nav-main li.dropdown-secondary:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary:hover > a {
    background: #0062be !important;
  }

  html header nav ul.nav-main li.dropdown-secondary > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary > a:focus {
    background: #0062be !important;
  }

  html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #0062be !important;
    background: #0062be !important;
  }

  html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #006fd8;
  }

  html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #006fd8;
  }

  html header nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #006fd8 !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-secondary.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-secondary.open > a,
  html header.full-header nav ul.nav-main li.dropdown-secondary.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-secondary.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-secondary.active > a,
  html header.full-header nav ul.nav-main li.dropdown-secondary.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-secondary.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-secondary.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-secondary.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-secondary:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-secondary:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-secondary:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-secondary > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-secondary > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-secondary > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  html header nav ul.nav-main li.dropdown-tertiary.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary.open > a,
  html header nav ul.nav-main li.dropdown-tertiary.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary.active > a,
  html header nav ul.nav-main li.dropdown-tertiary:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary:hover > a {
    background: #2baab1 !important;
  }

  html header nav ul.nav-main li.dropdown-tertiary > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary > a:focus {
    background: #2baab1 !important;
  }

  html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #2BAAB1 !important;
    background: #2BAAB1 !important;
  }

  html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #30bec6;
  }

  html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #30bec6;
  }

  html header nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #30bec6 !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-tertiary.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-tertiary.open > a,
  html header.full-header nav ul.nav-main li.dropdown-tertiary.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-tertiary.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-tertiary.active > a,
  html header.full-header nav ul.nav-main li.dropdown-tertiary.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-tertiary.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-tertiary.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-tertiary.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-tertiary:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-tertiary:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-tertiary:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-tertiary > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-tertiary > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-tertiary > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  html header nav ul.nav-main li.dropdown-quaternary.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary.open > a,
  html header nav ul.nav-main li.dropdown-quaternary.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary.active > a,
  html header nav ul.nav-main li.dropdown-quaternary:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary:hover > a {
    background: #383f48 !important;
  }

  html header nav ul.nav-main li.dropdown-quaternary > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary > a:focus {
    background: #383f48 !important;
  }

  html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #383f48 !important;
    background: #383f48 !important;
  }

  html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #434c56;
  }

  html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #434c56;
  }

  html header nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #434c56 !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-quaternary.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-quaternary.open > a,
  html header.full-header nav ul.nav-main li.dropdown-quaternary.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-quaternary.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-quaternary.active > a,
  html header.full-header nav ul.nav-main li.dropdown-quaternary.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-quaternary.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-quaternary.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-quaternary.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-quaternary:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-quaternary:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-quaternary:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-quaternary > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-quaternary > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-quaternary > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  html header nav ul.nav-main li.dropdown-dark.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-dark.open > a,
  html header nav ul.nav-main li.dropdown-dark.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-dark.active > a,
  html header nav ul.nav-main li.dropdown-dark:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-dark:hover > a {
    background: #2e353e !important;
  }

  html header nav ul.nav-main li.dropdown-dark > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-dark > a:focus {
    background: #2e353e !important;
  }

  html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #2e353e !important;
    background: #2e353e !important;
  }

  html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #39424d;
  }

  html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #39424d;
  }

  html header nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #39424d !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-dark.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-dark.open > a,
  html header.full-header nav ul.nav-main li.dropdown-dark.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-dark.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-dark.active > a,
  html header.full-header nav ul.nav-main li.dropdown-dark.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-dark.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-dark.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-dark.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-dark:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-dark:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-dark:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-dark > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-dark > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-dark > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  html header nav ul.nav-main li.dropdown-light.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-light.open > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-light.open > a,
  html header nav ul.nav-main li.dropdown-light.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-light.active > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-light.active > a,
  html header nav ul.nav-main li.dropdown-light:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-light:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-light:hover > a {
    background: #FFF !important;
  }

  html header nav ul.nav-main li.dropdown-light > a:focus,
  html .newHeader.fixedheader nav ul.nav-main li.dropdown-light > a:focus,
  html .full-header.fixedheader nav ul.nav-main li.dropdown-light > a:focus {
    background: #FFF !important;
  }

  html header nav ul.nav-main .dropdown-light > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu,
  html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
    border-top-color: #FFF !important;
    background: #FFF !important;
  }

  html header nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a,
  html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #ffffff;
  }

  html header nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus,
  html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus {
    background: #ffffff;
  }

  html header nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,
  html header nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover,
  html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background: #ffffff !important;
  }

  html header nav ul.nav-main li.mega-menu-item.open > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a,
  html header nav ul.nav-main li.mega-menu-item.active > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a,
  html header nav ul.nav-main li.mega-menu-item:hover > a,
  html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a,
  html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
    background: #d22328 !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-light.open > a,
  html header.header-bottom nav ul.nav-main li.dropdown-light.open > a,
  html header.full-header nav ul.nav-main li.dropdown-light.open > a,
  html header.newHeader nav ul.nav-main li.dropdown-light.active > a,
  html header.header-bottom nav ul.nav-main li.dropdown-light.active > a,
  html header.full-header nav ul.nav-main li.dropdown-light.active > a,
  html header.newHeader nav ul.nav-main li.dropdown-light.focused > a,
  html header.header-bottom nav ul.nav-main li.dropdown-light.focused > a,
  html header.full-header nav ul.nav-main li.dropdown-light.focused > a,
  html header.newHeader nav ul.nav-main li.dropdown-light:hover > a,
  html header.header-bottom nav ul.nav-main li.dropdown-light:hover > a,
  html header.full-header nav ul.nav-main li.dropdown-light:hover > a {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.dropdown-light > a:focus,
  html header.header-bottom nav ul.nav-main li.dropdown-light > a:focus,
  html header.full-header nav ul.nav-main li.dropdown-light > a:focus {
    background: transparent !important;
  }

  html header.newHeader nav ul.nav-main li.mega-menu-item.open > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.open > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item.active > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a,
  html header.full-header nav ul.nav-main li.mega-menu-item.active > a,
  html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a,
  html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a,
  html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
    background: transparent !important;
  }

  header .header-column.search > .search-icn {
    display: none;
  }

  header nav ul.nav-main li.dropdown.product-catalog-page.active>ul {
    display: block;
  }

  html header .nav-bar-primary {
    background: #d22328 !important;
  }

  html header .nav-bar-primary nav ul.nav-main > li > a {
    color: #d22328 !important;
  }

  html .Foster_Header .foster-custom-menu .product-catalog {
    border-bottom: 1px solid #cccccc;
    /*box-shadow: 0px 5px 15px #4978f226;*/
  }  

  html .Foster_Header .foster-custom-menu .product-catalog > .container {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  @media (min-width: 1200px) {
    html .Foster_Header .foster-custom-menu .container {
      max-width: 1400px;
    }
  }

  html .Foster_Header .foster-custom-menu .product-catalog > ul {
    align-items: center;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: auto;
    padding: 0 15px;
    max-width: 1600px;
    height: inherit;
  }

  html .Foster_Header .foster-custom-menu .product-catalog > ul > li {
    display: flex;    
    height: 100%;
    align-items: center;
    position: static;
    text-align: center;
  }  

  html .Foster_Header .foster-custom-menu .product-catalog > ul > li > a {
    padding: 0;
    line-height: 1.25;
    color: #333;
    text-decoration: none;
    height: 100%;
    display: flex;    
    position: relative;
    align-items: center;
  }  

  html .Foster_Header .foster-custom-menu .product-catalog > ul ul > li > a {
    color: #1A1A1A;
  }

  html .Foster_Header .foster-custom-menu .product-catalog > ul li a.extra-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html .Foster_Header .foster-custom-menu .product-catalog > ul > li > a.active:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #cf2229;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  html header .nav-bar-secondary nav ul.nav-main > li > a:focus {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-secondary nav ul.nav-main > li ul.dropdown-menu,
  html header .nav-bar-secondary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
    border-top-color: #d22328 !important;
  }

  html header .nav-bar-tertiary {
    background: #d22328 !important;
  }

  html header .nav-bar-tertiary nav ul.nav-main > li > a {
    color: #d22328 !important;
  }

  html .Foster_Header .foster-custom-menu .content-box .nav-link {
    background-color: transparent;
    font: normal normal 700 16px/20px 'Montserrat';
    letter-spacing: 0.16px;
    color: #7F7F7F;
    padding: 15px 0;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #eee;
  }

  html header .nav-bar-tertiary nav ul.nav-main > li > a:focus {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-tertiary nav ul.nav-main > li ul.dropdown-menu,
  html header .nav-bar-tertiary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
    border-top-color: #d22328 !important;
  }

  html header .nav-bar-quaternary {
    background: #d22328 !important;
  }

  html header .nav-bar-quaternary nav ul.nav-main > li > a {
    color: #d22328 !important;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    position: relative;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items img,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items img {
    max-width: 47px;
    border: none;
    border-radius: 4px;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items a,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items a {
    white-space: nowrap;
    flex: 1;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    text-decoration: none;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items a:before,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  html header .nav-bar-dark {
    background: #d22328 !important;
  }

  html header .nav-bar-dark nav ul.nav-main > li > a {
    color: #d22328 !important;
  }

  html header .nav-bar-dark nav ul.nav-main > li.open a,
  html header .nav-bar-dark nav ul.nav-main > li.active > a,
  html header .nav-bar-dark nav ul.nav-main > li:hover > a {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-dark nav ul.nav-main > li > a:focus {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-dark nav ul.nav-main > li ul.dropdown-menu,
  html header .nav-bar-dark nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
    border-top-color: #d22328 !important;
  }

  html header .nav-bar-light {
    background: #d22328 !important;
  }

  html header .nav-bar-light nav ul.nav-main > li > a {
    color: #d22328 !important;
  }

  html header .nav-bar-light nav ul.nav-main > li.open a,
  html header .nav-bar-light nav ul.nav-main > li.active > a,
  html header .nav-bar-light nav ul.nav-main > li:hover > a {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-light nav ul.nav-main > li > a:focus {
    background: #d22328 !important;
    color: #0d0d0d !important;
  }

  html header .nav-bar-light nav ul.nav-main > li ul.dropdown-menu,
  html header .nav-bar-light nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
    border-top-color: #d22328 !important;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li > a {
    background-color: transparent !important;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 4px solid transparent;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li.active > a,
  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li:hover > a,
  html .Foster_Header .header-bottom .navbar-collapse nav ul.nav-main > li:focus > a {
    border-bottom-color: #d2232a;
  }

  /*Mega Menu*/

  html .Foster_Header .header-bottom .navbar-collapse nav .nav-main .dropdown .dropdown-menu {
    border-top: 1px solid #ccc !important;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav .nav-main .mega-menu-item .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav .nav-main .mega-menu-item .mega-menu-content ul.sub-menu li:hover a:hover {
    background-color: transparent !important;
  }

  html .Foster_Header .header-bottom .navbar-collapse .mega-menu-content .pageimage {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    overflow: hidden;    
    border-radius: 4px;
  }

  html .Foster_Header .header-bottom .navbar-collapse .mega-menu-content .pageimage img {
    max-width: 100%; 
    height: auto;  
  }

  html .Foster_Header .header-bottom .navbar-collapse .mega-menu-content .pagename {
    display: block;
    color: #0d0d0d;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 6px;
  }

  html .Foster_Header .header-bottom .navbar-collapse .mega-menu-content .pagetitle {
    display: block;
    color: #7F7F7F;
    font-size: 11px;
    font-style: italic;
    font-weight: 100;
    line-height: normal;
    text-transform: none;
    margin-left: 46px;
  }

  /*Product Catalog Custom Menu*/

  html .Foster_Header .mega-menu-item > .dropdown-menu {
    padding: 0;
  }

  html .Foster_Header .lft-cont ~ .mega-menu-content {
    padding: 0 !important;
  }

  html .Foster_Header .foster-custom-menu {
    position: relative;
    left: 0;
    width: 100%;
  }

  html .Foster_Header .foster-custom-menu .product-catalog {
    border-bottom: 1px solid #cccccc;
    background: #fff;
    bottom: 0;
    height: 72px;
    position: relative;
    top: 0;
    width: 100%;
  }

  html .Foster_Header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title:first-child {
    margin-top: 10px;
  }

  html .Foster_Header .foster-custom-menu .content-box > div,
  html .Foster_Header .foster-custom-menu .megamenu-container {
    padding: 30px 0;
  }

  html .Foster_Header .foster-custom-menu .content-box .tabs,
  html .Foster_Header .foster-custom-menu .megamenu-container .tabs {
    border: 0;
  }

  html .Foster_Header .foster-custom-menu .content-box .nav-heading,
  html .Foster_Header .foster-custom-menu .megamenu-container .nav-heading {
    color: #0d0d0d;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: normal;
    border-bottom: 2px solid #eee;
  }

  html .Foster_Header .foster-custom-menu .content-box .nav-link,
  html .Foster_Header .foster-custom-menu .megamenu-container .nav-link {
    background-color: transparent;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #eee;
  }

  html .Foster_Header .foster-custom-menu .content-box .nav-link:before,
  html .Foster_Header .foster-custom-menu .megamenu-container .nav-link:before {
    right: 0;
  }

  html .Foster_Header .foster-custom-menu .content-box .nav-link.active,
  html .Foster_Header .foster-custom-menu .megamenu-container .nav-link.active {
    color: #d22328;
  }

  html .Foster_Header .foster-custom-menu .content-box .custom-links a,
  html .Foster_Header .foster-custom-menu .megamenu-container .custom-links a {
    color: #0063be;
    font-size: 14px;
    padding: 15px 0;
  }

  html .Foster_Header .foster-custom-menu .content-box .custom-links span,
  html .Foster_Header .foster-custom-menu .megamenu-container .custom-links span {
    color: #eee;
    margin: 0 15px;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items {
    margin-bottom: 15px;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items img,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items img {
    border-radius: 4px;
  }

  html .Foster_Header .foster-custom-menu .content-box .shop-items a,
  html .Foster_Header .foster-custom-menu .megamenu-container .shop-items a {
    display: inline-block;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
  }

  html body.sticky-menu-active .Foster_Header .header-body {
    top: -36px;
  }
  
  html body.sticky-menu-active .Foster_Header .sticky-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  html .Foster_Header .foster-custom-menu .megamenu-container {
    background-color: #fff;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 101%;
    width: 100%;
    box-shadow: 0 20px 45px rgb(0 0 0 / 8%);
  }

  .body>#footer .primary-footer-menu ul {
    flex-flow: row;
  }

  .body>#footer .primary-footer-menu ul > li {
    margin-right: 13px;
    padding-top: 0;
  }

  .body>#footer .secondary-footer-menu ul {
    flex-flow: row;
  }

  .body>#footer .secondary-footer-menu ul a {
    display: inline;
    padding: 0;
  }

  .body>#footer .btn {
    display: inline-block;
  }

  .body>#footer .footer-logo-contact ul > li:last-child > h3 {
    text-align: right;
  }

  .body>#footer .footer-logo-contact ul {
    flex-flow: row;
    justify-content: center;
    text-align: left;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li {
    width: auto !important;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:first-child {
    margin-right: 42px;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:first-child + li {
    margin-right: 25px;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:last-child {
    margin-left: 137px;
  }  

  .body > #footer .footer-logo-contact .Normal > ul li:first-child ul > li {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }
  
  .body > #footer .footer-logo-contact .Normal > ul > li:last-child ul {
    justify-content: initial;
  }

  .body>#footer .primary-footer-menu a,
  .primary-footer-menu a:link {
    font-size: 12px;
    display: inline;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .body>#footer .primary-footer-menu {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .body>#footer .secondary-footer-menu {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 45px;
  }

  .body>#footer .footer-logo-contact {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  html .Foster_Header .foster-custom-menu .product-catalog ul li a {
    padding: 0 8px;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:first-child {
    margin-right: 135px;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:first-child + li {
    margin-right: 172px;
  }

  .body>#footer .footer-logo-contact .Normal > ul > li:last-child {
    margin-left: 150px;
  }

  .body>#footer .primary-footer-menu ul > li {
    margin-right: 30px;
    padding-top: 0;
  }

  .body>#footer .primary-footer-menu a,
  .primary-footer-menu a:link {
    font-size: 16px;
  }
}

@media (min-width: 1336px) {
  html header .navbar-collapse .nav-main > ul > li > a {
    font-size: 16px;
  }

  html .Foster_Header .foster-custom-menu .product-catalog ul li a {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  html header .nav-main-collapse {
    background: #171717;
  }

  html header .nav-main-collapse .nav-main ul > li > a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
  }

  html header .nav-main-collapse .nav-main ul > li.active > a,
  html header .nav-main-collapse .nav-main ul > li:hover > a,
  html header .nav-main-collapse .nav-main ul > li > a:focus,
  html header .nav-main-collapse .nav-main ul > li.focused > a {
    color: #0088cc;
    font-family: Roboto;
    font-size: 12px;
  }

  html header .nav-main-collapse .nav-main ul ul > li > a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
  }

  html header.pushdownHeader .pushdown .scrollbar,
  html header.pushdownHeader .navbar-collapse:before,
  html header .header-nav-main-effect:before {
    background: #171717;
  }

  html html header.pushdownHeader .pushdown .scrollbar {
    border-color: #171717;
  }

  .d-tablet-none {
    display: none !important;
  }

  .d-tablet-block {
    display: block !important;
  }

  header .header-column.search {
    display: flex;
  }

  header .header-column.search .search-pane {
    display: none;
    width: 0;
    transition: all .2s ease-out;
    background-color: #fff;
  }

  header .header-column.search .search-pane.open {
    display: flex;
    width: auto !important;
    transition: all .2s ease-out;
    position: absolute;
    justify-content: center;
    left: 0;
    right: 50px;
    flex-flow: column;
    bottom: 0;
    margin: auto;
    z-index: 2;    
  }

  header .header-column.search > .search-icn {
    font-size: 28px;
    color: #D2232A;
    margin-right: 1rem;
    margin-left: auto;    
    display: flex;
    align-items: center;
  }

  html .Foster_Header .header-body {
    overflow: visible !important;
    max-height: none !important;
    min-height: auto !important;
  }

  html .Foster_Header .header-body.nav-open {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  html .Foster_Header .header-body.nav-open .header-bottom {
    flex: 1;
  }

  html .Foster_Header .header-body.nav-open .social-links {
    padding-bottom: 2rem;
  }

  html .Foster_Header .header-bottom .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 65px);
    max-height: none;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul > li {
    border: 0;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul > li > a {
    color: #1a1a1a;
    font-family: 'Montserrat';
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 !important;
    border-radius: 0;
  }

  html .Foster_Header .header-bottom .navbar-collapse nav ul > li > a .fa-chevron-right {
    position: absolute;
    top: 6px;
    right: -10px;
    font-size: 12px;
    padding: 15px;
  }

  html .Foster_Header .header-bottom .navbar-collapse .nav-buttons {
    padding: 15px 25px;
  }

  html .Foster_Header .header-bottom .navbar-collapse .nav-buttons .btn {
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
  }

  html .Foster_Header .header-bottom .navbar-collapse .social-links a {
    color: #0062be;
    font-size: 30px;
    margin: 0 10px;
  }

  html .Foster_Header .btn-responsive-nav {
    background-color: transparent;
    color: #d2232a !important;
    font-size: 26px;
    line-height: normal;
    padding: 0;
    box-shadow: none;
    position: relative;
    z-index: 300;
  }

  html .Foster_Header .pageimage,
  html .Foster_Header .pagetitle {
    display: none;
  }

  html .Foster_Header .navbar-collapse nav .dropdown-menu,
  html .Foster_Header .navbar-collapse nav .dropdown-menu .row {
    margin: 0 !important;
  }

  html .Foster_Header .navbar-collapse nav .dropdown-menu .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  html .Foster_Header .navbar-collapse nav .dropdown-menu [class^="col-"] {
    padding: 0;
  }

  html .Foster_Header .navbar-collapse nav .dropdown .dropdown-menu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
  }

  html .Foster_Header .navbar-collapse .icon-back {
    color: #d2232a;
    font-size: 16px;
    margin-bottom: 10px;
  }

  html .Foster_Header .navbar-collapse .parent-name {
    color: #d2232a;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 10px 0;
  }

  html .Foster_Header .header-bottom .navbar-collapse ul.sub-menu,
  html .Foster_Header .header-bottom .foster-custom-menu .product-catalog ul {
    margin: 0 !important;
  }

  html .Foster_Header .header-bottom .navbar-collapse ul.sub-menu > li > a,
  html .Foster_Header .header-bottom .foster-custom-menu .product-catalog .sub-menu-link {
    color: #1a1a1a;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 10px 0 !important;
    border: 0;
    border-radius: 0;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .product-catalog .sub-menu-link br,
  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-heading,
  html .Foster_Header .header-bottom .foster-custom-menu .content-box .custom-links,
  html .Foster_Header .header-bottom .foster-custom-menu .content-box .shop-items img {
    display: none;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .tabs {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-item {
    display: inline-block;
    border: 0;
    margin: 0;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-link {
    border: 0;
    font-size: 12px;
    padding: 10px !important;
    margin: 0;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-link.active {
    color: #d2232a;
    border-bottom: 4px solid #d2232a;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-item:nth-child(2) .nav-link {
    padding-left: 0 !important;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .nav-item:last-child .nav-link {
    padding-right: 0 !important;
  }

  html .Foster_Header .header-bottom .foster-custom-menu .content-box .shop-items .item-name {
    color: #1a1a1a;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 10px 0 !important;
    border: 0;
    border-radius: 0;
  }

  html body.sticky-menu-active .Foster_Header .header-body {
    position: relative !important;
    top: auto;
  }

  html .Foster_Header .header-middle {
    min-height: 65px;
  }
}

@media (min-width: 1600px) {
  header .logo {
    width: 280px;
  }
  .has-scrolled header .logo {
    width: 260px;
  } 

  html header .navbar-collapse .nav-main > ul.nav-main > li > a {
    font-size: 16px;
  }

  html .has-scrolled  header .navbar-collapse .nav-main > ul.nav-main > li > a {
    font-size: 14px;
  }
  
  html .Foster_Header .foster-custom-menu .product-catalog > ul > li:nth-last-child(-n+6) > a {
    padding: 0 20px;
}
}

/* Find a Rep */
.banner-container-find-your-local-rep .banner-container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .rep-locator-search-box {
    width: 50%;
  }
}