@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@media (min-width: 801px) {
  .page-sidebar {
    float: none; } }

@media (max-width: 801px) {
  .facetedSearch-toggle.is-open + div#facetedSearch-navList {
    padding: 0; } }

.promo-text {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px; }
  .promo-text p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #d42020;
    margin: 0;
    font-style: italic; }

.home-brand-section,
.hp-seo-content {
  float: right;
  width: 80%; }

a.mail {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px; }
  a.mail:hover {
    color: #d42020 !important; }

.navPages-quickSearch input#search_query {
  border-color: #be1f25;
  border-width: 3px;
  color: #000; }
  .navPages-quickSearch input#search_query::-webkit-input-placeholder {
    /* Edge */
    color: #000 !important; }
  .navPages-quickSearch input#search_query:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important; }
  .navPages-quickSearch input#search_query::placeholder {
    color: #000 !important; }

.search-icon svg {
  fill: #d42021; }

ul.ftr-contact {
  margin: 15px 0 0; }
  ul.ftr-contact a {
    font-size: 12px; }

.home-brand-section .title {
  background: white;
  border-bottom: 3px solid;
  border-color: #8b8b8b;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 5px;
  margin: 0 0 10px;
  margin-top: 15px;
  color: #d42020;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  font-style: italic;
  font-family: 'Lato', sans-serif; }

.home-brand-section ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px; }
  .home-brand-section ul li {
    flex: 14.28% 0;
    padding: 0 10px;
    margin: 0 0 20px;
    max-height: 70px;
    min-height: 70px; }
    .home-brand-section ul li a {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      background: #fff;
      height: 100%;
      padding: 5px; }
      .home-brand-section ul li a img {
        object-fit: contain;
        height: 100%;
        width: 100%; }

.hp-seo-content {
  background: #fff;
  padding: 30px 15px;
  margin: 0 0 20px 0; }
  .hp-seo-content .section-title {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    text-align: center;
    text-transform: capitalize; }
  .hp-seo-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
  .hp-seo-content .col {
    width: 40%; }
    .hp-seo-content .col + .col {
      width: 60%;
      padding-left: 30px; }
  .hp-seo-content .top-content {
    margin: 0 0 30px; }
    .hp-seo-content .top-content h4 {
      margin: 0 0 10px;
      font-size: 26px;
      color: #000;
      font-weight: 500; }
  .hp-seo-content ul {
    margin: 0;
    list-style: none; }
    .hp-seo-content ul li {
      display: flex; }
      .hp-seo-content ul li .c-icon {
        width: 100px; }
      .hp-seo-content ul li .content {
        width: calc(100% - 100px);
        padding-left: 20px; }
      .hp-seo-content ul li + li {
        margin-top: 30px; }
  .hp-seo-content .content h5 {
    margin: 0 0 5px;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #000; }
  .hp-seo-content .content p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #000; }
    .hp-seo-content .content p strong a {
      color: #2844d9;
      font-weight: bold;
      text-decoration: none; }
    .hp-seo-content .content p .authr {
      display: inline-block;
      width: 100%;
      font-weight: bold;
      margin-top: 20px; }
  .hp-seo-content .content a {
    font-weight: normal;
    text-decoration: underline;
    color: #2071a7;
    display: inline-flex;
    align-items: center; }
    .hp-seo-content .content a span {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 15px;
      color: #fff;
      background: #2071a7;
      margin-left: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .hp-seo-content .content a span svg {
        width: 10px;
        height: 10px;
        position: relative;
        left: 0.5px; }
        .hp-seo-content .content a span svg svg {
          fill: #fff; }
    .hp-seo-content .content a:hover {
      color: #d42020; }
      .hp-seo-content .content a:hover span {
        background: #d42020; }
  .hp-seo-content .right-block.content h5 {
    margin: 0 0 15px;
    line-height: 22px; }

.main-nav-container .navPages {
  display: none; }

.navPages-container {
  border-bottom-width: 1px; }

@media only screen and (max-width: 1365px) {
  .home-brand-section ul li {
    width: 25%; } }

@media only screen and (max-width: 1023px) {
  .hp-seo-content ul li .content {
    padding-left: 15px; }
  .hp-seo-content .row {
    max-width: 560px;
    margin: auto; }
  .hp-seo-content .col {
    width: 100%; }
    .hp-seo-content .col + .col {
      width: 100%;
      padding-left: 0px;
      margin-top: 20px; }
  .home-brand-section {
    margin-bottom: 10px; }
    .home-brand-section ul {
      margin: 0 -5px; }
      .home-brand-section ul li {
        width: 25%;
        padding: 0 5px;
        margin: 0 0 10px; } }

@media only screen and (max-width: 800px) {
  .home-brand-section,
  .hp-seo-content {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .home-brand-section ul li {
    flex: 33.33% 0; }
  .hp-seo-content {
    padding: 20px 0px; }
    .hp-seo-content .row {
      margin: 0; }
    .hp-seo-content .col {
      width: 100%;
      padding: 0; }
      .hp-seo-content .col + .col {
        border-left: none;
        margin-top: 20px;
        width: 100%;
        padding-left: 0; }
    .hp-seo-content ul li + li {
      margin-top: 15px; }
    .hp-seo-content ul li .c-icon {
      width: 80px; }
    .hp-seo-content ul li .content {
      width: calc(100% - 80px); }
  a.mail {
    display: none; } }

@media only screen and (max-width: 666px) {
  .promo-text {
    margin-bottom: 38px; }
    .promo-text p {
      font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .home-brand-section ul li {
    width: 50%; }
  .hp-seo-content ul li .c-icon {
    width: 70px; }
  .hp-seo-content ul li .content {
    width: calc(100% - 70px); }
  .hp-seo-content .top-content h4 {
    font-size: 24px; }
  .hp-seo-content .col .content {
    padding-left: 10px; }
    .hp-seo-content .col .content h5 {
      font-size: 22px; } }
