﻿.xs-font #ProviderDirectory {
  font-size: 14px; }

.md-font #ProviderDirectory {
  font-size: 16px; }

.lg-font #ProviderDirectory {
  font-size: 18px; }

#ProviderDirectory {
  padding-bottom: 50px; }

.is-member .c-back__button {
  position: absolute;
  right: 20px;
  top: 15px; }

@media (min-width: 1024px) {
  #provider-grid-content-id .c-quickSearch tbody tr td:first-child {
    width: 35%; } }

@media (min-width: 1366px) {
  #provider-grid-content-id .c-quickSearch tbody tr td:first-child {
    width: 35%; } }

.c-filters [data-collapsable-filters] {
  max-height: unset; }

.c-filters .c-form.is-advancedCollapsed {
  margin-top: 0; }

.c-filters .c-form .is-hidden {
  display: none; }

.c-filters .c-filters__advanced {
  background: #e4edf1;
  float: left;
  width: 100%;
  margin-bottom: -.5em; }
  .c-filters .c-filters__advanced .c-filters__advancedWrapper {
    padding: 1em 0 0; }

.c-provider .c-provider__name {
  font-weight: 600;
  display: block;
  font-size: 1.1em; }

.c-provider .c-provider__address {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 2px;
  display: block;
  font-weight: normal; }
  .c-provider .c-provider__address > span {
    display: block; }
    .c-provider .c-provider__address > span.c-provider__locations {
      font-weight: 500;
      color: #048FCC;
      font-size: 0.9em;
      margin-top: 5px; }

.c-provider .c-provider__phone {
  display: block;
  clear: both;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 5px;
  font-weight: normal;
  font-size: 1em;
  float: left;
  font-weight: 500;
  line-height: 1.3em; }
  @media (min-width: 992px) {
    .c-provider .c-provider__phone {
      white-space: nowrap; } }
  .c-provider .c-provider__phone:first-child {
    border-top: none;
    padding-top: 5px; }
  .c-provider .c-provider__phone:last-child {
    margin-bottom: 0; }
  .c-provider .c-provider__phone i {
    float: left;
    font-size: 1em;
    margin-right: 10px;
    color: #c2cad8;
    display: inline-block;
    margin-top: 4px; }
  .c-provider .c-provider__phone small {
    margin-left: 5px;
    color: #c2cad8;
    font-size: 0.85em; }

.c-provider .c-provider__specialty {
  margin-bottom: 0;
  font-weight: normal; }
  .c-provider .c-provider__specialty .is-hidden {
    display: none; }
  .c-provider .c-provider__specialty .c-provider__specialtyMore {
    color: #048FCC;
    line-height: 1.2;
    display: inline-block;
    height: 1.2em;
    margin: .5em 0 0;
    border-width: 1px;
    border-color: #048FCC;
    border-style: solid;
    border-radius: .85em !important;
    width: 2.5em;
    text-align: center;
    text-decoration: none; }
    .c-provider .c-provider__specialty .c-provider__specialtyMore:hover {
      background: #048FCC;
      color: #ffffff; }

.c-provider__gridTitle {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .c-provider__gridTitle {
      flex-direction: column; } }
  @media (min-width: 992px) {
    .c-provider__gridTitle {
      background: #fcfcfc; } }
  .c-provider__gridTitle.no-header {
    background: transparent !important;
    justify-content: flex-end; }
  .c-provider__gridTitle h3 {
    margin: 0;
    padding-left: 15px;
    line-height: 39px;
    border-left: 3px solid #ffa14a;
    color: #4f4b4b;
    font-weight: 500;
    font-size: 18px;
    background: #fcfcfc;
    flex-grow: 1; }
  .c-provider__gridTitle .c-group__button {
    padding: 0;
    margin: 0; }
    @media (max-width: 992px) {
      .c-provider__gridTitle .c-group__button {
        width: 100%;
        display: flex;
        flex-direction: column; } }
    .c-provider__gridTitle .c-group__button .c-button__primary {
      width: 100%;
      margin: .25em 0;
      letter-spacing: 0; }
    @media (min-width: 992px) {
      .c-provider__gridTitle .c-group__button .c-button__primary {
        margin: 0;
        float: left;
        width: auto; }
        .c-provider__gridTitle .c-group__button .c-button__primary:first-child {
          border-top-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important; }
        .c-provider__gridTitle .c-group__button .c-button__primary:last-child {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
          border-left: 1px solid #e08d41; } }

.c-form .c-form__actions {
  margin-top: 0em !important; }

.c-form.is-collapsed .c-form__actions.has-searched {
  border-top: none; }

@media (max-width: 992px) {
  .c-form__actions > div {
    width: 100%; }
    .c-form__actions > div a {
      width: 48.5%;
      margin: .5em 0 0; }
      .c-form__actions > div a:first-child {
        margin-right: .25em; }
    .c-form__actions > div:first-child {
      text-align: center; }
      .c-form__actions > div:first-child a {
        text-align: center !important;
        width: 100%;
        margin: .5em 0 0; } }

@media (max-width: 768px) {
  .c-form__actions > div {
    width: 100%;
    text-align: center; }
    .c-form__actions > div a {
      text-align: center !important;
      width: 100%;
      margin: .5em 0 0; } }

.is-providerInformation {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .is-providerInformation {
      flex-direction: column; } }
  .is-providerInformation.is-showDate .c-provider__terminationDate {
    font-size: .85em; }
  .is-providerInformation .c-provider__eligibility {
    display: flex; }
    @media (max-width: 768px) {
      .is-providerInformation .c-provider__eligibility {
        flex-direction: column; } }
    .is-providerInformation .c-provider__eligibility .c-provider__quality {
      margin-right: 1.2em; }
      @media (max-width: 768px) {
        .is-providerInformation .c-provider__eligibility .c-provider__quality {
          margin: .5em 0; } }
    .is-providerInformation .c-provider__eligibility .c-provider__terminationDate {
      padding: 1.15em 1.5em;
      margin: -1em -1em -1em 0;
      position: relative; }
      @media (max-width: 768px) {
        .is-providerInformation .c-provider__eligibility .c-provider__terminationDate {
          margin: 0em -1em -1em -1em;
          text-align: center; } }
      .is-providerInformation .c-provider__eligibility .c-provider__terminationDate.is-active {
        background: #26C281;
        color: #ffffff;
        text-align: center; }
      .is-providerInformation .c-provider__eligibility .c-provider__terminationDate.has-expiration {
        padding: 0.5em 0 0;
        margin: -1.2em; }
      .is-providerInformation .c-provider__eligibility .c-provider__terminationDate .is-expiration {
        margin-top: .5em;
        padding: .5em 2.5em;
        position: relative;
        background: #dc3939;
        color: #ffffff;
        text-align: center; }
        .is-providerInformation .c-provider__eligibility .c-provider__terminationDate .is-expiration .arrow-up {
          width: 0px;
          height: 0px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 5px solid #dc3939;
          position: absolute;
          left: 50%;
          top: -5px; }

.c-provider__certifications li {
  text-align: left; }

.is-information {
  width: 100%; }
  .is-information tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
    .is-information tr td:first-child {
      font-weight: 600; }
      @media (max-width: 768px) {
        .is-information tr td:first-child {
          width: 50%; } }
  .is-information tr:first-child td {
    border-top: none; }

.u-separator {
  border-top: 1px solid #ddd;
  margin: 0; }

.c-provider__preferred {
  font-size: 0.8em;
  display: inline;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  color: #ffc800;
  line-height: 1.4;
  float: left;
  position: relative;
  padding: 0 1.5em 0 0;
  margin-right: 1.5em; }
  .c-provider__preferred:after {
    background: rgba(255, 255, 255, 0.3);
    height: 23px;
    display: inline-block;
    content: "";
    width: 1px;
    margin: 0;
    position: absolute;
    right: 0; }
  @media (max-width: 768px) {
    .c-provider__preferred {
      display: block;
      float: none;
      margin: 0;
      padding: 0; }
      .c-provider__preferred:after {
        display: none; } }

@media (max-width: 768px) {
  .c-application__toolbar a {
    width: calc(100% - 1em) !important;
    margin: .25em !important; } }

@media (max-width: 768px) {
  .c-provider__locationsDetail thead {
    display: none; } }

.c-modal__body.c-form {
  padding: 1em; }
  .c-modal__body.c-form textarea {
    max-height: 200px !important;
    overflow: auto !important; }

.ProviderMessage {
  background: #ffffff;
  padding: 0 25px 10px;
  margin: 0 -20px -10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%; }
  .ProviderMessage .updateDate {
    padding: 20px; }

@media (min-width: 1200px) {
  .c-profile .c-form__group {
    margin-bottom: 1.4em !important; } }
