@font-face {
  font-family: "Cathay Sans";
  src: url("/assets/fonts/CathaySans/cathaysans_rg-webfont.woff2")
      format("woff2"),
    url("/assets/fonts/CathaySans/cathaysans_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

.header {
  background-color: #fff;
  height: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  max-width: 1020px;
  z-index: 20;
}

.header .logo {
  position: relative;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
}

.logo.mobile {
  display: block;
}

.logo.tablet {
  display: none;
}

.background {
  background: #005d63;
  background: -moz-linear-gradient(-8deg, #005d63 0%, #202f42 100%);
  background: -webkit-linear-gradient(-8deg, #005d63 0%, #202f42 100%);
  background: linear-gradient(172deg, #005d63 0%, #202f42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d63', endColorstr='#202f42', GradientType=0);
  background-repeat: no-repeat;
  margin: 0;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 0;
}

.not-supported-body {
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 70px;
  position: absolute;
}

.page-title {
  position: relative;
  padding: 10vh 0 10px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Cathay Sans", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
}

.page-subtitle {
  position: relative;
  text-align: center;
  color: #ffffff;

  font-family: "Cathay Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.38;
  padding: 10px;
}

.supported-browsers {
  padding: 20px;
  position: relative;
}

.supported-browser-box {
  width: 243px;
  height: 70px;
  background-color: #f8f7fd;
  margin: 10px auto;
  cursor: pointer;
}

.supported-browser-box a {
  text-decoration: none;
}

.supported-browsers img {
  height: 40px;
  width: 40px;
  float: left;
  padding: 15px;
}

.supported-browser-title {
  display: block;
  float: right;
  width: 172px;
  text-align: left;
  padding: 10px 0px;
  font-family: "Cathay Sans", sans-serif;
  font-size: 16px;
  color: #116f9a;
  min-height: 40px;
}

.supported-browser-title p {
  padding-left: 20px;
}

.line {
  width: 1px;
  height: 70px;
  background-color: #e6e7e8;
  display: inline-block;
}

.center {
  margin: auto;
  width: 80%;
}

.separator {
  width: 25px;
  height: 2px;
  background-color: #f80d48;
  margin: 25px auto;
}

@media (min-width: 760px) {
  .supported-browser-title p {
    padding-left: 0px;
  }

  .background {
    top: 49px;
  }

  .header {
    height: 50px;
  }

  .logo.mobile {
    display: none;
  }

  .logo.tablet {
    display: block;
  }

  .not-supported-body {
    top: 50px;
  }

  .supported-browsers {
    display: table;
    border-spacing: 10px 5px;
    margin: auto;
  }

  .supported-browsers img {
    height: 50px;
    width: 50px;
    padding: 15px 32px;
    margin: auto;
    float: none;
  }

  .supported-browser-box .line {
    height: 1px;
    width: 100%;
    display: block;
  }

  .supported-browser-box {
    display: table-cell;
    width: 115px;
    height: 142px;
  }

  .supported-browser-title {
    padding: 8px 5%;
    width: 90%;
    float: none;
    text-align: center;
    margin: auto;
    font-size: 13px;
  }

  .supported-browser-title p {
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .background-overlay {
    background-size: cover;
    background-position: left 150px;
  }

  .page-title {
    font-size: 31px;
  }

  .page-subtitle {
    font-size: 16px;
    line-height: 1.38;
  }

  .supported-browsers img {
    height: 70px;
    width: 70px;
    padding: 38px 46px;
  }

  .supported-browser-box {
    width: 162px;
    height: 200px;
  }

  .supported-browser-title {
    padding: 5px 5%;
  }
}
