body {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4c4f54;
  background-color: #ffffff;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none; }

.site-content#content {
  padding: 40px 0; }

#spouse-more-coverage-note {
  display: none;
  font-size: 12pt;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 20px; }

#loading-container {
  padding: 100px;
  min-height: 300px;
  text-align: center;
  font-style: italic; }
  #loading-container i {
    color: #998159;
    margin-right: 5px; }

#language-selector {
  margin-bottom: 30px;
  font-style: italic;
  font-size: small;
  text-align: right;
  color: #009; }

#form-header {
  width: 100%; }

#form-container #navigation-sidebar {
  padding-top: 25px;
  padding-left: 0; }
  #form-container #navigation-sidebar ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none; }
    #form-container #navigation-sidebar ul li {
      margin: 5px 0;
      padding-top: 5px;
      padding-left: 5px;
      padding-bottom: 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      line-height: 1.375em;
      vertical-align: middle; }
      #form-container #navigation-sidebar ul li a {
        color: #000000; }
      #form-container #navigation-sidebar ul li i.fa {
        display: none; }
    #form-container #navigation-sidebar ul li.active {
      font-weight: bold; }
      #form-container #navigation-sidebar ul li.active i.fa {
        display: inherit; }
    #form-container #navigation-sidebar ul #btn-save {
      font-size: 10pt;
      line-height: 16px; }

#form-container #form-body {
  padding: 0;
  display: block;
  margin-top: 5px; }

#form-container .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important; }

#form-container .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

#form-container .form-control[disabled] {
  background: #f1f1f1;
  color: #777; }

#form-container .btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12pt; }
  #form-container .btn.btn-smaller {
    font-size: 12px;
    line-height: 10px;
    padding: 13px;
    border-radius: 4px; }
  #form-container .btn.btn-primary {
    background-color: #bc9e6d;
    border: 0; }
  #form-container .btn.btn-primary-inverse {
    color: #998159;
    background: white;
    border: 1px solid #bc9e6d; }
  #form-container .btn.btn-primary-inverse:hover {
    background: white; }
  #form-container .btn.btn-primary:hover {
    background-color: #998159; }
  #form-container .btn.btn-green {
    background-color: #508657;
    border: 0; }
  #form-container .btn.btn-green-inverse {
    border: 1px solid #508657;
    background: white;
    color: #487c4f; }
  #form-container .btn.btn-green-inverse:hover {
    background-color: white; }
  #form-container .btn.btn-red-inverse {
    border: 1px solid #a00;
    background: white;
    color: #a00; }
  #form-container .btn.btn-red-inverse:hover {
    background-color: white; }
  #form-container .btn.btn-green:hover {
    background-color: #487c4f; }
  #form-container .btn.btn-cob-radio {
    background-color: white;
    color: #41444e;
    border: 1px solid #41444e; }
  #form-container .btn.btn-cob-radio.active {
    background-color: #508657;
    color: white; }
  #form-container .btn i.fa {
    font-size: 120%; }

div.modal {
  overflow-y: auto; }
  div.modal div.modal-body form {
    padding: 0;
    border: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

form#submit-to-issi-form {
  padding: 0;
  border: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px; }
  form#submit-to-issi-form div#text-alerts,
  form#submit-to-issi-form div#member-certification,
  form#submit-to-issi-form div#independence-contact {
    margin-bottom: 30px; }
    form#submit-to-issi-form div#text-alerts input[type=checkbox],
    form#submit-to-issi-form div#member-certification input[type=checkbox],
    form#submit-to-issi-form div#independence-contact input[type=checkbox] {
      float: left;
      margin-top: 0; }
    form#submit-to-issi-form div#text-alerts label,
    form#submit-to-issi-form div#member-certification label,
    form#submit-to-issi-form div#independence-contact label {
      display: block;
      margin-left: 20px;
      line-height: 1.5em;
      font-weight: normal;
      text-align: justify;
      width: 90%;
      cursor: pointer; }
    form#submit-to-issi-form div#text-alerts label#member-certification-label,
    form#submit-to-issi-form div#member-certification label#member-certification-label,
    form#submit-to-issi-form div#independence-contact label#member-certification-label {
      font-weight: bold; }

.step {
  width: 100%;
  margin-bottom: 80px;
  position: relative; }
  .step .cob-h2 {
    color: white;
    background-color: #41444e;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .step .cob-h3 {
    border-bottom: 1px solid #41444e;
    font-weight: bold;
    margin: 30px 0 20px; }
  .step .title {
    background-color: #41444e;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.25em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  .step .subtitle {
    margin: 20px 0;
    font-size: 90%;
    font-style: italic; }
  .step .form-content {
    margin: 30px 0; }
    .step .form-content div.subtitle {
      font-weight: bold;
      margin-bottom: 40px; }
    .step .form-content .cob-h2 {
      color: white;
      background-color: #41444e;
      padding: 8px 20px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .step .form-content .cob-h3 {
      border-bottom: 1px solid #41444e;
      font-weight: bold;
      margin: 30px 0 20px; }
    .step .form-content div.question {
      margin: 40px 0; }
      .step .form-content div.question .additional-coverage-save-and-add-button {
        margin-right: 10px; }
      .step .form-content div.question p {
        max-width: 700px;
        line-height: 1.4em;
        margin-bottom: 20px;
        font-size: 16px; }
      .step .form-content div.question div#dependents-list {
        padding: 2px 15px;
        font-size: 12pt; }
        .step .form-content div.question div#dependents-list label {
          margin: 0 5px; }
        .step .form-content div.question div#dependents-list a.remove-dependent-link {
          margin-left: 10px;
          color: #a00; }
      .step .form-content div.question table {
        margin: 20px 0; }
  .step table {
    font-size: 17px;
    margin-bottom: 20px; }
    .step table td {
      padding: 5px;
      border-top: 0; }
    .step table td.field-title {
      font-weight: bold;
      padding-right: 10px;
      width: 30%;
      border-bottom: 1px solid #f0f0f0; }
    .step table td.field-value {
      border-bottom: 1px solid #f0f0f0; }
      .step table td.field-value label {
        font-weight: normal;
        margin-right: 10px; }
        .step table td.field-value label input {
          margin-right: 5px;
          vertical-align: top; }

div.review-dependents div.question {
  margin: 40px 0 10px; }

div#no-dependent-text {
  font-style: italic;
  margin-top: 50px; }

#form-header {
  font-family: "Montserrat", sans-serif; }
  #form-header .form-header-right {
    float: right; }
    #form-header .form-header-right span.dashicons {
      vertical-align: text-top; }
    #form-header .form-header-right span.form-header-help a {
      color: #41444e; }
    #form-header .form-header-right span.form-header-help a:hover {
      text-decoration: underline; }
  #form-header .form-header-title {
    font-size: 26px; }
  #form-header .form-header-duedate {
    margin-top: 10px; }
    #form-header .form-header-duedate span.important-text {
      color: #ff0000; }
    #form-header .form-header-duedate div#success-header {
      margin: 30px 0 0 0;
      font-weight: bold;
      font-size: 21px;
      color: #508657; }
      #form-header .form-header-duedate div#success-header div#success-subheader {
        font-weight: normal;
        font-size: 14px;
        color: black; }
  #form-header .form-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px; }
    #form-header .form-header-wrapper a {
      text-decoration: none; }

#form-agreement-1,
#form-agreement-2,
#step-5 div.step-content {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5em;
  max-width: 900px;
  text-align: justify; }
  #form-agreement-1 ul,
  #form-agreement-2 ul,
  #step-5 div.step-content ul {
    margin: 20px 0;
    list-style-position: inside; }
  #form-agreement-1 div.step-actions,
  #form-agreement-2 div.step-actions,
  #step-5 div.step-content div.step-actions {
    margin-top: 35px; }

#step-4 div.title {
  background-color: #508657; }

div.form-warning {
  font-size: 90%;
  font-style: italic;
  color: #df5b00;
  margin: 20px 0;
  display: flex; }
  div.form-warning img {
    flex-shrink: 0; }
  div.form-warning svg {
    vertical-align: middle; }
  div.form-warning.warning-large {
    margin: 50px 0;
    font-size: 120%;
    font-style: normal; }
    div.form-warning.warning-large img {
      width: 48px;
      margin-right: 15px; }
  div.form-warning#form-not-permitted {
    max-width: 800px; }

.btn-cob {
  background-color: #046792;
  border-color: #046792; }

.btn-cob-green {
  background-color: #508657;
  color: white;
  border-color: white; }
  .btn-cob-green:hover {
    color: #eee; }

.btn-cob-white {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000; }

.btn-cob:hover {
  background-color: #337ab7; }

.btn-cob-white:hover {
  background-color: #dddddd;
  border-color: #000000;
  color: #000000; }

.btn-cob-radio {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
  margin-right: 10px;
  border-radius: 4px !important; }

.btn-cob-radio:active {
  background-color: #046792;
  border-color: #046792;
  color: #FFFFFF; }

.btn-group .active {
  background-color: #046792;
  border-color: #046792;
  color: #FFFFFF; }

@media (min-width: 600px) {
  #addDependentsModal #firstname, #addDependentsModal #lastname {
    width: 100%; }
  #addDependentsModal #middlename {
    width: 100%; } }

@media (min-width: 768px) {
  #addDependentsModal #firstname, #addDependentsModal #lastname {
    width: 35%; }
  #addDependentsModal #middlename {
    width: 28%; } }

div.datepicker {
  /* to make datepicker works in modal window*/
  z-index: 10000; }

.one-dependent label {
  cursor: pointer; }

.remove-dependent {
  color: green; }

#no-dependent-text {
  margin: 20px 0; }

#addDependentsModalButton {
  margin-bottom: 10px;
  margin-top: 20px; }

div.dependent-info-review-each {
  margin-bottom: 20px; }

.additional-coverage-per-person-form table td.actions {
  padding-bottom: 20px; }

.add-additional-source-of-coverage-link {
  color: #0000FF;
  text-decoration: underline; }

.add-additional-source-of-coverage-link:hover {
  cursor: pointer; }

.additional-coverage-per-person-form-each {
  margin-bottom: 20px; }

textarea#comment {
  width: 100%;
  margin-bottom: 10px; }

.review .review-title {
  font-size: 18px;
  margin-bottom: 10px; }

.review .review-step {
  margin-bottom: 40px;
  clear: both; }
  .review .review-step table {
    margin-bottom: 0; }
  .review .review-step div.step-actions {
    margin-top: 0;
    text-align: right;
    margin-bottom: 60px; }

.hide-element {
  display: none; }

.additional-coverage-per-person-existing-coverages {
  display: none; }
  .additional-coverage-per-person-existing-coverages .existing-coverage-header {
    font-weight: bold; }

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

/*STEP BY STEP*/
.step-wrapper, .step {
  padding-top: 25px; }
  .step-wrapper .additional-coverage-per-person, .step .additional-coverage-per-person {
    padding-top: 0; }
  .step-wrapper div.obscuring-overlay.active, .step div.obscuring-overlay.active {
    z-index: 1;
    opacity: 0.5; }

#additional-coverage-best-answer-button {
  display: none;
  clear: both;
  margin-top: 30px; }

.overlay {
  background-color: white;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90; }

.btn-overlay {
  position: absolute;
  right: 10px; }

#children-button-group {
  margin-bottom: 20px; }

#additional-coverage-continue-button {
  margin-top: 20px; }

#spouse-employer-information-table-wrapper table.spouse-employer-information-table {
  margin-top: 20px; }

#spouse-employer-information-table-wrapper div.step-actions {
  margin-bottom: 40px; }

div.spouse-employer-information-title {
  margin: 15px 0; }

#spouse-employer-information-confirm-button {
  margin-left: 20px; }

.modal-warning {
  display: block;
  color: #a00;
  line-height: 1.6em;
  font-size: 14px;
  margin: 20px 0;
  font-style: italic; }
  .modal-warning.warning-minor {
    color: initial;
    margin: 10px; }

div.removal-reason-radios {
  margin: 20px;
  font-size: 14px; }
  div.removal-reason-radios input[type=radio] {
    margin-right: 10px; }
  div.removal-reason-radios label {
    cursor: pointer; }

ul#removed-dependent-list {
  margin: 30px 0 60px; }

div#incomplete-list {
  margin: 20px; }
  div#incomplete-list input[type=radio] {
    margin-right: 10px; }

div#additional-coverage-continue-button {
  margin-top: 100px; }

div.additional-coverage-per-person-existing-coverages {
  margin-bottom: 40px; }

table.additional-coverage-unit {
  margin-bottom: 40px; }

div.existing-coverage-name {
  font-weight: bold; }

div.existing-coverage-effective-date label {
  font-weight: normal; }

div.submission-confirmation form {
  padding: 0;
  border: 0;
  margin: 30px;
  box-shadow: none; }

.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../assets/loading.gif") 50% 50% no-repeat; }

body.loading {
  overflow: hidden; }

body.loading .modal-loading {
  display: block; }

div.form-label-explanation {
  font-size: 14px;
  font-weight: normal;
  font-style: italic; }

label.covered-individual-effective-date input {
  margin-left: 20px; }

div#agree-terms-text {
  color: #d00;
  font-size: 16px;
  font-style: italic;
  margin: 20px; }

/*
 * Padding
 */
div.dependent-info-review-content div.step-actions {
  margin-bottom: 60px; }

div.dependent-info-review-content div.cob-h3 {
  margin-top: 20px; }

div.add-dependents-content div.cob-h3 {
  margin-top: 40px; }

div.dependent-info-review-content-removed {
  margin-bottom: 40px; }

div.additional-coverage-per-person-has-additional-coverage {
  margin-bottom: 40px; }

div#debug {
  display: none;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: black;
  color: white;
  margin-bottom: -90px; }
  div#debug div.debug-header h2 {
    color: white;
    padding: 5px 20px;
    font-size: 18px; }
  div#debug div.debug-content {
    margin-bottom: 15px;
    padding: 20px; }
    div#debug div.debug-content h3 {
      font-size: 16px; }

#spouse-employer-coverage-list {
  margin: 20px 0; }
  #spouse-employer-coverage-list div.no-emp-coverage-added {
    margin: 10px 0 20px;
    font-size: smaller;
    font-style: italic; }

#existing-coverage-modal ul#unattached-list {
  list-style: none;
  margin: 20px 0; }

div.dependent-info-review-each span.dep-name {
  font-weight: 600; }

div.dependent-info-review-content-removed ul#removed-dependent-list-ul {
  font-size: 90%;
  margin: 10px 0; }

div.additional-coverage-yes-content div.do-you-personally-have-additional-coverage {
  margin-bottom: 20px; }

div.additional-coverage-yes-content div.actions {
  margin: 40px 0 30px; }

div.additional-coverage-per-person-review-wrapper td.actions {
  padding-top: 5px;
  text-align: right; }

div#step-4 div.step-actions div.btn {
  margin-top: 10px; }

#coverage-add-update-modal div.covered-individual {
  margin-bottom: 5px;
  font-size: 90%; }
  #coverage-add-update-modal div.covered-individual span.covered-name {
    padding: 0 5px; }
  #coverage-add-update-modal div.covered-individual span.covered-date-container input {
    border: 1px solid;
    margin-left: 5px;
    padding: 7px;
    line-height: 1em;
    height: auto; }

#review-additional-coverages div.additional-coverage-per-person-review-wrapper {
  margin-top: 40px; }

#spouse-employer-information-table-wrapper div.step-actions {
  text-align: right; }

div.personal-information div.email-warning {
  font-size: 90%;
  color: red;
  font-style: italic;
  margin: 20px 0; }

div.modify-container {
  text-align: right; }

div.fixed-menu.affix {
  top: 90px; }

button#review-submit-button i.fa {
  padding-right: 0;
  margin-right: 10px; }

a#zozo-backtotop {
  display: none !important; }

div.help-block.with-errors,
div.form-notice {
  font-style: italic;
  color: darkred;
  font-size: smaller; }

ul#required-documents li {
  font-weight: bold; }

/* Icon pulse */
.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 768px) {
  .container {
    padding: 0 15px; }
  div.step-actions button {
    width: 100%;
    margin: 10px 0; } }

div.fast-track-container .step-content {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 40px 0;
  max-width: 800px;
  line-height: 1.7em; }
  div.fast-track-container .step-content.with-icon {
    display: flex;
    align-items: flex-start;
    gap: 20px; }

div.fast-track-container .step-main-question {
  font-weight: bold;
  margin-bottom: 30px; }

div.fast-track-container .ft-info-card {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 13px;
  width: fit-content; }
  div.fast-track-container .ft-info-card .ft-info-card-header {
    font-weight: bold;
    margin-bottom: 15px; }
  div.fast-track-container .ft-info-card div {
    margin: 10px; }
    div.fast-track-container .ft-info-card div.ft-full-name {
      font-weight: bold; }
    div.fast-track-container .ft-info-card div.ft-spacer {
      height: 20px; }
  div.fast-track-container .ft-info-card ul {
    list-style-position: inside; }

div.fast-track-container .ft-marital-status {
  margin-bottom: 30px; }
  div.fast-track-container .ft-marital-status .ft-marital-status-text {
    font-weight: bold; }

div.fast-track-container .ft-spouse-employer,
div.fast-track-container .ft-policy-provider {
  font-weight: bold; }

div.fast-track-container .ft-no-deps {
  font-style: italic; }

div#fast-track-quit .ft-quit-confirm-text {
  margin: 30px 0 20px;
  font-weight: bold; }

div.ft-submission-error {
  color: #a00;
  font-style: italic;
  max-width: 600px;
  margin-bottom: 20px; }

div.ft-policies {
  display: flex;
  gap: 20px; }
