/*
    Enrollment App

    Styles unique to this app, and no other.
*/
#MainContainer div.main__container {
  padding-top: 0; }

.nav__row_signed-out {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: flex-end; }

.nav__signed-out-text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 48px;
  text-align: right; }
  .nav__signed-out-text a {
    color: #fff; }

@media (min-width: 768px) {
  .nav__signed-out-text_abbreviated {
    display: none; } }

.nav__signed-out-text_verbose {
  display: none; }
  @media (min-width: 768px) {
    .nav__signed-out-text_verbose {
      display: inline; } }

.well input.form-check-input {
  margin-left: 0;
  position: relative; }

.well label.form-check-label {
  width: auto; }

label.form-check-label {
  font-weight: normal;
  margin-left: 8px; }

label.form-check-align-label {
  font-weight: normal;
  margin-left: 8px;
  position: relative;
  top: 4px; }

.form-row {
  margin-left: 0; }

.form-group.input-validation-error span.form-info {
  color: #c4161c; }

.image-container {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 992px) {
    .image-container {
      margin-bottom: 0;
      padding-left: 15px; } }
  .image-container .default {
    width: 100%; }
    @media (min-width: 403px) {
      .image-container .default {
        width: 373px; } }
  .image-container .specific {
    width: 100%; }
    @media (min-width: 375px) {
      .image-container .specific {
        width: 345px; } }

#pinField {
  display: none; }

ul.chevronBar {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  font-size: 1.143rem; }
  @media screen and (max-width: 992px) {
    ul.chevronBar {
      border: none;
      counter-reset: chevron;
      justify-content: space-around;
      position: relative; }
      ul.chevronBar:before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        background-color: #a3a3a3; } }
  ul.chevronBar li {
    background-color: #fff;
    flex: 1;
    text-align: center;
    line-height: 2.5rem;
    position: relative;
    color: #013e75;
    text-indent: 0.75rem; }
    ul.chevronBar li.selected {
      background-color: #013e75;
      color: #fff; }
    ul.chevronBar li.previous {
      color: #212121;
      background-color: #e9e9e9; }
    ul.chevronBar li a {
      color: inherit; }
  @media screen and (max-width: 992px) {
    ul.chevronBar li {
      border-radius: 100%;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      text-indent: 0;
      flex: initial;
      border: 1px solid #a3a3a3;
      box-sizing: content-box; }
      ul.chevronBar li span {
        display: none; }
    ul.chevronBar li:before {
      counter-increment: chevron;
      content: counter(chevron); } }
  @media screen and (min-width: 993px) {
    ul.chevronBar li:not(:last-child):before, ul.chevronBar li:not(:last-child):after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 1.5em 0 1.5em 0.75rem;
      margin-top: -1.5rem;
      position: absolute;
      left: 100%;
      top: 50%; }
    ul.chevronBar li:not(:last-child):before {
      border-left-color: #6c6c6c;
      z-index: 1; }
    ul.chevronBar li:not(:last-child):after {
      border-left-color: #fff;
      margin-left: -1px;
      z-index: 1; }
    ul.chevronBar li:not(:last-child).selected:after {
      border-left-color: #013e75; }
    ul.chevronBar li:not(:last-child).previous:after {
      border-left-color: #e9e9e9; } }

@media screen and (max-width: 768px) {
  div.progress-indicator-text {
    display: none; } }

.radioToggle {
  display: flex;
  margin: 5px 0 20px;
  padding: 10px 0px;
  max-width: 350px; }
  .radioToggle input[type=radio] {
    position: absolute;
    left: -1000rem; }
  .radioToggle label {
    width: 100%;
    height: 100%;
    border: 1px solid #013e75;
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 12px;
    cursor: pointer;
    background-color: #fff;
    color: #013e75;
    margin: 0;
    font-weight: normal; }
    .radioToggle label.active, .radioToggle label.active:hover {
      background-color: #013e75;
      color: #fff;
      cursor: default;
      font-weight: bold; }
    .radioToggle label.disabled {
      background-color: #e9e9e9;
      color: #a3a3a3;
      border-color: #a3a3a3; }
    .radioToggle label:focus {
      outline: 2px solid #4374b9; }
    .radioToggle label:not(:last-child) {
      border-right: none; }
    .radioToggle label:first-child {
      border-radius: 5px 0 0 5px; }
    .radioToggle label:last-child {
      border-radius: 0 5px 5px 0; }
    .radioToggle label:hover, .radioToggle label:focus {
      background-color: #4374b9;
      border-color: #4374b9;
      color: #fff; }
    .radioToggle label.disabled:first-child {
      border-left-color: #a3a3a3; }
    .radioToggle label.disabled:last-child {
      border-right-color: #a3a3a3; }

.enrollmentRequirements {
  list-style: none;
  padding-left: 0; }
  .enrollmentRequirements li {
    padding-left: 1.2em;
    position: relative;
    line-height: 1.4em; }
    .enrollmentRequirements li:before {
      content: '\f111';
      font-family: cnb;
      display: inline-block;
      position: absolute;
      left: 5px;
      top: -1px; }
    .enrollmentRequirements li.match {
      color: #015f03; }
      .enrollmentRequirements li.match:before {
        left: 0;
        content: '\f00c'; }
    .enrollmentRequirements li.nomatch {
      color: #c4161c; }
      .enrollmentRequirements li.nomatch:before {
        left: 0;
        content: '\f00d';
        left: 2px; }
    .enrollmentRequirements li:not(.match):not(.nomatch)::before {
      font-size: 0.5em; }
    .enrollmentRequirements li span.specialChar {
      white-space: nowrap; }

#ooba_selection-error {
  display: inline-block;
  margin-bottom: 20px; }

.deemphasize {
  font-weight: 100;
  white-space: nowrap; }

#cardImage {
  z-index: 1; }

.card-entry-well {
  z-index: 2; }

.slide-in-right {
  -webkit-animation: slide-in-right 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-out-left {
  -webkit-animation: slide-out-left 0.65s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-left 0.65s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-4-23 12:44:34
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2019-4-23 12:46:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0; } }

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0; } }

.row.stretch {
  padding: 0; }

ul.progress-indicator {
  align-content: stretch;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border: none;
  counter-reset: chevron;
  position: relative; }
  @media (min-width: 768px) {
    ul.progress-indicator {
      font-size: 1em; } }
  ul.progress-indicator li {
    color: #545454;
    flex: 1;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      ul.progress-indicator li {
        padding: 0 6%; } }
    ul.progress-indicator li:before {
      background-color: #fff;
      border: 2px solid #a3a3a3;
      border-radius: 100%;
      color: #a3a3a3;
      counter-increment: chevron;
      content: counter(chevron);
      display: block;
      line-height: 28px;
      margin: 0 auto 5px;
      position: relative;
      text-align: center;
      width: 34px;
      z-index: 3; }
    ul.progress-indicator li:not(:last-child):after {
      content: '';
      display: block;
      position: absolute;
      height: 3px;
      left: 50%;
      width: 100%;
      top: 15px;
      background-color: #a3a3a3;
      z-index: 1; }
    ul.progress-indicator li.selected {
      color: #013e75; }
      ul.progress-indicator li.selected span {
        background-position: -3px -3px;
        height: 34px;
        position: absolute;
        top: 0;
        width: 34px;
        z-index: 2; }
      ul.progress-indicator li.selected:before {
        background-color: #fff;
        background-position: -4px -4px;
        border: none;
        color: #a3a3a3;
        animation: colorAnimation 2s forwards;
        margin-top: 3px; }
    ul.progress-indicator li.previous {
      color: #545454; }
      ul.progress-indicator li.previous:before {
        background-color: #013e75;
        border-color: #013e75;
        color: #fff; }
      ul.progress-indicator li.previous:after {
        background-color: #013e75;
        height: 3px; }
      ul.progress-indicator li.previous.add-motion span {
        background-color: #a3a3a3;
        height: 3px;
        left: 50%;
        position: absolute;
        top: 15px;
        width: 100%;
        z-index: 2; }

@keyframes colorAnimation {
  0% {
    color: #a3a3a3;
    background-color: #fff; }
  10% {
    color: #a3a3a3;
    background-color: transparent; }
  100% {
    color: #013e75;
    background-color: transparent; } }

.enrollment-info-well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  height: 46px;
  margin-top: -20px;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

ul.enrollmentBar {
  list-style: none;
  margin-left: -80px;
  display: flex;
  overflow: hidden;
  height: 55px;
  font-size: 1.143rem;
  background-color: white; }

@media screen and (max-width: 992px) {
  ul.enrollmentBar {
    border: none;
    counter-reset: enrollment;
    justify-content: space-around;
    position: relative;
    margin-left: -40px; }
  ul.enrollmentBar:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 60%;
    top: 50%;
    background-color: #a3a3a3; } }

ul.enrollmentBar li {
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 2.5em;
  outline-color: black;
  border-radius: 1.5em;
  border: solid;
  margin: auto;
  display: inline-block;
  position: relative;
  background-color: white;
  opacity: 0.7;
  border-width: 2px; }

ul.enrollmentBar li.selected {
  border-color: #013e75;
  color: #013e75;
  background-color: #fff; }

ul.enrollmentBar li.previous {
  color: black;
  background-color: #fff; }

ul.enrollmentBar li {
  background-color: #fff; }

@media screen and (max-width: 992px) {
  ul.enrollmentBar li {
    margin: auto;
    text-align: center;
    flex: initial;
    font-size: 12px; } }

@media screen and (min-width: 993px) {
  ul.enrollmentBar li:not(:last-child):before, ul.enrollmentBar li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 2.8em;
    width: 12.8em;
    height: .1em;
    opacity: 0.1;
    background: #212121;
    z-index: 0; }
  ul.enrollmentBar li:not(:last-child):before {
    border-left-color: #6c6c6c;
    z-index: 1; }
  ul.enrollmentBar li:not(:last-child):after {
    border-left-color: #fff;
    margin-left: -1px;
    z-index: 1; }
  ul.enrollmentBar li:not(:last-child).selected:after {
    border-left-color: #013e75; }
  ul.enrollmentBar li:not(:last-child).previous:after {
    border-left-color: #e9e9e9; } }

ul.enrollmentLabel {
  list-style: none;
  margin: 0 0 30px -40px;
  padding: 0;
  display: flex;
  overflow: hidden;
  font-size: 1.143rem; }

@media screen and (max-width: 992px) {
  ul.enrollmentLabel {
    justify-content: space-around;
    margin-left: -10px; }
  ul.enrollmentLabel:before {
    content: '';
    background-color: #a3a3a3; } }

ul.enrollmentLabel li {
  background-color: #fff;
  flex: 1;
  text-align: center;
  text-indent: 0.75rem; }

ul.enrollmentLabel li.selected {
  background-color: #fff;
  color: #013e75; }

ul.enrollmentLabel li.previous {
  color: #212121;
  background-color: #fff; }

ul.enrollmentLabel li a {
  color: inherit; }

@media screen and (max-width: 992px) {
  ul.enrollmentLabel li {
    text-indent: 0;
    flex: initial;
    font-size: 12px; } }

@media screen and (min-width: 993px) {
  ul.enrollmentLabel li:not(:last-child):before, ul.enrollmentLabel li:not(:last-child):after {
    content: '';
    display: block;
    border-style: solid;
    border-color: transparent;
    border-width: 1.5em 0 1.5em 0.75rem;
    margin-top: -1.5rem;
    position: absolute;
    left: 100%;
    top: 50%; }
  ul.enrollmentLabel li:not(:last-child):before {
    border-left-color: #6c6c6c;
    z-index: 1; }
  ul.enrollmentLabel li:not(:last-child):after {
    border-left-color: #fff;
    margin-left: -1px;
    z-index: 1; }
  ul.enrollmentLabel li:not(:last-child).selected:after {
    border-left-color: #013e75; }
  ul.enrollmentLabel li:not(:last-child).previous:after {
    border-left-color: #e9e9e9; } }

.OOBA-options {
  margin: 5px 0 25px; }

.OOBA-label-options {
  margin: 5px 0 15px; }

.ul {
    margin-left: -1em !important;
    position: relative !important;
    padding-top: 15px !important;
}

.li {
    top: 0rem !important;
    margin-left: -2.5em !important;
    position: absolute !important;
}

.a {
    background-color: #005da4 !important;
    text-decoration: underline !important;
}

.mobile-images {
  width: 130px;
  height: 130px; }

.warning-icon-size {
  font-size: 20px; }

.warning-color {
  color: #f8951d !important; }

.select-height {
    height: 42px !important;
}

/**  pw/user id policy, toggle pw **/

i.togglePassword {
    padding: 1rem 0.5rem;
    margin-left: -45px;
    z-index: 10;
}

@font-face {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fonts/fa-light-300.eot");
    src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-light-300.woff2") format("woff2"),url("../fonts/fa-light-300.woff") format("woff"),url("../fonts/fa-light-300.ttf") format("truetype"),url("../fonts/fa-light-300.svg#fontawesome") format("svg")
}

@font-face {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fa-regular-400.woff") format("woff"),url("../fonts/fa-regular-400.ttf") format("truetype"),url("../fonts/fa-regular-400.svg#fontawesome") format("svg")
}


@font-face {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-solid-900.woff2") format("woff2"),url("../fonts/fa-solid-900.woff") format("woff"),url("../fonts/fa-solid-900.ttf") format("truetype"),url("../fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fas {
    font-family: "Font Awesome Pro";
    font-weight: 900; 
}

.fal {
    font-family: "Font Awesome Pro";
    font-weight: 300;
}

.fa, .fas, .fal {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* causing styling issues 
    display: inline-block;*/
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-times:before {
    content: "\f00d";
    color: red;
}

.pass-iconsize {
    font-size: .500em;
    vertical-align: middle;
}

.pass-text {
    padding-left: 10px;
    padding-right: 20px;
}

table.passrule {
    min-width: 200px;
    max-width: 400px;
}

#passicon {
    vertical-align: middle;
}
    
/*# sourceMappingURL=site.css.map */