/*MATERIALIZECSS OVERRIDES*/
.input-field {
  height: 74px;
  /*prevents jumpiness on input focus/blur */ }

input {
  margin: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important; }

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-width: 2px;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important; }

/*END MATERIALIZE OVERRIDES*/
/*START RECAPTCHA OVERRIDES*/
.rc-anchor-normal {
  width: 312px; }

/*END RECAPTCHA OVERRIDES*/
/*START VENDOR.CSS OVERRIDES*/
.progress {
  width: auto;
  margin: 0.5rem 12px 1rem 12px; }

/*END VENDOR.CSS OVERRIDES*/
/*START MATERIAL DESIGN FIELD HINT*/
/* BUBBLE */
.hint-bubble {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid;
  position: absolute;
  right: 0%;
  z-index: 1201 !important;
  border-color: #bbb #bbb #a8a8a8;
  padding: 16px;
  width: 255px;
  line-height: 17px;
  -webkit-transform: translate(100%, 16px);
  transform: translate(100%, 16px);
  transition: all 0.218s; }
  .hint-bubble.activeHint {
    visibility: visible;
    opacity: 1; }

/* bubble arrow */
.hint-bubble-arrow {
  position: absolute;
  top: 20px; }
  .hint-bubble-arrow:before, .hint-bubble-arrow:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0; }
  .hint-bubble-arrow:before {
    border: 8px solid;
    border-color: transparent #bbb;
    top: -8px; }
  .hint-bubble-arrow:after {
    border: 8px solid;
    border-color: transparent #fff;
    top: -8px;
    margin-left: -2px; }

.hint-bubble-arrowright {
  right: 0; }
  .hint-bubble-arrowright:before, .hint-bubble-arrowright:after {
    border-right-width: 0; }

.hint-bubble-arrowleft {
  left: -4px; }
  .hint-bubble-arrowleft:before, .hint-bubble-arrowleft:after {
    border-right-width: 0;
    transform: rotate(180deg); }
  .hint-bubble-arrowleft:before {
    margin-left: -4px; }
  .hint-bubble-arrowleft:after {
    margin-right: -2px; }

/*START SMALL & MEDIUM MOBILE (LESS THAN 992PX)*/
@media only screen and (max-width: 992px) {
  .hint-bubble {
    position: relative;
    transform: none;
    float: right;
    width: 100%;
    margin-top: -24px;
    margin-bottom: 24px; }
  /* BUBBLE */
  /*.hint-bubble {
        box-shadow: 0 1px 3px rgba(black,.2);
        background-color: #fff;
        border: 1px solid;
        position: absolute;
        z-index: 1201 !important;
        border-color: #bbb #bbb #a8a8a8;
        padding: 16px;
        width: calc(100% - 32px);
        line-height: 17px;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        /*-webkit-transform: translate(0, 64px);
        transform: translate(0, 64px);
        transition: all 0.218s;

        &.activeHint {
            visibility: visible;
            opacity: 1;
        }
    }*/
  /* bubble arrow */
  .hint-bubble-arrow {
    position: absolute;
    top: 0%;
    left: 75%;
    margin-top: -8px; }
    .hint-bubble-arrow:before, .hint-bubble-arrow:after {
      content: "";
      position: absolute;
      height: 0;
      width: 0; }
    .hint-bubble-arrow:before {
      border: 8px solid;
      border-color: transparent #bbb;
      top: -5px; }
    .hint-bubble-arrow:after {
      border: 8px solid;
      border-color: transparent #fff;
      top: -4px;
      margin-left: -4px; }
  .hint-bubble-mobileArrowBottom {
    right: 0; }
    .hint-bubble-mobileArrowBottom:before, .hint-bubble-mobileArrowBottom:after {
      border-right-width: 0;
      transform: rotate(-90deg); } }

/*END MATERIAL DESIGN FIELD HINT*/
.validate.invalid ~ .helper-text {
  display: block; }

.helper-text {
  pointer-events: none; }

input.validate.valid + label:after, textarea.materialize-textarea.validate.valid + label:after {
  content: 'Valid';
  background-color: #2e7d32;
  color: white;
  font-size: 75%;
  display: inline;
  position: static;
  margin-left: 1em;
  padding: 0px .5em;
  opacity: 1; }

/*START COMMON LAYOUT STYLES*/
/*.centerChildOnPage {
    position: fixed;
    width: 100%;
    height: 100%;
}
.centerChildOnPage > * {
    top: 50%;
    width: 350px;
    @include transform(translateY(-50%));
    margin: auto;
}*/
.centerBoth {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: auto;
  padding: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.width100 {
  width: 100%; }

.horizontalDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 36px 0; }

/*END COMMON LAYOUT STYLES*/
/*START COMMON TYPOGRAPHY*/
body {
  color: rgba(0, 0, 0, 0.87); }

.caption {
  font-size: 75%;
  color: #616161; }

.has-error {
  color: #F44336; }

/*END COMMON TYPOGRAPHY*/
/*START SPACING STYLES*/
.marginBottom48 {
  margin-bottom: 48px !important; }

.marginTop0 {
  margin-top: 0; }

.marginBottom0 {
  margin-bottom: 0; }

.marginBottom24 {
  margin-bottom: 24px !important; }

.marginLeft0 {
  margin-left: 0 !important; }

.paddingAll0 {
  padding: 0 0 0 0; }

.paddingNorth16 {
  padding: 16px 0 0 0 !important; }

.paddingNorthSouth16 {
  padding: 16px 0px !important; }

.paddingEW16 {
  padding: 0 16px !important; }

/*END SPACING STYLES*/
/*START COMMON INPUT FIELD STYLING*/
.input-field {
  position: relative; }

.field-validation-error, .field-validation-valid {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px; }

.input-field .showPasswordButton {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  vertical-align: middle;
  opacity: .67;
  outline: none;
  border: none;
  background-color: transparent; }
  .input-field .showPasswordButton span {
    position: relative;
    top: -8px;
    font-size: 12px; }

.popOutWindow {
  height: 14px;
  margin-bottom: -3px;
  display: inline; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

input[type=password].passwordField,
input[type=text].passwordField {
  padding-right: 64px !important;
  width: calc(100% - 64px) !important; }

.input-field .showPasswordButton:focus {
  background-color: #e0f7fa; }

/*END COMMON INPUT FIELD STYLING*/
/*START CUSTOM STYLES*/
.underline {
  text-decoration: underline; }

.whiteSpaceNormal {
  white-space: normal; }

.smallText {
  font-size: 12px; }

.input-field input + label + .inputHintContainer {
  visibility: hidden;
  position: absolute;
  height: 0px;
  width: 0px;
  left: 0;
  overflow: hidden;
  transition: height .3s ease, width .3s ease; }

.input-field input:focus + label + .inputHintContainer {
  visibility: visible;
  position: absolute;
  height: auto;
  width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  padding: 12px;
  overflow: hidden;
  -webkit-transform: translate(-105%, -60%);
  transform: translate(-102%, -60%); }

.listIcon {
  padding: 0 8px;
  float: left;
  margin-top: -4px; }

.listIcon.error, .listIcon.error::after {
  color: #b71c1c;
  content: "error_outline"; }

.listIcon.placeholder, .listIcon.placeholder::after {
  color: #b71c1c;
  content: " ";
  width: 40px;
  height: 24px; }

.listIcon.warning {
  color: #ffc107; }

.listIcon.valid, .listIcon.valid::after {
  color: #8bc34a;
  content: "check"; }

.listIcon.placeholder.valid, .listIcon.placeholder.valid::after {
  color: #00838F;
  content: "thumb_up"; }

.iFrameButton {
  position: absolute;
  right: 24px; }

.loginBranding {
  text-align: center;
  max-height: 100px;
  min-height: 75px;
  max-width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px; }

.formPrelude {
  margin-bottom: 1em; }

.mobileContainer.legalContainer {
  width: 80%;
  height: 80%;
  top: 10%;
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  padding: 12px;
  box-shadow: 0 0 5px #808080; }

/*START SMALL MOBILE (LESS THAN 600PX)*/
@media only screen and (max-width: 600px) {
  /*.centerChildOnPage>* {
        left: 0px;
        width: 100%;
    }*/
  .mobileContainer,
  .mobileContainer.centerBoth {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%); }
  .mobileContainer.legalContainer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding: 12px; }
  .fillLayout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 0; }
  .row {
    margin-bottom: 8px; } }

@media only screen and (max-height: 600px) {
  /*.centerChildOnPage>* {
        top: 0px;
        height: 100%;
        @include transform(none);
    }*/
  .mobileContainer,
  .mobileContainer.centerBoth {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%); }
  .fillLayout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 0; }
  .row {
    margin-bottom: 8px; }
  .input-field {
    height: 43px; }
  .formPrelude {
    font-size: 90%; } }

/*START SMALL MOBILE (LESS THAN 992PX GREATER THAN 601PX)*/
/*START ADA COMPLIANCE STYLE OVERRIDES*/
.input-field > label {
  color: #616161; }

input:focus, select:focus, textarea:focus {
  background-color: #e0f7fa !important; }

button:focus, .dropdown-trigger:focus {
  background-color: #e0f7fa; }

button.btn:not(.btn-flat) {
  background-color: #00838f; }

.btn.cyan.darken-3:focus,
button.btn:not(.btn-flat):focus {
  background-color: #006064 !important;
  box-shadow: 0 0 5px #00acc1; }

.btn-flat:focus {
  background-color: #e0f7fa;
  box-shadow: 0 0 5px #00acc1; }

h1.card-title {
  margin-top: 0; }

/*END ADA COMPLIANCE STYLE OVERRIDES*/
