
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  background-color: #ffffff !important;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #6A6D71;
  margin: 0;
}

/*
*
* Normalize
*
*
*/

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/*
*
* General
*
*
*/

body > *,
.BodyFontStyle {
  /* We can't set font size in rem on the body directly. */
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 64em) {
  body > *, .BodyFontStyle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 90em) {
  body > *, .BodyFontStyle {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 120.0625em) {
  body > *,
  .BodyFontStyle {
    font-size: 2rem;
  }
}

/* h1 */
h1 {
  /*font-size: 2em;*/
  /*margin: 0.67em 0;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 1.1;
  margin: 0 0 2rem;
  color: #222222;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

@media screen and (min-width: 48em), print {
  h1 {
    font-size: 4.6rem;
    margin: 0 0 3rem;
  }
}

@media screen and (min-width: 64em) {
  h1 {
    font-size: 5.6rem;
    margin: 0 0 4rem;
  }
}

@media screen and (min-width: 90em) {
  h1 {
    font-size: 7.4rem;
  }
}


/*
*
* Header
*
*
*/

.logo {
  width: 12.6rem;
  height: 6.9rem;
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .logo {
    width: 13rem;
    height: 6.9rem;
  }
}
@media screen and (min-width: 48em), print {
  .logo {
    width: 15.1rem;
    height: 8.2rem;
  }
}
@media screen and (min-width: 64em) {
  .logo {
    width: 17.4rem;
    height: 9.5rem;
  }
}
@media screen and (min-width: 90em) {
  .logo {
    width: 22rem;
    height: 12rem;
  }
}
@media screen and (min-width: 120.0625em) {
  .logo {
    width: 25rem;
    height: 13.7rem;
  }
}


/*
*
* Wrapper
*
*
*/

.wrapper {
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow: hidden;
  padding: 1rem 0;
  background-color: #222222;
  /*-webkit-transition-duration: 500ms;*/
  /*transition-duration: 500ms;*/
  /*-webkit-transition-property: -webkit-transform;*/
  /*transition-property: -webkit-transform;*/
  /*transition-property: transform;*/
  /*transition-property: transform, -webkit-transform;*/
  /*-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);*/
  /*transition-timing-function: cubic-bezier(0, 0, 0.2, 1);*/
}

@media screen and (min-width: 64em) {
  .wrapper {
    padding: 4rem 0;
  }
}

.inverted-colors {
  color: #ffffff;
  text-shadow: 0 0 0.1rem #6A6D71;
}

.inverted-colors h1 {
  color: #ffffff;
  text-shadow: 0 0 0.1rem #6A6D71;
}

.title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

/*
*
* Logo Wrapper
*
*
*/

.logo-wrapper {
  text-align: right;
  margin-right: 3rem;
}

@media screen and (min-width: 64em) {
  .logo-wrapper {
    margin-right: 9rem;
  }
}

/*
*
* Grid
*
*
*/

.grid {
  padding-left: 20px;
  padding-right: 20px;
}

.grid .grid {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 64em) {
  .grid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 90em) {
  .grid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 120.0625em) {
  .grid {
    max-width: 1921px;
    margin-left: auto;
    margin-right: auto;
  }
}


/*
*
* Grid Row
*
*
*/

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (min-width: 48em), print{
  .grid-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 120.0625em) {
  .grid-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}


/*
*
* Title Wrapper
*
*
*/

.title-wrapper {
  margin-bottom: 6rem;
}


/*
*
* Column
*
*
*/

/* Column Mobile */
.column-mobile {
  margin-left: 5px;
  margin-right: 5px;
}

.column-mobile-6of6 {
  width: calc(100% - 10px);
}

/* Column Tablet */
@media screen and (min-width: 48em), print {
  .column-tablet {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column-tablet-6of6 {
    width: calc(100% - 20px);
  }
}

/* Column Desktop */
@media screen and (min-width: 64em) {
  .column-desktop {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column-desktop-4of8 {
    width: calc(50% - 20px);
  }
  .column-desktop-offset-1of8 {
    margin-left: calc(12.5% + 10px);
  }
  .column-desktop-offset-2of8 {
    margin-left: calc(25% + 10px);
  }
  .column-desktop-offset-1of14 {
    margin-left: calc(7.14286% + 10px);
  }
  .column-desktop-4of7 {
    width: calc(57.14286% - 20px);
  }
  .column-desktop-11of14 {
    width: calc(78.57143% - 20px);
  }
}

/* Column Extra Wide */
.column-extra-wide {}

/* Extras inside Column */
.page-title {}

@media screen and (min-width: 64em) {
  .page-title {
    margin-top: -6rem;
  }
}


/*
*
* Input
*
*
*/

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

input {
  background: #222222;
  border: none;
  border-bottom: 2px solid #6A6D71;
  color: #ffffff;
  font-size: 2.4rem;
  padding: 2rem 0 0 0.5rem;
  width: 100%;
}

label {
  position: absolute;
  padding-left: 0.5rem;
  color: #808488;
}

.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url("../images/classy/required.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

@media screen and (min-width: 48em), print {
  input {
    font-size: 3.6rem;
  }
}


/*
*
* Form Submit
*
*
*/

.form-submit {
  background-color: #cc0130;
  border: 0;
  color: rgba(255, 255, 255, .9);
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.form-submit::after {
  background: url('../images/icon.svg#icon-target-arrow-right-white') center center no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: '';
  height: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  width: 18px;
  width: 1.8rem;
}

.vertically-content-align-middle {
  /*margin-top: auto;*/
  /*margin-bottom: auto;*/
  margin: 2rem auto;
  order: 1;
  text-align: center;
}

.vertically-content-align-middle a {
  color: #ffffff;
  text-decoration: none;
}

.persistent-login-wrapper {
  padding: 3rem 0 3rem 0.5rem;
}

.persistent-login-wrapper label {
  color: #FFFFFF;
  margin-left: 1rem;
}
.persistent-login-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: url('../images/icon.svg#icon-target-checkbox-button-dark') center center no-repeat;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
}

.persistent-login-wrapper input[type="checkbox"]::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url('../images/icon.svg#icon-target-checkbox-button-checked') center center no-repeat;
  transform: scale(0);
  transform-origin: bottom left;
}

.persistent-login-wrapper input[type="checkbox"]:checked::before {
  transform: scale(1);
}

@media screen and (min-width: 64em) {
  .vertically-content-align-middle {
    margin-top: auto;
    margin-bottom: auto;
    order: 0;
    text-align: left;
  }
  .vertically-content-align-middle a {
    padding-left: 0.5rem;
  }
}

/*
*
* Messages
*
*
*/

.messages {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}

.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url("../images/classy/error.svg");
  box-shadow: -8px 0 0 #e62600;
}

.login_theme-messages {
  background-color: transparent;
  border-color: #CC0130;
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  color: #FFFFFF;
}

.login_theme-messages a {
  color: #FFFFFF;
}

.form-item input.error {
  border: none;
  border-bottom: 2px solid #6A6D71;
}

/*
*
* Close Bar
*
*
*/

.close-bar {
  position: absolute;
  top: 6rem;
  left: 3rem;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 47.9375em) {

  .close-bar {
    top: 2rem;
    left: 0rem;
  }
}

@media screen and (min-width: 48em), print {

  .close-bar {
    top: 2rem;
    left: 0rem;
  }
}

@media screen and (min-width: 64em) {

  .close-bar {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 6rem;
    height: 100%;
    padding: 0 0.8rem;
    background: #171717;
    text-align: right;
    direction: rtl;
    font-size: 1.2rem;
  }
}

/* Close Button */
.close-button {
  border: 0;
  padding: 1.5rem;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (min-width: 48em), print {

  .close-button {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 64em) {

  .close-button {
    padding: 1rem 3.5rem 1rem 2rem;
    white-space: nowrap;
    line-height: 2.1;
    /* We used direction: rtl to make the text flow from the right edge of the bar. */
    -webkit-transform: translate(-4.4rem) rotate(-90deg);
    transform: translate(-4.4rem) rotate(-90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    letter-spacing: 2px;
  }
}

.close-button:hover svg, .close-button:focus svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Close Label */
.close-label {
  /* stylelint-disable-next-line declaration-no-important */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

@media screen and (min-width: 64em) {

  .close-label {
    /* stylelint-disable-next-line declaration-no-important */
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
}

/* Close Icon */
.close-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: bottom;
  fill: #ffffff;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

@media screen and (min-width: 64em) {

  .close-icon {
    margin: 0 0 0 2rem;
  }
}
