@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Italic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
}
/* Responsive web - breakpoints */
/* Box Shadows */
/* float-labels mixins */
:root {
  --Button-Primary-Active: #3964bf;
  --Button-Primary-Focus: #1f297d;
  --Button-Secondary-Hover: #204bd8;
  --Button-Secondary-Focus: #1f297d;
}

.btn-primary,
input[type=submit].btn-primary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #fff;
  border-radius: 2rem;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  background: linear-gradient(-63.43495deg, #235ec9 0, #2a78e9 100%);
  padding: 0.9375rem 2.8125rem;
  margin-right: 10px;
  height: 60px;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.75rem 2.8125rem;
  }
}
@media all and (max-width: 767px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}

.btn-primary:hover,
input[type=submit].btn-primary:hover {
  color: #fff;
  background: #204bd8;
  text-decoration: none;
}

.btn-primary:focus,
input[type=submit].btn-primary:focus {
  background: #081c5f;
}

.btn-primary.active,
input[type=submit].btn-primary.active {
  background: #3964bf;
}

.btn-primary.disabled,
input[type=submit].btn-primary.disabled {
  color: #545454;
  background: #f2f2f2;
  pointer-events: none;
  border: 0.125rem solid #f2f2f2;
}

.btn-secondary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #352b2b;
  border-radius: 2rem;
  background-clip: padding-box;
  border: 0.125rem solid #e4e4e4;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.9375rem 2.8125rem;
  margin-right: 1.25rem;
  height: 60px;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}

.btn-secondary:hover {
  border: 0.125rem solid #204bd8;
  text-decoration: none;
  color: #352b2b;
}

.btn-secondary:focus {
  border: 0.125rem solid #081c5f;
}

.btn-secondary.active {
  border: 0.125rem solid #3964bf;
}

.btn-secondary.disabled {
  color: #b3b3b3;
  border: 0.125rem solid #f2f2f2;
  pointer-events: none;
}

.btn-auxiliary {
  height: 40px;
  padding: 8px 40px;
  color: #3964bf;
  line-height: 16px;
  border-radius: 4px;
  border: 2px solid #2a78e9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.has-float-label {
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  max-height: 3.75rem;
  display: block;
  position: relative;
  padding-top: 5px;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  text-align: center;
  top: 1.375rem;
  left: 0;
  cursor: text;
  font-size: 1.125rem;
  width: 100%;
  opacity: 1;
  color: #545454;
  font-weight: 400;
  transition: all 0.2s;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .has-float-label label, .has-float-label > span {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .has-float-label label, .has-float-label > span {
    font-size: 1rem;
  }
}
.has-float-label label.shift {
  transform: translate(0px, -15px) scale(0.8);
  top: 0.9375rem;
  font-size: 0.875rem;
}
.has-float-label label.shiftalways {
  transform: translate(-14%, -15px) scale(0.8);
  top: 0.9375rem;
  font-size: 0.875rem;
}
.has-float-label span.shift {
  transform: translate(0px, -15px) scale(0.7);
  top: 0.9375rem;
  font-size: 0.875rem;
  /*  top:get-size(20px); */
}
@media all and (max-width: 767px) {
  .has-float-label {
    top: 1.125rem;
    font-size: 0.75rem;
  }
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label textarea {
  width: 100%;
}
.has-float-label input[type=text], .has-float-label input[type=password], .has-float-label input[type=number] {
  font-size: 1.375rem;
  font-weight: 500;
  width: 100%;
  max-width: 480px;
  color: #352B2B;
  background: #FFF;
  padding: 0.625rem 0.3125rem 0rem 0.3125rem;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  background: transparent;
  z-index: 2;
}
.has-float-label input[type=text]:focus, .has-float-label input[type=password]:focus, .has-float-label input[type=number]:focus {
  outline: 0;
  border-bottom: 2px solid #3964BF;
  caret-color: #3964BF;
}
.has-float-label input, .has-float-label select, .has-float-label textarea {
  font-size: inherit;
  text-align: center;
  font-weight: 400;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  /*  @include float-label-scaled {
    top: get-size(-40px);
  }


  &:focus {
    outline: none;
    border-color: #545454;
    opacity: .7;
  } */
}
.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

body {
  font-size: 14px;
  font-family: "Roboto";
}

input[type=submit]:disabled {
  opacity: 1;
}

/* Responsive web - breakpoints */
/* Box Shadows */
/* float-labels mixins */
.btn-primary,
input[type=submit].btn-primary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #fff;
  border-radius: 2rem;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  background: linear-gradient(-63.43495deg, #235ec9 0, #2a78e9 100%);
  padding: 0.9375rem 2.8125rem;
  margin-right: 10px;
  height: 60px;
  cursor: pointer;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.75rem 2.8125rem;
  }
}
@media all and (max-width: 767px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}
.btn-primary:hover,
input[type=submit].btn-primary:hover {
  color: #fff;
  background: #204bd8;
  text-decoration: none;
}

.btn-primary:focus,
input[type=submit].btn-primary:focus {
  background: #081c5f;
}

.btn-primary.active,
input[type=submit].btn-primary.active {
  background: #3964bf;
}

.btn-primary.disabled,
input[type=submit].btn-primary.disabled {
  color: #545454;
  background: #f2f2f2;
  pointer-events: none;
  border: 0.125rem solid #f2f2f2;
}

.btn-secondary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #352b2b;
  border-radius: 2rem;
  background-clip: padding-box;
  border: 0.125rem solid #e4e4e4;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.9375rem 2.8125rem;
  margin-right: 1.25rem;
  height: 60px;
  cursor: pointer;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}
.btn-secondary:hover {
  border: 0.125rem solid #204bd8;
  text-decoration: none;
  color: #352b2b;
}

.btn-secondary:focus {
  border: 0.125rem solid #081c5f;
}

.btn-secondary.active {
  border: 0.125rem solid #3964bf;
}

.btn-secondary.disabled {
  color: #b3b3b3;
  border: 0.125rem solid #f2f2f2;
  pointer-events: none;
}

.has-float-label {
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  max-height: 3.75rem;
  display: block;
  position: relative;
  padding-top: 5px;
}

.has-float-label label,
.has-float-label > span {
  position: absolute;
  text-align: center;
  top: 0.9375rem;
  cursor: text;
  font-size: 1.4375rem;
  width: 100%;
  opacity: 1;
  color: #545454;
  font-weight: 400;
  transition: all 0.2s;
  z-index: 1;
}

.has-float-label span.shift {
  transform: translate(0px, -15px) scale(0.7);
  top: 0.9375rem;
  font-size: 0.875rem;
  /*  top:get-size(20px); */
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label textarea {
  width: 100%;
}

.has-float-label input[type=text],
.has-float-label input[type=password],
.has-float-label input[type=number] {
  font-size: 1.25rem;
  font-weight: 400;
  width: 100%;
  max-width: 480px;
  color: #352b2b;
  background: #fff;
  padding: 0.625rem 0.3125rem 0rem 0.3125rem;
  z-index: 2;
}

.has-float-label input[type=text]:focus,
.has-float-label input[type=password]:focus,
.has-float-label input[type=number]:focus {
  outline: 0;
  border-bottom: 2px solid #3964bf;
  caret-color: #3964bf;
}

.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  font-size: inherit;
  text-align: center;
  font-weight: 400;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  /*  @include float-label-scaled {
      top: get-size(-40px);
    }


    &:focus {
      outline: none;
      border-color: #545454;
      opacity: .7;
    } */
}

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

/* Space for IE 10 + targeted CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .login-grid-layout .login-card,
  .login-grid-layout .login-contact-card {
    margin-right: 10px;
  }
  .login-grid-layout .login-contact-card {
    margin-top: 10px;
  }
  .login-action-tiles div:not(:last-child) {
    margin-right: 10px;
  }
}
body {
  font-size: 14px;
  font-family: "Roboto";
}

input[type=submit]:disabled {
  opacity: 1;
}

input[type=text].select-list {
  color: #352b2b;
  font-size: 1.125rem;
  font-weight: 500;
  /*bold */
  line-height: 1.625rem;
  background: url("icons/select-list-down.png") no-repeat 98% 22px;
  background-size: 15px;
  cursor: pointer;
}

.divVisible {
  visibility: visible;
  display: absolute;
}

.divHidden {
  visibility: hidden;
  display: none;
}

ul {
  padding-left: 2.5rem;
}

ul li {
  font-size: 1rem;
  font-weight: 400;
}

input[type=checkbox] + label:before {
  width: 1.375rem;
}

p.popupContent {
  font-size: 18px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  p.popupContent {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  p.popupContent {
    font-size: 14px;
  }
}
input[type=checkbox]:checked + label:before {
  background: url("icons/icon-checkmate-circle.png") no-repeat 0rem -0.0625rem;
  background-size: 1.375rem 1.375rem;
}

.checkboxSeleted {
  margin-left: 0;
}

.checkboxSeleted input[type=checkbox]:checked + label:before {
  background: url("icons/CheckBoxChecked.png") no-repeat 0rem -0.0625rem;
  background-size: 1.375rem 1.375rem;
}

#checkboxTandC {
  font-size: 0.875rem;
  color: #545454;
  vertical-align: middle;
}

header.loggedOut {
  height: 4.0625rem;
  border-bottom: none;
  box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.main.loggedOut {
  margin-top: 4.0625rem;
}

@media all and (min-width: 1025px) {
  .main.loggedOut .container {
    max-width: 71.25rem;
  }
}
header .container {
  padding: 0.9375rem 0rem;
}

@media all and (min-width: 1025px) {
  header .container {
    max-width: 78.125rem;
  }
}
header #logo {
  margin-top: 0px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  header #logo {
    margin-left: 1.375rem;
  }
}
@media all and (max-width: 767px) {
  header #logo {
    margin-left: 1rem;
  }
}
header::after {
  content: "";
  background: linear-gradient(to bottom left, #ffffff 50%, transparent 50%);
  width: 2.75rem;
  height: 2.75rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: -2.75rem;
  z-index: -1;
}

@media all and (max-width: 767px) {
  header::after {
    width: 2.8rem;
    top: 98%;
  }
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  header::after {
    width: 4rem;
    height: 4rem;
    top: 95%;
  }
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5rem;
  color: #352b2b;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.625rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.875rem;
  }
}
h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 3rem;
  color: #000000;
  line-height: 2rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.375rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #352b2b;
}

.header-nav .logo {
  margin: 0 auto;
}

.tinyProgressbar {
  background-color: #f2f2f2;
}

.tinyProgressbar .bar {
  background: #235ec9;
  border-radius: 0.625rem;
}

.input-error {
  border-bottom: 0.125rem solid #d31111 !important;
}

.mfp-content {
  width: 980px;
  clear: both;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .mfp-content {
    width: 660px;
    margin: 0;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .mfp-content {
    width: 320px;
  }
}
.mfp-content .scrollTerms {
  width: 860px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .mfp-content .scrollTerms {
    width: 530px;
  }
}
@media all and (max-width: 767px) {
  .mfp-content .scrollTerms {
    width: 200px;
  }
}
#tcEnrollmentModal {
  /* p{
        font-size: 16px;
        font-weight: 500;
        height: 20px;
        letter-spacing: 0px;
        line-height: 20px;
        width: 599px;
    } */
}

#tcEnrollmentModal a.closebutton {
  font-size: 20px;
  width: 20px;
  height: 20px;
  float: right;
  color: #545454;
  text-decoration: none;
  cursor: pointer;
  margin-top: -15px;
  margin-right: -15px;
}

.imgConfirmCheck {
  width: 32px;
  height: 32px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .imgConfirmCheck {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 767px) {
  .imgConfirmCheck {
    width: 21px;
    height: 21px;
  }
}
/* TODO - specifc to T&C popups -- adjust the mobile view popup display to top */
.white-popups {
  border-radius: 0px;
  background: #fff;
  padding: 1.5625rem 0.875rem 1.5625rem 1.125rem;
  max-width: 980px;
  width: 980px;
  margin: 0 10px;
}
.white-popups .form-actions {
  text-align: right;
}
@media all and (max-width: 767px) {
  .white-popups .form-actions {
    text-align: center;
    margin-bottom: 0rem;
  }
}
@media all and (max-width: 767px) {
  .white-popups {
    padding: 1.5625rem 0.4375rem 1.5625rem 0.5625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .white-popups {
    padding: 1.5625rem 0.6875rem 1.5625rem 0.8125rem;
  }
}
.white-popups p.agreement-header {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .white-popups p.agreement-header {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .white-popups p.agreement-header {
    margin-top: 24px;
  }
}
.white-popups .agreement-header {
  color: #352b2b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .white-popups .agreement-header {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .white-popups .agreement-header {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.white-popups .agreement-footer {
  color: #352b2b;
  font-family: Helvetica;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: right;
  margin-right: 0.875rem;
}
@media all and (max-width: 767px) {
  .white-popups .agreement-footer {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .white-popups .agreement-footer {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popups {
    width: 640px;
  }
}
@media all and (max-width: 767px) {
  .white-popups {
    width: 310px;
  }
}
.white-popups .modal-actions {
  float: right;
  margin-top: 10px;
}

.white-popups p.title {
  font-size: 1.5rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popups p.title {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 767px) {
  .white-popups p.title {
    font-size: 0.75rem;
  }
}
.white-popups .innerContent {
  font-size: 1rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popups .innerContent {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 767px) {
  .white-popups .innerContent {
    font-size: 0.75rem;
  }
}
.white-popups .contentCol {
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0px 0.5rem 0px 0.75rem;
}
@media all and (max-width: 767px) {
  .white-popups .contentCol {
    padding: 0px 0.5rem 0px 0.5rem;
  }
}
.white-popups .contentCol #terms {
  margin-right: 2px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .white-popups .contentCol #terms {
    margin-right: 10px;
  }
}

div.horizontal-seperator {
  border: 1px solid #e4e4e4;
  height: 2px;
  float: left;
  width: 100%;
}
div.horizontal-seperator.top-margin {
  margin-top: 0.75rem;
}
@media all and (min-width: 1025px) {
  div.horizontal-seperator.top-margin {
    margin-top: 1rem;
  }
}
div.horizontal-seperator.bottom-margin {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 1025px) {
  div.horizontal-seperator.bottom-margin {
    margin-bottom: 1rem;
  }
}

/* Need help popup styles */
.white-popup {
  border-radius: 0px;
  padding: 1.5625rem;
  width: 774px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popup {
    width: 675px;
  }
}
@media all and (max-width: 767px) {
  .white-popup {
    width: 285px;
  }
}
.white-popup .modal-actions {
  float: right;
  margin-top: 10px;
}

.white-popup p.title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popup p.title {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 767px) {
  .white-popup p.title {
    font-size: 1.125rem;
  }
}
.white-popup .innerContent {
  font-size: 1rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .white-popup .innerContent {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 767px) {
  .white-popup .innerContent {
    font-size: 0.75rem;
  }
}
.white-popup .contentCol {
  margin-top: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.white-popup .contentCol p {
  font-size: 0.875rem;
}

.white-popup .line {
  width: 99%;
  height: 2px;
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  padding: 0 10px 0 0;
  margin: 32px 0 32px 0;
}

.enrollment-container {
  padding: 0.9375rem 1.5625rem;
  /*div#paperlessTerms.white-popup {
        width: 1105px;
        margin: 0;
        padding: 0;
    }
    .white-popup{
        width: 1115px;
        margin: 0;
        max-width: 1115px;
    }*/
}

@media all and (max-width: 767px) {
  .enrollment-container {
    padding: 0.625rem 0.3125rem;
  }
}
.enrollment-container #progressbar {
  width: 60%;
  height: 0.625rem;
  margin: 0 auto;
  border-radius: 0.625rem;
}

@media all and (max-width: 767px) {
  .enrollment-container #progressbar {
    width: 100%;
  }
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container #progressbar {
    width: 85%;
  }
}
.enrollment-container .boxModule-2 {
  background-color: #fff;
  color: #352b2b;
  padding: 2px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 0px;
  border: none;
  text-align: center;
  padding: 1.875rem;
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 {
    padding: 1.25rem;
  }
}
.enrollment-container .boxModule-2 .marginLeft {
  margin-left: 30px;
}

.enrollment-container .boxModule-2 .content {
  margin-top: 1.25rem;
}

.enrollment-container .boxModule-2 .content .has-float-label {
  width: 18.9375rem;
  /* @include respond-to(tablet-pro){
                    width: 50%;
                } */
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .content .has-float-label {
    width: 17.8125rem;
  }
}
.enrollment-container .boxModule-2 .notes {
  color: #545454;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .notes {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .notes {
    font-size: 0.625rem;
  }
}
.enrollment-container .boxModule-2 .instructional-text {
  color: #352b2b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .instructional-text {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .instructional-text {
    font-size: 0.875rem;
  }
}
.enrollment-container .boxModule-2 .autoInstructionaltext {
  color: #352b2b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: 580px;
  display: inline-block;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .autoInstructionaltext {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .autoInstructionaltext {
    width: 300px;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .mobileClear50 {
    height: 50px;
  }
}
.enrollment-container .boxModule-2 .checklistContent {
  width: 31.25rem;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistContent {
    width: 300px;
  }
}
.enrollment-container .boxModule-2 .checklistDetails {
  width: 31.25rem;
  text-align: left;
  margin-left: 50px;
}

.enrollment-container .boxModule-2 .checklistDetails ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-image: url("icons/Blue@3x.png");
  list-style-position: outside;
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails ul {
    width: 250px;
    list-style-image: url("icons/Blue@1x.png");
    list-style-position: outside;
  }
}
.enrollment-container .boxModule-2 .checklistDetails li img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails li img {
    width: 15px;
    height: 15px;
  }
}
.enrollment-container .boxModule-2 .checklistDetails li span {
  margin-left: 0rem;
  color: #352b2b;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .checklistDetails li span {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails li span {
    font-size: 14px;
  }
}
.enrollment-container .boxModule-2 .checklistDetails img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails img {
    width: 15px;
    height: 15px;
  }
}
.enrollment-container .boxModule-2 .checklistDetails span {
  margin-left: 0.625rem;
  color: #352b2b;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .checklistDetails span {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails span {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .checklistDetails {
    width: 300px;
    margin-left: 0px;
  }
}
.enrollment-container .boxModule-2 .radio-options {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.enrollment-container .boxModule-2 .radio-options .radio-option {
  display: inline-block;
  padding: 5px 10px;
}

.enrollment-container .boxModule-2 .radio-options .radio-option input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
  opacity: 0;
}

.enrollment-container .boxModule-2 .radio-options .radio-option input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.3125rem;
  padding-left: 1.875rem;
}

.enrollment-container .boxModule-2 .radio-options .radio-option input[type=radio] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("icons/icon-radio-empty.svg") left top no-repeat;
  background-size: 20px;
}

.enrollment-container .boxModule-2 .radio-options .radio-option input[type=radio]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("icons/icon-radio-filled.svg") left top no-repeat;
  background-size: 20px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .enrollment-container .boxModule-2 .radio-options .radio-option {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .boxModule-2 .radio-options .radio-option {
    font-size: 14px;
    margin-left: 5px;
  }
}
.enrollment-container .boxModule-2 .need-help {
  color: #3964bf;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.stepInfo {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #235ec9;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .stepInfo {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media all and (max-width: 767px) {
  .stepInfo {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.btn-size-medium {
  min-width: 15.625rem;
}

@media all and (max-width: 767px) {
  .btn-size-medium {
    width: 100%;
    margin: 0.3125rem 0rem 1.25rem 0rem;
  }
}
.form-actions {
  margin: 1.25rem 0px;
}

.form-actions .btn-size-medium {
  min-width: 15.625rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .form-actions .btn-size-medium {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    padding-top: 0.9375rem;
  }
}
@media all and (max-width: 767px) {
  .form-actions .btn-size-medium {
    width: 100%;
    margin: 0.3125rem 0rem 1.25rem 0rem;
  }
}
a#popupOk.btn-size-medium {
  min-width: 15.625rem;
}

@media all and (max-width: 767px) {
  a#popupOk.btn-size-medium {
    width: 100%;
    margin: 0.3125rem 0rem 1.25rem 0rem;
  }
}
input#btnContinue {
  min-width: 15.625rem;
}

@media all and (max-width: 767px) {
  input#btnContinue {
    width: 100%;
    margin: 0.3125rem 0rem 1.25rem 0rem;
  }
}
.inline-help {
  position: absolute;
  background: #f2f2f2;
  min-height: 3.125rem;
  padding: 0.3125rem 0.625rem;
  text-align: left;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.inline-help ul {
  list-style: none;
  padding-left: 0.9375rem;
}

.inline-help ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0.1875rem;
  background-size: 17px;
  /*  @include respond-to(highDensity){
                    background: url("icons/redfilled@2x.png") no-repeat 0 0;
                    background-size: 20px;
                    margin-top: 0;
                } */
}

.inline-help ul li.invalid::before {
  background: url("icons/redfilled.svg") no-repeat 0 2px;
  /*  @include respond-to(highDensity){
                    background: url("icons/redfilled@2x.png") no-repeat 0 0;
                }*/
}

.inline-help ul li.valid::before {
  background: url("icons/greenfilled.svg") no-repeat 0 2px;
  /*  @include respond-to(highDensity){
                    background: url("icons/greenfilled@2x.png") no-repeat 0 0;
                } */
}

.inline-help.select-list-options {
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 15.625rem;
  overflow-y: auto;
}

.inline-help.select-list-options .value-list {
  padding-left: 0;
  margin: 0;
}

.inline-help.select-list-options .value-list li {
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  height: 3.75rem;
  line-height: 3.75rem;
}

.inline-help.select-list-options .value-list li:hover {
  background: #f9f9f9;
}

.inline-help.select-list-options .value-list li a {
  text-decoration: none;
  color: #545454;
  vertical-align: middle;
  height: 2.125rem;
  letter-spacing: 0px;
  line-height: 2.125rem;
}

.inline-help.select-list-options .value-list li:before {
  content: none;
}

.inline-error {
  min-height: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  vertical-align: middle;
  text-align: center;
  color: #d31111;
  position: absolute;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  /*  left:get-size(10px); */
  /* @include respond-to(highDensity){
            font-size: get-size(14px);
            vertical-align:sub;
            padding-left: get-size(32px);
        } */
  /*  &::before{
            content: "";
            width: 25px;
            height: 25px;
            background: url("icons/inline-error.svg") no-repeat 0 0;
            position: absolute;
            left: get-size(2px);
            background-size: 20px;

            @include respond-to(highDensity){
                background: url("icons/inline-error@2x.png") no-repeat 0 0;
                background-size: 25px;
                margin-top: 0;
            }
        } */
}

.inline-error img {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -0.3125rem;
}

.page-error {
  vertical-align: middle;
  min-height: 1.875rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  color: #d31111;
  font-size: 0.875rem;
  font-weight: 400;
  width: 30.625rem;
  margin: 0 auto;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .page-error {
    font-size: 0.875rem;
    width: 17.5rem;
  }
}
@media all and (max-width: 767px) {
  .page-error {
    font-size: 0.75rem;
    width: 17.5rem;
  }
}
.page-error img {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -0.3125rem;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .page-error img {
    height: 0.875rem;
    width: 0.875rem;
  }
}
@media all and (max-width: 767px) {
  .page-error img {
    height: 0.875rem;
    width: 0.875rem;
  }
}
.page-error span {
  color: #d31111;
  font-size: 0.875rem;
  font-weight: 400;
  height: 40px;
  width: 468px;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .page-error span {
    font-size: 0.875rem;
    width: 17.5rem;
  }
}
@media all and (max-width: 767px) {
  .page-error span {
    font-size: 0.75rem;
    width: 17.5rem;
  }
}
/*# sourceMappingURL=enrollment.css.map */