@font-face {
  font-family: "Bebas Neue";
  src: url("/Fonts/bebasneue-webfont.eot");
  src: url("/Fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/bebasneue-webfont.woff") format("woff"), url("/Fonts/bebasneue-webfont.ttf") format("truetype"), url("/Fonts/bebasneue-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body, html, form {
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  font-weight: normal;
}

p {
  line-height: 1.612;
}

h1 {
  display: block;
  font-size: 42px;
  margin: 0 0 12px 0;
  padding: 0px;
}

h2 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  background-color: #f3f6f9;
  color: #303030;
  border: 1px solid #e5eaee;
  border-radius: 0.42rem;
  padding: 14px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #4b8596;
}

.Blue {
  color: #708090;
  font-size: 45px;
}

.MessageBox_Blue {
  border: 4px solid #708090;
  padding: 20px;
  color: #708090;
}

.BlueBG {
  background-color: #708090;
}

.admin_checklist_isactive {
  color: #4b8596;
}

.admin_checklist_ishidden {
  color: #CCCCCC;
}

ul#level1_1, ul#level1_2, ul#level1_3 {
  display: none;
}

.page_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
}

.page_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.page_container > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.page_container > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.page_container > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.header_usermenu {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  color: #708090;
  text-align: right;
  font-size: 12px;
  padding: 4px 8px 0 0;
}

.header_company_logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  max-width: 300px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
}

.header_usermenu a {
  color: #708090;
}

.pageheader_container {
  max-width: 1250px;
  min-height: 140px;
  /*border: 2px solid blue;*/
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.header_company_logo a {
  display: block;
  color: #708090;
  line-height: 70px;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
}

.logo_title {
  width: 100%;
  height: 80px;
  background-image: url("/retail2020/images/logo_300_80.jpg");
}

.hamburger_container {
  display: none;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.page_nav {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  /*border: 1px solid green;*/
  display: -ms-grid;
  display: grid;
}

.hamburger {
  -ms-grid-column: 1;
  grid-column: 1/1;
  grid-row: auto;
}

.hamburger_x {
  display: none;
}

ul.page_nav_level0 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 2fr 2fr 1fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

li.page_nav_level0 {
  display: list-item;
  /*border-bottom: 1px solid white;*/
  margin: 0;
  padding: 0;
}

li.page_nav_level0 a {
  background-color: white;
  color: #708090;
  /*border: 3px solid $mjlblue;*/
  text-decoration: none;
  display: block;
  padding: 12px 12px;
  font-family: "Bebas Neue";
}

ul.page_nav_level1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

li.page_nav_level1 {
  margin: 0;
  padding: 0;
  /*max-width: 50%;
      min-width: 50%;*/
  /*display: inline-grid;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li.page_nav_level1 a {
  background-color: white;
  color: #8da1b5;
  /*border: 3px solid $mjlblue;*/
  text-decoration: none;
  font-family: "Bebas Neue";
  display: block;
  padding: 12px 12px 12px 24px;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_container_left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: auto;
  background-color: #303030;
}

.footer_container_right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  background-color: #303030;
}

.footer_container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background-color: #303030;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-bottom: 12px;
}

.footer_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.footer_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer_container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.coupon_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  grid-row: 1/1;
  /*padding: 12px;*/
  margin: 12px 0;
  width: 80%;
  -ms-grid-column-align: center;
      justify-self: center;
}

.coupon_outer {
  border: 3px solid #4b8596;
  border-radius: 4px 4px;
  /*width: 90%;*/
}

.coupon_inner {
  background-color: #4b8596;
  border: 2px dashed white;
  border-radius: 6px 6px;
  letter-spacing: 0.2em;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  padding: 6px;
  margin: 0 auto;
}

.footer_social {
  grid-column: auto;
  grid-row: auto;
  padding: 12px;
  -ms-grid-row-align: center;
      align-self: center;
  /*border: 1px solid white;*/
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}

.footer_social a {
  color: white;
  text-decoration: none;
  font-family: "Bebas Neue";
}

.footer_social a:hover {
  color: #4b8596;
}

.button_button {
  white-space: nowrap;
  margin-top: 25px;
  margin-right: 12px;
  text-align: center;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-align: center;
      justify-self: center;
  justify-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button_button a {
  font-family: "Bebas Neue";
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #4b8596;
  border: 6px solid #4b8596;
  border-radius: 6px 6px;
  color: white;
  text-decoration: none;
  padding: 2px 10px;
}

.button_button a.disabled {
  background-color: #CCCCCC;
  color: #303030;
}

@media screen and (max-width: 1250px) {
  .pageheader {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .page_nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    /*border: 1px dashed pink;*/
  }
}
@media screen and (max-width: 922px) {
  ul.page_nav_level0 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: block;
  }

  .pageheader {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  /*ul.page_nav_level1 {
      grid-column: 1/6;
  }*/
}
@media screen and (max-width: 922px) {
  .hamburger_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
    margin: 20px 0;
  }
  .hamburger_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .hamburger {
    display: block;
  }

  .hamburger_x {
    display: none;
  }

  .page_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: none;
  }
}
@media screen and (max-width: 623px) {
  .page_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 623px) {
  .page_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .footer_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    min-width: 375px;
  }

  .coupon_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .page_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .pageheader {
    min-height: 140px;
    /*border: 2px solid green;*/
  }
}
@media screen and (max-width: 375px), screen and (max-width: 414px), screen and (max-width: 510px) {
  .page_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .pageheader {
    min-height: 100px;
    /*border: 2px solid red;*/
    background-position: bottom;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}