/*footer_top*/
.footer_top {
  padding: 70px 0;
  background: #494e53;
}
.footer_top p {
  color: #f5f5f5;
}
.footer_top p.nav_title.white {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .footer_top p.nav_title.white {
    margin-top: 20px;
  }
}
.footer_top a {
  margin-bottom: 35px;
  color: #fcfcfc;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  position: relative;
  /*   remove arrow from footer company email link */
}
.footer_top a:not(.footer-companyEmail):after {
  content: " ";
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 8px;
  background: url("../img_new/rectangle.png") no-repeat center center;
}
.footer_top .information p {
  line-height: 1.5;
  font-family: "Barlow", sans-serif !important;
  font-weight: 300;
  font-size: 12px !important;
  margin-bottom: 6px;
}
.footer_top .information p:last-child {
  margin-bottom: 20px;
}
.footer_top .information p:first-child {
  padding-top: 4.5px;
}
.footer_top .information p.space_below {
  padding-bottom: 13px;
}
.footer_top .information div.vertical_separator {
  height: 13px;
}

/*footer*/
footer {
  background: #45494e;
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  footer {
    text-align: center;
  }
}
footer p {
  color: #f5f5f5;
  line-height: 17px;
  margin: 13px 0 0;
  font-size: 12px;
}
footer .img_footer {
  text-align: right;
}
footer .img_footer img {
  margin-left: 20px;
}
@media screen and (max-width: 860px) {
  footer .img_footer {
    text-align: center !important;
    padding-top: 20px;
  }
  footer .img_footer img {
    margin-bottom: 20px;
  }
}
footer .footer_text {
  font-family: Barlow, sans-serif !important;
}
footer .footer_text-redirect {
  text-align: center;
}
footer .domain_redirect {
  display: inline-block;
}
footer .domain_redirect img {
  height: 19px;
  margin-left: 10px;
}
footer .domain_redirect img.se {
  height: 29px;
  margin-left: 5px;
}

a.footer-some-icons:not(.ui-state-default) {
  font-size: 15px;
  margin-left: 10px;
  color: white;
}
a.footer-some-icons:not(.ui-state-default):hover {
  color: white !important;
}

.mobile_footer {
  display: none;
  padding-top: 0;
  background: #fff;
}
@media screen and (max-width: 1215px) {
  .mobile_footer {
    display: block;
  }
}
.mobile_footer ul {
  padding: 0 !important;
  margin: 0 !important;
}
.mobile_footer ul li {
  list-style-type: none;
  margin: 0;
}
.mobile_footer ul li .panel {
  padding-right: 0;
}
.mobile_footer ul li.first-li {
  padding: 0;
}
.mobile_footer ul li.first-li .accordion {
  border-left: 4px solid #fff;
  font-weight: 600;
  color: #9b9b9b;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  padding: 15px 20px;
}
.mobile_footer ul li.first-li .accordion:before {
  content: "";
  width: 4px;
  height: 9px;
  background: url("../img_new/accordion-arrow.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  right: 20px;
}
.mobile_footer ul li.first-li .accordion.active {
  border-left: 4px solid #f65734;
}
.mobile_footer ul li.second-li {
  padding-left: 20px;
}
.mobile_footer ul li.second-li .panel {
  padding: 0 !important;
}
.mobile_footer ul li.second-li .accordion {
  font-size: 13px;
  padding: 10px 20px;
}
.mobile_footer ul li.second-li .accordion:before {
  display: none;
}
.mobile_footer ul li.third-li {
  margin-left: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.mobile_footer ul li.third-li a {
  text-decoration: none;
  line-height: 40px;
}
.mobile_footer ul li.third-li:before {
  content: "";
  width: 4px;
  height: 9px;
  background: url("../img_new/accordion-arrow.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  left: 0px;
}
.mobile_footer label {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0px;
  border-bottom: 1px solid #ccc;
}
.mobile_footer label input {
  margin: 0 !important;
  box-shadow: none;
  padding: 0 40px 0 25px;
  font-size: 15px;
  max-height: 50px;
  border-top: 1px solid #ccc;
  box-sizing: border-box; /*   to fit footer search input fit to div */
}
.mobile_footer label a img {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url(../img_new/search-icon.png) no-repeat center center;
}
.mobile_footer .accordion {
  background: #fff;
  margin: 0;
}
.mobile_footer .accordion:after {
  display: none;
}
.mobile_footer .panel {
  padding: 0;
}
.mobile_footer .col-12 {
  padding: 0;
}

.footer-companyEmail {
  color: #fff !important;
}

/*# sourceMappingURL=footer.css.map */
