.page-footer {
  display: none;
  margin-top: auto;
  background: #4b5259 !important;
  padding-top: 0;
  padding-bottom: 62px !important;
  color: white;
}
.page-footer .footer.content {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1200px;
  padding: 70px 10px 0;
}
.page-footer .footer.content .links {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 0 10px !important;
}
.page-footer .footer.content .links h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 21px;
}
@media (max-width: 1140px) {
  .page-footer .footer.content .links h4 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer.content .links h4 {
    margin-top: 8%;
  }
}
.page-footer .footer.content .links li {
  background: transparent;
  border: none;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0px;
  line-height: 26px;
  font-weight: 400 !important;
}
.page-footer .footer.content .links a {
  font-size: 14px;
  color: #b5bdc4;
  padding: 0;
}
.page-footer .footer.content .links a:visited {
  color: #b5bdc4;
}
.page-footer .footer.content .links a:hover {
  color: #009596;
}
.page-footer .footer.content .links .sub-col-container {
  display: flex;
}
.page-footer .footer.content .links .block.newsletter {
  display: none;
}
.page-footer .footer.content .block.newsletter {
  display: none;
}
.page-footer .footer.content ul {
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .page-footer .footer.content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer.content {
    display: block !important;
  }
  .page-footer .footer.content .links {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) {
  .page-footer {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  body:not(.cms-index-index) .page-footer {
    display: none !important;
  }
}
.cms-index-index .page-footer {
  display: none;
}
.cms-index-index .copyright-container {
  display: none;
}
.copyright-container {
  background-color: #4b5259;
  width: 100%;
  margin-top: 0;
}
.copyright-container .left-content {
  display: flex;
  font-weight: 300;
  font-size: 13px;
  color: #b5bdc4;
  flex-wrap: wrap;
  font-weight: 500;
}
.copyright-container .left-content .copytext {
  width: 100%;
  margin-top: 5px;
}
.copyright-container .left-content ul {
  padding: 0;
  margin: 0;
}
.copyright-container .left-content ul li {
  display: inline;
}
.copyright-container .left-content ul li a {
  color: #b5bdc4;
  text-decoration: none;
}
.copyright-container .left-content ul li + li:before {
  content: " | ";
  padding: 0 10px;
}
.copyright-container .right-content a {
  color: #b5bdc4;
  font-size: 18px;
  padding-left: 25px;
}
@media screen and (max-width: 800px) {
  .copyright-container .left-content {
    text-align: center;
    order: 2;
    flex-flow: column;
    padding-top: 20px;
  }
  .copyright-container .left-content .copyright-text {
    order: 2;
    padding-top: 10px;
  }
  .copyright-container .left-content .copyright-menu {
    order: 1;
  }
  .copyright-container .right-content {
    text-align: center;
    order: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .copyright-container {
    padding: 20px 0px;
  }
  .copyright-container .left-content {
    font-size: 12px;
  }
}
@media (max-width: 383px) {
  .copyright-container .left-content ul li a {
    font-size: 11px;
  }
}
@media (max-width: 338px) {
  .copyright-container .left-content {
    font-size: 10px;
  }
}
@media (max-width: 334px) {
  .copyright-container .left-content ul li a {
    font-size: 10px;
  }
}
.copyright-container .copyright-footer {
  max-width: 1200px;
  padding: 45px 15px 49px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  border-top: 1px solid #5b626a;
}
@media (max-width: 800px) {
  .copyright-container .copyright-footer {
    flex-flow: column;
  }
}
@media (max-width: 414px) {
  .copyright-container .copyright-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-layout-custom_fullwidth_pages .copyright-container {
  display: none;
}
.copyright {
  display: none;
}
