@font-face {
  font-family: "Graphik Regular";
  src: url("/custom/fonts/Graphik-Regular-Web.woff") format("woff");
}

@font-face {
  font-family: "Graphik Light";
  src: url("/custom/fonts/Graphik-Light-Web.woff") format("woff");
}

@font-face {
  font-family: "Graphik Semibold";
  src: url("/custom/fonts/Graphik-Semibold-Web.woff") format("woff");
}

body {
  font-size: 1rem;
  font-family: Graphik Light,sans-serif;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100%;
  background-color: #f7f7f7;
  margin: 0px;
}
.retail-background {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  height: 100%;
  background-color: #f7f7f7;
  min-height: 100vh;
}
  
.retail-background .tru-core-margin-top--lg {
	margin-top: 1.5rem;
}

.tru-core-card {
    max-width: 85%;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
}
  h1 {
    color: #2e1a47;
    font-size: 3rem;
  }

.tru-core-card-header--login {
    color: #2e1a47;
    padding-bottom: 0;
    font-family: Graphik Light,sans-serif;
    font-size: 2rem;
	font-weight: 300;
    line-height: 1.2;
}

 .mobile-alignment {
  text-align: center;
}


.padding-top-lg {
  padding-top: 2rem;
}

.padding-right-lg {
  padding-right: 2rem;
}

.padding-top-md {
  padding-top: 1rem;
}

.padding-top-xs {
  padding-top: 0.5rem;
}

.display-inline-flex {
  display: inline-flex;
}

.tru-core-navbar {
    background-color: #2e1a47;
    border-bottom: 1px solid #211333;
    height: 75px;
    min-width: 100%;
    width: 100%;
    z-index: 5;
}

.tru-core-navbar__container {
  display: flex;
  height: 100%;
  margin-left: 10px;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.tru-core-navbar__section--logo{
  display: table-cell;
  vertical-align: middle;
}

.tru-core-icon-wrapper{
  margin: 25px;
  height: 26px;
  line-height: 0!important;
  width: 110px;
}

a.button {
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #7c6992;
  border-radius: 5px;
  color: #7c6992;
}

.tru-core-navbar__container {
    padding-left: 32px;
    padding-right: 32px;
}

.retail-background .tru-core-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}
.retail-background .tru-core-form-max-width--sm-max {
	max-width: 600px;
}

@media only screen and (max-width: 700px) {
  h1 {
    color: #2e1a47;
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile-alignment {
    text-align: left;
  }

  .retail-background {
    min-height: auto;
  }

  .copy {
    max-width: none !important;
  }

  .content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100%;
    max-width: 1400px;
  }

  .align-header-image {
    justify-self: flex-start !important;
  }
}

@supports (grid-gap: 1rem) {
  .four-column-grid {
    grid-gap: 1rem;
  }
}