/* compiled by scssphp v0.6.7 on Fri, 20 Oct 2023 09:02:39 +0100 (0.0608s) */

/* HEADER */
header #nav_container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

header nav {
  display: flex; }

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px; }

header nav li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px;
  vertical-align: middle;
  position: relative; }

header nav li:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 7px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%); }

.nav-border-relocate:before {
  background: var(--gray-blue); }

.nav-border-family:before {
  background: var(--pale-yellow); }

.nav-border-move:before {
  background: var(--orange); }

.nav-border-hot:before {
  background: var(--pink); }

.nav-border-business:before {
  background: var(--light-green); }

.nav-border-botw:before {
  background: var(--light-purple); }

.nav-border-cq:before {
  background: var(--zinc); }

.nav-border-search:before {
  background: var(--light-blue); }

li.nav-border-search.search {
  width: 40px !important;
  min-width: 40px !important;
  min-height: 40px;
  text-align: right; }

header nav li a {
  color: var(--black); }

header nav img {
  width: 40px; }

header nav > ul, header nav > div {
  vertical-align: middle; }
/* FOOTER */
#footer_nav ul {
  margin: 20px 0;
  padding: 0; }

#footer_nav li {
  display: inline-block;
  padding: 0 10px;
  border-right: 4px solid var(--light-blue); }

#footer_nav li:last-child {
  border: none; }

#footer_nav li a {
  font-weight: 600;
  color: var(--black); }

#footer_nav li a:hover {
  color: var(--light-blue); }
/* PRODUCTS */
.product_navigation {
  margin: 20px 40px 20px 0;
  padding: 0; }

.product_navigation li, .product_navigation ul li {
  margin: 5px 0; }

.product_navigation span {
  display: block;
  padding: 20px;
  padding-right: 50px;
  border-radius: 5px; }

.product_navigation > li, .product_navigation span {
  cursor: pointer; }

.product_navigation > li ul, .useful_links_product_navigation > li > ul > li > ul {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: max-height 1s, margin 1s;
  -webkit-transition: max-height 1s, margin 1s; }

.product_navigation .expand_tab, .useful_links_product_navigation .expand_header {
  max-height: 5000px !important;
  margin: 0 !important; }

#countries_menu {
  position: initial; }
/* start Andy Fix Hack do not remove without telling me */
.mm-wrapper {
  height: 1152px; }

.mm-listview {
  min-height: 790px; }
/* end Andy Fix Hack do not remove without telling me */
.mm-menu {
  -webkit-font-smoothing: auto !important; }

.mm-panels {
  position: initial; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0 !important; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 !important; }

.mm-hasnavbar:first-of-type {
  padding-top: 20px !important; }

.mm-panel:before {
  height: 0 !important; }

.mm-panel span.menu_heading {
  border-radius: 5px;
  cursor: default; }

.mm-navbar {
  border-bottom: none !important;
  position: relative !important;
  border-radius: 5px; }

.mm-panels > .mm-panel {
  padding-top: 20px !important; }

.mm-panel .product_navigation .expand_tab {
  margin: 0 !important; }
/*.product_navigation.mm-listview > li
 {
 padding: 10px 50px 10px 20px;
 border-radius: 5px;
 }
 .product_navigation.mm-listview > li > a, .product_navigation.mm-listview > li > span
 {
 padding: 0;
 }*/
.mm-panel .product_navigation li {
  margin: 0 0 5px 0; }

.mm-listview > li > a {
  padding: 10px 10px 10px 20px; }

.mm-listview > li > a + a {
  padding-left: 35px;
  margin-top: 10px; }

.product_navigation.mm-listview > li > a {
  padding: 0; }

.product_navigation.mm-listview > li > a > span {
  padding: 10px 50px 10px 20px; }

.child_report_list .menu_heading a {
  display: block; }

#ind_header {
  padding-top: 50px;
  min-height: 280px;
  background-color: #ccc;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center; }

#ind_header:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0; }

#ind_header .logo {
  padding: 20px;
  z-index: 9;
  position: absolute;
  transform: translateX(-50%); }

#ind_header h1 {
  padding: 20px;
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase; }

#ind_header .logo img {
  height: 70px; }

#ind_footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0; }

#ind_footer > .wrapper > * {
  width: 45%;
  line-height: 30px;
  vertical-align: top;
  font-size: 18px;
  display: inline-block; }

#ind_footer ul, #ind_footer li {
  color: #fff;
  text-align: left; }

.ind_foot {
  text-align: center;
  border-top: 1px solid #eee; }

.ind_foot img {
  width: 100%; }

@media screen and (max-width: 480px) {
  #ind_header {
    padding: 10px; }

  #ind_header .logo img {
    width: 90%;
    height: auto; }

  #ind_footer .half_width {
    width: 80%; } }

@media only screen and (max-width: 600px) {
  #footer_nav li:last-child {
    border: none; }

  .terms_use {
    border-right: none !important; }

  .desktop_screen {
    display: none !important; }

  #footer_nav ul {
    margin-top: 5px; } }
