@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overlay {
  background-color: #0c417780;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page--container {
  position: relative;
  font-family: "Roboto";
  background-size: cover;
  background-position: 50%;
  background-image: url("/pages/img/hercrmBG.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

.page--container .page--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  background-color: #093059;
  top: 0;
  width: 100%;
  padding: 15px 0 0px;
  border-bottom: 4px solid #ca252b;
}

.page--container .wl--logo {
  margin-left: 25px;
  margin-bottom: 10px;
}

.page--container .wl--logo img {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}

.page--container .wl--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.page--container .wl--buttons .btn--login {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}

.page--container .wl--buttons .btn--login:hover {
  border: 1px solid rgba(248, 248, 248, 0.5);
}

.page--container .wl--buttons .btn--getStarted {
  background-color: #ca252b;
  margin-right: 25px;
}

.page--container .wl--buttons .btn--getStarted:hover {
  background-color: #9f1d22;
}

.page--container .wl--tagline {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 20px 0;
  padding-left: 8%;
  background-color: rgba(17, 17, 17, 0.85);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
  color: rgba(248, 248, 248, 0.95);
}

.page--container .wl--tagline .wl--title {
  position: relative;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.page--container .wl--tagline .wl--tag {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.8px;
}

.page--container .wl--footer {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wl--btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  height: 42px;
  width: 84px;
  color: #fff !important;
  margin: 0 10px 5px;
  padding: 5px 15px;
  border-radius: 2px;
  min-width: 125px;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.wl--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}

.wl--nav .wl--nav--img {
  width: 220px;
  margin-right: 40px;
}

.wl--nav .wl--nav--img img {
  max-width: 100%;
  height: auto;
  min-width: 120px;
}

.wl--nav .wl--nav--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 200px;
  font-weight: 400;
  margin-right: 20px;
}

.wl--nav .wl--nav--links .nav--login {
  margin-right: 20px;
  padding: 5px 10px;
  text-shadow: 0 0 30px #000001;
}

.wl--nav .wl--nav--links .nav--register {
  background-color: #b9a645;
  padding: 5px 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wl--nav .wl--nav--links .nav--register:hover {
  background-color: #948537;
}

.wl--nav .wl--nav--links div a {
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 18px;
}

.wl--bg--container {
  background-image: url("/assets/images/rebossbg.jpg");
  background-size: cover;
  background-background-position: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.wl--bg--container .wl--bar {
  width: 100%;
  padding: 20px 0 10px;
  margin: 0;
  background-color: #0c0c0c8f;
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wl--bg--container .wl--bar .wl--cta {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.wl--bg--container .wl--bar .wl--tagline {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.wl--bg--container .wl--bar .wl--description {
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 0 0;
}

.wl--bg--container .wl--bar .wl--description .wl--link {
  color: #bdb579;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 400;
}

.wl--bg--container .wl--bar .wl--description .wl--link:hover {
  color: #aca257;
}

.wl--bg--container .wl--bar .wl--bar--image img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wl--bg--container .wl--bar .wl--bar--image img:hover {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.22)) contrast(105%);
          filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.22)) contrast(105%);
}

.wl--nav.wwacorn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
}

.wl--nav.wwacorn .wl--nav--img {
  width: 220px;
  margin-right: 40px;
}

.wl--nav.wwacorn .wl--nav--img img {
  max-width: 100%;
  height: auto;
  min-width: 120px;
}

.wl--nav.wwacorn .wl--nav--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 200px;
  font-weight: 400;
  margin-right: 20px;
}

.wl--nav.wwacorn .wl--nav--links .nav--login {
  margin-right: 20px;
  padding: 5px 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #9a9a9a;
}

.wl--nav.wwacorn .wl--nav--links .nav--login:hover {
  background-color: #818181;
}

.wl--nav.wwacorn .wl--nav--links .nav--register {
  background-color: #83040B;
  padding: 5px 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wl--nav.wwacorn .wl--nav--links .nav--register:hover {
  background-color: #520207;
}

.wl--nav.wwacorn .wl--nav--links div a {
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 18px;
}

.wl--bg--container.wwacorn {
  background-image: url("/secure/assets/images/logos/WWAcorn-bg.png") !important;
  background-size: cover;
  background-position: 50% 50%;
}

.wl--footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media only screen and (max-width: 667px) {
  .wl--nav {
    padding: 0;
  }
  .wl--nav .wl--nav--links {
    max-width: 170px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .wl--nav .wl--nav--links a {
    font-size: 15px !important;
  }
  .wl--nav .wl--nav--links a:hover {
    color: #fff !important;
  }
  .wl--cta {
    font-size: 24px;
  }
  .wl--description {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=whitelabelStyles.css.map */