.comm-prefs-summary {
  padding: .5rem;
}

.comm-prefs-summary h3 {
  padding: 0;
  margin-bottom: .5rem;
}

.comm-prefs-summary p {
  padding-left: .5rem;
  margin-bottom: 1rem;
}

.page-layout--full .cob-container {
  margin: 0 1rem;
}

main section.l-section.l-section {
  max-width: 75%;
  padding: 1rem 2rem;
}

.cob-container {
  min-height: 800px;
}

.c-form {
  margin-bottom: 1rem;
}

.c-form.c-form--inactive {
  height: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
}

.is-experiance-editor .c-form.c-form--inactive,
.is-experiance-editor .cob-review-section--inactive,
.is-experiance-editor .cob-extra-form {
  display: block;
  height: auto;
  min-height: none;
  opacity: 1;
  visibility: visible;
}

.is-experiance-editor .c-form {
  border: thin solid #ccc;
  margin: .25rem 0;
  padding: .25rem;
}

.c-form--active {
  height: auto;
  min-height: 250px;
  opacity: 1;
  overflow: hidden;
  transition: height .2s ease-out;
  visibility: visible;
}

.c-form-heading {
  padding: .5rem 0;
}

.c-form-heading--divider {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
}

.c-form-heading__title {
  color: #0f4474;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .5rem;
  padding-bottom: 0;
}

.c-form-heading__subtitle {
  font-size: 1.18em;
  line-height: 1.2;
  margin: .5rem 0 0;
}

.c-form__p {
  margin: .5rem 0;
}

.l-wrapper {
  font-size: 1em;
  min-height: 20px;
  width: 100%;
}

.l-wrapper--max-width {
  max-width: 52rem;
}

.l-wrapper__row {
  -webkit-align-content: center;
          align-content: center;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: .5rem 0;
}

.o-address {
  margin-bottom: 1rem;
}

.o-address p {
  margin: .25rem 0;
}

.u-button {
  background-color: transparent;
  border: 1px solid;
  border-radius: 10px 0;
  cursor: pointer;
  font-family: "prxima-nova"Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 2em;
  /* 8px/32px */
  transition: background-color 250ms ease, color 250ms ease;
}

.u-button:focus {
  outline: none;
}

.u-button + .u-button {
  margin-left: 2rem;
}

.u-button--medium {
  width: 200px;
}

.cob-extra-form {
  display: none;
}

.cob-extra-form--active {
  display: block;
}

.cob-dynamic__ul {
  list-style-type: none;
  padding: 0;
}

.cob-dynamic__li {
  border: thin solid #ccc;
  margin: 1rem 0;
  padding: .5rem;
}

.cob-review-section--inactive,
.cob-dynamic--no-remove .o-btn__cob--remove-form {
  display: none;
}

.cob-review-section + .cob-review-section {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
}

.cob-review__ul {
  list-style: none;
  margin: 0 0 1rem;
  padding-left: 1rem;
}

.cob-review__li {
  margin-bottom: .5rem;
}

.cob-review-data {
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1rem;
}

.cob-review-data + .cob-review-data {
  padding-left: 0;
}

.cob-review-text {
  color: #6c6463;
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
}

.cob-loader {
  display: none;
}

.cob-loader--active {
  display: block;
  position: fixed;
  z-index: 9999;
  background-color: rgba(250, 250, 250, 0.6);
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cob-error {
  border: thin solid #ccc;
  display: none;
  margin-top: 1rem;
  padding: .5rem;
}

.is-experiance-editor .cob-error,
.cob-error--active {
  display: block;
}

.cob-error p {
  color: #d50000;
}

.cob-error p + p {
  margin-bottom: 0;
}

.l-wrapper__row .o-btn--medium + .o-btn--medium {
  margin-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  .cob-container {
    max-width: 100%;
    padding: 1rem;
    width: 100%;
  }
  .l-wrapper__row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-wrapper__row--reverse {
    -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .l-wrapper__row .o-btn--medium {
    margin-left: 0 !important;
    margin-top: 1rem;
    width: 100%;
  }
}

.toc-form {
  max-width: 52rem;
  padding: 1rem;
}

.toc-container {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
          flex-flow: row wrap-reverse;
  width: 100%;
}

.toc-container__section {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  min-width: 50%;
}

.toc-container__section--aside {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: auto;
  max-width: 40%;
  min-width: 40%;
}

.toc-error {
  border: thin solid #ccc;
  margin-top: 1rem;
  padding: .5rem;
}

.toc-error,
.toc-error--active {
  display: block;
}

.toc-error p {
  color: #d50000;
}

.toc-error p + p {
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .toc-container {
    -webkit-flex-flow: row wrap-reverse;
            flex-flow: row wrap-reverse;
  }
  .toc-container__section {
    max-width: 100%;
  }
  .toc-container__section--aside {
    max-width: 100%;
  }
  .toc-buttons {
    float: left;
    width: 100%;
    margin: 1rem 0 2rem 0;
  }
}

.wellness-form {
  padding: 1rem;
}

.wellness-checklist {
  display: -webkit-inline-flex;
  -js-display: inline-flex;
  display: inline-flex;
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 2rem;
  width: 100%;
}

.wellness-selection {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .wellness-selection {
    width: 100%;
  }
}

.wellness-error {
  border: thin solid #ccc;
  margin-top: 1rem;
  padding: .5rem;
}

.wellness-error,
.wellness-error--active {
  display: block;
}

.wellness-error p {
  color: #d50000;
}

.wellness-error p + p {
  margin-bottom: 0;
}

/*  +-------------------------+
    |     CLAIMS SEARCH       |
    +-------------------------+   */
.c-claim-search__main {
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.c-claim-search__main select {
  margin-right: .35rem;
  margin-top: 0;
  width: auto;
}

.c-claim-search__main input {
  margin-right: .35rem;
}

.c-claim-search__main input::-webkit-input-placeholder {
  color: #dfdfdf;
  font-style: italic;
}

.c-claim-search__main input::-moz-placeholder {
  color: #dfdfdf;
  font-style: italic;
}

.c-claim-search__main input:-ms-input-placeholder {
  color: #dfdfdf;
  font-style: italic;
}

.c-claim-search__main input::placeholder {
  color: #dfdfdf;
  font-style: italic;
}

.c-claim-search__col {
  padding-right: .5rem;
  padding-top: .5rem;
}

.c-claim-search__pagination {
  border-bottom: #dfdfdf solid 2px;
  line-height: 1.2;
  padding-bottom: .2rem;
  text-align: right;
  width: 100%;
}

.c-claim-search__pagination span {
  margin: 0;
}

.c-claim-search__pagination i {
  margin-top: 0;
}

/*  +-------------------------+
    |     CLAIMS LOADER       |
    +-------------------------+   */
.c-claims__loader {
  border-bottom: #dfdfdf solid 2px;
  height: 5rem;
  position: relative;
  z-index: 3;
}

/*  +-------------------------+
    |     CLAIMS LOCKED       |
    +-------------------------+   */
.c-claims__locked,
.c-claims__locked--hidden {
  display: none;
  padding: 1rem;
}

.c-claims__locked--active {
  display: block;
}

/*  +-------------------------+
    |     CLAIMS ROWS         |
    +-------------------------+   */
.c-claims {
  width: 100%;
}

.c-claim {
  border-bottom: 2px #dfdfdf solid;
  padding: .6rem 1rem .75rem;
}

.c-claim,
.c-claim__info-row {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c-claim__info {
  -webkit-flex: 10 0 0%;
          flex: 10 0 0%;
  margin-right: 1rem;
  max-width: 100%;
}

.c-claim__info-item {
  -webkit-align-self: center;
          align-self: center;
  padding-top: .2rem;
}

.c-claim__info-item > span:first-child {
  padding-left: .3rem;
}

.c-claim__info-item--time {
  min-width: 220px;
}

.c-claim__info-item--claim {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  min-width: 50%;
}

.c-claim__action {
  -webkit-flex: 1 0 10%;
          flex: 1 0 10%;
  padding-top: .5rem;
}

.c-claim-pending {
  background-color: #f2f2f2;
}

.c-claim-denied {
  background-color: #fff8f8;
}

/*  +-------------------------+
    |     CONDITIONAL CSS     |
    +-------------------------+ */
.c-claim .icon-warning,
.c-claim .c-claim__action-pending,
.c-claim-pending .c-claim__action a {
  display: none;
}

.c-claim-pending .c-claim__action-pending {
  display: block;
}

.c-claim-denied .c-claim__text--change {
  color: #ff0303;
}

.c-claim-denied .icon-warning {
  display: inline-block;
}

/*  +-------------------------+
    |   MOBILE MEDIA 1024     |
    +-------------------------+   */
@media only screen and (max-width: 1024px) {
  /* -- CLAIMS SEARCH -- */
  .c-claim-search__col {
    padding-right: 0;
  }
  .c-claim-search__col label {
    padding-top: .35rem;
  }
  /* -- CLAIMS ROWS -- */
  .c-claim {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .c-claim__info-row--detail {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-claim__info-item {
    padding-top: .2rem;
  }
  .c-claim__info-item,
  .c-claim__action .o-btn--primary {
    margin: 0;
    width: 100%;
  }
  .c-claim-denied .c-claim__info-item--denial {
    -webkit-order: -60;
            order: -60;
  }
  .c-claim-denied .c-claim__text--change {
    -webkit-order: -50;
            order: -50;
  }
  .c-claim-denied .c-claim__info-item--claim {
    -webkit-order: -40;
            order: -40;
  }
  .c-claim__action,
  .c-claim__info {
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* - end media - */
.claim-footer {
  padding-top: 1rem;
}

.c-cta {
  border: 1px solid transparent;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.c-cta dl {
  margin: 0 0 1rem;
  padding: 0 0 0 .5rem;
}

.c-cta dt {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

.c-cta dd {
  display: inline;
  margin: 0;
  overflow-wrap: break-word;
}

.c-cta dd::after {
  content: '\A';
  white-space: pre;
}

.c-cta dd + dt {
  margin-top: .5rem;
}

.button--action {
  border: 1px solid transparent;
}

.c-cta__pcp {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 0 0 .5rem;
}

.c-cta__pcp address,
.c-cta__pcp a[tel] {
  padding-left: .5rem;
}

.c-cta__pcp-doctor {
  font-weight: 600;
  margin-bottom: .5rem;
}

.c-cta .c-cta__title {
  color: #0f4474;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
}

.c-cta--light-blue {
  background-color: #f0f6fb;
  border-color: #5f9eca;
  color: #666;
}

.c-cta--flex {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-cta--flex dl {
  min-width: 140px;
  -webkit-flex: 1 0 33%;
          flex: 1 0 33%;
}

.auth-rep-form {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px #d6d6d6;
  margin: 1rem;
  padding: 1rem;
  max-width: 900px;
  width: 90%;
}

.auth-rep-form__wrapper--flex {
  background-color: #fff;
  box-shadow: 0 3px 6px #d6d6d6;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 0;
}

.o-fieldset--2col {
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}

.auth-rep-form .o-btn {
  max-width: 40%;
}

.form-control--error {
  color: #d50000;
}

.form-control--success div {
  visibility: hidden;
}

@media only screen and (max-width: 760px) {
  .auth-rep-form {
    background-color: #fff;
    box-shadow: none;
    margin: 1rem auto;
    width: 90%;
  }
  .o-fieldset--2col {
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0.5rem;
  }
  .auth-rep-form .o-btn {
    margin: auto;
    max-width: 90%;
    width: 90%;
  }
}

.o-fieldset {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 1rem 0 .5rem;
  padding: 0;
}

.o-fieldset--small select,
.o-fieldset--small input {
  max-width: 8rem;
}

.o-fieldset--medium input,
.o-fieldset--medium select {
  max-width: 16rem;
}

.o-fieldset--large input,
.o-fieldset--large select {
  max-width: 22rem;
}

.o-fieldset--xlarge input {
  max-width: 28rem;
}

.o-fieldset__legend {
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.o-fieldset__label {
  font-size: 1em;
  width: 100%;
}

.o-fieldset__label.o-checkbox__label::after,
.o-fieldset__label.o-radio__label::after,
.o-fieldset__label.o-checkbox__label::before,
.o-fieldset__label.o-radio__label::before {
  margin-top: .25rem;
}

.o-fieldset__input {
  border: 1px solid #b6b5b5 !important;
  color: #6d6c6c !important;
  padding: .3rem;
  transition: none !important;
  width: 100%;
}

.o-fieldset__input:invalid {
  box-shadow: none;
}

.c-form--margin input,
.c-form--margin select {
  margin-bottom: 1rem;
}

.c-form--margin input[type='radio'],
.c-form--margin input[type='checkbox'] {
  margin-right: 0.5rem;
}

.letters-documents-area {
  padding: 1rem 2.2rem;
  width: 100%;
}

.c-news-row {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  border-bottom: solid thin #666;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.c-news-row--title {
  border-bottom: solid 2px #666;
  padding-bottom: 0;
}

.c-news-row--title .c-news-row__item {
  font-weight: 700;
  font-size: 16px;
}

.c-news-row__item:first-child {
  -webkit-flex: 2 0 100%;
          flex: 2 0 100%;
  font-weight: 700;
}

.c-news-row__item {
  min-width: 150px;
  max-width: 200px;
}

.c-news-row__item + .c-news-row__item {
  margin-left: 1rem;
}

.c-news-row__item a {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.c-news-row__item i {
  display: block;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}

.c-news-row__item--large {
  -webkit-flex: 3 1 auto;
          flex: 3 1 auto;
  max-width: none;
}

@media only screen and (max-width: 1024px) {
  .letters-documents-area {
    padding: 1rem 0.5rem;
  }
  .c-news-row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-news-row--title + .c-news-row {
    border-top: solid 2px #666;
  }
  .c-news-row--title {
    display: none;
  }
  .c-news-row__item:first-child {
    font-weight: 700;
  }
  .c-news-row__item {
    width: 100%;
    max-width: none;
  }
  .c-news-row__item + .c-news-row__item {
    margin-left: 0;
    margin-top: .5rem;
  }
}

/*  +-------------------------+
    |         BUTTON          |
    +-------------------------+   */
.o-btn {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.3;
  margin: 0;
  outline: none;
  padding: .5rem 1.5rem;
  text-align: center;
  text-decoration: none;
}

.o-btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #006dbf;
  font-weight: bold;
  outline: none;
}

.o-btn--ghost:hover {
  color: #6c6463;
}

.o-btn--ghost:focus,
.o-btn--ghost:active {
  color: #006dbf;
}

.o-btn--corners {
  border-radius: 10px 0;
}

.o-btn--primary {
  background-color: #006dbf;
  color: #fff;
}

.o-btn--primary:hover, .o-btn--primary:focus {
  background-color: #e2eef7;
  border-color: #006dbf;
  color: #006dbf;
}

.o-btn--primary:active {
  color: #fff;
}

.o-btn--primary-slate {
  background-color: #456984;
  border-color: #456984;
  color: #fff;
}

.o-btn--primary-slate:hover, .o-btn--primary-slate:focus {
  background-color: #fff;
  color: #456984;
}

.o-btn--secondary {
  background-color: #fff;
  border-color: #006dbf;
  color: #006dbf;
}

.o-btn--secondary:hover, .o-btn--secondary:focus {
  background-color: #e2eef7;
  color: #006dbf;
}

.o-btn--secondary:active {
  color: #006dbf;
}

.o-btn--disabled,
.o-btn--disabled:active,
.o-btn--disabled:hover,
.o-btn--disabled:focus {
  background-color: #ccc;
  border-color: #999;
  color: #fff;
  cursor: not-allowed !important;
}

.o-btn-svg {
  padding-left: 0;
}

.o-btn-svg::before {
  background-color: #006dbf;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
  font-size: 200%;
  font-weight: bold;
  height: 24px;
  line-height: .45;
  margin-right: .5rem;
  vertical-align: middle;
  width: 24px;
}

.o-btn-svg--plus::before {
  content: "\0208A";
}

.o-btn-svg--minus::before {
  content: "\0208B";
}

.o-btn-svg:hover::before {
  background-color: #6c6463;
}

.o-btn-svg:focus::before,
.o-btn-svg:active::before {
  background-color: #006dbf;
}

.o-btn--medium {
  width: 200px;
}

/*
[*][*][*][*][*][*][*][*][*][*][*]
    BRANDING REDESIGN BUTTONS
[*][*][*][*][*][*][*][*][*][*][*]
*/
.r-btn {
  background: none;
  border-color: rgba(22, 22, 22, 0.1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: #456984;
  cursor: pointer;
  display: inline-block;
  font-family: arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: .5rem;
  min-width: 10em;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease-in-out;
  vertical-align: middle;
}

.r-btn--block {
  display: block;
}

.r-btn--pad-sides {
  padding-left: 2rem;
  padding-right: 2rem;
}

.r-btn--small {
  min-width: 5em;
}

.r-btn--medium {
  min-width: 15em;
}

.r-btn--large {
  min-width: 20em;
}

.r-btn--full {
  margin: .5em 0 0;
  width: 100%;
}

.r-btn--max {
  margin: 0;
  max-width: 100%;
  min-width: 8em;
  padding-left: .66rem;
  padding-right: .66rem;
  width: 100%;
}

.r-btn--primary-blue {
  background-color: #0093d4;
  border-color: #0093d4;
}

.r-btn--primary-blue.hovered, .r-btn--primary-blue:hover {
  color: #0093d4;
  border-color: #0093d4;
}

.r-btn--primary-red {
  background-color: #e05251;
  border-color: #e05251;
}

.r-btn--primary-red.hovered, .r-btn--primary-red:hover {
  color: #e05251;
  border-color: #e05251;
}

.r-btn--primary-slate {
  background-color: #456984;
  border-color: #456984;
}

.r-btn--primary-slate.hovered, .r-btn--primary-slate:hover {
  color: #456984;
  border-color: #456984;
}

.r-btn--primary-teal {
  background-color: #00a4a6;
  border-color: #00a4a6;
}

.r-btn--primary-teal.hovered, .r-btn--primary-teal:hover {
  color: #00a4a6;
  border-color: #00a4a6;
}

.r-btn--primary-blue,
.r-btn--primary-red,
.r-btn--primary-slate,
.r-btn--primary-teal {
  color: #fff;
}

.r-btn--primary-blue.hovered, .r-btn--primary-blue:hover,
.r-btn--primary-red.hovered,
.r-btn--primary-red:hover,
.r-btn--primary-slate.hovered,
.r-btn--primary-slate:hover,
.r-btn--primary-teal.hovered,
.r-btn--primary-teal:hover {
  background-color: #fff;
}

.r-btn--primary-blue.focused, .r-btn--primary-blue:focus,
.r-btn--primary-red.focused,
.r-btn--primary-red:focus,
.r-btn--primary-slate.focused,
.r-btn--primary-slate:focus,
.r-btn--primary-teal.focused,
.r-btn--primary-teal:focus {
  border-color: #494848;
  box-shadow: 0 3px 16px 0 #494848;
  outline: none;
}

.r-btn--secondary-blue,
.r-btn--secondary-red,
.r-btn--secondary-slate,
.r-btn--secondary-teal {
  background-color: #fff;
  border-color: #fff;
}

.r-btn--secondary-blue {
  color: #0093d4;
}

.r-btn--secondary-blue.hovered, .r-btn--secondary-blue:hover {
  background-color: #0093d4;
}

.r-btn--secondary-red {
  color: #e05251;
}

.r-btn--secondary-red.hovered, .r-btn--secondary-red:hover {
  background-color: #e05251;
}

.r-btn--secondary-slate {
  color: #456984;
}

.r-btn--secondary-slate.hovered, .r-btn--secondary-slate:hover {
  background-color: #456984;
}

.r-btn--secondary-teal {
  color: #00a4a6;
}

.r-btn--secondary-teal.hovered, .r-btn--secondary-teal:hover {
  background-color: #00a4a6;
}

.r-btn--ghost-blue,
.r-btn--ghost-red,
.r-btn--ghost-slate,
.r-btn--ghost-teal,
.r-btn--ghost-white {
  background-color: rgba(255, 255, 255, 0);
}

.r-btn--ghost-blue {
  color: #0093d4;
  border-color: #0093d4;
}

.r-btn--ghost-blue.hovered, .r-btn--ghost-blue:hover {
  background-color: #0093d4;
  border-color: #0093d4;
}

.r-btn--ghost-red {
  color: #e05251;
  border-color: #e05251;
}

.r-btn--ghost-red.hovered, .r-btn--ghost-red:hover {
  background-color: #e05251;
  border-color: #e05251;
}

.r-btn--ghost-slate {
  color: #456984;
  border-color: #456984;
}

.r-btn--ghost-slate.hovered, .r-btn--ghost-slate:hover {
  background-color: #456984;
  border-color: #456984;
}

.r-btn--ghost-teal {
  color: #00a4a6;
  border-color: #00a4a6;
}

.r-btn--ghost-teal.hovered, .r-btn--ghost-teal:hover {
  background-color: #00a4a6;
  border-color: #00a4a6;
}

.r-btn--ghost-white {
  color: #fff;
  border-color: #fff;
}

.r-btn--ghost-white.hovered, .r-btn--ghost-white:focus, .r-btn--ghost-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #494848;
}

.r-btn--ghost-white.focused, .r-btn--ghost-white:focus {
  border-color: #494848;
  box-shadow: 0 3px 16px 0 #494848;
  outline: none;
}

.u-bg--blue .r-btn--ghost-white.hovered, .u-bg--blue .r-btn--ghost-white:hover, .u-bg--blue .r-btn--ghost-white:focus {
  color: #0093d4;
}

.u-bg--red .r-btn--ghost-white.hovered, .u-bg--red .r-btn--ghost-white:hover, .u-bg--red .r-btn--ghost-white:focus {
  color: #e05251;
}

.u-bg--slate .r-btn--ghost-white.hovered, .u-bg--slate .r-btn--ghost-white:hover, .u-bg--slate .r-btn--ghost-white:focus {
  color: #456984;
}

.u-bg--teal .r-btn--ghost-white.hovered, .u-bg--teal .r-btn--ghost-white:hover, .u-bg--teal .r-btn--ghost-white:focus {
  color: #00a4a6;
}

.r-btn--secondary-blue.hovered, .r-btn--secondary-blue:hover,
.r-btn--secondary-red.hovered,
.r-btn--secondary-red:hover,
.r-btn--secondary-slate.hovered,
.r-btn--secondary-slate:hover,
.r-btn--secondary-teal.hovered,
.r-btn--secondary-teal:hover,
.r-btn--ghost-blue.hovered,
.r-btn--ghost-blue:hover,
.r-btn--ghost-red.hovered,
.r-btn--ghost-red:hover,
.r-btn--ghost-slate.hovered,
.r-btn--ghost-slate:hover,
.r-btn--ghost-teal.hovered,
.r-btn--ghost-teal:hover {
  color: #fff;
}

.r-btn--secondary-blue.focused, .r-btn--secondary-blue:focus,
.r-btn--secondary-red.focused,
.r-btn--secondary-red:focus,
.r-btn--secondary-slate.focused,
.r-btn--secondary-slate:focus,
.r-btn--secondary-teal.focused,
.r-btn--secondary-teal:focus,
.r-btn--ghost-blue.focused,
.r-btn--ghost-blue:focus,
.r-btn--ghost-red.focused,
.r-btn--ghost-red:focus,
.r-btn--ghost-slate.focused,
.r-btn--ghost-slate:focus,
.r-btn--ghost-teal.focused,
.r-btn--ghost-teal:focus {
  border-color: #494848;
  box-shadow: 0 3px 16px 0 #494848;
  outline: none;
}

.r-btn--link {
  background-color: transparent;
  border-color: transparent;
  color: #0065b3;
}

.r-btn--link:hover, .r-btn--link:focus {
  background-color: transparent;
  border-color: transparent;
  color: #0065b3;
  text-decoration: underline;
}

.r-btn.activated, .r-btn:active {
  box-shadow: 0 1px 3px 0 rgba(73, 72, 72, 0.4);
}

.u-bg-color--water {
  background-color: #e2eef7;
}

.u-bg-color--white {
  background-color: #fff;
}

.u-bg-color--blue {
  background-color: #006dbf;
}

.u-bg--white {
  background-color: #fff !important;
}

.u-bg--hsla {
  background-color: rgba(153, 153, 153, 0.25);
}

.u-bg--blue,
.u-bg--r-blue {
  background-color: #0093d4;
}

.u-bg--ltgray {
  background-color: #e8e8e8 !important;
}

.u-bg--silver {
  background-color: #c7c7c7 !important;
}

.u-bg--ltteal {
  background-color: #e5f6f6;
}

.u-bg--ltslate {
  background-color: #dae1e6;
}

.u-bg--ltred {
  background-color: #fceded;
}

.u-bg--ltyellow {
  background-color: #fdf6e5;
}

.u-bg--alabaster {
  background-color: #f2f2f2 !important;
}

.u-bg--black,
.u-bg--r-black {
  background-color: #494848 !important;
}

.u-bg--gray,
.u-bg--r-gray {
  background-color: #f5f5f5 !important;
}

.u-bg--red,
.u-bg--r-red {
  background-color: #e05251 !important;
}

.u-bg--slate,
.u-bg--r-slate {
  background-color: #456984 !important;
}

.u-bg--teal,
.u-bg--r-teal {
  background-color: #00a4a6 !important;
}

.u-bg--yellow,
.u-bg--r-yellow {
  background-color: #996e00 !important;
}

.u-bg--med-yellow,
.u-bg--r-med-yellow {
  background-color: #e8a800 !important;
}

.u-bg--dk-gray,
.u-bg--r-dk-gray {
  background-color: #6d6c6c !important;
}

.u-bg--black,
.u-bg--r-black {
  background-color: #494848 !important;
}

.u-bg--banner-red,
.u-bg--r-banner-red {
  background-color: #dc3838 !important;
}

.u-input__date--sm {
  width: 115px;
}

.u-label--block {
  display: block;
  padding-bottom: .3rem;
}

.u-text--sm {
  font-size: .8rem;
  line-height: 1.3;
}

.u-text--bold {
  font-weight: 700;
}

.u-text--med {
  font-weight: 600;
}

.u-text--gray {
  color: #666;
}

.u-text--dove-gray {
  color: #6c6463;
}

.u-text--red {
  color: #d50000;
}

.u-text--gray-lt {
  color: #999;
}

.u-text--white {
  color: #fff;
}

.u-inline-block {
  display: inline-block;
}

.u-display-none {
  display: none;
}

.u-flex__push--right {
  margin-left: auto;
}

.u-flex__push--left {
  margin-right: auto;
}

.u-align--right {
  display: block;
  margin-left: auto;
}

.u-required::before,
.u-required--before::before,
.u-required--after::after {
  color: #d50000;
  content: '*';
  display: inline-block;
  height: 1rem;
  text-align: center;
  width: .75rem;
}

.u-margin--none {
  margin: 0;
}

.u-margin-top--0 {
  margin-top: 0;
}

.u-margin-bottom--0 {
  margin-bottom: 0;
}

.u-pad-left--1 {
  padding-left: 1rem;
}

.u-pad-left--2 {
  padding-left: 2rem;
}

.u-pad-right--1 {
  padding-right: 2rem;
}

.u-pad-right--2 {
  padding-right: 2rem;
}

.u-pad-top--1 {
  padding-top: 1rem;
}

.u-pad-top--2 {
  padding-top: 2rem;
}

.u-pad-bottom--1 {
  padding-bottom: 1rem;
}

.u-pad-bottom--2 {
  padding-bottom: 2rem;
}

.u-h1 {
  font-size: calc(47px + (47 - 38) * ((100vw - 480px) / (1600 - 480)));
  margin-bottom: 1.2rem;
}

.u-h1--thin {
  font-weight: 300;
}

.experience-editor .u-border--personalized {
  border: 2px #e05251 solid !important;
}

@media screen and (min-width: 480px) {
  .u-h1 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1440px) {
  .u-h1 {
    font-size: 47px;
  }
}

/*
+-----------------------------+
| experiance editor specials  |
+-----------------------------+
*/
.is-experiance-editor .c-card .c-card__buttons,
.is-experiance-editor .c-card .c-card__complete-buttons {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
}

/*
+-----------------------------+
| onboarding cards container  |
+-----------------------------+
*/
.c-cards {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem auto;
  max-width: 1400px;
  width: 100%;
}

/*
+--------------------------------------+
| onboarding member info cards section |
+--------------------------------------+
*/
.c-cards__member-container {
  -webkit-flex: 1 0 66%;
          flex: 1 0 66%;
  max-width: 66%;
  padding: 1rem;
}

.c-card-member__icon {
  background-color: #006dbf;
  border-radius: 50%;
  left: 1rem;
  min-height: 66px;
  min-width: 66px;
  position: absolute;
  top: -33px;
}

.c-card-member__icon > .gmd-ic-person-24px {
  bottom: 0;
  color: #fff;
  height: 2.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.2rem;
}

.c-card-member__ul {
  margin: 0;
}

.c-card-member__li {
  list-style-type: none;
}

.c-card-member__li:nth-child(2n) {
  margin-bottom: 1rem;
}

/*
+-----------------------------+
|           shared            |
+-----------------------------+
*/
.c-card-member__title,
.c-card__title {
  color: #343434;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 2rem 3rem 0;
  text-align: center;
}

.c-card-member__title {
  min-height: 0;
}

.c-card__title {
  min-height: 120px;
}

/*
+-----------------------------+
|      onboarding cards       |
+-----------------------------+
*/
.c-card-member,
.c-card {
  -webkit-flex: 1 1 33%;
          flex: 1 1 33%;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 33.33%;
  min-width: 320px;
  padding: 1rem;
}

.c-card-member__content,
.c-card__content {
  background-color: #fff;
  border: 2px solid #c7c7c7;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 1rem auto;
  height: 100%;
  margin: 0 auto;
  max-height: 450px;
  max-width: 340px;
  min-height: 360px;
  position: relative;
}

.c-card p {
  text-align: center;
}

.c-card__info {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 130px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.c-card__complete-buttons,
.c-card__buttons {
  background-color: #e2eef7;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  margin-top: auto;
}

.c-card__form {
  width: 100%;
}

.c-card__button {
  background-color: transparent;
  border: 0;
  color: #515152;
  display: block;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
}

.c-card__button:nth-child(2) {
  position: relative;
}

.c-card__button:nth-child(2)::before {
  background-color: #6c6463;
  bottom: 0;
  content: '';
  display: block;
  height: 70%;
  margin: auto 0;
  max-width: 1px;
  position: absolute;
  top: 0;
  width: 1px;
}

.c-card__button:focus, .c-card__button:hover {
  color: #515152;
  text-decoration: underline;
}

.c-card__complete-buttons {
  background-color: #c3efde;
}

.c-card__complete-buttons .c-card__button {
  color: #007041;
}

/*
+-----------------------------+
|    hide when incomplete     |
+-----------------------------+
*/
.c-card .icon-fa-check-circle,
.c-card__complete-buttons {
  display: none;
}

/*
+-----------------------------+
|    complete modifiers       |
+-----------------------------+
*/
.c-card--complete .icon-fa-check-circle {
  color: #007041;
  display: block;
  left: 8px;
  position: absolute;
  top: 8px;
}

.c-card--complete .c-card__content {
  background-color: #e4fff6;
}

.c-card--complete .c-card__title {
  color: #007041;
}

.c-card--complete .c-card__buttons {
  display: none;
}

.c-card--complete .c-card__complete-buttons {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-card-member,
  .c-card {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .c-cards__member-container {
    max-width: 100%;
  }
  .c-card-member__content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c-card-member,
  .c-card {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.alert-banner {
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.alert-banner a {
  color: white;
}

.alert-banner img {
  max-height: 1.5em;
  max-width: 1.5em;
  vertical-align: text-bottom;
}

.alert-banner p {
  color: white;
  display: inline;
  margin-left: 0.5em;
}

.alert-banner.u-bg--banner-red a:focus {
  background: #7d1e17;
}

.alert-banner.u-bg--slate a:focus {
  background: #2b3e50;
}

.alert-banner.u-bg--teal a:focus {
  background: #005052;
}

.alert-banner.u-bg--yellow a:focus {
  background: #5c4000;
}

.alert-banner.u-bg--dk-gray a:focus {
  background: #494848;
}

.alert-banner a:focus {
  padding: 3px;
  text-decoration: none;
}
