@charset "utf-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

li {
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:after, q:before {
  content: '';
  content: none;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg {
  overflow: hidden;
}

.clearfix:after, .clearfix:before {
  clear: both;
  display: block;
  zoom: 1;
  content: '';
}

input, textarea {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

@font-face {
  font-family: Montserrat;
  src: url(../../font/Montserrat-Regular.ttf?orgId=00D7b000000A23b&orgId=00D7b000000A2FM&orgId=00Dj0000000KXrW&orgId=00D6t0000008aIA&orgId=00Dj0000000KXrW&orgId=00D3B0000000fW2&orgId=00Dj0000000KXrW&orgId=00D1b0000000kDT&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  src: url(../../font/Montserrat-Bold.ttf?orgId=00D7b000000A23b&orgId=00D7b000000A2FM&orgId=00Dj0000000KXrW&orgId=00D6t0000008aIA&orgId=00Dj0000000KXrW&orgId=00D3B0000000fW2&orgId=00Dj0000000KXrW&orgId=00D1b0000000kDT&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs&orgId=00Dj0000000KXrW&orgId=00D0R0000000OZs) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h4.not-bold {
  font-weight: 400;
}

h5 {
  font-size: 16px;
  color: #000;
}

h5.not-bold {
  font-weight: 400;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
  color: #777;
  line-height: 20px;
}

p.smaller {
  font-size: 12px !important;
  color: #525252 !important;
}

p.bigger {
  font-size: 20px;
}

p.higher {
  line-height: 27px;
}

p.grey {
  color: #777;
}

img {
  border: none;
}

hr {
  color: #d7d7d7;
  margin-bottom: 12px;
}

a {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-decoration: none;
}

a.basic-link {
  font-size: 14px;
  color: #69a7ee;
  text-decoration: none;
}

.section-header a.basic-link {
  line-height: 30px;
}

a.basic-link strong {
  color: #69a7ee;
  font-size: 14px;
}

a.basic-link.yellow {
  color: #ffca06;
}

a.button-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 16px;
  display: block;
  float: right;
  width: 48%;
  padding: 5px 15px;
  margin: 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #59a76a;
  cursor: pointer;
}

a.button-link.file-upload-btn {
  width: 100%;
  float: none;
  max-width: 130px;
  padding: 5px 8px;
}

a.button-link.iconized {
  font-size: 12px;
  line-height: 19px;
  width: 100%;
  max-width: 175px;
  display: block;
  min-height: 58px;
  margin: 0 auto 15px;
  float: none;
  padding: 10px 15px 10px 50px;
  text-align: left;
  background-color: #69a7ee;
}

a.button-link.iconized span {
  display: block;
}

a.button-link.grey {
  float: left;
  background-color: #b0b0b0;
}

a.button-link.dark-blue {
  background-color: #59698c;
}

a.button-link.orange {
  background-color: #f19733;
  font-size: 13px;
}

a.button-link.red {
  background-color: #dc1a1a;
  font-size: 13px;
}

a.button-link.keep-current-plan-button {
  padding: 5px;
}

.my-cases-page .cases-submitQuestion-panel a.button-link {
  float: none;
  max-width: 170px;
  margin: 0 auto 20px;
  padding: 12px 0;
}

a.button-link strong {
  display: block;
  color: #fff;
}

a.button-link.small {
  width: 205px;
  line-height: 32px;
}

a.button-link.micro {
  width: 80px;
  line-height: 20px;
  font-size: 12px;
  margin-top: -4px;
}

a.button-link.huge {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: -4px;
  width: 100%;
}

a.button-link.green {
  background-color: #59a76a;
}

a.button-link.blue {
  background-color: #69a7ee;
}

a.button-link.alternative {
  color: #d1e3f8;
}

.profile-page a.button-link.alternative {
  font-size: 14px;
  padding-left: 63px;
}

.profile-page a.button-link.alternative strong {
  font-size: 14px;
  font-weight: 400;
}

a.button-link.pdf {
  background: url(../../../images/icons/grey-pdf.png) 10px center no-repeat #69a7ee;
}

a.button-link.file {
  word-wrap: break-word;
  position: relative;
  background: url(../../../images/icons/file.png) 11px 8px no-repeat #69a7ee;
}

a.button-link.file.dark-blue {
  background-color: #59698c;
}

a.button-link.team {
  background: url(../../../images/icons/white-team-big.png) 15px center no-repeat #69a7ee;
}

a.button-link.time {
  background: url(../../../images/icons/white-time-big.png) 15px center no-repeat #69a7ee;
}

a.button-link.folder {
  background: url(../../../images/icons/white-folder-big.png) 15px center no-repeat #69a7ee;
}

a.button-link.doc {
  background: url(../../../images/icons/white-doc-big.png) 15px center no-repeat #69a7ee;
}

a.button-link.currency {
  background: url(../../../images/icons/white-currency-big.png) 15px center no-repeat #69a7ee;
}

a.button-link.cash {
  background: url(../../../images/icons/color-cash.png) 15px center no-repeat #69a7ee;
}

a.button-link.white-cash {
  background: url(../../../images/icons/white-cash.png) 15px center no-repeat #69a7ee;
}

a.button-link.white-clock {
  background: url(../../../images/icons/white-clock.png) 15px center no-repeat #69a7ee;
}

a.button-link.white-team {
  background: url(../../../images/icons/white-team.png) 15px center no-repeat #69a7ee;
}

a.button-link.bell {
  background: url(../../../images/icons/white-bell-big.png) 15px center no-repeat #69a7ee;
}

a.tile-link {
  display: block;
  margin: 0 0 20px;
  padding: 16px 70px 27px 12px;
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  background: url(../../../images/tile_link_bg.png) 200px center no-repeat #4d4d4d;
  border-bottom: 11px solid #6d6d6e;
}

a.tile-link strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

a.clear-calendar-link {
  color: #3c475f;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
  margin-left: 10px;
}

body {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  min-width: 300px;
  background: #ededed;
  -webkit-text-size-adjust: none;
  position: relative;
  left: 0;
}

body.rolled {
  overflow: hidden;
  left: 175px;
  -webkit-overflow-scrolling: touch;
}

.scrolled body {
  overflow: hidden;
}

html {
  height: 100%;
}

html.scrolled {
  position: relative;
  overflow: hidden;
}

::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #7f7f7f;
}

.block {
  display: block;
}

.bordered-bottom {
  border-bottom: 1px solid #d7d7d7;
}

.visible {
  display: block !important;
}

.breakWords {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.gray-line {
  border-bottom: 1px solid #d7d7d7;
}

.float-right {
  display: block;
  float: right !important;
}

.float-left {
  display: block;
  float: left !important;
}

.float-none {
  float: none !important;
}

.divider {
  clear: both;
}

.mobile-hide {
  display: none !important;
}

.img-question-icon {
  background-image: url(../../../images/icons/color-circle-question.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

textarea {
  overflow-y: auto;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -25px;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #d7d7d7;
}

.white [type=checkbox]:checked + label:before, .white [type=checkbox]:not(:checked) + label:before {
  width: 21px;
  height: 21px;
  background: #fff;
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
  content: url(../../../images/checked.png);
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}

.white [type=checkbox]:checked + label:after, .white [type=checkbox]:not(:checked) + label:after {
  content: url(../../../images/checked_bigger.png);
  top: 4px;
  left: 2px;
}

.white [type=checkbox]:checked + label, .white [type=checkbox]:not(:checked) + label {
  padding-left: 21px;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}

[type=checkbox]:disabled:checked + label:before, [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #b0b0b0;
}

[type=checkbox]:disabled:checked + label:after, [type=checkbox]:disabled:not(:checked) + label:after {
  color: #b0b0b0;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  font-size: 20px;
  color: #3f4040;
  line-height: 29px;
}

input[type=radio] + label span {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: -1px 9px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e9eef3;
}

input[type=radio]:checked + label span {
  background: url(../../../images/checked.png) center no-repeat #e9eef3;
}

.panels {
  margin-bottom: 15px;
}

.panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto 15px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.panel.no-footer {
  padding: 20px 0 15px;
}

.panel-two-inline {
  width: 100%;
}

.panel-heading {
  padding: 10px 15px;
  font-weight: 400;
  color: #69a7ee;
  border-bottom: 1px solid #ddd;
}

.panel-heading:after {
  content: "";
  display: table;
  clear: both;
}

.panel-heading-title {
  margin-bottom: 5px;
}

.panel-heading-title:after {
  content: "";
  display: table;
  clear: both;
}

.panel-heading-title h4 {
  font-size: 11px;
  line-height: 17px;
  color: #69aae4;
  text-transform: uppercase;
}

.panel.next-year .panel-heading-title h4 {
  color: #666;
}

.panel.next-year .panel-heading-title span {
  color: #999;
}

.panel-heading table {
  font-size: 10px;
  line-height: 20px;
  width: 100% !important;
  color: #4d4d4d;
  border-collapse: collapse;
}

.panel-heading table th {
  font-size: 11px;
  width: 50%;
  text-align: left;
  text-transform: uppercase;
  padding: 0 5px;
  font-weight: 700;
}

.panel-heading table th:first-child {
  background: #e9eaed;
}

.panel-heading table th:nth-child(2) {
  background: #f2f3f6;
}

.panel.no-plan .panel-heading table th {
  color: #999;
}

.panel-heading table td {
  padding: 0 5px;
}

.panel.no-plan .panel-heading table td {
  color: #999;
}

.panel-heading a {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #59698c;
  line-height: 27px;
  text-decoration: underline;
}

.panel-heading span {
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  color: #59698c;
}

.panel-buttons {
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
}

.panel-buttons a {
  width: 47%;
  margin-right: 6%;
}

.panel-buttons a:nth-child(even) {
  margin-right: 0;
}

.panel-content {
  padding: 15px;
  font-size: 14px;
  color: #525252;
  line-height: 29px;
}

.panel-content strong {
  color: #000;
}

.panel-content h4.summary {
  border-bottom: 3px solid #edeef1;
  margin-bottom: 10px;
  font-size: 14px;
  color: #59698c;
  padding: 0 0 3px;
}

.panel-content td {
  vertical-align: top;
}

.panel-content .panel-divider {
  margin: 15px 0 0;
  padding: 0 0 15px;
  border-top: 1px solid #e9e9e9;
}

.panel-content .placeholder {
  width: 482px;
  height: 197px;
  margin: 40px 0 0;
  background: #bfbfbf;
}

.panel-content ul {
  list-style: none;
}

.panel-content ul li {
  font-size: 13px;
  line-height: 16px;
  background: url(../../../images/panel_list_item.png) 4px 3px no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
}

.panel-content ul li:last-child {
  margin-bottom: 0;
}

p.plan-description {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 16px !important;
}

p.plan-description:last-child {
  margin-bottom: 0;
}

p.plan-description strong {
  display: block;
  font-size: 13px;
}

.well {
  margin: 0 0 20px;
  padding: 15px 19px;
  font-size: 20px;
  color: #777;
  line-height: 30px;
  background: #f6f6f6;
}

.well strong {
  font-size: 20px;
  color: #363639;
}

span.file-extension {
  position: absolute;
  left: 15px;
  top: 33px;
  color: #a9abac;
  font-size: 8px;
  text-transform: uppercase;
}

.select2-container--default {
  margin: 0 0 15px;
  width: 100%;
  z-index: 97;
}

body > .select2-container--default {
  z-index: 105;
}

.submit-question-modal .form-row .select2-container--default {
  z-index: inherit;
}

.select2-container--default .select2-selection--single {
  border: none;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  padding: 0 45px 0 15px;
  color: #1f262f;
  background: #e9eef3;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #53667f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 45px;
  height: 35px;
  background: url(../../../images/select_arrow.png) center no-repeat;
}

.select2-container--default .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #1f262f;
  line-height: 35px;
}

.select2-container--default .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: 700;
  color: #53667f;
  background: #f8f8f8;
}

.select2-container--open .select2-dropdown {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.25);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.25);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.25);
  background: #f8f8f8;
  border: 0;
  border-radius: 0;
}

.select2-results__option {
  padding: 10px 15px;
  color: #53667f;
}

#tabs-border, #top-tabs {
  display: none;
}

table.data-table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 35px;
}

table.data-table.no-footer {
  border: none;
}

@media (max-width: 480px) {
  .submit-question-modal table.data-table {
    margin-left: -5%;
    width: 110% !important;
  }
}

table.data-table thead {
  background: #444;
}

table.data-table thead tr th {
  position: relative;
  padding: 15px 5px 15px 15px;
  color: #eef2f5;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

table.data-table thead tr th.sorting_disabled {
  padding: 15px 5px;
}

table.data-table thead .sorting_asc {
  background-position: 6px 18px !important;
}

table.data-table thead .sorting_desc {
  background-position: 6px 19px !important;
}

#case-history table.data-table tbody tr:nth-child(odd), #my-cases-table table.data-table tbody tr:nth-child(odd), #my-rmsp-table table.data-table tbody tr:nth-child(odd), table.data-table tbody tr.odd td, table.data-table tbody tr.odd + .child td {
  background: #f8f8f8 !important;
}

#case-history table.data-table tbody tr:nth-child(even), #my-cases-table table.data-table tbody tr:nth-child(even), #my-rmsp-table table.data-table tbody tr:nth-child(even), table.data-table tbody tr.even td, table.data-table tbody tr.even + .child td {
  background: #e9eef3 !important;
}

table.data-table tbody tr td {
  font-size: 12px;
  line-height: 1;
  padding: 10px 5px;
  color: #777;
  text-align: left;
  border-right: 1px solid #ddd;
  font-weight: 700;
}

table.data-table tbody tr td.sorting_1 span {
  display: none;
}

table.data-table tbody tr td.big-size {
  font-size: 24px;
  color: #666;
  font-weight: 400;
}

.submit-question-modal table.data-table tbody tr td {
  font-size: 10px;
}

.submit-question-modal table.data-table tbody tr td.case-subject-col {
  word-wrap: break-word;
}

#my-hours-calculated-totals table.data-table tbody tr:nth-child(odd), .my-family table.data-table tbody tr:nth-child(odd) {
  background: #f8f8f8 !important;
}

#my-hours-calculated-totals table.data-table tbody tr:nth-child(even), .my-family table.data-table tbody tr:nth-child(even) {
  background: #e9eef3 !important;
}

.dataTables_paginate.paging_full_numbers {
  padding-top: 40px !important;
  margin-top: 15px !important;
  position: relative;
}

.dataTables_paginate.paging_full_numbers > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.dataTables_paginate.paging_full_numbers > span .paginate_button {
  padding: 0 10px !important;
  font-weight: 700;
  margin: 0 5px !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button {
  cursor: pointer !important;
  display: inline-block !important;
  margin-right: 2px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  color: #444 !important;
  line-height: 26px !important;
  padding: 5px 15px !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.current {
  border: 0 !important;
  background: #cecece !important;
  cursor: default !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first, .dataTables_paginate.paging_full_numbers .paginate_button.last, .dataTables_paginate.paging_full_numbers .paginate_button.next, .dataTables_paginate.paging_full_numbers .paginate_button.previous {
  text-transform: uppercase !important;
  padding: 0 !important;
  width: 55px !important;
  line-height: 38px !important;
  background: #878787 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first.disabled, .dataTables_paginate.paging_full_numbers .paginate_button.last.disabled, .dataTables_paginate.paging_full_numbers .paginate_button.next.disabled, .dataTables_paginate.paging_full_numbers .paginate_button.previous.disabled {
  background: #bbb !important;
  cursor: default !important;
  opacity: 1 !important;
  color: #fff !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first, .dataTables_paginate.paging_full_numbers .paginate_button.next {
  margin-right: 10px !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.next {
  margin-left: 35px;
}

.submit-question-modal .dataTables_paginate.paging_full_numbers .paginate_button.next {
  margin-left: 17px;
}

.sortable-column {
  cursor: pointer;
  background: url(../../../images/arrow-up.png) left 3px no-repeat;
  padding-left: 12px;
  max-width: 80%;
  display: inline-block;
}

.sortable-column.desc {
  background-image: url(../../../images/arrow-down.png);
}

.filter {
  position: relative;
}

.filter input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 21px;
  font: 11px Montserrat, sans-serif;
  padding: 2px 5px;
}

.filter .created-date-block input {
  width: 130px;
}

.filter input[type=checkbox] {
  display: block;
  position: relative;
  left: auto;
  margin-top: 3px;
  cursor: pointer;
}

.filter input[type=text] {
  padding-right: 20px;
}

.filter-ico {
  width: 12px;
  height: 12px;
  float: right;
  cursor: pointer;
  background: url(../../../images/icons/filter.png) center center no-repeat;
  padding-right: 12px;
}

.filter-ico.active, .filter-ico.open {
  background-image: url(../../../images/icons/filter-active.png);
}

.filter .created-date-block {
  margin-bottom: 5px;
}

.table-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  background: #444;
  padding: 5px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-top: none;
}

.pagination {
  padding-top: 45px;
  position: relative;
}

.pagination-buttons:after, .pagination:after {
  clear: both;
  display-inside: table;
  content: "";
}

.pagination-buttons a.button-link.grey {
  font-size: 11px;
  line-height: 30px;
  padding: 6px 10px;
  width: 52px;
  background: #878787;
  cursor: pointer;
}

.pagination-buttons a.button-link.grey.disabled {
  background: #bbb;
  cursor: default;
  opacity: 1;
}

.pagination-buttons a.button-link.to-first {
  margin-right: 14px;
}

.pagination-buttons a.button-link.to-last {
  margin-left: 14px;
}

.pagination-pages {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pagination-pages .page-divider {
  display: inline-block;
  padding: 5px 15px;
}

.pagination-pages span {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  margin-right: 2px;
  border-radius: 4px;
  font-size: 14px;
  color: #444;
  line-height: 26px;
}

.pagination-pages span.active {
  background: #cecece;
  cursor: default;
}

.center {
  text-align: center;
}

.center a.button-link {
  display: inline-block !important;
}

.table .row:after {
  clear: both;
  display: table;
  content: '';
}

.table .row:nth-child(even) {
  background: #e9eef3;
}

.table .row:nth-child(odd) {
  background: #f8f8f8;
}

.table .row.header {
  background: #fff;
}

.table .row.header .cell {
  font-size: 8px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
  padding: 5px 0 3px;
}

.table .row .cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  float: left;
  width: 30%;
  color: #3e3d3d;
  padding: 8px 5px;
  text-align: center;
  border-right: 1px solid #ddd;
  word-wrap: break-word;
}

.table .row .cell:first-child {
  width: 40%;
  text-align: left;
  font-weight: 400;
}

.table .row .cell.double {
  width: 60%;
}

.table .row .cell.left {
  text-align: left;
}

.table .row .cell.center {
  text-align: center;
}

.table .row .cell span {
  font-size: 11px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
}

.table .row .cell span.middle {
  position: relative;
  top: calc(50% - 10px);
}

.accordion-panel {
  background: #fff;
  margin-bottom: 10px;
}

.accordion-panel .accordion-panel-header {
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  background: url(../../../images/icons/accordion-collapsed.png) 95% center no-repeat;
  cursor: pointer;
  color: #59698c;
}

.accordion-panel .accordion-panel-header.opened {
  background-image: url(../../../images/icons/accordion-opened.png);
}

.accordion-panel .accordion-panel-body {
  padding: 10px 5px 5px;
  border-top: 1px solid #e8e8e8;
  display: none;
}

.accordion-panel .accordion-panel-body br {
  display: none;
}

#ui-datepicker-div {
  position: absolute !important;
  left: auto !important;
  top: auto !important;
  right: 0;
  margin-top: -16px;
  border: none;
  width: 268px !important;
}

.ui-datepicker-header {
  background: #3c475f;
  border: none;
  border-radius: 0;
  padding: 10px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  width: auto !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: url(../../../images/icons/dropdown.png) center right no-repeat #3c475f !important;
  color: #fff !important;
  margin: 6px 15px 0 !important;
  padding: 0 10px 0 0 !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  box-shadow: none !important;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px !important;
}

.ui-datepicker-calendar {
  border: 3px solid #3c475f;
  border-top: none;
  padding: 10px 15px;
  border-radius: 0;
  width: 268px;
}

.ui-datepicker-calendar thead {
  display: none;
}

.ui-datepicker-next, .ui-datepicker-next:hover, .ui-datepicker-prev, .ui-datepicker-prev:hover {
  width: 31px;
  height: 26px;
  display: block;
  border: none;
  background: 0 0;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
  width: 31px;
  height: 26px;
  display: block;
  background: url(../../../images/icons/datepicker-next.png) center center no-repeat;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev .ui-icon-circle-triangle-w {
  width: 31px;
  height: 26px;
  display: block;
  background: url(../../../images/icons/datepicker-prev.png) center center no-repeat;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
  color: #3e6372;
  line-height: 30px;
  border: none;
  background: 0 0;
  padding: 5px 11px;
}

.ui-datepicker-calendar .ui-state-focus, .ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-widget-content .ui-state-focus, .ui-datepicker-calendar .ui-widget-content .ui-state-hover, .ui-datepicker-calendar .ui-widget-header .ui-state-focus, .ui-datepicker-calendar .ui-widget-header .ui-state-hover {
  font-weight: 700;
}

.ui-dialog-content input.hasDatepicker {
  padding-right: 80px;
}

.ui-datepicker-current-day .ui-state-active {
  font-weight: 700;
}

.ui-datepicker.ui-widget-content {
  border: none;
}

.mobile-validation-invalid-phone-error, .usps-validation-address-error, .usps-validation-general-error {
  color: #d63f54 !important;
}

.internal-change-address-usps-validation-address-error {
  color: #d63f54 !important;
  font-weight: 700;
}

.usps-validation-no-address-selected-error {
  color: #d63f54 !important;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.select2-invalid-field {
  border: 2px solid #ea2459 !important;
  box-shadow: 0 0 5px 1px #ea2459 !important;
}

.ui-dialog {
  padding: 0;
  font-family: Montserrat, sans-serif;
  background: #fff;
  border: 0;
  border-radius: 0;
  top: 1% !important;
  left: 2% !important;
  margin: auto;
  position: fixed;
  max-width: 96%;
  max-height: 98% !important;
  overflow-y: auto;
}

.ui-dialog[aria-describedby*=knowledgeArticleFrame] {
  -webkit-overflow-scrolling: touch;
}

.ui-dialog.splash-screen-dialog {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  top: 45% !important;
  width: 96% !important;
}

.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0 0 49px;
  background: #fff;
  border: 0;
}

.blue-footer.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 15px;
  min-height: 60px;
  background: #e9eef3;
}

.no-bg.ui-dialog .ui-dialog-buttonpane {
  padding: 23px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 5%;
  max-width: 49%;
  width: 135px;
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 0;
  background: #59a76a;
}

.ui-dialog .ui-dialog-buttonpane button.back-button {
  background: #1f262f;
}

.ui-dialog .ui-dialog-buttonpane button span {
  padding: 0;
}

.ui-dialog .ui-dialog-buttonpane button.login {
  float: right;
}

@media (min-width: 550px) {
  .ui-dialog .ui-dialog-buttonpane button.login {
    width: 140px;
  }
}

.ui-dialog .ui-dialog-buttonpane button.text-link {
  font-size: 14px;
  font-weight: 900;
  color: #3c465f;
  background: 0 0;
  width: auto;
  padding: 0 5%;
  float: left;
  text-decoration: underline;
  margin: 4px 0 0;
  max-width: 120px;
}

@media (min-width: 550px) {
  .ui-dialog .ui-dialog-buttonpane button.text-link {
    max-width: 150px;
  }
}

.ui-dialog .ui-dialog-buttonpane button.update-profile {
  float: right;
}

.add-dependent.ui-dialog .ui-dialog-buttonpane button.update-profile {
  padding: 12px 4%;
}

.edit-dependent-mode.ui-dialog .ui-dialog-buttonpane button.update-profile {
  padding: 12px 2%;
}

.ui-dialog .forgot-password-modal + .ui-dialog-buttonpane button.login {
  margin-top: 6px;
}

.ui-dialog .ui-dialog-title {
  white-space: normal;
}

.ui-dialog-content {
  padding: 15px 20px !important;
}

iframe.ui-dialog-content {
  padding: 0 !important;
  width: 100% !important;
  z-index: 999999999;
}

.ui-dialog-content input[type=text], .ui-dialog-content input[type=password] {
  width: 100%;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px / 35px Montserrat, sans-serif;
  margin: 0 0 15px;
  padding: 0 15px;
  color: #1f262f;
  background: #e9eef3;
  box-shadow: -2px -2px 6px 0 #969696;
}

.ui-dialog-content .invalid input, .ui-dialog-content input.invalid, .ui-dialog-content textarea.invalid {
  border: 2px solid #ea2459;
  box-shadow: 0 0 5px 1px #ea2459;
}

.ui-dialog-content label {
  display: block;
  color: #3f4040;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ui-dialog-content label a.show-hide-password-characters-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  color: #3c475f;
  background: 0 0;
  margin-left: -3px;
  text-transform: none;
}

.ui-dialog-content label[for*=submit_dependent_removal_dateOfEvent] {
  display: inline-block !important;
}

.ui-dialog-content p {
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 10px;
  color: #1f262f;
}

.ui-dialog-content p.text-message {
  margin: 15px 0;
}

.register-modal.ui-dialog-content p {
  font-size: 14px;
  line-height: 21px;
}

.ui-dialog-content select {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  margin: 0 0 15px;
  padding: 5px 10px;
  font: 14px / 35px Montserrat, sans-serif;
  color: #1f262f;
  background: #e9eef3;
}

.ui-dialog-content textarea {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 5px 10px;
  font: 12px / 18px Montserrat, sans-serif;
  resize: none;
  color: #1f262f;
  background: #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.ui-dialog-content span.separator {
  display: block;
  width: 575px;
  color: #989899;
  text-align: center;
}

.ui-dialog-content span.vertical-separator {
  color: #989899;
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 0 0 10px;
}

.ui-dialog-content .form-row {
  position: relative;
  margin-right: 0 !important;
}

.ui-dialog-content .form-row:after {
  clear: both;
  display: table;
  content: '';
}

.ui-dialog-content .form-row span {
  font-size: 14px;
}

.error-modal.ui-dialog-content .form-row span, .submit-question-modal .ui-dialog-content .form-row span, .ui-dialog-content .form-row span.field-error {
  font-size: 12px;
}

.ui-dialog-content .form-row.mobile-row-separated {
  border-top: 2px solid #e9eef3;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e9eef3;
}

.ui-dialog-content .form-row.mobile-row-separated label {
  max-width: 65%;
}

.ui-dialog-content .form-row .address.compact {
  width: 175px;
  font-size: 12px;
}

.ui-dialog-content .form-row a.button-link {
  font-size: 15px;
  font-weight: 700;
  width: 100px;
  line-height: 19px;
  padding: 7px 20px;
}

.ui-dialog-content .form-row a.button-link.change-address {
  font-size: 12px;
  width: 90px;
  padding: 15px 20px;
}

.ui-dialog-content .form-row a.button-link.clear-address {
  height: 40px !important;
  line-height: 40px;
  float: right;
  background: #3a485b;
  clear: both;
  margin-top: 15px;
}

.submit-question-modal .ui-dialog-content .form-row a.button-link {
  width: auto;
  padding: 7px 10px;
  font-size: 12px;
}

.ui-dialog-content .form-row a.button-link.swap-addresses {
  margin-top: -35px;
}

.ui-dialog-content .form-row .mobile-phone {
  font-size: 12px;
  line-height: 30px;
  float: left;
}

.ui-dialog-content .form-row.address-row {
  padding-bottom: 15px;
  border-bottom: 2px solid #e9eef3;
  margin-bottom: 15px;
}

.ui-dialog-content .form-row.address-row.top-border {
  border-top: 2px solid #e9eef3;
  margin-top: 5px;
  padding-top: 15px;
}

.ui-dialog-content .form-row.notification-preference-row {
  margin: 0 0 20px 15px;
}

.ui-dialog-content .form-row.notification-preference-row .img-question-icon {
  margin-left: 5px;
}

.ui-dialog-content .form-row.notification-preference-row .campaign-name {
  display: inline;
  margin-left: 25px;
  text-transform: none;
  font-size: 12px;
}

.ui-dialog-content .form-row.mobile-row {
  border-top: 2px solid #e9eef3;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.ui-dialog-content .form-row[id*=edit_profile_alternate_start_date_panel] label, .ui-dialog-content .form-row[id*=edit_profile_alternate_end_date_panel] label {
  display: inline-block !important;
}

@media (max-width: 360px) {
  .ui-dialog-content .form-row[id*=edit_profile_alternate_start_date_panel] label, .ui-dialog-content .form-row[id*=edit_profile_alternate_end_date_panel] label {
    font-size: 11px;
  }
}

.ui-dialog-content .form-row.internal-change-address-button-row {
  width: 575px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.ui-dialog-content:not(.knowledge-article-frame):not(.docu-signer-frame):not(.cobselection-modal) {
  height: auto !important;
}

.ui-dialog-content .field-helper {
  font-size: 13px;
  font-weight: 700;
  color: #69a7ee;
  line-height: 18px;
  text-transform: uppercase;
}

.ui-dialog-content .field-error {
  font-size: 12px;
  color: #d63f54;
  margin-bottom: 5px;
  display: block;
}

.ui-dialog-content .two-in-row label > span {
  margin-left: 15px;
}

.ui-dialog-content .registration-field-error {
  font-size: 12px;
  color: #d63f54;
}

.ui-dialog-content .mobile-verification-field-error {
  font-size: 12px;
  color: #d63f54;
  display: block;
  margin-bottom: 5px;
}

.ui-dialog-content.splash-screen {
  display: none;
  background-color: #e9eef3;
  text-align: center;
  vertical-align: middle;
  min-height: 0 !important;
}

.ui-dialog-content .notification-preferences-panel {
  margin-top: 15px;
  border-top: 2px solid #e9eef3;
  padding-top: 15px;
}

.ui-dialog-content .notification-preferences-panel .notification-preferences-panel-header {
  margin-bottom: 15px;
}

.ui-dialog-content .notification-preferences-panel .notification-preferences-panel-header label {
  font-size: 12px;
}

.ui-dialog-content .general-error {
  font-size: 14px;
  margin: 34px 0 0;
  color: #d63f54;
}

.ui-button .ui-button-text {
  line-height: 16px;
}

.ui-dialog-content .form-row .address-populated + a.button-link.change-address {
  margin-top: -60px;
}

.ui-dialog-titlebar.ui-widget-header {
  font-size: 10px;
  font-weight: 400;
  color: #b5c6db;
  background: #1f262f;
  border: 0;
  border-bottom: 11px solid #3c475f;
  border-radius: 0;
}

.ui-dialog-titlebar.ui-widget-header strong {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #fff;
}

.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
  width: 20px;
  height: 26px;
  top: 7px;
  right: 8px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: url(../../../images/modal_close.png) right center no-repeat;
}

.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close span {
  display: none;
}

[aria-describedby*=knowledgeArticleFrame] .ui-dialog-titlebar.ui-widget-header {
  font-size: 15px;
  color: #fff;
  padding: 7px 15px 0;
}

.edit-email-modal .ui-dialog-titlebar.ui-widget-header, .edit-mobile-phone-number-modal .ui-dialog-titlebar.ui-widget-header, .success-email-modal .ui-dialog-titlebar.ui-widget-header, .success-mobile-phone-modal .ui-dialog-titlebar.ui-widget-header, .validate-email-modal .ui-dialog-titlebar.ui-widget-header, .validate-mobile-phone-modal .ui-dialog-titlebar.ui-widget-header {
  font-size: 10px !important;
}

.calc-explain-modal p, .change-password-modal p, .forgot-password-confirm-modal p, .general-confirmation-popup-modal p, .general-notification-popup-modal p, .life-events-modal p, .registration-confirm-modal p {
  font-size: 13px;
  line-height: 18px;
  color: #1f262f;
  font-weight: 400;
  margin-bottom: 15px;
}

.changePasswordForm .ui-dialog .ui-dialog-buttonpane button.finish-button {
  float: right;
}

.calendar-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: url(../../../images/icons/white-calendarbg-mobile.jpg) center center no-repeat;
}

[id*=forgot-password-modal-content] br, [id*=forgot-password-confirm-modal-content] br {
  display: none;
}

ul.arrow-list {
  list-style: none;
  margin: 5px 0 20px;
}

ul.arrow-list li {
  background: url(../../../images/plan-details-list-style.png) left 5px no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}

.life-events-modal {
  padding-bottom: 25px;
}

.life-events-modal p {
  margin-bottom: 20px;
}

.life-events-modal .decorated-link a {
  color: #69a7ee;
  text-decoration: underline;
}

.life-events-modal ul {
  list-style: none;
  font-size: 18px;
  line-height: 35px;
  padding-left: 5px;
}

.life-events-modal ul li {
  background: url(../../../images/plan-details-list-style.png) left 13px no-repeat;
  padding-left: 26px;
}

.calc-explain-modal {
  padding-bottom: 25px;
}

.ui-dialog.calc-explain-modal .ui-dialog-content {
  padding-top: 55px;
}

.ui-dialog.life-events-modal .ui-dialog-content {
  padding-top: 40px;
}

.ui-dialog.calc-explain-modal .ui-dialog-buttonpane button, .ui-dialog.general-confirmation-popup-modal .ui-dialog-buttonpane button, .ui-dialog.general-notification-popup-modal .ui-dialog-buttonpane button, .ui-dialog.life-events-modal .ui-dialog-buttonpane button {
  width: 292px;
  font-size: 14px;
  margin: 0;
}

.ui-dialog.general-confirmation-popup-modal .general-confirmation-popup-title, .ui-dialog.general-notification-popup-modal .general-notification-popup-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-dialog .ui-dialog-buttonpane button.close-button {
  border: none;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 305px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  background: #59a76a;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
}

.ui-dialog .ui-dialog-buttonpane button.confirm-button {
  border: none;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 250px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  background: #59a76a;
  cursor: pointer;
  font-size: 1em;
  margin: 0 28px 0 0;
}

.ui-dialog .ui-dialog-buttonpane button.cancel-button {
  border: none;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 250px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  background: #1f262f;
  cursor: pointer;
  font-size: 1em;
  margin: 0 28px 0 0;
}

.ui-dialog-content .dependents-expandable-selector.invalid {
  border: 2px solid #ea2459;
  box-shadow: 0 0 5px 1px #ea2459;
}

#register-step-two {
  position: relative;
}

.register-modal [type=checkbox]:checked + label:before, .register-modal [type=checkbox]:not(:checked) + label:before {
  background: #e9eef3;
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
  left: 20px;
  top: -18px;
}

.register-modal [type=checkbox]:checked + label:after, .register-modal [type=checkbox]:not(:checked) + label:after {
  content: url(../../../images/checked.png);
  left: 26px;
  position: absolute;
  top: -10px;
}

.more-info-modal {
  padding: 5px !important;
}

.more-info-modal img {
  max-width: 100%;
}

.more-info-modal .fsb-more-info-modal-content a, .more-info-modal .member-id-more-info-modal-content a, .more-info-modal .reg-number-more-info-modal-content a {
  color: #69a7ee;
  text-decoration: underline;
}

.register-modal + .ui-dialog-buttonpane .back-button {
  float: left;
}

.register-modal + .ui-dialog-buttonpane .finish-button {
  float: right;
}

#registration_start_mobile_verification_link {
  margin-top: -20px;
}

.submit-dependent-removal-modal .dependents-expandable-selector, .submit-question-modal .dependents-expandable-selector {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  width: 100%;
  height: 40px;
  background: url(../../../images/icons/accordion-collapsed.png) 96% center no-repeat #e9eef3;
  font: 14px / 40px Montserrat, sans-serif;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  color: gray;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.submit-dependent-removal-modal .dependents-expandable-selector.opened, .submit-question-modal .dependents-expandable-selector.opened {
  background-image: url(../../../images/icons/accordion-opened.png);
}

.submit-dependent-removal-modal [type=checkbox]:checked + label:before, .submit-dependent-removal-modal [type=checkbox]:not(:checked) + label:before, .submit-question-modal [type=checkbox]:checked + label:before, .submit-question-modal [type=checkbox]:not(:checked) + label:before {
  background: #f8f8f8;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
}

.submit-dependent-removal-modal [type=checkbox]:checked + label:after, .submit-dependent-removal-modal [type=checkbox]:not(:checked) + label:after, .submit-question-modal [type=checkbox]:checked + label:after, .submit-question-modal [type=checkbox]:not(:checked) + label:after {
  content: url(../../../images/checked.png);
  position: absolute;
  left: 5px;
  top: 7px;
}

.white-panel.dependents {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 0 5px 1px #969696;
}

.submit-dependent-removal-modal br, .submit-question-modal br {
  display: none;
}

.submit-dependent-removal-modal .required-documents-panel a br, .submit-question-modal .required-documents-panel a br {
  display: block;
}

.submit-dependent-removal-modal .dependents, .submit-question-modal .dependents {
  padding: 15px;
}

.submit-dependent-removal-modal .dependents .dependent, .submit-question-modal .dependents .dependent {
  background: #fff;
  margin-bottom: 0;
}

.submit-dependent-removal-modal .dataTables_paginate, .submit-dependent-removal-modal [class^=submit-question-modal-dependents-panel], .submit-question-modal .dataTables_paginate, .submit-question-modal [class^=submit-question-modal-dependents-panel] {
  margin-bottom: 15px;
}

.add-dependent-modal .form-row > .select2-container.select2-container--default.select2-container--open:last-child, .edit-address-modal .form-row > .select2-container.select2-container--default.select2-container--open:last-child, .submit-dependent-removal-modal .form-row > .select2-container.select2-container--default.select2-container--open:last-child, .submit-question-modal .form-row > .select2-container.select2-container--default.select2-container--open:last-child {
  top: auto !important;
  left: 0 !important;
  margin-top: -15px;
  display: block;
}

.edit-address-modal [id*=edit_address_state_panel].form-row > .select2-container.select2-container--default.select2-container--open:last-child, .edit-profile-modal [id*=edit_profile_time_zone_panel].form-row > .select2-container.select2-container--default.select2-container--open:last-child {
  margin-top: 0;
  bottom: 236px;
}

.modal-steps {
  background: #3c475f;
  padding: 10px;
}

.modal-steps:after {
  display: table;
  clear: both;
  content: "";
}

.modal-step {
  color: #fff;
  border: 1px solid #272f3c;
  border-radius: 5px;
  float: left;
  width: 28%;
}

.edit-address-modal .modal-step, .validate-address-modal .modal-step {
  width: 35%;
}

.modal-step:after {
  display: table;
  clear: both;
  content: "";
}

.modal-step-number {
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  background: #272f3c;
  text-align: center;
  color: #aaadb1;
}

.modal-step-name {
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #aaadb1;
  text-align: center;
}

.modal-step-name span {
  display: none;
}

.modal-step-name em {
  font-style: normal;
}

.modal-step.active {
  border-color: #59a76a;
}

.modal-step.active .modal-step-number {
  background: #59a76a;
  color: #fff;
}

.modal-step.active .modal-step-name {
  color: #fff;
}

.modal-step-separator {
  width: 8% !important;
  height: 2px;
  float: left;
  background: #272f3c;
  margin-top: 19px;
}

.modal-step-separator.active {
  background: #59a76a;
}

.validate-mobile-phone-modal strong {
  font-size: 14px;
}

.edit-address-modal .ui-dialog-titlebar.ui-widget-header, .validate-address-modal .ui-dialog-titlebar.ui-widget-header {
  border-bottom: none;
}

#address-validation {
  padding-top: 45px;
}

.validate-address-modal h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.validate-address-modal p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

[id*=edit_profile_swap_addresses_panel] label {
  max-width: 65%;
}

.addresses:after {
  display: block;
  content: "";
  clear: both;
}

.addresses .address {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.addresses .address .radio-button {
  float: left;
}

.addresses .address .radio-button input[type=radio] + label span, .addresses .address .radio-button input[type=radio]:checked + label span {
  background-color: #fff;
  margin-right: 20px;
  box-shadow: 0 0 5px 1px #969696;
}

.addresses h5.address-type {
  margin-left: 48px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  font-weight: 400;
}

#internal-change-address-main-content .addresses h5.address-type {
  margin-bottom: 13px;
}

#internal-change-address-main-content .addresses h5.address-type:after {
  content: '\A\A';
  white-space: pre;
}

.addresses .address-info {
  float: left;
  width: 80%;
}

#internal-change-address-main-content.addresses .address-info {
  font-size: 1.2em;
}

.ui-dialog.general-notification-popup-modal.vendor-card-download-dialog .ui-dialog-content {
  min-height: 130px !important;
}

.ui-dialog.general-notification-popup-modal.vendor-card-download-dialog .ui-dialog-content a {
  color: #69a7ee;
  text-decoration: underline;
}

.ui-dialog.general-notification-popup-modal.vendor-card-error-dialog .ui-dialog-content {
  min-height: 110px !important;
}

.question-summary .white-panel {
  padding: 10px;
}

.question-summary .white-panel .column {
  padding-right: 5px;
}

.question-summary .white-panel .column-line {
  color: #3e3d3d;
  font-size: 14px;
  margin-bottom: 10px;
}

.question-summary-modal {
  padding: 10px !important;
}

.question-summary-modal p {
  font-size: 13px;
  line-height: 18px;
  color: #1f262f;
  margin-bottom: 20px;
}

.question-summary-modal p a {
  color: #69a7ee;
  text-decoration: underline;
}

.question-summary-modal h4 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.column-line {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3e3d3d;
}

.column-line-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}

.dependent-removal-summary-modal p a {
  color: #69a7ee;
  text-decoration: underline;
}

.dependent-removal-summary-modal h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dependent-removal-summary-modal .white-panel {
  padding: 10px;
}

.dependent-removal-summary-modal .white-panel .column {
  padding-right: 5px;
}

#plan-details {
  padding-right: 40px;
}

.ui-dialog.plan-details .ui-dialog-buttonpane button.back-button {
  margin: 0 auto;
  padding: 4px 7%;
}

.ui-dialog.plan-details .ui-dialog-buttonpane button.view-claims {
  margin: 0 auto;
  padding: 12px 5%;
  float: right;
}

.plan-details-modal {
  padding: 10px 5px !important;
}

.plan-details-modal .panel {
  margin-bottom: 30px;
  margin-right: 0;
  max-width: 100%;
  border: none;
}

.plan-details-modal .panel.hide-for-mobile {
  display: none;
}

.plan-details-modal .panel-header {
  padding: 8px;
  background: #57aad9;
}

.plan-details-modal .panel-header:after {
  clear: both;
  display: table;
  content: '';
}

.plan-details-modal .panel-header .panel-title {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.plan-details-modal .panel-header .panel-title strong {
  color: #386f8e;
  font-size: 12px;
}

.plan-details-modal .panel-header .panel-header-button {
  font-size: 11px;
  font-weight: 700;
  width: 75px;
  background: #3089bb;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}

.plan-details-modal .panel-header .panel-header-button:not(.toggle-panel) {
  line-height: 14px;
  padding: 3px 0;
  margin-bottom: 0;
}

.plan-details-modal .panel-header .panel-header-button.toggle-accordions {
  line-height: 34px;
  padding: 0;
  width: 95px;
  margin-top: 3px;
}

.plan-details-modal .panel-body {
  padding: 5px;
  background: #eee;
}

.plan-details-modal .panel-body .panel-content {
  padding: 7px;
  background: #fff;
}

.plan-details-modal .panel-body .panel-content .column {
  padding-right: 10px;
}

.plan-details-modal .panel-body .panel-content .column.two-in-row {
  margin-right: 0;
  width: 50%;
  float: left;
}

.plan-details-modal .panel-content ul li {
  list-style: none;
  background: url(../../../images/plan-details-list-style.png) left center no-repeat;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  width: auto;
}

.plan-details-modal .dependents {
  border-top: 3px solid #edeef1;
  padding-top: 10px;
}

.plan-details-modal .dependents .member-detail-title {
  font-size: 9px;
  line-height: 12px;
  margin-bottom: 10px;
}

.plan-details-modal .dependents ul {
  width: 49%;
  margin-right: 1%;
  float: left;
  color: #4d4d4d;
}

.plan-details-modal .dependents ul:last-child {
  margin-right: 0;
}

.member-detail {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4d4d4d;
}

.member-detail.break-for-member-not-eligible-date-note {
  margin-bottom: 0;
}

.member-detail.continue-after-member-not-eligible-date-note {
  margin-top: 10px;
}

.member-detail .member-detail-title {
  font-size: 9px;
  font-weight: 700;
  color: #777;
  line-height: 10px;
}

.member-not-eligible-date-note {
  font-weight: 700;
  font-style: italic;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: red;
}

.member-not-eligible-date-note.gap-to-afford-calc-plot {
  margin-top: 10px;
}

.edit-dependent-mode.ui-dialog .two-in-row {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.edit-dependent-mode.ui-dialog .two-in-row:last-child {
  margin-right: 0;
}

.edit-dependent-mode.ui-dialog .form-row label {
  display: block !important;
  margin-bottom: 5px;
}

.edit-dependent-mode.ui-dialog .form-row span.disabled-input {
  font-size: 12px;
  line-height: 1;
  min-height: 0;
  padding: 0;
  display: block;
  border: none;
}

.submit-dependent-removal-modal.ui-dialog-content .required-documents-panel {
  text-transform: uppercase;
}

.submit-dependent-removal-modal.ui-dialog-content .required-documents-panel ul {
  font-size: 9px;
  line-height: 11px;
  list-style: none;
  color: #3f4040;
}

.submit-dependent-removal-modal.ui-dialog-content .required-documents-panel ul li {
  background: url(../../../images/sign-up-list-style.png) left 4px no-repeat;
  padding-left: 15px;
}

.submit-dependent-removal-modal.ui-dialog-content h4 {
  font-size: 10px;
  font-weight: 700;
  color: #ed9329;
  line-height: 16px;
  margin: 10px 0;
}

.submit-dependent-removal-modal.ui-dialog-content p {
  font-size: 9px;
  line-height: 11px;
  color: #3f4040;
}

.submit-dependent-removal-modal.ui-dialog-content p a {
  display: block;
}

.healthcare-plan-options {
  position: relative;
  padding: 5px;
}

.healthcare-plan-options h3 {
  color: #69a7ee;
  margin-bottom: 10px;
}

.right.healthcare-plan-options h3 {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.left.healthcare-plan-options h3 {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
}

.healthcare-plan-options p {
  font-size: 18px;
  line-height: 35px;
  color: #1f262f;
  font-weight: 400;
}

.healthcare-plan-options p.healthcare-plan-downgrade-no-available-plans, .healthcare-plan-options p.healthcare-plan-downgrade-suppressed, .healthcare-plan-options p.healthcare-plan-downgrade-used-already, .healthcare-plan-options p.healthcare-plan-lce-suppressed {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.healthcare-plan-options p.healthcare-plan-my-family-prompt {
  padding-top: 10px;
}

.healthcare-plan-options .decorated-link a {
  color: #69a7ee;
  text-decoration: underline;
}

.healthcare-plan-options ul {
  list-style: none;
  font-size: 18px;
  line-height: 35px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.healthcare-plan-options ul li {
  background: url(../../../images/plan-details-list-style.png) left 13px no-repeat;
  padding-left: 26px;
}

.healthcare-plan-options button {
  border: none;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  background: #59a76a;
  cursor: pointer;
  font-size: 15px;
}

.healthcare-plan-options button[disabled] {
  background: #b0b0b0;
  color: #777;
  cursor: default;
}

.right.healthcare-plan-options button {
  left: 40px;
}

.healthcare-plan-options-page .healthcare-plan-options.left button, .healthcare-plan-options-page .healthcare-plan-options.right button {
  left: 90px;
}

.plan-separator {
  display: none;
}

p.error-message {
  margin-bottom: 0;
  line-height: 25px;
  margin-top: 45px;
}

.ui-dialog.wizard-info {
  padding-bottom: 0;
}

.ui-dialog.wizard-info .ui-dialog-content {
  padding-top: 40px;
  padding-right: 50px;
}

.wizard-info .ui-dialog-buttonpane {
  padding-bottom: 50px !important;
}

.wizard-info .ui-dialog-buttonpane button {
  margin-top: 0 !important;
  margin-left: 150px !important;
  font-size: 14px;
  width: 292px;
}

.step-info {
  text-align: left;
  padding-left: 150px;
  margin-bottom: 50px;
}

.step-info.step-one {
  background: url(../../../images/step_1_modal.png) left top no-repeat;
}

.step-info.step-two {
  background: url(../../../images/step_2_modal.png) left top no-repeat;
}

.step-info.step-three {
  margin-bottom: 0;
  background: url(../../../images/step_3_modal.png) left top no-repeat;
}

.step-info .step-number {
  color: #ed940b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.step-info .step-title {
  color: #444;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.step-info .step-description {
  font-size: 18px;
  line-height: 26px;
  width: auto;
  text-align: justify;
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 1000;
}

.modal-content {
  display: none;
  background-color: #fff;
  height: 400px;
  width: 600px;
  margin-bottom: 40px;
  padding: 20px;
  position: fixed;
  left: 37%;
  top: 30%;
  z-index: 1000;
}

.modal-footer {
  position: absolute;
  background: #eee;
  height: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 10px 60px;
}

.modal-close {
  background: #59a76a;
  color: #fff;
  border: 0;
  padding: 10px 30px;
}

@media (max-width: 450px) {
  .submit-question-modal-content_articlesContainer .articles-table table.dataTable {
    table-layout: fixed;
  }
  
  .submit-question-modal-content_articlesContainer .articles-table table.dataTable .case-subject-col, .submit-question-modal-content_articlesContainer .articles-table table.dataTable .case-subject-col.type-col {
    width: 15% !important;
  }
  
  .submit-question-modal-content_articlesContainer .articles-table table.dataTable .case-subject-col.article-rate-column {
    width: 10% !important;
  }
  
  .submit-question-modal-content_articlesContainer .articles-table table.dataTable .case-subject-col.article-rate-column img {
    max-width: 100%;
  }
  
  .submit-question-modal-content_articlesContainer .articles-table table.dataTable .button-link {
    font-size: 8px !important;
  }
}

.mobile-menu {
  position: absolute;
  left: 15px;
  top: 22px;
  z-index: 100;
}

.mobile-menu .contact-us-header {
  width: 36px;
  height: 25px;
  position: absolute;
  top: -6px;
  background: url(../../../images/icons/grey-clouds.png) top center no-repeat;
}

.button-wrap {
  width: 25px;
  height: 20px;
  position: fixed;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.menu-button {
  width: 25px;
  height: 2px;
  background: #979797;
  display: block;
  position: relative;
  top: 8px;
  z-index: 3;
}

.rolled .menu-button {
  display: none;
}

.menu-button:before {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  content: '';
  background: #979797;
}

.menu-button:after {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  content: '';
  background: #979797;
}

.menu-close {
  width: 25px;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 32px;
  display: block;
}

.menu-close:before {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -17px;
  -webkit-transform: rotate(45deg) translate(9px,14px);
  -moz-transform: rotate(45deg) translate(9px,14px);
  -ms-transform: rotate(45deg) translate(9px,14px);
  -o-transform: rotate(45deg) translate(9px,14px);
  transform: rotate(45deg) translate(9px,14px);
  content: '';
  background: #979797;
}

.menu-close:after {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -17px;
  -webkit-transform: rotate(-45deg) translate(10px,-15px);
  -moz-transform: rotate(-45deg) translate(10px,-15px);
  -ms-transform: rotate(-45deg) translate(10px,-15px);
  -o-transform: rotate(-45deg) translate(10px,-15px);
  transform: rotate(-45deg) translate(10px,-15px);
  content: '';
  background: #979797;
}

.menu-wrap {
  position: fixed;
  left: -175px;
  top: 0;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  width: 175px;
  height: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  overflow-y: auto;
  padding-top: 10px;
  -webkit-overflow-scrolling: touch;
}

.rolled .menu-wrap {
  left: 0;
}

#page-wrap {
  width: 100%;
  padding-top: 66px;
}

#header {
  padding: 10px 15px;
  background: #fff;
}

#header.main-header-component {
  position: relative;
  min-height: 61px;
}

#header-border {
  height: 5px;
  background: #221f2b;
}

#logo {
  margin: 0 auto;
  display: block;
  width: 55px;
  height: 41px;
  background: url(../../../images/logo-121x89.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.rolled #logo {
  display: none;
}

.rolled .menu-wrap #logo {
  display: block;
  margin: 0 0 0 10px;
}

#account-links {
  position: absolute;
  right: 15px;
  top: 9px;
}

#account-links a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #363639;
  position: relative;
  height: 37px;
  line-height: 42px;
}

#account-links a span {
  position: absolute;
  right: 7px;
  top: 4px;
  line-height: 10px;
}

#account-links a.contact-us-header, #account-links a.logout, #account-links a.mobile-hide, #account-links a.question {
  display: none;
}

#account-links a.welcome-message {
  font-size: 11px;
  line-height: 22px;
  height: 20px;
}

#account-links a.credit-bank-balance {
  font-size: 11px;
  line-height: 28px;
  padding: 0 0 0 25px;
  height: 28px;
  margin-left: 15%;
  background: url(../../../images/icons/grey-cash-mobile.png) 0 center no-repeat;
}

#account-links a.contact-us {
  background: url(../../../images/icons/color-mail-blue.png) 17px top no-repeat;
  padding: 0 0 0 55px;
}

#account-links a.contact-us-header {
  width: 36px;
  height: 25px;
  background: url(../../../images/icons/grey-clouds.png) top center no-repeat;
  overflow: hidden;
  text-indent: -99px;
  border-left: none;
  margin: 0;
}

#header-links {
  float: right;
  margin: 27px 0 0;
}

#header-links a {
  display: block;
  float: left;
  padding: 0 0 0 15px;
  margin: 0 0 0 7px;
  font-size: 14px;
  font-weight: 700;
  color: #363639;
  line-height: 13px;
  text-transform: uppercase;
  border-left: 1px solid #b3b3bf;
}

#header-links a:first-child {
  border: none;
}

#header-links a.notification {
  background: url(../../../images/icons/grey-bell.png) 20px 9px no-repeat;
  padding: 0 0 0 55px;
}

#header-links a.logout {
  width: 120px;
  padding: 0 0 0 50px;
  background: url(../../../images/icons/color-lock.png) 20px center no-repeat;
}

.main-header-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.rolled .main-header-container {
  left: 175px;
}

.impersonation-mode-header-indicator {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #222;
  color: #fff;
  padding: 4px 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
}

#help-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  color: #fff;
  padding: 20px 15px;
  background: #3c465f;
  text-align: center;
}

#help-bar a {
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
}

#footer {
  border-top: 8px solid #636f7f;
  background: #1f262f;
  overflow: hidden;
}

#inner-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 5px;
  position: relative;
}

#inner-footer img {
  margin: 25px auto 10px;
  width: 45px;
  display: block;
}

#inner-footer #copyright {
  font-size: 10px;
  color: #c9d0da;
  text-align: center;
}

#inner-footer #footer-nav {
  position: absolute;
  left: 50%;
  top: 15px;
  list-style: none;
  width: 315px;
  margin-left: -158px;
}

@media (max-width: 340px) {
  #inner-footer #footer-nav {
    width: 270px;
    margin-left: -135px;
  }
}

#inner-footer #footer-nav li {
  float: left;
  display: block;
  margin: 0 15px 0 0;
}

#inner-footer #footer-nav li:last-child {
  margin-right: 0;
}

#inner-footer #footer-nav a {
  color: #c9d0da;
  font-size: 12px;
}

@media (max-width: 340px) {
  #inner-footer #footer-nav a {
    font-size: 10px;
  }
}

#landing-content {
  padding: 110px 15px 90px;
  position: relative;
  background: url(../../../images/home_bg.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#landing-login {
  width: 280px;
  padding: 28px 16px 23px;
  margin: 0 auto 15px;
  background: rgba(60,70,95,.8);
}

#landing-login img {
  float: left;
  margin: 0 9px 0 0;
}

#landing-login p {
  margin: -2px 0 4px;
  font-size: 19px;
  color: #fff;
}

#landing-login a {
  font-size: 16px;
}

#sign-up-form {
  width: 280px;
  margin: 0 auto;
  padding: 28px 19px 23px;
  background: rgba(60,70,95,.8);
}

#sign-up-form:after {
  clear: both;
  display: table;
  content: '';
}

#sign-up-form img {
  float: left;
  margin: 0 17px 43px 0;
}

#sign-up-form p {
  font-size: 15px;
  color: #fff;
}

#sign-up-form p span {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 19px;
}

#sign-up-form button {
  width: 100%;
  height: 47px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0 0;
  font: 700 16px Montserrat, sans-serif;
  color: #4d4d4d;
  border: none;
  background: #ffca06;
}

#sign-up-form ul {
  float: left;
  color: #fff;
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}

#sign-up-form ul li {
  background: url(../../../images/sign-up-list-style.png) left 4px no-repeat;
  padding-left: 10px;
  margin-bottom: 10px;
}

#slogan {
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  color: #fff;
  text-shadow: 1px 0 1px rgba(0,0,0,.24);
  text-align: center;
}

@media (max-width: 340px) {
  #slogan {
    font-size: 15px;
  }
}

#slogan span {
  display: block;
  margin-bottom: 5px;
}

#slogan span.landing-slogan-buildingAmerica {
  display: none;
}

#news-information {
  color: #1f262f;
  margin: -50px 15px 20px;
  position: relative;
  z-index: 2;
}

#news-information h3 {
  font-size: 21px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 94%;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 480px) {
  #news-information h3 {
    width: 90%;
  }
}

#news-block {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  color: #1f262f;
  background: #dbdce0;
  padding: 65px 15px 1px;
  margin-bottom: 30px;
}

#news-block .marketing-video-container {
  display: none;
}

.news-item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1px;
}

.news-item img {
  display: block;
  margin: 0 auto 10px;
  -webkit-box-shadow: 1px 1px 0 1px #f1c21a;
  box-shadow: 1px 1px 0 1px #f1c21a;
}

.news-item h4 {
  color: #69a7ee;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.news-item p {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  margin-bottom: 5px;
  text-align: center;
}

.news-item a {
  color: #666;
  text-decoration: underline;
}

.news-item a.button-link {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 0;
  line-height: 40px;
  float: none;
  color: #fff;
  text-decoration: none;
  width: 250px;
  margin-left: -125px;
}

#information-block {
  margin: 0 -15px;
}

#information-block > p {
  font-size: 15px;
  color: #000;
  text-align: right;
}

#information-block > p a {
  font-size: 15px;
}

.information-item {
  display: block;
  padding: 15px 90px 15px 15px;
  margin: 0 0 10px;
  color: #ccc;
  background: #4d4d4d;
  cursor: pointer;
  font-size: 15px;
  position: relative;
}

.information-item:after {
  width: 32px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  margin-top: -14px;
  background: url(../../../images/info_item_bg.png) no-repeat;
}

.information-item p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}

#sign-up-form input {
  clear: both;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 0 0 9px;
  padding: 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #7f7f7f;
  border: none;
  border-radius: 4px;
}

#sign-up-form input.invalid, #sign-up-form.invalid input {
  border: 1px solid #ea2459;
}

#main-content {
  padding: 20px 15px;
  overflow: hidden;
}

#main-content > h3 {
  text-align: center;
}

.enrollment-bar {
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 15px;
  min-width: 100%;
  background-color: #008001 !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -15px 15px;
}

.enrollment-bar span {
  background: url(../../../images/icons/enrollment-mobile.png) top left no-repeat;
  padding: 1px 0 5px 22px;
}

.main-section {
  width: 100%;
  font-size: 14px;
  color: #595959;
}

.main-section p {
  margin: 0 0 15px;
  line-height: 18px;
}

.main-section strong {
  font-size: 16px;
  color: #000;
}

.main-section .placeholder {
  height: 360px;
  margin: 0 0 20px;
  background: #bfbfbf;
}

.section-header {
  padding: 0 0 7px;
  margin: 0 0 15px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
}

.section-header a {
  color: #000;
  text-decoration: underline;
}

.section-header.marketplace {
  font-size: 20px;
  font-weight: 700;
  color: #59698c;
}

.review-plan .section-header.marketplace {
  text-align: left;
  font-size: 21px;
  padding-bottom: 15px;
}

@media (max-width: 380px) {
  .review-plan .section-header.marketplace {
    padding: 0 0 10px 40px;
    background-position: left 0;
    margin-right: -5px;
    font-size: 17px;
  }
}

.dashboard-myLibrary-seeAllLink, .dashboard-myNews-section {
  display: none !important;
}

#internal-change-address-main-content {
  min-height: 300px;
  padding: 35px 54px 54px 43px;
  overflow: hidden;
}

.central-section {
  float: left;
  width: 513px;
}

.section-header.iconized {
  background: url(../../../images/icons/magic-wand.png) left 1px no-repeat;
  padding-left: 40px;
}

.button-links:after {
  content: "";
  display: table;
  clear: both;
}

.health-plan-wizard-buttons-top {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.review-plan .health-plan-wizard-buttons-top a.button-link {
  font-size: 14px;
  max-width: 135px;
  padding: 5px 20px;
}

.sidebar {
  display: none;
}

.sidebar-widget {
  margin: 0 0 30px;
}

.sidebar-widget ul {
  list-style: none;
  margin-top: 20px;
}

.sidebar-widget ul li {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
}

.sidebar-widget ul li:last-child {
  border-bottom: none;
}

.sidebar-widget ul li a {
  display: block;
  padding: 13px 0 13px 45px;
  color: #363639;
}

.sidebar-widget ul li.home {
  background: url(../../../images/icons/color-home.png) 7px 6px no-repeat;
}

.sidebar-widget ul li.home.active {
  background-image: url(../../../images/icons/white-home.png);
}

.sidebar-widget ul li.logout {
  background: url(../../../images/icons/color-lock.png) 13px 9px no-repeat;
}

.sidebar-widget ul li.logout.active {
  background-image: url(../../../images/icons/white-lock.png);
}

.sidebar-widget ul li.contact {
  background: url(../../../images/icons/color-contact.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.contact.active {
  background-image: url(../../../images/icons/white-contact.png);
}

.sidebar-widget ul li.team {
  background: url(../../../images/icons/color-team.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.team.active {
  background-image: url(../../../images/icons/white-team.png);
}

.sidebar-widget ul li.case {
  background: url(../../../images/icons/color-case.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.case.active {
  background-image: url(../../../images/icons/white-case.png);
}

.sidebar-widget ul li.time {
  background: url(../../../images/icons/color-time.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.time.active {
  background-image: url(../../../images/icons/white-time.png);
}

.sidebar-widget ul li.doc {
  background: url(../../../images/icons/color-doc.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.doc.active {
  background-image: url(../../../images/icons/white-doc.png);
}

.sidebar-widget ul li.faq {
  background: url(../../../images/icons/color-faq.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.faq.active {
  background-image: url(../../../images/icons/white-faq.png);
}

.sidebar-widget ul li.currency {
  background: url(../../../images/icons/color-currency.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.currency.active {
  background-image: url(../../../images/icons/white-currency.png);
}

.sidebar-widget ul li.cash {
  background: url(../../../images/icons/color-cash.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.cash.active {
  background-image: url(../../../images/icons/white-cash.png);
}

.sidebar-widget ul li.clock {
  background: url(../../../images/icons/color-clock.png) 7px 13px no-repeat;
}

.sidebar-widget ul li.clock.active {
  background-image: url(../../../images/icons/white-clock.png);
}

.sidebar-widget ul li.clock a {
  padding: 8px 0 8px 45px;
}

.sidebar-widget ul li.profile {
  background: url(../../../images/icons/color-profile.png) 7px 9px no-repeat;
}

.sidebar-widget ul li.profile.active {
  background-image: url(../../../images/icons/white-profile.png);
}

.sidebar-widget ul li.active {
  background-color: #636f7f;
}

.sidebar-widget ul li.active a {
  color: #fff;
}

.contact-us-page .main-section p {
  font-size: 12px;
  line-height: 16px;
}

.contact-us-widget {
  overflow: hidden;
}

.contact-us-widget li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #59a76a;
  width: 48%;
  float: left;
  margin: 0 4% 10px 0;
}

.contact-us-widget li:nth-child(2n) {
  margin-right: 0;
}

.contact-us-widget li.active {
  background: #ccc;
}

.contact-us-widget li:hover {
  background: #478655;
}

.contact-us-widget li a {
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.white-panel {
  -webkit-box-shadow: 2px 0 6px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 2px 0 6px 0 rgba(0,0,0,.5);
  box-shadow: 2px 0 6px 0 rgba(0,0,0,.5);
  padding: 20px 15px 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 25px;
}

.white-panel .columns {
  margin-bottom: 15px;
}

.white-panel .columns:after {
  display: table;
  clear: both;
  content: '';
}

.white-panel .columns:last-child {
  margin-bottom: 0;
}

.white-panel .columns.bordered {
  border-bottom: 3px solid #edeef1;
}

.white-panel .column {
  padding-right: 45px;
}

.white-panel .column.two-in-row {
  float: left;
  width: 50%;
  margin-right: 0;
}

.org-info {
  background: url(../../../images/yellow-flag.png) top left no-repeat;
  padding: 0 0 0 65px;
  min-height: 83px;
}

.org-info table tr td {
  font-size: 12px;
  color: #777;
}

.org-info table tr td:first-child {
  text-transform: uppercase;
  color: #444;
  padding-right: 5px;
}

.org-info table tr td a {
  color: #69a7ee;
  text-decoration: underline;
}

.org-info table tr td a[href*=maps] {
  color: #444;
}

.org-title {
  font-size: 19px;
  line-height: 22px;
  color: #444;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 10px;
}

.question-title {
  font-size: 22px;
  font-weight: 900;
  padding: 31px 20px;
  color: #eef2f5;
  background: #444;
}

.question-info {
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0 0;
  color: #444;
  margin-bottom: 20px;
}

.question-info .contact-info.bordered-bottom {
  border-bottom: 5px solid #e2e2e2;
  margin-bottom: 15px;
}

.question-info span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

.question-info a.button-link {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  line-height: 35px;
  float: none;
  margin-bottom: 20px;
}

.question-info a.basic-link {
  display: none;
}

.question-info .phone {
  background: url(../../../images/icons/phone.png) center left no-repeat;
  padding-left: 50px;
  margin: 0 20px 20px;
}

.question-info .phone a {
  color: #444;
  border-bottom: 1px solid;
}

.question-info .fax {
  background: url(../../../images/icons/fax.png) center left no-repeat;
  padding-left: 50px;
  margin: 0 20px 20px;
}

.question-info .mail {
  background: url(../../../images/icons/mail.png) center left no-repeat;
  padding-left: 50px;
  margin: 0 20px 20px;
}

.question-info .mail a {
  color: #69a7ee;
  font-size: 12px;
  text-decoration: underline;
}

.question-info .location {
  background: url(../../../images/icons/location.png) center left no-repeat;
  padding-left: 50px;
  margin: 0 20px 20px;
  min-height: 44px;
}

.question-info .location a {
  color: #444;
  border-bottom: 1px solid;
}

.question-name {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 0 0 15px 20px;
}

.contact-details {
  display: block;
}

.question-info br, .question-title + br {
  display: none;
}

.map-container {
  padding-top: 20px;
}

.map-container img {
  width: 100%;
}

.submit-question .uploaded-documents {
  padding: 20px 0 0;
  margin-bottom: 0;
}

.submit-question .dependent {
  width: 775px;
}

.submit-question [type=checkbox]:checked + label:after, .submit-question [type=checkbox]:not(:checked) + label:after {
  top: -2px;
}

.case-comment-general-error {
  color: red;
}

.no-titlebar .ui-dialog-titlebar {
  display: none;
}

.pbTitle .mainTitle {
  font-size: 21px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  color: #1f262f;
}

.apexp:last-child .secondaryPalette .pbTitle .mainTitle {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
  text-align: center;
  color: #636f7f;
}

.pbHeader table {
  width: 102%;
}

.faq-search {
  margin: 0 0 20px;
  position: relative;
}

.faq-search input[type=text] {
  width: 72%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  padding: 0 35px 0 15px;
  font: 14px / 40px Montserrat, sans-serif;
  color: #1f262f;
  background: #e9eef3;
}

@media (min-width: 550px) {
  .faq-search input[type=text] {
    width: 83%;
  }
}

.faq-search a.button-link {
  font-size: 12px;
  line-height: 40px;
  width: 25%;
  padding: 0;
  max-width: 75px;
  text-transform: uppercase;
}

.clear-icon {
  position: absolute;
  left: 62%;
  top: auto;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  background-image: url(../../../images/icons/clear-icon.svg);
}

@media (min-width: 550px) {
  .clear-icon {
    left: 78%;
  }
}

.articlesTable td.columns {
  text-align: center !important;
}

.articlesTable td.columns a {
  display: inline-block !important;
  float: none !important;
  width: 100%;
}

.articlesTable td.columns a.button-link {
  font-size: 10px;
  padding: 12px 15px;
  max-width: 60px;
}

.dependent {
  padding: 5px 10px;
  background: #fff;
  min-height: 53px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.dependent .custom-checkbox {
  margin-top: 4px;
}

.dependent-name {
  font-size: 15px;
  line-height: 20px;
  color: #444;
}

.dependent-age {
  font-size: 13px;
  color: #444;
}

.dependent-info {
  margin-left: 35px;
  float: none !important;
}

.dependent-warning {
  font-size: 11px;
  font-weight: 400;
  color: #d63f54;
}

.dependent a.button-link {
  width: 96px;
  line-height: 38px;
}

a.button-link.add-dependent {
  margin-top: 20px;
  margin-bottom: 40px;
}

.article-details-page {
  overflow: hidden;
  background-color: #f8f8f8;
}

.article-details-page h4 {
  margin-bottom: 10px;
}

.article-details-page br {
  display: none;
}

.article-details-page .main-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px 0;
  width: 100%;
}

.article-details-page .section-header {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
}

.article-details-page .section-header div {
  font-size: 12px;
  font-weight: 400;
}

.article-details-page .article-details-table {
  border-collapse: collapse;
  width: 100%;
}

.article-details-page .article-details-table .article-details-table-row .article-details-table-cell {
  font-size: 13px;
  color: #666;
  text-align: left;
  border-left: 2px solid #ddd;
  padding: 10px 5px;
  word-wrap: break-word;
  white-space: normal;
}

.article-details-page .article-details-table .article-details-table-row .article-details-table-cell.article-details-table-field-name {
  font-weight: 700;
  width: 20%;
  color: #444;
  border-left: none;
}

.article-details-page .article-details-table .article-details-table-row .article-details-table-cell.article-details-table-field-value {
  width: 80%;
  font-size: 10px;
}

.article-details-page .article-details-table .article-details-table-row:nth-child(odd) {
  background: #f4f4f4;
}

.article-details-page .article-details-table .article-details-table-row:nth-child(even) {
  background: #fff;
}

.article-details-page .article-details-table-container {
  margin: 0 0 15px;
}

.article-details-page .article-details-buttons-top {
  margin-bottom: 25px;
  padding-top: 10px;
}

.article-details-page .article-details-buttons {
  font-weight: 700;
}

.article-details-page .article-details-buttons a.button-link {
  font-size: 13px;
  line-height: 30px;
  padding: 5px;
  max-width: 170px;
}

.article-details-page .article-details-buttons .article-details-button-save-as-pdf {
  float: left;
  width: 40%;
}

@media (min-width: 360px) {
  .article-details-page .article-details-buttons .article-details-button-save-as-pdf {
    width: 48%;
  }
}

.article-details-page .article-details-buttons .article-details-button-still-have-question {
  width: 57%;
}

@media (min-width: 360px) {
  .article-details-page .article-details-buttons .article-details-button-still-have-question {
    width: 48%;
  }
}

.my-family-depedents-button-panel {
  margin-bottom: 10px;
}

.main-section .health-information p {
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}

.main-section .health-information p a {
  color: #595959;
  text-decoration: underline;
}

.my-family .collapsable-section .collapsable-section-trigger.basic-link {
  cursor: pointer;
  text-decoration: underline;
  display: block;
  color: #69a7ee;
}

.my-family .buttons a.button-link {
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}

.health-information {
  margin-top: 25px;
}

.health-information .section-header {
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.health-information a.button-link {
  max-width: 150px;
  padding: 5px 30px;
}

.pin-number {
  margin-bottom: 25px;
  text-align: center;
}

.pin-number span {
  font-size: 16px;
  color: #000;
  float: none !important;
}

.pin-number a.basic-link {
  text-decoration: underline;
  line-height: 40px;
  float: none !important;
}

.pin-number .pin-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  height: 60px;
  background: #fff;
  border: 1px solid #ddd;
  float: none !important;
  padding: 18px 20px;
  margin: 5px auto;
}

.pin-number .pin-block .pin-circle {
  width: 22px;
  height: 22px;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #e0e0e0;
  background: #e9eef3;
}

.pin-number .pin-block .pin-circle:last-child {
  margin-right: 0;
}

.pin-number .pin-block .pin-nums {
  display: none;
  position: relative;
  left: 50%;
  float: left;
}

.pin-number .pin-block .pin-num {
  float: left;
  font-size: 34px;
  position: relative;
  right: 50%;
  color: #000;
  margin-right: 16px;
}

.pin-number .pin-block .pin-num:last-child {
  margin-right: 0;
}

.pin-number .pin-block.visible {
  padding: 8px 25px;
}

.pin-number .pin-block.visible .pin-nums {
  display: block;
}

.pin-number .pin-block.visible .pin-circles {
  display: none;
}

.new-pin {
  margin-top: 30px;
  margin-bottom: 25px;
}

.new-pin h5 {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.new-pin input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  height: 60px;
  background: #fff;
  padding: 12px 25px;
  font: 34px Montserrat, sans-serif;
  letter-spacing: 12px;
  color: #000;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: none;
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
}

.new-pin .error-message {
  color: #d63f54;
  vertical-align: top;
  display: inline-block;
  padding-top: 14px;
  padding-left: 10px;
}

table[id$=family-table] thead tr th {
  padding: 15px 5px;
  font-size: 10px;
  vertical-align: middle;
}

@media (min-width: 400px) {
  table[id$=family-table] thead tr th.action-col {
    width: 140px;
  }
}

table[id$=family-table] thead tr th.share-info-col {
  width: 75px;
}

table[id$=family-table] tbody tr td {
  padding: 20px 5px 10px;
  height: 70px;
}

table[id$=family-table] .custom-radio {
  position: relative;
  margin-right: 20px;
}

table[id$=family-table] .custom-radio:nth-child(2) {
  margin-right: 0;
}

table[id$=family-table] .custom-radio > span {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  width: 20px;
  text-align: center;
}

table[id$=family-table] input[type=radio] + label span {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: -1px -1px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -1px -1px 4px 0 rgba(0,0,0,.5);
  box-shadow: -1px -1px 4px 0 rgba(0,0,0,.5);
  border-radius: 0;
  margin-right: 0;
}

table[id$=family-table] input[type=radio]:checked + label span {
  background: url(../../../images/checked_bigger.png) center no-repeat #e2e6e9;
}

table[id$=family-table] .dependent-name {
  font-size: 12px;
  line-height: 16px;
  color: #444;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

table[id$=family-table] .dependent-age {
  font-size: 10px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

table[id$=family-table].data-table tbody tr td a.button-link {
  width: 60px !important;
  font-size: 12px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 auto 10px;
  float: none !important;
}

@media (min-width: 400px) {
  table[id$=family-table].data-table tbody tr td a.button-link {
    margin-right: 9px;
    float: left !important;
  }
  
  table[id$=family-table].data-table tbody tr td a.button-link:last-child {
    margin-right: 0;
    line-height: 25px !important;
  }
}

table[id$=family-table] .dependent-name-value {
  text-align: left !important;
}

table[id$=family-table] .dependent-name-value .primary-tag-indicator {
  position: absolute;
  left: -5px;
  top: -20px;
  background-color: #f6c800;
  color: #fff;
  padding: 2px 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font: 10px Montserrat, sans-serif;
}

table[id$=family-table] tr.primary-row-highlight {
  border: 1px solid #f6c800 !important;
}

table[id$=family-table] tr.primary-row-highlight td:last-child {
  border-right: 1px solid #f6c800 !important;
}

table[id$=family-table] .dependent-status {
  font-size: 14px;
  line-height: 16px;
  float: left;
  padding-left: 25px;
  text-transform: uppercase;
}

table[id$=family-table] .dependent-status.covered {
  color: #59a76a;
  background: url(../../../images/icons/checked_16X16.png) center left no-repeat;
}

table[id$=family-table] .dependent-status.not-covered {
  color: #ed9329;
  background: url(../../../images/icons/warning_16X14.png) center left no-repeat;
}

a.my-family-add-new-dependent-button, a.my-family-remove-dependent-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  width: 80px;
  margin: 0 auto 15px;
  padding: 0;
  float: none !important;
}

a.my-family-remove-dependent-button {
  margin-left: 30px;
}

a.my-family-remove-dependent-table-button {
  margin-right: 15px;
}

p.my-family-footnote {
  font-style: italic;
  font-size: 12px;
}

.my-profile-pin-info {
  padding-right: 20px;
}

.my-profile-pin-info h4 {
  color: #ed9329;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px;
  margin: 20px 0;
}

.my-profile-pin-info p {
  text-transform: uppercase;
  font-size: 14px;
  color: #3f4040;
}

.my-profile-pin-info p.edit-profile-footnote {
  font-style: italic;
  font-size: 10px !important;
}

.add-dependent-modal.ui-dialog-content input[type=text] {
  height: 35px;
}

.add-dependent-modal.ui-dialog-content select {
  font-size: 15px;
  line-height: 35px;
  height: 35px;
}

.add-dependent-modal.ui-dialog-content select.invalid {
  border: 1px solid #ea2459;
}

.add-dependent-modal.ui-dialog-content .img-question-icon {
  margin-left: 10px;
}

.add-dependent-modal.ui-dialog-content .form-row label {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.add-dependent-modal.ui-dialog-content .form-row label:after {
  content: ":";
}

.add-dependent-modal.ui-dialog-content .form-row .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding-right: 120px;
  line-height: 15px;
  font-size: 12px;
}

.add-dependent-modal.ui-dialog-content .form-row .address + .change-address {
  margin-top: -25px;
}

.add-dependent-modal.ui-dialog-content .calendar-icon.invalid {
  border-top: 1px solid #ea2459;
  border-right: 1px solid #ea2459;
  border-bottom: 1px solid #ea2459;
}

.add-dependent-modal.ui-dialog-content .add-dependent-external-error, .add-dependent-modal.ui-dialog-content .usps-validation-address-error {
  color: #d63f54;
}

.add-dependent-modal.ui-dialog-content .disabled-input {
  min-height: 60px;
  margin: 0 0 15px;
  padding: 0 20px;
  line-height: 58px;
  font-size: 20px;
  color: #1f262f;
  background: #fff;
  border: 1px solid #fff;
}

.add-dependent-modal.ui-dialog-content .lce-add label {
  font-size: 9px;
}

.add-dependent-modal.ui-dialog-content .lce-add label[for*=addToPlanAutomatically] {
  margin-left: 10px;
}

.add-dependent-modal.ui-dialog-content .lce-add .img-question-icon {
  margin-left: 5px;
}

.add-dependent-modal.ui-dialog-content h4 {
  font-size: 10px;
  line-height: 13px;
  color: #ed9329;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}

.add-dependent-modal.ui-dialog-content p {
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: #3f4040;
}

.add-dependent-modal.ui-dialog-content .required-documents-panel ul {
  font-size: 9px;
  line-height: 11px;
  list-style: none;
  color: #3f4040;
  text-transform: uppercase;
}

.add-dependent-modal.ui-dialog-content .required-documents-panel ul li {
  background: url(../../../images/sign-up-list-style.png) left 3px no-repeat;
  padding-left: 18px;
}

.add-dependent-modal.ui-dialog-content [type=checkbox]:checked + label:before, .add-dependent-modal.ui-dialog-content [type=checkbox]:not(:checked) + label:before {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  background: #e9eef3;
  top: -6px;
}

.add-dependent-modal.ui-dialog-content [type=checkbox]:checked + label:after, .add-dependent-modal.ui-dialog-content [type=checkbox]:not(:checked) + label:after {
  position: absolute;
  left: 4px;
  top: -2px;
  content: url(../../../images/checked.png) !important;
}

[class*=submit-dependent-removal-modal-dependents-panel] {
  margin-bottom: 15px;
}

.pay-my-dues-error {
  font-size: 14px;
  font-weight: 700;
  color: #ed9329;
  text-transform: uppercase;
  padding-left: 55px;
  line-height: 19px;
  margin: 20px 0;
  background: url(../../../images/icons/payment-error.png) left 6px no-repeat;
}

.pay-my-dues-error a {
  color: #ed9329;
  text-decoration: underline;
}

.pay-dues {
  margin-bottom: 10px;
}

.pay-dues h5 {
  margin: 15px 0 3px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #4d4d4d;
}

.pay-dues h5.bordered-bottom {
  border-color: #ccc;
  margin: 10px 0 0;
}

.pay-dues p.pay-dues-description {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}

.pay-dues p.pay-ends {
  -webkit-box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background: #fff;
  color: #63676c;
  padding: 15px 20px;
  margin: 15px 0 25px;
}

.pay-dues p.pay-ends span {
  color: #4d4d4d;
}

.make-payment h3 {
  color: #59698c;
  margin-bottom: 30px;
  font-size: 22px;
}

.make-payment h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  display: block;
  margin-top: 15px;
}

.payments {
  border-bottom: 1px solid #ccc;
}

.payments .payment {
  margin-bottom: 25px;
  overflow: hidden;
  padding-top: 3px;
}

.payments .payment input[type=radio] + label span {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,.5);
  width: 45px;
  height: 45px;
  background-color: #fff;
  float: left;
  margin: -3px 10px 0 0;
  position: relative;
}

.payments .payment input[type=radio] + label strong {
  font-size: 16px;
  line-height: 20px;
  float: left;
  color: #4d4d4d;
  margin-bottom: 0 !important;
}

.payments .payment i {
  font-style: normal;
  font-weight: 400;
}

.summary {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  color: #4d4d4d;
  border-bottom: 1px solid #ccc;
}

.summary-line {
  margin-bottom: 20px;
}

.summary-line:last-child {
  margin-bottom: 0;
}

.summary-line:after {
  clear: both;
  display: table;
  content: "";
}

.summary-line-cost {
  float: left;
  margin-right: 10px;
  width: 80px;
}

.summary-line-description {
  padding-left: 90px;
}

.summary-line-description i {
  font-style: normal;
  font-weight: 400;
  display: block;
}

.pay-due-total {
  -webkit-box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  box-shadow: 2px 0 8px 0 rgba(0,0,0,.5);
  padding: 20px;
  margin-top: 25px;
  background: #fff;
}

.pay-due-total:after {
  clear: both;
  display: table;
  content: "";
}

.pay-due-total a.button-link {
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: none;
  line-height: 39px;
  margin: 15px auto 5px;
}

.pay-due-total-amount {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #4d4d4d;
}

.pay-due-total-amount.invalid-amount {
  color: red;
}

.bluefinPanelContainer {
  margin-top: 20px;
}

.doc-block {
  display: none;
}

#profile-block {
  margin: 20px 0 10px;
  overflow: hidden;
}

#profile-block .placeholder {
  float: right;
  width: 100%;
  height: 150px;
  margin: 0 15px 0 0;
  background: #bfbfbf;
}

.profile-buttons {
  float: right;
  width: 105px;
  margin-bottom: 15px;
}

.profile-buttons .button-link {
  float: none;
  margin-top: 15px;
  width: 100%;
}

#profile-info {
  float: left;
  width: 75%;
}

@media (max-width: 420px) {
  #profile-info {
    width: 65%;
  }
}

@media (max-width: 360px) {
  #profile-info {
    width: 60%;
  }
}

#profile-info > div {
  font-size: 12px;
  margin-bottom: 15px;
}

.profile-name {
  text-transform: uppercase;
  text-align: center;
  display: none;
  margin-bottom: 5px;
}

.profile-name strong {
  font-size: 12px;
}

.profile-name.mobile {
  display: block;
}

.profile-dependents a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: #69a7ee;
}

.edit-profile-modal [type=checkbox]:checked + label:before, .edit-profile-modal [type=checkbox]:not(:checked) + label:before {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  background: #e9eef3;
  left: 0;
  top: -11px;
}

.edit-profile-modal [type=checkbox]:checked + label:after, .edit-profile-modal [type=checkbox]:not(:checked) + label:after {
  content: url(../../../images/checked.png);
  left: 7px;
  top: -4px;
}

.edit-profile-modal .img-question-icon {
  margin-left: 5px;
}

.edit-profile-modal .form-row span:not(.img-question-icon) {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}

.edit-profile-modal .form-row .ui-datepicker-other-month span {
  display: inline;
}

.edit-profile-modal .form-row a.button-link {
  width: 90px !important;
  height: 50px !important;
  font-size: 12px;
  line-height: 50px;
  padding: 0 !important;
  margin-top: -20px;
}

.edit-profile-modal .form-row > .select2-container.select2-container--default.select2-container--open:last-child {
  top: auto !important;
  left: 0 !important;
  margin-top: -15px;
  display: block;
}

.edit-profile-modal .two-in-row {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.edit-profile-modal .two-in-row:last-child {
  margin-right: 0;
}

.edit-profile-modal .select2.select2-container.select2-container--default {
  z-index: 0;
}

.edit-profile-modal .select2-container .select2-dropdown .select2-search--dropdown.select2-search--hide {
  display: none !important;
}

@media (max-width: 420px) {
  .profile-registration-number {
    margin-right: -120px;
  }
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#contact-support a[href^="mailto:"] {
  display: block;
  float: left;
  width: 240px;
  margin: 18px 13px 0 0;
  padding: 0 0 0 30px;
  font-size: 13px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
  line-height: 37px;
  background: url(../../../images/icons/color-mail-blue.png) 50px -3px no-repeat #ffca06;
  border-radius: 4px;
}

#my-cases-table {
  margin-top: 15px;
}

#my-cases-table table.data-table {
  margin-bottom: 15px;
}

#my-cases-table table.data-table a.button-link {
  width: 100%;
  padding: 5px 8px;
  font-size: 10px;
}

#my-cases-table table.data-table thead tr th {
  padding: 15px 5px;
  font-size: 11px;
}

#my-cases-table table.data-table thead tr th.status-col {
  width: 70px;
}

#my-cases-table table.data-table thead tr th.status-col .table-dropdown {
  right: -1px;
  left: auto;
}

#my-cases-table table.data-table tbody tr td {
  font-size: 10px;
  font-weight: 700;
  padding: 20px 5px;
  vertical-align: middle;
}

#my-cases-table table.data-table tbody tr td.case-subject-col {
  font-size: 13px;
}

@media (max-width: 480px) {
  #my-cases-table table.data-table tbody tr td.case-subject-col {
    font-size: 11px;
  }
}

#my-cases-table table.data-table tbody tr td.status-col {
  text-transform: uppercase;
}

.cases-page h4 {
  margin-bottom: 45px;
  padding-bottom: 10px;
  position: relative;
}

.cases-page h4 a.basic-link {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.cases-page h5 {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 7px;
}

.cases-page a.basic-link {
  color: #347df4;
  font-weight: 700;
  border-bottom: 1px solid;
  float: left !important;
  margin-top: 25px;
  line-height: 1;
}

.cases-page .white-panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px 10px;
  border-color: #ccc;
}

.cases-page .white-panel .column {
  padding-right: 15px;
}

.cases-page .white-panel .column:last-child {
  padding-right: 0;
}

.cases-page .white-panel .column-line {
  font-size: 15px;
}

.cases-page .white-panel .columns.bordered {
  border-bottom-width: 3px;
}

.cases-page .buttons a.button-link {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
  max-width: 135px;
}

.cases-page .buttons a.button-link.not-first-one {
  float: right !important;
}

#case-history {
  margin-bottom: 20px;
}

#case-history h4 {
  text-align: center;
  color: #1f262f;
  margin-bottom: 5px;
}

#case-history table {
  margin-bottom: 20px;
}

#case-history table th.created-col {
  width: 125px;
}

#case-history table tbody tr td {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  line-height: 16px;
  vertical-align: top;
}

#case-history table tbody tr td:first-child {
  font-size: 10px;
}

#case-history table + a.basic-link {
  margin-top: 0;
  float: right !important;
  font-size: 12px;
}

.comment-block {
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  position: relative;
  background: #e9eef3;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.comment-block textarea {
  width: 100%;
  height: 85px;
  border: none;
  background: 0 0;
  display: block;
  resize: none;
  font: 12px Montserrat, sans-serif;
  color: #000;
}

.comment-block a.button-link {
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  width: 237px;
}

.uploaded-documents {
  padding-left: 15px;
  margin-bottom: 20px;
}

.uploaded-document {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: #3c475f;
  font-style: italic;
  background: url(../../../images/icons/document.png) center left no-repeat;
  padding-left: 40px;
  margin-bottom: 30px;
}

td .uploaded-documents {
  padding: 0;
  margin: 20px 0 0;
}

td .uploaded-documents h5 {
  color: #3980f1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

td .uploaded-document {
  background-size: 15px;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 23px;
}

.remove-document {
  position: absolute;
  right: -42px;
  top: 2px;
  background: url(../../../images/icons/red-cross.png);
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.profile-page .main-section strong {
  font-size: 13px;
  display: block;
}

.archived-plan {
  max-width: 360px;
  background: #fff;
  padding: 10px 5px;
  margin: 0 auto 20px;
  text-align: center;
}

.archived-plan a.button-link {
  width: 180px;
  font-size: 12px;
  line-height: 40px;
  float: none;
  padding: 0;
  margin: 0 auto;
}

.archived-plan .archived-plan-description {
  font-size: 12px;
  line-height: 18px;
  color: #636f7f;
  float: none !important;
  margin-bottom: 10px;
}

.archived-plan .archived-plan-description strong {
  color: #59698c !important;
  font-size: 14px !important;
  display: block;
}

.plan-affordability-bar {
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 5px 20px;
  margin: 0 -15px 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.plan-affordability-bar.plan-fully-affordable {
  background-color: #008001;
}

.plan-affordability-bar.plan-not-affordable-at-all, .plan-affordability-bar.plan-partially-affordable {
  background-color: #d00;
}

.review-plan .inner-sidebar {
  width: 240px;
  padding: 200px 34px 0 0;
}

.review-plan .inner-sidebar .button-link {
  margin: 0 0 10px;
}

.review-plan p.plan-description {
  margin-bottom: 10px;
}

.review-plan .section-description {
  font-size: 16px;
  line-height: 20px;
  color: #1f262f;
  margin: 15px 0 20px;
}

.review-plan h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.review-plan label {
  display: block;
  font-size: 16px;
  color: #3f4040;
  line-height: 30px;
}

.review-plan input {
  width: 575px;
  height: 60px;
  margin: 0 0 15px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 20px;
  color: #1f262f;
  background: #e9eef3;
  border: none;
}

.review-plan .basic-link {
  display: block;
  margin: 25px 0 0;
}

.review-plan .signature-subsection {
  margin: 30px 0 15px;
}

.review-plan .panel-two-inline.not-sure p {
  color: #777;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.review-plan .panel-two-inline.not-sure h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.review-plan .panel-two-inline.not-sure .button-link {
  float: none !important;
  margin: 0 auto 30px;
  max-width: 170px;
}

.review-plan a.button-link.edit-dependents {
  margin: 0 auto 30px;
  max-width: 170px;
  padding: 5px 7%;
  float: none !important;
  font-size: 13px;
}

.your-signature {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  font-size: 13px;
  line-height: 27px;
  padding: 10px 5px 5px 10px;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #979797;
  float: none !important;
  margin: 0 auto;
  max-width: 390px;
}

@media (min-width: 480px) {
  .your-signature {
    font-size: 18px;
    line-height: 31px;
  }
}

.your-signature div {
  background: url(../../../images/signature-psd.png) center left no-repeat;
  padding: 0 0 0 33px;
}

.your-signature img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 10px;
}

.signature a.recapture {
  color: #69a7ee;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
}

.selected-dependents {
  margin-bottom: 20px;
}

.selected-dependents .selected-dependent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
}

.selected-dependents .selected-dependent .dependent-age, .selected-dependents .selected-dependent .dependent-name {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.health-plan-wizard-buttons-bottom {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.health-plan-wizard-buttons-bottom a.button-link, .health-plan-wizard-buttons-top a.button-link {
  max-width: 135px;
  font-size: 14px;
}

.health-plan-home .button-link.green {
  margin-bottom: 55px;
}

.health-plan-title {
  padding: 24px 50px 24px 221px;
  background: url(../../../images/moe_logo.png) 6px 14px no-repeat #fff;
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.health-plan-title p {
  color: #444;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 5px;
}

.health-plan-wizard-title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #59698c;
  font-weight: 700;
}

.health-plan-wizard-buttons {
  font-weight: 700;
}

.steps-wrapper {
  padding: 20px 35px 0;
  margin-bottom: 35px;
}

.steps-wrapper:after {
  clear: both;
  display: table;
  content: '';
}

.step-column {
  position: relative;
  width: 150px;
  float: left;
  margin-left: 130px;
  padding-right: 20px;
  padding-top: 140px;
}

.step-column.first {
  background: url(../../../images/step_1.png) top center no-repeat;
  margin-left: 0;
}

.step-column.second {
  background: url(../../../images/step_2.png) top center no-repeat;
}

.step-column.third {
  background: url(../../../images/step_3.png) top center no-repeat;
}

.step-column .button-link {
  width: 122px;
  background: #69a7ee;
  float: none;
}

.step-title {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
}

.step-description {
  width: 240px;
  margin-bottom: 10px;
}

.step-description p {
  font-size: 12px;
  color: #626262;
  margin: 0;
  line-height: 20px;
  width: auto;
}

.bottom-navigation {
  margin-top: 60px;
}

.steps-text {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.steps-text a {
  color: #5ea3ed;
  text-decoration: underline;
  font-weight: 700;
}

.step-arrow {
  background: url(../../../images/steps-arrow.png) center center no-repeat;
  width: 30px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  right: -70px;
}

.healthcare-plan-options-page {
  padding: 10px;
}

.healthcare-plan-options-page:after {
  clear: both;
  display: table;
  content: '';
}

.healthcare-plan-options-page p.healthcare-plan-options-summary {
  font-size: 24px;
  margin: 0 0 25px;
  line-height: 20px;
  color: #1f262f;
}

.confirmation h1 {
  margin: 75px 0 50px;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.confirmation img {
  margin: 0 0 90px 250px;
}

.confirmation .button-link {
  float: none;
  width: 100%;
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 62px;
}

.enrollment-result .main-section p {
  font-size: 13px;
  line-height: 16px;
}

.congrat-panel {
  border: 1px solid #e0e0e0;
  margin: 0 auto 20px;
  max-width: 300px;
}

.congrat-panel .congrat-panel-inner {
  text-align: center;
  background: #fff;
  padding: 10px 0;
}

.congrat-panel .congrat-panel-inner p {
  font-size: 18px;
  line-height: 22px;
  color: #1f262f;
  font-weight: 700;
}

.congrat-panel .congrat-panel-inner a.button-link {
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  max-width: 185px;
  width: 100%;
  float: none;
  margin: 0 auto;
}

.congrat-panel .congrat-panel-inner a.button-link[title="Click to transfer credits into My RMSP"] {
  max-width: 185px;
  line-height: 1.3;
}

.congrat-panel .congrat-panel-inner .success-label-and-icon {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.congrat-panel .congrat-panel-inner .success-label-and-icon img {
  width: 100px;
}

.congrat-panel .congrat-panel-inner .rmsp-and-back-buttons-panel {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.life-event .congrat-panel .congrat-panel-inner {
  font-size: 24px;
  color: #444;
  line-height: 30px;
  padding: 30px 0;
}

.life-event .congrat-panel .congrat-panel-inner img {
  margin-bottom: 25px;
}

.privacy-policy-page, .return-policy-page {
  padding-bottom: 0;
}

.privacy-policy-page a, .return-policy-page a {
  color: #69a7ee;
  text-decoration: underline;
}

.privacy-policy-page span, .return-policy-page span {
  color: #d63f54;
}

.privacy-policy-page p, .return-policy-page p {
  font-size: 13px !important;
  line-height: 17px !important;
  color: #595959;
}

.privacy-policy-page h5, .return-policy-page h5 {
  margin: 10px 0;
}

.privacy-policy-page ul, .return-policy-page ul {
  list-style: none;
  line-height: 17px;
  margin-bottom: 30px;
}

.privacy-policy-page li, .return-policy-page li {
  background: url(../../../images/plan-details-list-style.png) left 5px no-repeat;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}

.policy {
  background: #fff;
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #e2e6e9;
  color: #777;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}

.get-started .custom-checkbox {
  margin: 1px 20px 0 0;
}

.get-started p {
  line-height: 20px;
}

.get-started p.last-p {
  margin-bottom: 50px;
}

.get-started [type=checkbox]:checked + label, .get-started [type=checkbox]:not(:checked) + label {
  padding-top: 10px;
  padding-left: 30px;
}

.get-started [type=checkbox]:checked + label:before, .get-started [type=checkbox]:not(:checked) + label:before {
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.get-started [type=checkbox]:checked + label:after, .get-started [type=checkbox]:not(:checked) + label:after {
  top: 10px;
  left: 10px;
}

.logo-panel {
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
  height: 1140px;
}

.logo-panel img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.underline {
  text-decoration: underline;
  color: #4d4d4d;
}

thead .underline {
  color: #fff;
}

.my-hours-page p {
  font-size: 12px;
  line-height: 16px;
}

.my-hours-page .accounts-historical-details-note {
  font-weight: 700;
}

.my-hours-page .collapsable-section {
  margin-top: 25px;
}

.my-hours-page table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .my-hours-page table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  width: 16px;
  height: 16px;
  font-size: 21px;
  line-height: 17px;
  font-weight: 700;
  border: none;
  box-shadow: none;
}

.my-hours-page .filtering-and-sorting-options-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #4d4d4d;
  text-transform: uppercase;
}

.my-hours-page #my-hours-totals table.dataTable > tbody > tr.child ul {
  display: block;
}

.my-hours-page #my-hours-totals table.dataTable > tbody > tr.child ul .plan-year-to-date-credits-used-note-link {
  position: relative;
  top: 2px;
}

.my-hours-page #my-hours-totals table.dataTable > tbody > tr.child ul .grand-total-note-link {
  position: relative;
  top: 2px;
}

.my-hours-page .my-hours-sorting-section {
  margin-top: 35px;
}

.my-hours-page .filtering-and-sorting-options-section .my-hours-filter-section .my-hours-filter-period, .my-hours-page .filtering-and-sorting-options-section .my-hours-filter-section .my-hours-filter-postDate {
  margin-top: 10px;
}

.my-hours-page .my-hours-filter-section .my-hours-filter-period-end-panel, .my-hours-page .my-hours-filter-section .my-hours-filter-period-start-panel, .my-hours-page .my-hours-filter-section .my-hours-filter-postDate-end-panel, .my-hours-page .my-hours-filter-section .my-hours-filter-postDate-start-panel {
  position: relative;
}

.my-hours-page table.dataTable > tbody > tr.child ul li {
  border-bottom: 2px solid #ccc;
}

.my-hours-page #my-hours-table table {
  margin-bottom: 0;
}

.my-hours-page #my-hours-table table.dataTable > tbody > tr.child ul li {
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
}

.my-hours-page #my-hours-table table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: medium none;
}

.my-hours-page #my-hours-table tbody tr td.dataTables_empty {
  text-align: center;
}

.my-hours-page #my-hours-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding-left: 5px;
}

.my-hours-page #my-hours-table table.dataTable thead .sorting_asc, .my-hours-page #my-hours-table table.dataTable thead .sorting_desc {
  background-position: right center !important;
}

.my-hours-page #my-hours-table table.dataTable thead .sorting, .my-hours-page #my-hours-table table.dataTable thead .sorting_asc, .my-hours-page #my-hours-table table.dataTable thead .sorting_desc {
  padding-right: 15px;
}

.my-hours-page #my-hours-table .dataTables_paginate {
  float: none;
  margin-left: -60px;
  margin-right: -60px;
  width: auto;
}

.my-hours-page #my-hours-table table.dataTable > tbody > tr.child ul {
  width: 90%;
}

.my-hours-page #my-hours-table table.dataTable tr.child td.child ul li .dtr-title {
  width: 120px;
  color: #4d4d4d;
}

.my-hours-page #my-hours-table table.dataTable tr.child td.child ul li .dtr-data {
  display: inline-block;
  color: #4d4d4d;
  width: 75px;
  float: right;
}

.my-hours-page #my-hours-table .dataTables_paginate.paging_full_numbers .paginate_button {
  font-size: 12px !important;
}

.my-hours-page #my-hours-calculated-totals table.data-table tbody tr td:first-child, .my-hours-page #my-hours-calculated-totals table.data-table tbody tr th:first-child {
  border-right: none;
}

.my-hours-page #my-hours-totals table.dataTable tr.child td.child {
  padding-left: 5px;
}

.my-hours-page #my-hours-totals table.dataTable tr.child td.child ul li {
  overflow: hidden;
  padding-left: 25px;
}

.my-hours-page #my-hours-totals table.dataTable tr.child td.child ul li .dtr-title {
  font-size: 13px;
  line-height: 17px;
  color: #4d4d4d;
  margin-right: 10px;
  width: 75%;
  text-align: left;
  float: left;
}

.my-hours-page #my-hours-totals table.dataTable tr.child td.child ul li .dtr-data {
  margin-top: 3px;
  float: left;
}

.my-hours-page #my-hours-calculated-totals table.data-table td, .my-hours-page #my-hours-table table.data-table td, .my-hours-page #my-hours-totals table.data-table td {
  font-size: 12px;
  font-weight: 700;
  color: #4d4d4d;
}

.my-hours-page .my-hours-control-section {
  margin-top: 10px;
}

.my-hours-page .my-hours-control-section .select2-container--default .select2-selection--single {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.my-hours-page .my-hours-control-section .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 35px;
}

.my-hours-page .my-hours-control-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 34px;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div {
  z-index: 98 !important;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div table.ui-datepicker-calendar {
  width: 100% !important;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
  padding: 5px 7px;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div table.ui-datepicker-calendar tbody tr td .ui-state-default {
  padding: 0;
  line-height: normal;
  font-size: 12px;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div .ui-datepicker-header {
  padding: 9px 8px;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin-top: 3px;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 42px;
  margin: 0;
}

.my-hours-page .my-hours-control-section #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 45px;
  margin: 0 0 0 15px;
}

.my-hours-page .my-hours-control-section label {
  display: block;
  color: #4d4d4d;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.my-hours-page .my-hours-control-section input[type=text] {
  width: 100%;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px / 35px Montserrat, sans-serif;
  margin: 0 0 15px;
  padding: 0 15px;
  color: #1f262f;
  background: #e9eef3;
  box-shadow: -2px -2px 6px 0 #969696;
}

.my-hours-page .my-hours-control-section select.select2 {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  -moz-box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  box-shadow: -2px -2px 4px 0 rgba(0,0,0,.5);
  margin: 0 0 15px;
  padding: 5px 10px;
  font: 14px / 35px Montserrat, sans-serif;
  color: #1f262f;
  background: #e9eef3;
}

.my-hours-page .my-hours-control-section .my-hours-sorting-options .select2-container--default {
  width: 100% !important;
}

.my-hours-page .my-hours-control-section .my-hours-sorting-options .select2-container--default .select2-selection--single {
  width: 100%;
}

.my-hours-page .my-hours-control-section .select2-container .select2-selection {
  font: 14px / 35px Montserrat, sans-serif;
  padding: 0 15px !important;
}

.my-hours-page .my-hours-control-section .select2-container .select2-dropdown .select2-results .select2-results__option {
  padding: 15px;
}

.my-hours-page .my-hours-button-export-all, .my-hours-page .my-hours-button-export-filtered {
  word-spacing: 1000px;
  font-size: 14px;
  max-width: 170px;
}

.my-hours-page .filtering-and-sorting-options-header a, .my-hours-page .general-info.read-more a.more-less-link, .my-hours-page .my-hours-control-section label a {
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  color: #3c475f;
  background: 0 0;
  margin-left: -3px;
  text-transform: none;
  cursor: pointer;
}

.my-hours-page .my-hours-filter-section .my-hours-filter-period-predefined-container .select2-container--default, .my-hours-page .my-hours-filter-section .my-hours-filter-period-predefined-container .select2-container--default .select2-selection--single, .my-hours-page .my-hours-filter-section .my-hours-filter-postDate-predefined-container .select2-container--default, .my-hours-page .my-hours-filter-section .my-hours-filter-postDate-predefined-container .select2-container--default .select2-selection--single, .my-hours-page .my-hours-sorting-section .my-hours-sorting-options .select2-container--default .select2-selection--single {
  width: 100% !important;
}

.my-hours-page .filtering-and-sorting-options-header a.collapsable-section-trigger {
  display: block;
}

.my-hours-page .my-hours-buttons.my-hours-buttons-top {
  margin-bottom: 5px;
}

.my-hours-page .my-hours-buttons.my-hours-buttons-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

.select2-container.select2-container--default {
  width: 100%;
}

.my-hours-filter-section .select2-container.select2-container--default.select2-container--open:last-child, .my-hours-sorting-section .select2-container.select2-container--default.select2-container--open:last-child {
  top: auto !important;
  left: auto !important;
  margin-top: -14px;
  display: block;
}

.my-hours-filter-section .select2.select2-container.select2-container--default, .my-hours-sorting-section .select2.select2-container.select2-container--default {
  z-index: 0;
}

.collect-info .question {
  width: 570px;
  margin: 30px 0 15px;
  font-weight: 400;
  color: #3f4040;
  text-transform: uppercase;
  line-height: 27px;
}

.collect-info > p:first-of-type {
  margin-bottom: 50px;
}

.collect-info .nested-question-level-1 {
  margin-left: 15px;
  margin-bottom: 25px;
  padding-left: 45px;
  border-left: 7px solid #eef2f5;
}

.collect-info .nested-question-level-2 {
  margin-left: 82px;
  margin-bottom: 25px;
  padding-left: 45px;
  border-left: 7px solid #eef2f5;
}

.collect-info .nested-question-level-too-deep {
  margin-left: 142px;
  margin-bottom: 25px;
  padding-left: 45px;
  border-left: 7px solid #eef2f5;
}

.collect-info .question span.disclaimer {
  font-size: 14px;
  font-weight: 700;
  color: #69a7ee;
}

.collect-info form {
  margin: 0 0 60px;
  width: 100%;
}

.collect-info form:after {
  clear: both;
  display: table;
  content: "";
}

.collect-info .form-rows {
  float: left;
}

.collect-info .form-row {
  margin: 0 0 24px;
  width: 632px;
}

.collect-info .form-row:after {
  clear: both;
  display: table;
  content: "";
}

.collect-info .field-error {
  float: right;
  width: 148px;
  margin: 0;
  color: #d63f54;
}

.collect-info input[type=radio] + label span {
  background-color: #fff;
  float: left;
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.collect-info input[type=radio] + label strong {
  font-weight: 400;
  float: left;
  font-size: 20px;
  color: #3f4040;
  line-height: 29px;
  margin-bottom: 0 !important;
}

.collect-info input[type=radio] + label:after {
  clear: both;
  display: table;
  content: "";
}

.collect-info-explanations {
  width: 600px;
  margin-bottom: 50px;
}

.collect-info-explanations h3 {
  color: #444;
  font-size: 20px;
  margin-bottom: 20px;
}

.collect-info-explanations p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.collect-info-explanations p.note {
  margin-bottom: 10px;
  color: #69a7ee;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.collect-info-explanations table {
  border-collapse: collapse;
  border: 1px solid #e2e6e9;
  width: 600px;
  margin-bottom: 20px;
}

.collect-info-explanations table tr {
  background: #fff;
}

.collect-info-explanations table tr td {
  padding: 20px;
  font-size: 20px;
}

.collect-info-explanations table tr td:first-child {
  width: 125px;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}

.collect-info-explanations table tr:nth-child(odd) {
  background: #e9eef2;
}

.select-tier {
  margin-bottom: 45px;
}

p.section-description {
  margin-bottom: 40px;
}

.wizard h5 {
  margin-bottom: 15px;
}

.wizard .select2 {
  width: 100% !important;
}

.wizard .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 7px;
}

.wizard .select2-container--default .select2-selection--single {
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
  border-radius: 0;
  width: 100%;
  height: 70px;
  background: #fff;
}

.enrollment-plan-comparison-calc-container {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 0 45px;
  margin-bottom: 50px;
}

.enrollment-plan-comparison-calc-container .calculator-guide {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

.plan-asset-detail-calc-container .calculator-guide {
  color: #777;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.plans-table {
  position: relative;
  overflow: hidden;
}

.plans-table-scroll {
  position: absolute;
  width: 25px;
  height: 67px;
  top: 270px;
  background: url(../../../images/plans_table_arrow_left.png);
  cursor: pointer;
}

.plans-table-scroll.right {
  float: right;
  right: 0;
  background: url(../../../images/plans_table_arrow_right.png);
}

.plans-table-row {
  clear: both;
  height: 100px;
  margin: 0 40px;
  overflow: hidden;
}

.plans-table-cell {
  float: left;
  position: relative;
  width: 20%;
  height: 100px;
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #3c3c3c;
}

.plans-table-cell:nth-child(odd) {
  background: #dbdbdb;
}

.plans-table-cell:first-child {
  color: #777;
  text-align: left;
  background: 0 0;
}

.plans-table-cell strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.plans-table-cell span {
  display: block;
  padding: 20px 0;
  font-size: 20px;
}

.heading {
  margin: 0;
  border-bottom: 2px solid #fff;
}

.heading strong {
  margin: 0;
}

.heading.plans-table-row {
  height: 173px;
  margin: 0 40px;
}

.heading .plans-table-cell {
  height: 100%;
  padding: 0;
  text-align: left;
  background: #eaeaea;
}

.heading .plans-table-cell:nth-child(odd) {
  background: #dbdbdb;
}

.heading .plans-table-cell:first-child {
  padding: 71px 0 10px 12px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #000;
  border-right: 3px solid #fff;
  border-bottom: 0;
}

.heading .plans-table-cell:first-child .heading-triangle {
  position: absolute;
  top: 90px;
  right: -11px;
  width: 11px;
  height: 60px;
  background: url(../../../images/heading_triangle.png);
  z-index: 2;
}

.plans-table-cell:nth-child(odd) .plan-name {
  background: #3089bb;
}

.plans-table-cell:nth-child(odd) .plan-name strong {
  color: #23495e;
}

.plan-name {
  padding: 5px 0 5px 13px;
  font-size: 20px;
  color: #fff;
  background: #57aad9;
}

.plan-name strong {
  display: block;
  font-size: 16px;
  color: #386f8e;
}

.plan-price {
  padding: 15px 0 11px;
  font-size: 12px;
  font-weight: 700;
  color: #3e3d3d;
  text-align: center;
}

.plan-price strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.plans-table-cell .button-link.green {
  float: none;
  width: 90%;
  margin: 0 auto 11px;
  line-height: 32px;
}

.details.plans-table-row {
  height: 45px;
}

.details .plans-table-cell {
  height: 45px;
  padding: 0;
  background: 0 0;
}

.details .plans-table-cell .basic-link {
  font-weight: 700;
  color: #57aad9;
  line-height: 45px;
}

.compare.plans-table-row {
  height: 114px;
  margin: 0 40px 27px;
  background: #69a7ee;
  border-bottom: 14px solid #4a77aa;
}

.compare .plans-table-cell {
  position: static;
  color: #fff;
  background: 0 0;
}

.compare .plans-table-cell .shifted {
  margin-right: -28px;
}

.compare .plans-table-cell:first-child {
  text-align: right;
}

.compare strong {
  color: #fff;
}

.compare .custom-checkbox {
  margin: 21px 0 0;
}

.compare .custom-checkbox [type=checkbox]:not(:checked) + label + p {
  display: none;
}

.compare .custom-checkbox [type=checkbox]:checked + label + p {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.table-buttons .button-link {
  width: 184px;
}

.table-buttons .button-link.grey {
  float: right;
  margin: 0 17px 0 0;
}

.compare-buttons {
  display: none;
}

.balance, .wizard-score-container {
  margin-bottom: 40px;
}

.balance > div, .wizard-score-container > div {
  color: #444;
  font-size: 20px;
  background: #fff;
  padding: 20px 15px;
}

.balance > div.worked-hours, .wizard-score-container > div.worked-hours {
  background: #e2e6e9;
  margin-bottom: 15px;
}

.balance p, .wizard-score-container p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #69a7ee;
}

.balance span, .wizard-score-container.span {
  float: right;
}

.plan-select {
  padding-left: 258px;
}

.plan-select .plan {
  width: 258px;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 29px 0;
  border-right: 1px solid #ddd;
}

.plan-select .plan .comparator-plan-name-panel {
  display: block;
  margin-bottom: 10px;
}

.plan-select .plan .comparator-plan-name-panel .plan-message-link {
  margin-left: -20px;
}

.plan-select .plan .comparator-plan-name-panel .comparator-plan-name {
  padding-right: 16px;
}

.plan-select .plan .select-plan {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  background: #444;
  color: #fff;
}

.plan-select .plan.selected .select-plan {
  background: url(../../../images/icons/plan-checked.png) 14px center no-repeat #666;
  padding-left: 42px;
  opacity: .85;
}

.plan-select .plan.three {
  border-right: none;
}

.compare-plan-tables {
  width: 1032px;
  margin-bottom: 65px;
}

.row.cp-table-header {
  padding-left: 258px;
}

.row.cp-table-header .cell {
  width: 129px;
  float: left;
  padding: 13px 0 15px;
  font-size: 10px;
  text-transform: uppercase;
  color: #eef2f5;
  text-align: center;
  border: none;
}

.row.cp-table-header .cell.double {
  width: 258px;
}

.row.cp-table-header .cell:nth-child(even) {
  background: #aaa;
}

.row.cp-table-header .cell:nth-child(odd) {
  background: #bbb;
}

.row.cp-table-header.credits .cell {
  background: #bbb;
}

.cp-table {
  border-collapse: collapse;
}

.cp-table .row:after {
  clear: both;
  display: table;
  content: "";
}

.cp-table .row:nth-child(odd) {
  background: #e2e6e9;
}

.cp-table .row:nth-child(even) {
  background: #fff;
}

.cp-table .row .cell {
  width: 129px;
  max-width: 129px;
  font-size: 24px;
  color: #666;
  text-align: center;
  border-left: 1px solid #ddd;
  padding: 9px 15px;
  word-wrap: break-word;
  white-space: normal;
}

.cp-table .row .cell[colspan="2"] {
  width: 258px;
  max-width: 258px;
}

.cp-table .row .cell:first-child {
  text-align: left;
  font-size: 18px;
  color: #444;
  border-left: none;
  padding: 12px 0 12px 10px;
}

.cp-table .row .cell.na {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}

.cp-table .row .cell.double {
  width: 258px;
}

.cp-table .row .cell span {
  display: block;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 6px;
}

.cp-table.credits {
  border-bottom: 8px solid #444;
}

.cp-table.credits tr.row td {
  padding: 20px 0;
}

.cp-table.credits .row .cell.double {
  padding: 26px 10px;
}

.row.title {
  padding-left: 257px;
}

.row.title .cell {
  font-size: 13px;
}

.row.title .cell.title {
  background: #444;
  width: 774px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-left: none;
  text-align: center;
  padding: 9px 15px;
  margin-left: 1px;
}

.plans-list {
  border-collapse: collapse;
  width: 880px;
  margin-bottom: 50px;
}

.plans-list .basic-plan-checkbox {
  position: relative;
}

.plans-list .basic-plan-checkbox input[type=checkbox] {
  display: none;
}

.plans-list .basic-plan .current-plan {
  width: 90px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.plans-list .suggested-icon {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: -100px;
}

.plans-list .plan-name {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  text-shadow: 2px 0 1px rgba(102,102,102,.4);
  background: 0 0;
  text-transform: uppercase;
  padding: 0;
}

.plans-list .plan-name a {
  color: #fff;
}

.plans-list .plan-cost, .plans-list .plan-recommendation-type, .plans-list .plan-score-range {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #444;
}

.plans-list .select-plan-on-plan-selection {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  background: #444;
  color: #fff;
}

.plans-list .select-plan-on-plan-selection-after-placeholder, .plans-list .select-plan-on-plan-selection-before-placeholder {
  height: 20px;
}

.plans-list [type=checkbox]:checked + label:after, .plans-list [type=checkbox]:not(:checked) + label:after {
  top: 8px;
  left: 7px;
}

.plans-list [type=checkbox]:checked + label:before, .plans-list [type=checkbox]:not(:checked) + label:before {
  background: #fff;
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.plans-list td {
  padding: 20px 12px 10px;
  font-size: 24px;
  color: #666;
}

.plans-list td span {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  display: block;
}

.plans-list tbody tr:nth-child(even) {
  background: #fff;
}

.plans-list tbody tr td {
  border-right: 1px solid #ededed;
  text-align: center;
}

.plans-list tbody tr td.current {
  padding-top: 30px;
}

.plans-list tbody tr td:nth-child(2) {
  border-right: none;
  text-align: left;
  position: relative;
}

.plans-list thead tr th {
  text-align: left;
  color: #eef2f5;
  font-size: 12px;
  line-height: 20px;
  padding: 20px;
  vertical-align: top;
  background: #444;
}

.plans-list thead tr th:first-child {
  background: 0 0;
  color: #444;
  font-size: 14px;
  line-height: 30px;
  vertical-align: bottom;
  padding-bottom: 5px;
}

.plans-list thead tr th:nth-child(2) {
  background: #222;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  width: 201px;
}

.plans-list .months-to-depletion-col {
  min-width: 115px;
}

.plans-list .months-to-depletion-note-icon {
  background-image: url(../../../images/icons/red-circle-exclamation.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  display: inline-block !important;
  position: relative;
  top: 1px;
}

.full-name {
  width: 580px;
  padding: 20px;
  background: #fff;
  color: #1f262f;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 25px;
}

.signature p {
  line-height: 30px;
}

.capture-signature .your-signature .capture-signature-prompt {
  cursor: pointer;
}

.tab-content {
  padding: 0 19px;
  margin-bottom: 40px;
}

.tab-content h6 {
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
}

.tab-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.tab-content a {
  color: #69a7ee;
  text-decoration: underline;
}

.empty-list-message {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  font-size: 24px !important;
  text-align: center !important;
  border-bottom: 1px solid #ddd !important;
}

.plan-message-icon {
  background-image: url(../../../images/icons/red-circle-exclamation.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block !important;
  position: relative;
  top: 0;
}

.plans-list .plan-name .plan-message-link {
  margin-left: -20px;
}

.plans-list .plan-name .plan-name-link {
  padding-right: 16px;
}

.my-claims-page .main-section, .my-hours-page .main-section, .my-rmsp-page .main-section, .my-rmsp-transfer-page .main-section {
  width: 100%;
}

.my-rmsp-transfer-page .signature-subsection {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-rmsp-transfer-page .signature-subsection h5 {
  margin-bottom: 10px;
}

.my-claims-page .my-claims-buttons-top, .my-hours-page .my-hours-buttons-top, .my-rmsp-page .my-rmsp-buttons-top {
  margin-bottom: 25px;
  padding-top: 10px;
}

.my-claims-page .my-claims-buttons, .my-hours-page .my-hours-buttons, .my-rmsp-page .my-rmsp-buttons {
  font-weight: 700;
}

.my-claims-page .my-claims-buttons .my-claims-button-export-all, .my-hours-page .my-hours-buttons .my-hours-button-export-all, .my-rmsp-page .my-rmsp-buttons .my-rmsp-button-export-all {
  float: left;
}

.my-claims-page .simply-scroll, .my-claims-page .simply-scroll .simply-scroll-clip, .my-hours-page .simply-scroll, .my-hours-page .simply-scroll .simply-scroll-clip, .my-rmsp-page .simply-scroll, .my-rmsp-page .simply-scroll .simply-scroll-clip {
  width: auto;
  height: auto;
}

.my-claims-page .simply-scroll .simply-scroll-list, .my-hours-page .simply-scroll .simply-scroll-list, .my-rmsp-page .simply-scroll .simply-scroll-list {
  width: 100% !important;
}

.my-claims-page .simply-scroll .simply-scroll-btn-right, .my-hours-page .simply-scroll .simply-scroll-btn-right, .my-rmsp-page .simply-scroll .simply-scroll-btn-right {
  right: -28px;
  top: 70px;
}

.my-claims-page .simply-scroll .simply-scroll-btn-left, .my-hours-page .simply-scroll .simply-scroll-btn-left, .my-rmsp-page .simply-scroll .simply-scroll-btn-left {
  left: -28px;
  top: 70px;
}

.my-claims-page #my-claims-table .data-table, .my-hours-page #my-hours-table .data-table, .my-rmsp-page #my-rmsp-table .data-table {
  overflow-y: visible;
}

.my-claims-page #my-claims-table .data-table .total-row .total-cell, .my-hours-page #my-hours-table .data-table .total-row .total-cell {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.my-claims-page #my-claims-table .data-table .total-row .total-cell.total-label-cell, .my-hours-page #my-hours-table .data-table .total-row .total-cell.total-label-cell {
  font-weight: 700;
  font-size: 1.1em;
}

.my-claims-page #my-claims-table .pagination-pages, .my-hours-page #my-hours-table .pagination-pages, .my-rmsp-page #my-rmsp-table .pagination-pages {
  text-align: center;
  width: 620px;
}

#my-claims-table tbody tr td, #my-claims-totals tbody tr td, #my-hours-table tbody tr td, #my-hours-totals tbody tr td, #my-rmsp-table tbody tr td, #my-rmsp-totals tbody tr td {
  text-align: center;
}

#my-hours-table tbody tr td:first-child {
  text-transform: uppercase;
  text-align: left;
}

#my-claims-table tbody tr td:nth-child(10), #my-claims-table tbody tr td:nth-child(2), #my-claims-table tbody tr td:nth-child(3), #my-claims-table tbody tr td:nth-child(4), #my-claims-table tbody tr td:nth-child(5) {
  text-transform: uppercase;
  text-align: left;
}

#my-rmsp-table tbody tr td:nth-child(2) {
  text-transform: uppercase;
  text-align: left;
}

#my-hours-table th.contractor-name-col, #my-rmsp-table th.transaction-type-col {
  min-width: 180px;
}

#my-hours-table th.period-col {
  min-width: 100px;
  white-space: nowrap;
}

#my-hours-table th.post-date-col, #my-rmsp-table th.transaction-date-col {
  min-width: 120px;
  white-space: nowrap;
}

#my-claims-table th.date-of-service-col {
  min-width: 160px;
  white-space: nowrap;
}

#my-claims-table th.member-id-col {
  min-width: 130px;
  white-space: nowrap;
}

#my-claims-table th.patient-id-col {
  min-width: 120px;
  white-space: nowrap;
}

#my-claims-table th.claim-number-col {
  min-width: 150px;
  white-space: nowrap;
}

#my-claims-table th.provider-col {
  min-width: 120px;
  white-space: nowrap;
}

#my-claims-table th.allowed-amount-col, #my-claims-table th.amount-billed-col, #my-claims-table th.amount-paid-col {
  min-width: 130px;
  white-space: nowrap;
}

#my-claims-table th.member-responsibility-col {
  min-width: 180px;
  white-space: nowrap;
}

#my-claims-table th.type-of-claim-col {
  min-width: 150px;
  white-space: nowrap;
}

#my-claims-table th.amount-towards-deductible-col {
  min-width: 230px;
  white-space: nowrap;
}

#my-claims-table th.in-network-col {
  min-width: 140px;
  white-space: nowrap;
}

#my-claims-table th.in-network-col .table-dropdown {
  width: 100px;
}

#my-claims-table th.in-network-col .table-dropdown .check-all {
  margin-top: 10px;
}

#my-claims-table th.in-network-col .table-dropdown .uncheck-all {
  margin-top: 5px;
}

#my-claims-table th.view-eob-col {
  min-width: 100px;
  white-space: nowrap;
}

#my-hours-table th.credits-earned-col, #my-hours-table th.wel-rate-col {
  min-width: 120px;
}

#my-claims-table thead tr, #my-claims-table thead tr .filter-ico, #my-hours-table thead tr, #my-hours-table thead tr .filter-ico, #my-rmsp-table thead tr, #my-rmsp-table thead tr .filter-ico {
  vertical-align: top;
}

#my-hours-table tr.delinquent-hours td {
  color: red;
}

#my-claims-table #endDateOfService, #my-claims-table #startDateOfService, #my-claims-table select.date-of-service-predefined-filter-options, #my-hours-table #endDate, #my-hours-table #endPeriod, #my-hours-table #startDate, #my-hours-table #startPeriod, #my-hours-table select.period-predefined-filter-options, #my-hours-table select.post-date-predefined-filter-options, #my-rmsp-table #transactionEndDate, #my-rmsp-table #transactionStartDate, #my-rmsp-table select.transaction-date-predefined-filter-options {
  width: 130px;
}

#my-hours-table .period-block {
  margin-bottom: 10px;
}

#my-hours-table .period-block label {
  display: block;
  margin-bottom: 5px;
}

#my-claims-table .claim-number-block, #my-claims-table .member-id-block, #my-claims-table .patient-id-block, #my-claims-table .type-of-claim-block, #my-hours-table .con-name-block, #my-rmsp-table .transaction-type-block {
  margin-bottom: 10px;
}

#my-claims-table th.date-of-service-col .table-dropdown .predefined-filters .date-of-service-predefined-filter-container, #my-hours-table th.period-col .table-dropdown .predefined-filters .period-predefined-filter-container, #my-hours-table th.post-date-col .table-dropdown .predefined-filters .post-date-predefined-filter-container, #my-rmsp-table th.transaction-date-col .table-dropdown .predefined-filters .transaction-date-predefined-filter-container {
  margin-top: 5px;
}

#my-claims-table .data-table, #my-hours-table .data-table {
  margin-bottom: 50px;
}

#my-rmsp-table .data-table {
  margin-bottom: 100px;
}

#my-claims-table div.simply-scroll-clip table.data-table.simply-scroll-list, #my-hours-table div.simply-scroll-clip table.data-table.simply-scroll-list, #my-rmsp-table div.simply-scroll-clip table.data-table.simply-scroll-list {
  overflow: auto;
}

.current-rmsp-balance-note-icon, .current-vacation-balance-note-icon, .plan-year-to-date-credits-earned-note-icon, .plan-year-to-date-credits-used-note-icon, .plan-year-to-date-hours-note-icon, .welfare-rate-note-icon {
  background-image: url(../../../images/icons/red-circle-exclamation.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  display: inline-block !important;
  vertical-align: top;
}

.grand-total-note-icon {
  background-image: url(../../../images/icons/red-circle-exclamation.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 18px;
  height: 18px;
  display: inline-block !important;
  vertical-align: top;
  background-size: 18px;
}

.my-rmsp-transfer-page .rmsp-transfer-external-error-container {
  color: #d63f54;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}

#my-claims-table .pagination-pages, #my-hours-table .pagination-pages, #my-rmsp-table .pagination-pages {
  text-align: center;
  width: 630px;
}

.my-rmsp-transfer-page .rmsp-transfer-impossible-bar {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin-bottom: 50px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #d00;
}

.my-rmsp-transfer-page .rmsp-transfer-impossible-bar span {
  padding: 5px 15px;
}

.my-rmsp-transfer-page .rmsp-transfer-possible-bar {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin-bottom: 50px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: green;
}

.my-rmsp-transfer-page .invalid input, .my-rmsp-transfer-page input.invalid, .my-rmsp-transfer-page textarea.invalid {
  border: 2px solid #ea2459 !important;
  box-shadow: 0 0 5px 1px #ea2459 !important;
}

.my-rmsp-transfer-page .rmsp-transfer-possible-bar span {
  padding: 5px 15px;
}

.my-rmsp-transfer-page .sign-agreement-button-panel {
  margin-top: 30px;
}

.my-rmsp-transfer-page .sign-agreement-button-panel .button-link.sign-agreement-button {
  float: none;
  margin-left: 70px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.my-rmsp-transfer-page .signing-phase-buttons-panel {
  margin-bottom: 70px;
}

.my-rmsp-transfer-page .signing-phase-buttons-panel .button-link.back-to-data-button {
  float: left;
  margin-left: 70px;
}

.my-rmsp-transfer-page .signing-phase-buttons-panel .button-link.transfer-credits-button {
  float: right;
  margin-right: 70px;
}

.my-rmsp-transfer-page .transfer-credits-button-panel-no-agreement {
  margin-top: 30px;
}

.my-rmsp-transfer-page .transfer-credits-button-panel-no-agreement .button-link.transfer-credits-button {
  float: none;
  margin-left: 70px;
}

.my-rmsp-transfer-page .rmsp-transfer-form {
  padding: 20px 0;
  font-size: 18px;
  color: #3f4040;
  line-height: 1;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row {
  padding: 20px 20px 20px 0;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row:after {
  clear: both;
  display: table;
  content: "";
}

.my-rmsp-transfer-page .rmsp-transfer-form-row.current-plan-end-date-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.current-plan-name-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.current-plan-remaining-month-of-coverage-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.current-plan-start-date-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.current-plan-tier-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.next-plan-end-date-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.next-plan-name-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.next-plan-remaining-month-of-coverage-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.next-plan-start-date-form-row, .my-rmsp-transfer-page .rmsp-transfer-form-row.next-plan-tier-form-row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.my-rmsp-transfer-page .amount-to-transfer-form-row {
  padding-bottom: 0;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row.or-row {
  padding: 0;
}

.my-rmsp-transfer-page .percent-to-transfer-form-row {
  padding-top: 0;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row-label-cell {
  float: left;
  margin-right: 50px;
  width: 310px;
  padding-right: 10px;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell {
  float: left;
  margin-right: 50px;
  width: 150px;
  padding-right: 10px;
  text-align: right;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.current-plan-end-date-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.current-plan-name-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.current-plan-remaining-month-of-coverage-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.current-plan-start-date-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.current-plan-tier-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.next-plan-end-date-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.next-plan-name-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.next-plan-remaining-month-of-coverage-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.next-plan-start-date-control, .my-rmsp-transfer-page .rmsp-transfer-form-row-control-cell.next-plan-tier-control {
  width: auto;
}

.my-rmsp-transfer-page .available-credits-to-transfer-label {
  margin-top: 10px;
}

.my-rmsp-transfer-page .available-credits-to-transfer-control {
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
  padding: 10px;
  text-align: left;
}

.my-rmsp-transfer-page .amount-to-transfer-label {
  margin-top: 10px;
}

.my-rmsp-transfer-page .amount-to-transfer-control {
  padding-right: 0;
}

.my-rmsp-transfer-page .amount-to-transfer-control input {
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
  padding: 10px;
  width: 150px;
  color: #3f4040;
  font-size: 18px;
  line-height: 1;
}

.my-rmsp-transfer-page .amount-to-transfer-control input:disabled {
  color: #3f4040;
  background: #f0f0f0;
  -webkit-text-fill-color: #3f4040;
  -webkit-opacity: 1;
}

.my-rmsp-transfer-page .percent-to-transfer-label {
  margin-top: 10px;
}

.my-rmsp-transfer-page .percent-to-transfer-control {
  padding-right: 0;
}

.my-rmsp-transfer-page .percent-to-transfer-control input {
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
  padding: 10px;
  width: 150px;
  color: #3f4040;
  font-size: 18px;
  line-height: 1;
}

.my-rmsp-transfer-page .percent-to-transfer-control input:disabled {
  color: #3f4040;
  background: #f0f0f0;
  -webkit-text-fill-color: #3f4040;
  -webkit-opacity: 1;
}

.my-rmsp-transfer-page .total-credits-to-transfer-label {
  text-decoration: underline;
  font-weight: 700;
}

.my-rmsp-transfer-page .credit-balance-after-transfer-control, .my-rmsp-transfer-page .total-credits-to-transfer-control {
  text-decoration: underline;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row.credit-balance-after-transfer-form-row {
  padding-bottom: 8px;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row.credit-balance-after-transfer-info-form-row {
  padding: 0;
  width: 100%;
  font-size: 12px;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row.credit-balance-after-transfer-info-form-row .credit-balance-after-transfer-info-label {
  width: 330px;
}

.my-rmsp-transfer-page .current-plan-end-date-control, .my-rmsp-transfer-page .current-plan-name-control, .my-rmsp-transfer-page .current-plan-remaining-month-of-coverage-control, .my-rmsp-transfer-page .current-plan-start-date-control, .my-rmsp-transfer-page .current-plan-tier-control, .my-rmsp-transfer-page .next-plan-end-date-control, .my-rmsp-transfer-page .next-plan-name-control, .my-rmsp-transfer-page .next-plan-remaining-month-of-coverage-control, .my-rmsp-transfer-page .next-plan-start-date-control, .my-rmsp-transfer-page .next-plan-tier-control {
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}

.my-rmsp-transfer-page .rmsp-transfer-form-row-error-cell {
  float: left;
  color: #d63f54;
  font-size: 14px;
}

.my-rmsp-transfer-page .amount-to-transfer-error-cell, .my-rmsp-transfer-page .percent-to-transfer-error-cell {
  margin-top: 10px;
}

.welcome-page .open-sign {
  position: absolute;
  height: 100%;
  min-height: 350px;
  width: 85px;
  background-image: url(../../../images/line.png);
  background-repeat: repeat-y;
  background-position: center center;
}

.welcome-page .open-sign:after, .welcome-page .open-sign:before {
  display: block;
  content: "";
  position: absolute;
}

.welcome-page .open-sign:before {
  background-color: #fff;
  background-image: url(../../../images/open.png);
  width: 85px;
  background-repeat: no-repeat;
  height: 49px;
  top: 0;
  left: 0;
  border: 2px solid #000;
  border-radius: 10px;
}

.welcome-page .open-sign:after {
  left: 50%;
  bottom: -4px;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.welcome-page .panel {
  padding: 30px;
}

.welcome-page .panel h1 {
  font-size: 30px;
  color: #000;
}

.welcome-page .panel p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 10px;
}

.welcome-page .panel ul {
  color: #000;
  font-size: 14px;
  list-style: none;
  padding-left: 30px;
  padding-right: 60px;
}

.welcome-page .panel ul li {
  padding-left: 30px;
  font-size: 14px;
  position: relative;
}

.welcome-page .panel ul li span {
  background-color: #f17d29;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  width: 20px;
  border-radius: 100px;
}

.welcome-page .panel ul li + li {
  margin-top: 20px;
}

.welcome-page .stretchable-div {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}

.welcome-page .stretchable-div .table-row {
  display: table-row;
}

.welcome-page .stretchable-div .table-row .left-column {
  display: table-cell;
  width: 90px;
  position: relative;
}

.welcome-page .stretchable-div .table-row .right-column {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

.enrollment-covered-contacts-content [type=checkbox]:checked + label:before, .enrollment-covered-contacts-content [type=checkbox]:not(:checked) + label:before {
  position: absolute;
  top: 5px;
  background: #e2e6e9;
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.enrollment-covered-contacts-content [type=checkbox]:checked + label:after, .enrollment-covered-contacts-content [type=checkbox]:not(:checked) + label:after {
  position: absolute;
  top: 11px;
  left: 6px;
}

.enrollment-covered-contacts-content .add-dependent {
  font-weight: 700;
}

.enrollment-covered-contacts-content .dependent-info {
  margin-left: 60px;
  width: 550px;
}

.enrollment-covered-contacts-content [type=checkbox]:checked + label, .enrollment-covered-contacts-content [type=checkbox]:not(:checked) + label {
  padding-left: 0;
}

.enrollment-covered-contacts-content .dependent-name {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.enrollment-covered-contacts-content .dependent-age {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.enrollment-covered-contacts-content .dependent-panel {
  margin-bottom: 40px;
}

.enrollment-covered-contacts-content .help-text {
  font-style: italic;
}

.date-block {
  margin-bottom: 10px;
}

.date-block label {
  display: block;
  margin-bottom: 5px;
}

.date-block input {
  width: auto;
}

.filter-line {
  margin-bottom: 7px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.filter-line:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 3px;
}

.filter-line > label {
  margin-right: 3px;
  width: 80%;
  line-height: 13px;
}

#internal-change-address-main-content .ui-dialog-content .form-row a.button-link.change-address, #internal-change-address-main-content .ui-dialog-content .form-row a.button-link.clear-address, #internal-change-address-main-content .ui-dialog-content .form-row a.button-link.internal-cancel-address-link, #internal-change-address-main-content .ui-dialog-content .form-row a.button-link.internal-save-address-link {
  width: 120px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

#internal-change-address-main-content .ui-dialog .ui-dialog-buttonpane button {
  font-size: 1.2em;
}

.ui-dialog-content a.button-link.upload-document-btn {
  width: 237px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}

.form-row.read-only-row {
  padding-bottom: 20px;
}

.form-row.read-only-row.last-row {
  padding-bottom: 30px;
}

.check-all, .uncheck-all {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 5px;
  color: #c1c1c1;
}

.clear-text {
  display: none;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url(../../../images/icons/clear.png);
  cursor: pointer;
}

.health-plan-coming-soon {
  background-image: url(../../../images/MOE_Marketplace_Coming_Soon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 842px;
  height: 501px;
  display: inline-block;
}

.question-icon {
  height: 18px;
  width: 18px;
  border-radius: 100px;
  color: #fff;
  background-color: #59a76a;
  display: inline-block;
  position: relative;
  top: 3px;
}

.question-icon:after {
  content: "?";
  font-size: .8em;
  left: 5px;
  position: absolute;
  top: -5px;
}

.questionnaire label .wizard-question-answer {
  margin-left: 40px;
}

.docusign-error-messages {
  margin-bottom: 15px;
  color: red;
  font-weight: 700;
}

.docusigner-component .help-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}

.review-plan.main-section {
  margin-bottom: 10px;
}

.tutorial-slide {
  cursor: pointer;
}

.credit-balance, .wizard-score {
  border: 2px inset #e9eef3;
  box-shadow: 0 0 5px 1px #969696;
}

.internal-change-address-dialog-content-centered {
  width: 600px;
  margin: 0 auto;
}

.hide-overflow {
  overflow: hidden;
}

.articlesTable .status-col span {
  padding-left: 5px;
}

.search-article::-ms-clear {
  width: 0;
  height: 0;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 35px;
}

.remove-beneficiary-modal, .add-new-beneficiary-modal {
  display: none;
}

.save-fund-modal {
  display: none;
}

.member-beneficiaries-from-scratch {
  table-layout: fixed;
}

.beneficiaries-edit-button {
  height: 18px;
  width: 18px;
  margin-left: 10%;
}

.beneficiaries-delete-button {
  height: 18px;
  width: 18px;
  margin-left: 20%;
}

.beneficiaries-table-info-message {
  font-style: italic;
}

.beneficiaries-table-buttons {
  position: center;
}

.beneficiaries-button-save-error {
  opacity: 0.5;
}

.beneficiaries-button-save {
  margin-right: 4px;
}

.beneficiaries-edit-button-container {
  text-align: center;
}

.beneficiaries-save-cancel-buttons-container {
  display: flow-root;
  width: 100%;
  text-align: center;
}

.beneficiaries-tables-container {
  display: inline-block;
  width: 100%;
}

.beneficiaries-table-footer {
  padding: 23px 15px;
  text-align: left;
}

.ui-dialog-content .beneficiaries-allocation-percent input[type=text] {
  margin-left: auto;
  margin-right: auto;
}

table.beneficiaries-data-table-left {
  width: 49%;
  float: left;
}

table.beneficiaries-data-table-right {
  width: 49%;
  float: right;
}

.member-beneficiaries-from-scratch {
  table-layout: fixed;
}

.beneficiaries-change-address .beneficiaries-button {
  float: none !important;
  width: auto !important;
  padding-left: 50px;
  padding-right: 50px;
}

.member-beneficiaries-save-cancel {
  text-align: center;
}

a.button-link.beneficiaries-button {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  float: none;
  display: inline-block;
  min-width: 150px;
}

.beneficiaries-table-no-beneficiaries {
  font-style: italic;
}

.beneficiaries-fund-not-eligible {
  font-style: italic;
  opacity: 0.5;
}

.beneficiaries-edit-button-container {
  padding-bottom: 5%;
  text-align: center;
}

.beneficiary-questionnaire input[type=radio] {
  display: unset;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.beneficiary-questionnaire input[type=radio] + label {
  display: inline-block;
}

@media (max-width: 410px) {
  table.beneficiaries-data-table-left {
    width: 100%;
    float: left;
  }
  
  table.beneficiaries-data-table-right {
    width: 100%;
    float: right;
  }
}

@media (max-width: 770px) {
  .beneficiaries-edit-button {
    height: 14px;
    width: 14px;
    margin-left: 0%;
  }
  
  .beneficiaries-delete-button {
    height: 14px;
    width: 14px;
  }
}

.edit-beneficiary-cell {
  width: 50%;
}

.beneficiary_birthdate_calendar_icon {
  left: 45%;
}

.cases-page .table-column, .cases-page .table-column span {
  font-size: 12px;
}

.table-column.column-line-title.doc-column {
  width: 33.3%;
}

.table-column.column-line-title.status-col {
  width: 33.3%;
}

.table-column.column-line-title.file-col {
  width: 33.3%;
}

.table-column.doc-column-content {
  width: 33.3%;
}

.table-column.status-col-content {
  width: 33.3%;
}

.table-column.file-col-content {
  width: 33.3%;
}

.ui-dialog .ui-dialog-buttonpane button.submit-button-upload {
  float: right;
  margin: 0;
  border-radius: 0;
  width: 100px;
}

.ui-dialog .ui-dialog-buttonpane button.back-button-upload {
  float: left;
  margin: 0;
  border-radius: 0;
  width: 100px;
  background-color: #000;
}

.ui-dialog.blue-footer.confirm-cancel-modal.register-modal-upload.ui-dialog-buttons .finish-button.finish-button-fix {
  width: 51%;
  float: right;
  max-width: 100%;
}