@charset "UTF-8";
/* global styles - keep at the top of CSS document*/

/*colors*/
.connect-form-no-tab {
  padding: 0px;
}

.connect-button-no-tab {
  padding-right: 16px;
}

body {
  color: #444444;
}

body.body-muted {
  background-color: #f0f0f0;
}

.bg-light-gray-2,
body.homepage,
body.search-summary,
body.search-results,
body.error-page,
body.favorites-page,
body.data-program-requests {
  background-color: #f0f0f0;
}

.bg-dark-teal,
.label-info,
.eligibility-search-match,
.label-warning,
.badge-warning {
  color: #ffffff;
}

.bg-light-teal,
.bg-light-blue,
.bg-light-green,
.bg-light-yellow,
.bg-light-gray-1,
.bg-light-gray-2,
.bg-light-red {
  color: #666666;
}

.bg-light-green-accent,
.bg-light-yellow-accent,
.bg-light-teal-accent {
  color: #444444;
}

.bg-light-gray-1,
.navbar-default {
  background-color: #f8f8f8;
}

.bg-light-blue {
  background-color: #eaf4fb;
}

.bg-light-teal {
  background-color: #e6fbfc;
}

.bg-dark-teal,
.label-info,
#category-nav-bar {
  background-color: #167e8e;
}

.bg-dark-red-accent {
  background-color: #d14232;
}

.bg-light-green {
  background-color: #ebfceb;
}

.bg-dark-green-accent {
  background-color: #008000;
}

.zip-search-form .btn {
  background-color: #3a70a0;
  border-color: #3a70a0;
  color: #ffffff;
}

.zip-search-form .btn:hover,
.zip-search-form .btn:focus,
.zip-search-form .btn:active {
  background-color: #3a70a0;
  color: #ffffff;
  opacity: 1;
}

.text-dark-gray-1,
#copyright,
.help-block,
.close,
.navbar-default .navbar-brand {
  color: #666666;
}

.text-dark-gray-3,
.close:hover,
.close:active,
.close:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #444444;
}

.text-light-gray-1 {
  color: #f8f8f8;
}

.text-dark-blue-4,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #33485e;
}

.text-dark-blue-3,
a:hover,
a:focus,
a:active,
#footer-navigation li a:hover,
#footer-navigation li a:focus,
#footer-navigation li a:active {
  color: #23527c;
}

.text-dark-blue-1,
a,
.link,
#footer-navigation li a,
a.filtersToggle,
a.eligibilityToggle {
  color: #3a70a0;
}

.text-dark-teal,
.text-primary {
  color: #167e8e;
}

.text-dark-red {
  color: #bc473a;
}

.text-dark-red-accent {
  color: #d14232;
}

.dark-red-button-link,
.dark-red-button-link:active,
.dark-red-button-link:hover,
.dark-red-button-link:focus {
  color: #bc473a;
}

.text-dark-green,
.green-text {
  color: #3c763d;
}

.text-dark-green-accent {
  color: #008000;
}

/* bootstrap base overrides */

body {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
  height: 100% !important;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.result-program h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #3a70a0;
  display: inline-block;
}

.result-program h2 {
  display: inline-block;
}

.result-program h3:hover,
.result-program h3:active,
.result-program h3:focus {
  color: #23527c;
}

.uppercase {
  text-transform: uppercase;
}

.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 7px;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.3);
}

.form-control {
  border-color: #666666;
}

.uppercase {
  text-transform: uppercase;
}

.login-prompt b {
  font-size: 1.2em;
}

.login-prompt .btn {
  width: 100px;
}

.login-prompt {
  z-index: 2 !important;
}

.login-prompt .subtitle {
  padding: 5px;
}

.alert-orange .prompt-title b {
  color: #db9507;
}

.alert-orange {
  background-color: #f9f1d7;
  color: black;
}

.alert-danger {
  background-color: #fceceb;
  color: #bc473a;
}

.btn-orange {
  color: white;
  background-color: #ef840f;
}

.btn-success,
.btn-green,
.connect-button,
.program-apply .nav-pills > li.active > a.connect-button {
  color: #ffffff;
  background-color: #008000;
  border-color: #008000;
}

.btn-download {
  border: 2px solid #008000;
  background-color: #ffffff;
  color: #008000;
}

.btn-success:focus,
.btn-green:focus,
.connect-button:focus,
.program-apply .nav-pills > li.active > a.connect-button:focus,
.btn-success:hover,
.btn-green:hover,
.connect-button:hover,
.program-apply .nav-pills > li.active > a.connect-button:hover,
.btn-success:active,
.btn-green:active,
.connect-button:active,
.program-apply .nav-pills > li.active > a.connect-button:active {
  color: #f8f8f8;
  background-color: #3c763d;
  border-color: #3c763d;
}

.btn-danger,
.btn-red {
  background-color: #fceceb;
  color: #666666;
}

.btn-negative {
  background-color: #d14232;
  color: #ffffff;
}

.btn-negative:hover,
.btn-negative:focus,
.btn-negative:active {
  background-color: #bc473a;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  background-color: #fae0de;
  color: #444444;
}

.favorite-flag {
  color: #444444;
  border: 1px solid #444444;
  background-color: #f9f2b4;
}

.favorite-flag:hover,
.favorite-flag:active,
.favorite-flag:focus {
  background-color: #f1c40f;
}

.share-button {
  color: #444444;
  border: 1px solid #444444;
  background-color: #eaf4fb;
}

.share-button:hover,
.share-button:active,
.share-button:focus {
  background-color: #5bc0de;
}

.btn-default {
  border: 1px solid #3a70a0;
  color: #3a70a0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border: 1px solid #23527c;
  color: #23527c;
  background-color: #f0f0f0;
}

.btn-primary,
.btn-info {
  background-color: #3a70a0;
  border-color: #3a70a0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #235273;
  border-color: #235273;
}

.btn-grey-dark {
  color: #ffffff;
  background-color: #444444;
}

.btn-grey-dark:hover,
.btn-grey-dark:active,
.btn-grey-dark:focus {
  color: #ffffff;
  background-color: #666666;
}

.btn-grey {
  color: white;
  background-color: #666 !important;
  border-color: #666 !important;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  color: white;
  background-color: #444 !important;
  border-color: #444 !important;
}

.alert-info {
  color: #23727c;
  background-color: #eaf4fb;
  border-color: transparent;
}

.alert-success {
  background-color: #ebfceb;
  color: #3c763d;
}

.label-warning {
  background-color: #167e8e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #3498db;
}

.nav-tabs > li > a:hover {
  border-color: #f0f0f0 #f0f0f0 #ddd;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f0f0f0;
}

.current-nav-link {
  color: #286090 !important;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1690px;
  margin: 0 auto;
}

.close,
.close:hover,
.close:active,
.close:focus {
  opacity: 1;
}

.input-group-addon {
  background-color: #f8f8f8;
  color: #444444;
  border-color: #666666;
}

@media only screen and (max-width: 1023px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.screenreader {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.page-header {
  font-weight: 300;
  border-bottom: none;
}

/* end bootstrap overrides */

/*flat ui overrides*/
.btn-inverse.btn:hover,
.btn-inverse.btn.hover,
.btn-inverse.btn:focus,
.btn-inverse.btn:active,
.btn-inverse.btn.active,
.open > .dropdown-toggle.btn-inverse.btn {
  color: white;
  background-color: #415b76;
  border-color: #415b76;
}

/*other global styles*/

.navbar-default a {
  font-weight: 400;
}

a {
  font-weight: 500;
  cursor: pointer;
}

/* bertha icon fonts */
@font-face {
  font-display: swap;
  font-family: "berthicons";
  src: url("/searchV2/css/fonts/berthicons.eot");
  src:
    url("/searchV2/css/fonts/berthicons.eot?#iefix") format("embedded-opentype"),
    url("/searchV2/css/fonts/berthicons.woff") format("woff"),
    url("/searchV2/css/fonts/berthicons.ttf") format("truetype"),
    url("/searchV2/css/fonts/berthicons.svg#berthicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu.nav-dropdown-menu {
    background-color: #ffffff;
  }

  .navbar-nav .open .dropdown-menu.nav-dropdown-menu > li > a {
    color: #444444;
  }

  .navbar-nav .open .dropdown-menu.nav-dropdown-menu > li > a:hover {
    background-color: #e7e7e7;
  }
}

.dropdown-menu.nav-dropdown-menu > li > a:hover {
  background-color: #e7e7e7;
}

.dropdown-menu.nav-dropdown-menu > li > a {
  display: block;
  font-weight: 300;
  color: #444444;
  padding: 3px 20px;
}

/*.dropdown.nav-dropdown:hover, .dropdown.nav-dropdown:focus {
    background-color: #e7e7e7;
}
*/
.form-group {
  position: relative;
}

.register-form .login-field-icon.fa-lock {
  font-size: 22px;
  right: 11px;
  top: 31px;
}

.register-form .login-field-icon.fa-envelope {
  font-size: 16px;
  right: 10px;
  top: 32px;
}

.register-form .login-field-icon {
  position: absolute;
  color: #bfc9ca;
}

form#eligibility-form {
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  form#eligibility-form {
    padding: 0px 15px 15px 15px;
  }
}

.login-line-break {
  border-bottom: 2px #b5b6b7 solid;
  padding-top: 36px;
}

.login-line-break-or {
  color: #99a2a8;
  padding-top: 25px;
}

.my-google-login {
  margin-top: 25px;
  background: white;
  color: #444444;
  border-radius: 5px;
  border: thin solid #cdcece;
  padding-left: 0;
  padding-right: 0;
}

.my-google-login:hover {
  cursor: pointer;
}

span.google-button-label {
  color: #3563af;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 42px;
}

span.google-button-icon {
  background: url("/images/btn_google_light_focus_ios.svg") transparent
    no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  border-right: thin solid #cdcece;
  position: absolute;
}

.login-form .login-field-icon {
  color: #666666;
}

#sign-up-new-here-text {
  color: #666666;
}

.connect {
  margin-top: 10px;
  padding: 30px;
  border-radius: 5px;
  clear: both;
}

.connect .row {
  margin: 0px;
}

.whats-next .heading {
  font-size: 20px;
  padding-top: 20px;
}

.no-padding {
  padding: 0px;
}

.connect-results .referral-header-row {
  padding: 0px !important;
}

.connect-confirmation-no-email {
  background-color: #fceceb;
}

.connect-confirmation-no-email .heading {
  color: #e54c3c;
}

.connect-confirmation-no-email .connect-next-steps {
  padding-left: 10px;
}

.connect-next-steps {
  padding-bottom: 10px;
  padding-top: 10px;
  list-style: none;
  margin-top: 0px;
  padding-left: 0px;
}

.connect-form .help-block.tip-callout {
  font-size: 16px;
}

.log-referral-confirmation {
  margin-top: 10px;
  border-radius: 5px;
  clear: both;
  background-color: #f9f8f5;
  padding: 30px;
}

.log-referral-confirmation .heading {
  color: #e54c3c;
}

.log-referral-confirmation .whats-next .heading {
  color: #e54c3c;
}

.connect-panel .log-referral-confirmation {
  padding: 0px !important;
}

#cancer-eligibility-search-submit-btn {
  margin-top: 15px;
}

.explanation-lead {
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 10px 0 15px 3px;
  font-style: italic;
}

[data-icon]:before {
  font-family: "berthicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "berthicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-care:before {
  content: "\61";
}

.icon-education:before {
  content: "\62";
}

.icon-food:before {
  content: "\63";
}

.icon-goods:before {
  content: "\64";
}

.icon-health:before {
  content: "\65";
}

.icon-housing:before {
  content: "\66";
}

.icon-legal:before {
  content: "\67";
}

.icon-money:before {
  content: "\68";
}

.icon-transportation:before {
  content: "\69";
}

.icon-work:before {
  content: "\6a";
}

.icon-addiction:before {
  content: "\6b";
}

.icon-advocacy:before {
  content: "\6c";
}

.icon-identification:before {
  content: "\6d";
}

.icon-medication:before {
  content: "\6e";
}

.icon-mental:before {
  content: "\6f";
}

.icon-provider:before {
  content: "\70";
}

.icon-reproductive:before {
  content: "\71";
}

.icon-wildcard:before {
  content: "\72";
}

.icon-emotional:before {
  content: "\73";
}

.icon-practical:before {
  content: "\74";
}

/* bertha icon fonts */

/* hide spinner on number fields, e.g. ZIP search */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* hide spinner on number fields */

/* custom v1 redirect alert */
nav.navbar.alert.alert-above-navbar {
  min-height: 25px;
  z-index: 999 !important;
  padding: 10px;
}

.navbar-connect {
  background: #ffffff;
}

.alert-info.back-to-v1 {
  color: #33485e;
  background-color: #ffffff;
  border-color: #fc5951;
  width: 100%;
  padding-bottom: 7px;
}

.alert-text {
  padding-top: 7px;
}

.alert-title {
  color: #fc5951;
  font-size: 18px;
  font-weight: 700;
}

.alert-body-text {
  font-size: 14px;
}

.alert-body-text-lg {
  font-size: 16px;
}

.alert.alert-danger li {
  margin-left: 15px;
}

nav.navbar.navbar-default {
  z-index: 1040;
}

/* navbar overrides */

.navbar {
  margin-bottom: 0;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0;
}

.navbar-toggle {
  padding: 4px 10px;
  color: #444444;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #444444;
  text-align: right;
}

.update-alert {
  background-color: white;
}

/*.navbar-brand {
    float: left;
    height: 40px;
    padding: 10px 10px 10px 30px;
    font-size: 18px;
    line-height: 20px;
}
*/

/*@media (min-width: 768px) {
  .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
      margin-right: 0px;
  }
}*/
/* end navbar overrides */
/* end bootstrap base overrides */

.ab-container {
  margin: 0 auto;
  max-width: 1200px;
}

/* brand */

.primary-lockup {
  max-height: 22px;
  float: left;
}

.ab.primary-lockup {
  max-height: 50px;
  margin-top: -14px;
}

.category-nav-menu-item a:focus-visible {
  border-radius: 0px;
  box-shadow: none;
}

a:focus-visible {
  border-radius: 5px;
  box-shadow: 0 0 0 2px #192a56;
}

.tagline {
  display: block;
  float: left;
  padding-left: 20px;
}

/* end brand */

/* app nav */
.sign-out {
  border-left: 1px solid #ccc;
}

/* end app nav */

/* category nav bar */

#category-nav-bar .dropdown:hover .dropdown-menu,
#category-nav-bar .dropdown:focus .dropdown-menu {
  display: block;
}

button.multiselect {
  text-align: left;
}

.multiselect-container {
  min-width: 350px;
  max-width: 350px;
  z-index: 10000;
}

.multiselect-container label {
  font-weight: normal;
  color: inherit !important; /* override validation text color */
}

#category-nav-bar .dropdown.open,
#category-nav-bar .dropdown:hover,
#category-nav-bar .dropdown:focus {
  background-color: #33485e;
}

.dropdown-menu > li.category-nav-menu-item > a {
  display: inline-block;
  font-weight: 300;
  color: #ffffff;
  width: 80%;
  /* These styles prevent layout quirks when Google translation results in longer text (e.g. Albanian) */
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.second-level-category .category-nav-menu-item a {
  padding: 12px 9px;
  display: inline-block;
  width: 80%;
}

.custom-nav .category-nav-bar-category .dropdown-menu .second-level-category {
  display: list-item;
}

.custom-nav .category-nav-bar-category .dropdown-menu .second-level-category a {
  width: 100%;
  padding: 7px 20px;
  display: inline-block;
}

#category-nav-bar .dropdown-menu > li > a:hover,
#category-nav-bar .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #5bc0de;
  outline: 0;
}

#category-nav-bar {
  min-height: 90px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 991px) {
  #top-categories.row {
    border-top: 1px solid #33485e;
  }
}

#category-nav-bar .helper-text .search-message {
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 22px;
}

#category-nav-bar .helper-text div strong {
  font-weight: 500;
}

.second-level-categories {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}

.second-level-categories a span {
  display: none;
}

.second-level-categories .fa-chevron-right {
  color: #ffffff;
  float: right;
  display: inline-block;
  margin: 12px 0px 5px;
  padding: 4px 0;
  width: 20%;
  text-align: center;
  border-left: 1px solid #28a7bd;
}

.second-level-category.active .fa-chevron-right,
.second-level-category:hover .fa-chevron-right,
.second-level-category:focus .fa-chevron-right {
  color: #33485e;
  border-left: 1px solid #d0d0d0;
}

li.second-level-category:hover,
li.second-level-category:focus,
li.second-level-category:hover a,
li.second-level-category:focus a,
li.second-level-category.active,
li.second-level-category.active a {
  background-color: #f0f0f0;
  color: #33485e;
}

#category-nav-bar-search-form {
  margin-top: 15px;
  padding-right: 32px;
  border-right: 1px solid #33485e;
}

@media only screen and (max-width: 991px) {
  #category-nav-bar-search-form {
    border-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #category-nav-bar-search-form {
    margin-top: 10px;
    padding-bottom: 0px;
  }

  #text-search-bar .helper-text {
    border-bottom: 1px solid #33485e;
  }
}

@media (max-width: 991px) {
  #text-search-bar .helper-text h1 {
    margin-top: 35px;
  }
}

#category-nav-bar-search-form-lead {
  color: #dedede;
  padding-bottom: 5px;
  font-weight: 500;
}

#category-nav-bar-search-form-lead a {
  color: white;
  text-decoration: underline;
}

.category-nav-bar-search-form-lead-close {
  display: inline-block;
  float: none;
  opacity: 0.9;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 300;
}

#category-nav-bar-search-form .btn {
  border-color: #33485e;
  background-color: #33485e;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
}

#category-nav-bar-search-form .btn:hover,
#category-nav-bar-search-form .btn:active,
#category-nav-bar-search-form .btn:focus {
  background-color: #444444;
  border-color: #444444;
}

#category-nav-bar-search-form .btn:focus {
  box-shadow: 0px 0px 3px 3px #5bc0de;
}

#category-nav-bar-search-form .form-control {
  border-color: #33485e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#category-nav-bar-categories {
  padding: 0;
  list-style: none;
}

#categories-bar {
  padding: 0px;
}

#top-categories {
  position: static !important;
  padding: 0px;
}

.category-nav-bar-category {
  width: 10%;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  color: white;
}

.custom-search-nav-bar a {
  color: white;
  padding-top: 10px;
  text-decoration: none;
}

.category-nav-bar-category .top-level-category {
  font-weight: 500;
  display: block;
  width: 100%;
  color: #ffffff;
  padding-top: 10px;
  height: 90px;
}

.category-nav-bar-category .disabled-dropdown {
  color: #666666 !important;
}

.category-nav-bar-category .dropdown-toggle:focus,
.category-nav-bar-category:hover {
  color: #ffffff;
}

.category-nav-bar-category .dropdown-toggle:focus span {
  text-decoration: underline;
}

.category-nav-bar-category .dropdown-toggle:focus .icon {
  color: #5bc0de;
}

.category-nav-bar-category .dropdown-menu {
  font-weight: 500;
  background-color: #167e8e;
  color: #ffffff;
  padding-top: 0px;
  margin: 0px;
  min-width: 250px;
  border-top: 5px solid #33485e;
  border-radius: 0;
  cursor: default;
  font-size: 1.2rem;
}

.category-nav-bar-category .dropdown-menu-right {
  border-radius: 2px 0px 2px 2px;
}

.category-nav-bar-category .dropdown-menu .second-level-category {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox .col {
  flex: 1;
}

.flex {
  display: flex;
  width: 200px;
  position: relative;
}

.second-level-categories {
  flex: 0 0 50%;
}

.third-level-category,
.third-level-category ul {
  height: 100%;
  padding: 7px 0px 20px 2px;
  overflow-y: hidden;
}

.third-level-category {
  overflow-x: hidden;
}

.third-level-category ul {
  overflow-x: auto;
}

.third-level-category a {
  color: #33485e;
  text-decoration: none;
  padding: 5px 0px;
}

.second-level-category a {
  color: white;
  text-decoration: none;
}

.slc-all a {
  font-weight: bold;
  font-size: 1.3em;
}

#category-nav-bar .container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.tlc-name {
  font-size: 1.2em;
  font-weight: 400;
}

.flc-name {
  font-size: 1.2em;
  font-weight: 300;
}

.third-level-categories a:hover,
.third-level-categories a:focus {
  color: #3a70a0;
  text-decoration: underline;
}

.category-nav-bar-category.yamm-fw .dropdown-menu {
  width: 100%;
  min-height: 300px;
}

.category-nav-bar-category.yamm .dropdown-menu {
  top: auto;
}

.third-level-categories {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f0f0f0;
}

.third-level-category li {
  margin-right: 100px;
  line-height: 1.7;
  text-transform: lowercase;
}

.border-between > [class*="col-"]:first-child:before {
  display: none;
}

.flexcontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.category-nav-bar-category .dropdown-menu a:hover,
.category-nav-bar-category .dropdown-menu a:focus {
  outline: 0;
}

.category-nav-bar-category .category-icon {
  font-size: 38px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid.category-navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.btn.category-navbar-collapse {
  width: 100%;
  background-color: #34495e;
  padding: 7px;
  color: #ffffff;
  border-radius: 0px;
}

#mobile-search-trigger {
  margin-bottom: 0;
}

#category-navbar-collapse {
  background-color: #ffffff;
}

#mobile-category-navbar {
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#mobile-category-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

#mobile-categories li {
  padding-left: 30px;
}

#mobile-categories li {
  padding-left: 25px;
}

#mobile-category-navbar li {
  padding: 0px 0px 0px 30px;
  border-bottom: 2px solid #d1d1d1;
  color: #33485e;
  font-size: 12px;
  height: 50px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
}

#mobile-category-navbar li:first-of-type {
  border-top: 2px solid #d1d1d1;
}

#mobile-category-navbar li:last-of-type {
  margin-bottom: 51px;
}

#mobile-category-navbar li:hover,
#mobile-category-navbar li:focus {
  background-color: #cfcfcf;
  outline: 0;
}

#mobile-category-navbar li button,
#mobile-category-navbar li a {
  display: inline-block;
  padding-left: 0px;
  color: #33485e;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.3em;
}

#mobile-category-navbar li button:active {
  outline: none;
}

#mobile-category-navbar i.icon.category-icon {
  font-size: 20px;
}

#mobile-categories li button span,
#mobile-category-navbar li button span,
#mobile-category-navbar li a span {
  padding-left: 0px;
  padding-right: 15px;
}

#mobile-categories li button,
#mobile-categories li span {
  display: flex !important;
  align-items: center;
}

#mobile-categories li span.pull-right {
  margin-left: auto;
}

ul[id*="mobile-category-navbar-submenu-"] li span {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0 !important;
}

ul[id*="mobile-category-navbar-submenu-"] li:first-of-type {
  background-color: #33485e !important;
  padding-left: 15px !important;
}

ul[id*="mobile-category-navbar-submenu-"] li:first-of-type button,
ul[id*="mobile-category-navbar-submenu-"] li:first-of-type span {
  color: white !important;
  display: flex !important;
  align-items: center;
}

ul[id*="mobile-category-navbar-submenu-"] i.icon.category-icon {
  padding-left: 10px;
}

ul[id*="mobile-category-navbar-submenu-"]
  li:first-of-type
  i.icon.category-icon {
  padding-left: 0px;
}

/* end category nav bar */

/* custom WL category navbar overrides */
.custom-nav .category-nav-bar-category .dropdown-menu {
  border-width: 0px;
}

.custom-category-nav-back-to-icon {
  margin-right: 20px;
}

#category-nav-bar.custom-nav .category-nav-bar-category {
  max-width: 150px;
}

#category-nav-bar.custom-nav
  .category-nav-bar-category
  .yamm
  .top-level-category {
  padding: 10px 5px;
}

#category-nav-bar.custom-nav .top-category-title {
  font-size: 1.3rem;
  font-weight: normal;
}

#category-nav-bar.custom-nav .category-icon {
  margin: 5px 0 10px;
  height: 34px;
}

/* Tweak for extra-wide icon descriptions that don't behave well under the default width */
#dropdownHealthManagement,
#dropdownAffordableGroceries {
  min-width: 130px;
}

/* Shrink navbar icons and margin slightly when under 1625px */
@media only screen and (max-width: 1625px) {
  #category-nav-bar.custom-nav .category-icon {
    margin: 2px 0 5px;
    font-size: 34px;
  }

  /* Reset the extra-wide icons when under 1625px since they will wrap correctly */
  #dropdownHealthManagement,
  #dropdownAffordableGroceries {
    min-width: inherit !important;
  }
}

.category-nav-bar-category a {
  text-decoration: none;
}

/* A bit of a hack, but there are a few specific custom menu titles that are long
   and do not wrap well under the default rules. For now just handle as one-offs.
   Basically size them like the media query above but at ALL screen widths. */
#dropdownGoodsandTransportation .category-icon, /* Ntxf: "Goods and Transportation" */
#dropdownCaregiverResources .category-icon, /* Connect2Affect: "Caregiver Resources" */
#dropdownEmploymentEducation .category-icon, /* Anthem BH: "Employment Education" */
#dropdownHousingRehabilitiation .category-icon, /* Anthem BH: "Housing & Rehabilitation" */
#dropdownCounselingRehabilitation .category-icon, /* Anthem IDD: "Counseling & Rehabilitation" */
#dropdownGainingIndependence .category-icon, /* Anthem IDD: "Gaining Independence" */
#dropdownCounselingTherapy .category-icon,
#dropdownInHomeResources .category-icon,
#dropdownHousingResources .category-icon {
  margin: 2px 0 5px !important;
  font-size: 34px !important;
}

@media (max-width: 768px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }
}

/* end custom WL category navbar overrides */

/* home page */

@media only screen and (max-width: 483px) {
  #homepage-search {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .zip-search-form .input-group .btn {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .zip-search-form .input-group .input-group-btn {
    display: block;
    position: static;
    clear: both;
    padding-top: 20px;
    width: 100%;
  }

  .zip-search-form .input-group input.form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .zip-search-form .input-group {
    width: 80%;
  }
}

@media only screen and (max-width: 342px) {
  .zip-search-form .input-group {
    width: 100%;
  }

  .zip-search-label {
    padding-bottom: 7px;
  }

  .zip-search-label:after {
    content: ":";
  }
}

#guided-search-link {
  margin-top: -40px;
  padding-bottom: 40px;
}

#guided-search-link a {
  margin-top: 15px;
}

h1.searchable {
  font-weight: 300;
  color: #33485e;
}

.free-text-search h1.searchable {
  margin-bottom: 25px;
}

h1.searchable strong {
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.searchable {
    font-size: 32px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  h1.searchable {
    font-size: 28px;
    text-align: center;
  }

  #category-nav-bar .helper-text h1 {
    padding-bottom: 20px;
    margin-top: 25px;
    font-size: 20px;
  }
}

.zip-search .zip-search-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 0;
}

.location-based-search {
  border-radius: 30px;
  margin-top: 16px;
  font-size: 18px;
  width: 100%;
}

.location-based-search-container {
  margin-top: 16px;
  margin-left: 45px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0;
}

.lbs-text {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zip-search .zip-search-form {
    margin-left: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .zip-search .zip-search-form {
    margin-left: 7%;
  }
}

.zip-search-form .form-control {
  min-width: 100px;
  border-color: #3a70a0;
  height: 45px;
  font-size: 20px;
}

.label-help-text {
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .zip-search-form .form-control {
    font-size: 16px;
  }
}

.zip-search-form #error_message {
  margin-left: 55px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #bc473a;
}

.zip-search-label {
  float: left;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #33485e;
}

.zip-search-form .btn {
  height: 45px;
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  #free-text-search #search-button {
    width: 100%;
  }
}

ul.location-type-ahead {
  max-height: 200px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  border-bottom-color: #fc5951 !important;
  z-index: 1000 !important;
}

ul.location-type-ahead .ui-menu-item-wrapper {
  border-color: #fc5951;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
}

@media only screen and (max-width: 991px) {
  .zip-search-form .btn {
    font-size: 16px;
  }
}

.find-help-action {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .find-help-action {
    margin-left: 0;
    text-align: center;
  }
}

.user-count {
  margin-left: 40px;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .user-count {
    margin-left: 0;
    text-align: center;
  }
}

.user-count .label-info {
  font-size: 12px;
}

#home-page-divider {
  padding-top: 15px;
}

#home-page-logo img {
  max-height: 280px;
}

@media only screen and (min-width: 484px) and (max-width: 991px) {
  #home-page-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-height: 200px;
  }
}

@media only screen and (max-width: 483px) {
  #home-page-logo img,
  .homepage-image {
    display: none;
  }
}

.horizontal-divider {
  margin: 20px 0 20px 0;
  border-top: 1px solid #dedede;
  text-align: center;
}

.home-message {
  margin-top: 45px;
}

@media only screen and (max-width: 483px) {
  .home-message {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .home-message {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .home-message {
    text-align: center;
  }

  .explanation-lead {
    padding: 15px 0 15px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .home-message p.lead {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.home-message #fh-user-count {
  font-size: 16px;
  margin-bottom: 0;
}

.home-message #fh-wl-message {
  font-size: 14px;
  margin-bottom: 0;
}

#terms-and-privacy {
  font-size: 12px;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  #terms-and-privacy {
    text-align: center;
  }
}

/* end home page */

/* search page content */
#search-landing-page {
  margin: 40px auto;
}

#search-landing-page-count-block {
  text-align: center;
}

#search-landing-page-count-block .search-landing-page-count-banner {
  margin-top: 10px;
  line-height: inherit;
  font-weight: normal;
  color: inherit;
}

#search-landing-page-count {
  font-size: 6rem;
  font-weight: 700;
  line-height: 8rem;
  color: #33485e;
  display: block;
  line-height: 1.4;
}

@media only screen and (max-width: 484px) {
  #search-landing-page-count {
    font-size: 3.5rem;
  }

  #search-landing-page-count-block h1 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 485px) and (max-width: 767px) {
  #search-landing-page-count {
    font-size: 4.4rem;
  }

  #search-landing-page-count-block h1 {
    font-size: 2.2rem;
  }
}

#search-landing-page-no-count {
  font-weight: 700;
}

svg g#arrow {
  fill: #33485e;
}

#search-landing-page-directions {
  font-size: 2rem;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px solid #33485e;
  display: inline-block;
}

@media only screen and (max-width: 484px) {
  #search-landing-page-directions {
    font-size: 2rem;
  }
}

#search-landing-page-logo img {
  max-height: 280px;
}

@media only screen and (max-width: 991px) {
  #search-landing-page-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}

/* end search page content */

/* page and element state setup*/
#page-content {
  position: relative;
  padding-bottom: 100px;
}

#page-content.home-background {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #page-content.home-background {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page-content.home-background {
    padding-top: 20px;
  }
}

#search-background {
  padding-bottom: 100px;
}

.content-block {
  margin-top: 50px;
}

.error-page-heading {
  font-size: 90px;
  font-weight: 700;
}

.error-page-image {
  max-width: 75%;
}

.error-page-message {
  padding-top: 40px;
  font-size: 30px;
  color: #34495e;
}

.error-page-sub-header {
  font-size: 24px;
  color: #34495e;
}

/* end page and element state setup*/

/* search crumbs and filters */
#search-crumbs-and-filters {
  /*height: 90px;*/
  vertical-align: middle;
  margin: 0;
  padding-top: 20px;
  width: 100%;
}

.search-breadcrumbs-row {
  padding-left: 0;
}

#search-breadcrumbs {
  background-color: transparent;
  padding: 3px 0 3px 15px;
  float: left;
  line-height: 2.8rem;
  margin-bottom: 10px;
}

#search-breadcrumbs .breadcrumb-category-base-link {
  font-size: 1.3rem;
}

#search-breadcrumbs .breadcrumb-category-link {
  font-size: 1.3rem;
}

#search-breadcrumbs .breadcrumb-category-current {
  font-size: 15px;
  font-weight: 600;
  color: #33485e;
  padding-right: 10px;
}

#search-breadcrumbs .breadcrumb-category-current:before {
  font-size: 1.4rem;
  font-weight: 300;
}

#search-breadcrumbs .breadcrumb-category-current span {
  margin-left: 5px;
}

.top-pagination-control a:hover,
.top-pagination-control a:focus {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #search-breadcrumbs li:nth-of-type(3) {
    font-size: 1.3rem;
  }

  .top-pagination-control a {
    padding: 0px;
  }
}

#search-breadcrumbs li:nth-of-type(4) {
}

#search-breadcrumbs li:nth-of-type(4) span {
}

#search-breadcrumbs li:nth-of-type(4):before {
  display: none;
}

/* Override the default bootstrap .breadcrumb style only for search results: */
#search-breadcrumbs .breadcrumb {
  background: transparent;
  display: inline;
  margin: 0;
}

.breadcrumb-category-current-info {
  font-weight: normal;
  font-size: 1.3rem;
}

button#score-sort.btn.active,
button#distance-sort.btn.active,
button#wl-score-sort.btn.active {
  background-color: #34495e;
  color: #ffffff;
}

button#score-sort.btn.focus,
button#distance-sort.btn.focus,
button#wl-score-sort.btn.focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  #sortControl {
    text-align: center;
    padding-bottom: 7px;
  }
}

@media only screen and (min-width: 991px) {
  #sortControl {
    float: right;
    text-align: right;
    padding-top: 7px;
    padding-right: 0px;
  }
}

#sortControl button {
  font-size: 1.2rem;
  border: 1px solid #34495e;
  background-color: #ffffff;
  color: #33485e;
}

#sortControl button:hover,
#sortControl button:active,
#sortControl button:focus {
  color: #23527c;
  background-color: #f8f8f8;
}

#sortByControl {
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 5px;
  color: #34495e;
}

#sortByControl i {
  padding-right: 5px;
}

#sortByControl .fa-info-circle {
  color: #3a70a0;
}

#sortByControl .fa-info-circle:hover,
#sortByControl .fa-info-circle:focus,
#sortByControl .fa-info-circle:active {
  color: #23527c;
}

.btn-map {
  background-color: #ffffff;
  padding: 3px 12px 2px 12px;
  /*   margin-top: 4px; */
  border-radius: 4px;
  /*   vertical-align: top; */
  display: inline-block;
  /*   line-height: 2.5rem; */
}

.btn-map span {
  padding-left: 5px;
}

#left-controls {
  padding: 6px 0 0;
}

#search-map-container {
  padding-right: 10px;
}

.search-results-map {
  border: 1px solid #ece9de;
  background-color: #ffffff;
  height: 325px;
  position: relative;
  overflow: hidden;
}

.search-results-map h5 {
  padding: 0px;
  font-size: 1px;
  color: transparent;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}

.search-results-map-area {
  background-color: #cdcdcd;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-description-blurb {
  padding: 4px 0px;
  float: left;
  width: 100%;
  color: #666666;
  font-size: 14px;
}

h1.seo-category-h1 {
  font-size: 15px;
  color: #666666;
  margin: 0 0 5px 0;
}

#search-breadcrumbs .page-description-blurb {
  margin: 0 15px 20px 40px;
}

#seo-category-page .page-description-blurb {
  margin: 20px 0 30px 0;
}

.page-description-blurb-title {
  color: #666666;
  margin-bottom: 5px;
  font-weight: 700;
}

#search-actions {
  padding: 6px 0 0 0;
}

.menu-help-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #666666;
}

#mobileSearchControls {
  display: none;
}

#mobileSearchControls a {
  padding: 5px 0 5px 0;
  display: inline-block;
}

.search-controls-title {
  font-size: 1.6rem;
  color: #3a70a0;
  padding: 5px 6px 5px 0px;
}

#collapseEligibility .filter-group:first-of-type,
#collapseFilters .filter-group:first-of-type {
  padding-top: 15px;
}

#collapseEligibility .filter-group:last-of-type,
#collapseFilters .filter-group:last-of-type {
  padding-bottom: 15px;
}

#search-actions .filter-group {
  padding: 5px 15px;
}

.filter-group {
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.filter-group-title {
  color: #666666;
  font-weight: 500;
}

.filter-group > .filter-group {
  padding-left: 20px;
  padding-bottom: 0px;
}

.filter-group > .filter-group > .filter-group-title {
  font-style: italic;
  font-weight: bold;
}

.filter-group .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.filter-group .checkbox span {
  display: inline-block;
}

.selected-filter .fa-close:hover,
.selected-filter .fa-close:active,
.selected-filter .fa-close:focus {
  color: #fceceb;
}

.selected-filter .fa-close {
  cursor: pointer;
}

.selected-filter .fa-close:active,
.selected-filter .fa-close:hover,
.selected-filter .fa-close:focus {
  color: #d7d7d7;
}

.word-wrap {
  word-wrap: break-word;
}

.results-banner {
  background-color: #eaf4fb;
  border-radius: 3px;
  border: 1px solid #5bc0de;
}

.eligibility-details-btn {
  padding: 0;
  margin: -10px -25px 10px 0;
}

.static-columns,
.dynamic-columns {
  padding-left: 8%;
}

.page-description-blurb,
.page-description-blurb h1.seo-category-h1 {
  font-size: 1px;
  color: #f0f0f0;
  height: 1px;
  width: 1px;
  margin-top: -1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .results-banner {
    margin-left: 0px;
  }

  .eligibility-details-btn {
    margin: -10px -10px 10px 0;
  }

  .static-columns,
  .dynamic-columns {
    padding-left: 5%;
  }

  .nav-tabs > li > a {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .static-columns,
  .dynamic-columns {
    padding-left: 0%;
  }

  #search-result-list {
    margin-top: 10px;
  }
}

button.close.eligibility-rules-close {
  margin-right: 15px;
}

#selected-filters {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#search-eligibility-results-banner {
  padding: 20px 10px;
  margin-bottom: 10px;
}

#search-eligibility-results-banner .btn,
#selected-filters .form-clear-btn {
  color: #bc473a;
  border: 0px;
  padding: 0px;
  background-color: transparent;
}

#search-eligibility-results-banner form {
  float: right;
}

@media only screen and (max-width: 767px) {
  #search-eligibility-results-banner form {
    float: none;
  }
}

#search-eligibility-no-results-banner {
  background-color: #fceceb;
  border-radius: 3px;
  border: 1px solid #bc473a;
  margin-top: 7px;
}

#search-eligibility-no-results-banner div {
  padding: 10px 0px;
}

#search-eligibility-no-results-banner form button {
  padding: 10px 0px;
  color: #bc473a;
}

@media only screen and (min-width: 992px) {
  .results-banner {
    margin-left: 8px;
  }

  .current-filters-no-results-container .results-banner {
    margin-left: 0px;
  }
}

#selected-filters.filtering {
  padding: 10px;
  margin-bottom: 10px;
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.selected-filters-container {
  display: inline-block;
}

.selected-filter {
  margin-left: 7px;
  background-color: #34495e;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.selected-filter:after {
  position: absolute;
  right: -17px;
  color: #444444;
  top: 4px;
}

.selected-filter-and:after {
  content: "and";
  right: -24px;
}
.selected-filter-or:after {
  content: "or";
  right: -17px;
}

.selected-filter:last-of-type:after {
  content: "";
}

a.selected-filter-clear,
a.selected-filter-clear:visited {
  color: #ffffff;
}

a.selected-filter-clear:active,
a.selected-filter-clear:hover {
  color: #3498db;
}

#selected-filters-language {
  display: none;
}

#selected-filters-serve {
}

#filter-count {
  font-size: 1.6rem;
  font-weight: 600;
  color: #33485e;
  background-color: transparent;
  padding-bottom: 5px;
}

/* end search filters */

/* search result listings */
#search-result-list {
  margin: 0;
  padding: 7px 0 120px 0;
}

#search-result-list ul {
  padding-left: 8px;
  margin-bottom: 0px;
}

.search-result {
  list-style-type: none;
  margin: 8px 0 0 0;
  padding: 0 30px 30px 30px !important;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  float: left;
  width: 100%;
}

.search-result .bg-light-green,
.search-result .bg-light-yellow,
.search-result .bg-light-blue {
  color: #666666;
}

.search-result:first-of-type {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .search-result {
    padding: 0 30px;
  }
}

.result-lead {
  padding-top: 5px;
}

.result-tags.row {
  padding: 5px 30px;
}

.result-tag {
  display: inline-block;
  font-size: 1.35rem;
  margin-bottom: 5px;
  position: relative;
  padding: 2px 8px;
  margin-right: -2px;
}

.result-tag:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  right: -6px;
  top: 0px;
}

.sorting-preference-flag a {
  color: #ffffff;
}

.unscored-wl-program {
  display: none;
}

.unscored-programs .sorting-description {
  margin-left: 8px;
  margin-bottom: 8px;
}

.filterButton,
.eligibilityButton,
.filterButton:hover,
.eligibilityButton:hover,
.filterButton:focus,
.eligibilityButton:focus,
.filterButton:active,
.eligibilityButton:active {
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  background-color: white;
  outline: none;
  padding: 15px;
  color: #23527c;
  font-weight: bold;
  font-size: 18px;
}

.filterButton,
.filterButton:focus,
.filterButton:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-left-color: #f0f0f0;
}

.eligibilityButton,
.eligibilityButton:focus,
.filterButton:hover {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right-color: #f0f0f0;
}

.result-flags {
  margin: -3px -32px 0 -32px;
  position: relative;
}

div[class$="flag"] {
  display: inline-block;
}

.coverage-flag {
  /*position: absolute;
    left: -3px;
    top: -2px;*/
}

.coverage-flag.bg-light-blue {
  color: #3a70a0;
}

.coverage-flag.bg-light-teal {
  color: #167e8e;
}

.coverage-flag.bg-light-green {
  color: #3c763d;
}

.flag-seeker-note {
  background-color: #eaf4fb;
  color: #666;
}

.static-seeker-note {
  color: #767676;
}

.top-right-menu {
  float: right;
  z-index: 1;
}

.option-modal {
  border-radius: 5px;
}

.restricted-text-area {
  max-width: 100%;
  max-height: 100%;
}

.note-option-button {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #3a70a0;
  padding: 4px;
}

.static-seeker-note li a {
  padding: 0px;
}

.static-seeker-note .note-author {
  font-weight: bold;
  font-size: 1.1em;
}

.alter-note-buttons {
  min-width: 90px;
  top: 30px;
}

.static-seeker-note .alter-note-buttons {
  left: -60px;
}

.flag-seeker-note {
  font-weight: bold;
}

.flag-referral-sent {
  background-color: #008000;
  color: #ffffff;
}

.flag-referral-saved {
  background-color: #767676;
  color: #ffffff;
}

.this-program-helps-who-message {
  font-weight: bold;
  color: #bc473a;
}

.search-filter-form-error-window {
  padding: 10px 5px;
  text-align: center;
  color: #bc473a;
  background-color: #fceceb;
  border-radius: 5px;
  margin-bottom: 10px;
}

.fpil-message {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: inherit;
  color: #666666;
  border-bottom: none;
}

.non-bold-label {
  font-weight: normal;
}

.form-clear-btn {
  border: 1px solid #bc473a;
  color: #bc473a;
}

.form-clear-btn:active,
.form-clear-btn:focus,
.form-clear-btn:hover {
  border: 1px solid #bc473a;
  color: #bc473a;
  background-color: #fceceb;
}

.eligibility-clear-btn,
.eligibility-clear-btn:active,
.eligibility-clear-btn:focus,
.eligibility-clear-btn:hover {
  border: 1px solid #bc473a;
  color: #bc473a;
}

.eligibility-clear-btn:active,
.eligibility-clear-btn:focus,
.eligibility-clear-btn:hover {
  border: 1px solid #bc473a;
  color: #bc473a;
  background-color: #fceceb;
}

.eligibility-search-eligible {
  color: #008000;
}

.eligibility-search-unknown {
  color: #167e8e;
}

.eligibility-search-not-eligible {
  color: #bc473a;
}

.eligibility-partial-match,
.eligibility-search-match {
  float: right;
}

.eligibility-partial-match {
  background-color: #167e8e;
}

.eligibility-search-match {
  background-color: #34495e;
}

.eligibility-search-match i,
.favorite-flag i,
.eligibility-partial-match i,
.btn-danger i,
.btn-red i {
  padding-right: 5px;
}

.eligibility-partial-match:before {
  border-right: 6px solid #167e8e;
}

.eligibility-search-match:before {
  border-right: 6px solid #34495e;
}

.eligibility-search-match:before,
.eligibility-partial-match:before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
}

.sorting-preference-flag {
  background-color: #167e8e;
  color: #ffffff;
}

.sorting-preference-flag:before {
  border-left: 6px solid #167e8e;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  right: -6px;
  top: 0px;
}

.result-tag .popover-content {
  padding: 9px 14px;
  width: 275px;
  color: #444444;
}

.favorite-flag {
  border-radius: 3px;
  padding: 5px 8px;
  vertical-align: middle;
}

.add-favorite-window {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f2b4;
  padding: 20px;
  border-radius: 5px;
}

.favorite-folder-select-label {
  margin-right: 10px;
}

.multiselect-search {
  height: 39px;
}

.create-folder-name-label {
  margin-right: 10px;
}

.rule-results-window {
  margin: 0 15px 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #eaf4fb;
  border: 1px solid #5bc0de;
  border-radius: 5px;
}

.referral-window {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}

.alert-favorite {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f2b4;
  padding: 20px;
  border-radius: 5px;
  font-size: 1em;
}

.favorites-explanation {
  line-height: 2;
}

.add-edit-favorite-text {
  color: #444444;
}

.centered-pills {
  text-align: center;
}

.centered-pills ul.nav-pills {
  display: inline-block;
}

.centered-pills li.bullet {
  display: list-item;
}

.centered-pills li {
  display: inline;
}

.centered-pills a {
  float: left;
  font-size: 18px;
}

.centered-pills ul.nav-pills li a:hover {
  background-color: #f1c40f;
}

.centered-pills ul.nav-pills li.active a {
  background-color: #3a70a0;
  outline: 0px;
  color: #ffffff;
}

.favorite-login-prompt.tab-content {
  background-color: transparent;
  border: none;
  border-top: none;
  text-align: left;
}

.register-form label a {
  float: none;
  font-size: inherit;
  font-weight: inherit;
}

.share-button {
  padding: 5px 8px;
  margin: 15px 0;
}

.print-button {
  color: white;
  font-size: 16px;
  padding: 8px 16px;
  background-color: #3a70a0;
  border-color: #3a70a0;
  margin-top: 15px;
}

.print-button:hover,
.print-button:active,
.print-button:focus {
  color: #f8f8f8;
  background-color: #23527c;
}

.apply-button {
  color: white;
  font-size: 16px;
  padding: 8px 16px;
  background-color: #008000;
  border-color: #008000;
  margin-top: 15px;
}

.apply-button:hover,
.apply-button:active,
.apply-button:focus {
  color: #f8f8f8;
  background-color: #3c763d;
}

.share_box {
  margin-top: 10px;
  background-color: #eaf4fb;
  /*text-align:center;*/
  padding: 20px;
  border-radius: 5px;
  clear: both;
}

.bulk_share_box {
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  clear: both;
}

.bulk-success-message {
  color: #3c763d;
  background-color: #ebfceb;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.review-box {
  margin: 0 10px 0 15px;
  padding-top: 10px;
}

.personal-referral-window.share_box {
  margin-left: -15px;
  margin-right: -15px;
}

.im-interested.help-block {
  margin-bottom: -10px;
}

.form-group.share-with-group {
  margin-left: 0;
}

.form-group.note-field {
  margin-bottom: 0;
}

.form-group textarea {
  resize: vertical;
  display: block;
}

.reviews {
  margin: 15px;
}

.review {
  border-top: 1px solid #f0f0f0;
  padding: 15px 0;
}

.review-text {
  padding-top: 5px;
}

.review-status-tag {
  margin-left: 5px;
}

.report_change_box {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  clear: both;
}

.cta-title {
  margin: 0 0 10px 0;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .cta-title {
    display: none;
  }
}

.form-group.required .control-label:after {
  content: "*";
  color: #bc473a;
  font-weight: bold;
}

.send-method .btn-group-lg .btn {
  color: #3a70a0;
  background-color: white;
  border-color: #3a70a0;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.send-method .btn-group-lg .btn i {
  font-size: 16px;
}

.send-method .btn-group-lg .btn:hover {
  color: #23527c;
  background-color: #f8f8f8;
  border-color: #23527c;
}

.send-method .btn-group-lg .active,
.send-method .btn-group-lg .active:hover {
  color: white;
  background-color: #3a70a0;
}

.form-group.send-button {
  padding-left: 0;
  margin-right: 10px;
  float: left;
}

/* Overrides for delete button in Saved Favorites > Edit form */
.edit-folder-form .btn.btn-red {
  background-color: #fceceb;
  color: #666666;
}

.edit-folder-form .btn.btn-red:hover,
.edit-folder-form .btn.btn-red:active,
.edit-folder-form .btn.btn-red:focus {
  background-color: #fae0de;
  color: #444444;
}

/* End: Overrides ... */

.form-group.send-button .btn:hover {
  color: #f8f8f8;
  background-color: #23527c;
  border-color: #23527c;
}

.form-group.send-button.send-change-report {
  margin-left: 0;
}

.share-explanation {
  line-height: 1.3;
  margin-top: -3px;
}

@media only screen and (max-width: 479px) {
  .share-explanation {
    display: none;
  }
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.provider-lead {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 600;
}

.provider-details-title {
  font-size: 16px;
  line-height: 1.42857143;
  margin-top: 0px;
  margin-bottom: 0px;
}

.provider-claim {
  text-align: right;
}

.provider-claim > a {
  display: block;
}

@media (max-width: 767px) {
  .provider-claim {
    text-align: left;
  }

  .provider-claim > a {
    padding-top: 1em;
    display: inline-block;
    margin-right: 0.5em;
  }
}

.result-program {
  font-size: 22px;
  line-height: 22px;
  margin-top: 5px;
  width: 85%;
  float: left;
}

/*.result-program > span {
  position: absolute;
  left: -40px;
  min-width: 35px;
  text-align: right;
  color: #767676;
}*/
.result-program-details {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.provider-details {
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 25px;
  color: #33485e;
  font-size: 1.6rem;
}

#provider-details #page-content {
  max-width: 1060px;
}

.program-agency.row {
  margin-left: 0;
}

.result-agency {
  color: #666666;
  font-size: 17px;
  padding: 5px 0;
  float: left;
  width: 100%;
}

.result-agency span {
  font-weight: 300;
}

.result-geo {
  margin: 5px 0 15px 0;
}

.result-geo-group {
  display: inline-block;
  margin: 3px 5px 3px 0px;
}

.result-geo-hours {
  padding-right: 5px;
}

.result-geo-distance i {
  margin-right: 5px;
  color: #bc473a;
}

.result-geo-get-directions {
  margin: 0px 7px;
}

.result-geo-get-directions a {
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .directions-link:after {
    content: "Map";
  }

  .search-result .visible-sm.tab-content.no-tabs {
    padding: 0;
    border: transparent 0 none;
    margin-top: 0px;
  }

  .search-result .visible-sm.tab-content.no-tabs .program-action-prompt {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .directions-link:after {
    content: "Get Directions";
  }
}

@media only screen and (max-width: 991px) {
  .program-action-buttons button,
  .program-action-buttons .btn {
    width: 21%;
    margin-right: 2%;
    padding: 5px 12px;
    margin-top: 10px;
  }

  .share-button {
    margin: 0px 0;
  }

  .program-action-buttons .connect-button {
    width: 26%;
    margin-right: 0%;
  }

  .favorites-page .program-action-buttons button,
  .favorites-page .program-action-buttons .btn {
    width: 17%;
    margin-right: 2%;
    margin-top: 10px;
  }

  .favorites-page .program-action-buttons .connect-button {
    width: 24%;
    margin-right: 0%;
  }

  .favorites-page .favorites-content > .col-xs-12,
  .favorites-background > .containder-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .favorites-content.row {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .favorites-page .program-action-buttons button,
  .program-action-buttons .btn {
    font-size: 13px;
  }

  .connect {
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .program-action-buttons button i.fa,
  .program-action-buttons .btn i.fa {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 2px;
  }

  .program-action-buttons button,
  .program-action-buttons .btn {
    font-size: 10px;
  }

  .tab-content.no-tabs {
    margin-top: 0px;
  }
}

.result-geo-open {
  font-weight: 600;
}

.result-geo-close {
  font-weight: 600;
  padding-right: 5px;
}

.web-and-social {
  color: #444444;
  padding-right: 5px;
}

.result-lead-actions-group {
  width: 15%;
  float: left;
}

.result-lead-actions-group i {
  font-size: 1.2rem;
}

.result-lead-actions-group > span:last-of-type {
  font-size: 3rem;
  margin-right: 10px;
  margin-top: 0px;
}

.result-lead-actions-group span {
  font-size: 1.3rem;
  padding-left: 3px;
}

.result-lead-actions-group .btn-info {
  margin-top: 25px;
  font-size: 1.2rem;
  color: #ffffff;
}

.result-tags-title {
  font-weight: bold;
  padding-top: 0px;
  display: inline;
  margin-right: 10px;
}

.result-tags-sm {
  font-size: 13px !important;
}

.result-tags-title:after,
.eligibility-title:after {
  content: ":";
  padding-left: 1px;
}

.result-tags-title:before {
  content: "\f02b";
  font-family: FontAwesome;
  padding-right: 4px;
}

.eligibility-title:before {
  content: "\f14e";
  font-family: FontAwesome;
  padding-right: 4px;
}

.attribute-tags .result-tags-title:before {
  content: "\f007";
  font-family: FontAwesome;
  padding-right: 8px;
  padding-left: 2px;
}

.result-tags h5 {
  display: inline;
  color: #666666;
  min-width: 35px;
}

.result-tags ul {
  display: inline;
  margin-top: 0;
  padding-left: 0 !important;
}

.result-tags ul li {
  border: 0px;
  border-radius: 4px;
  background-color: transparent;
  padding: 0px 1px;
  margin-bottom: 0px;
  margin-right: 0px;
  text-transform: lowercase;
}

.result-tags ul li:after {
  content: ",";
  padding-left: 1px;
}

.result-tags ul li:last-child:after {
  content: "";
}

.result-tabs {
  margin-right: 0;
  margin-top: 15px;
}

.result-tabs ul {
  padding-left: 0 !important;
}

.result-tabs > .container-fluid:first-of-type {
  padding-right: 0;
}

.configurable-fields {
  padding: 5px 30px;
}

.configurable-fields-title {
  font-weight: bold;
  padding-top: 0px;
  min-width: 100px;
}

.configurable-fields-title:after {
  content: ":";
  padding-left: 1px;
}

.configurable-fields ul {
  margin-top: 0;
  padding-left: 0 !important;
  list-style-type: none;
}

.configurable-fields ul li {
}

#search-result-list ul.help-block-bullets {
  padding-left: 30px !important;
  margin-bottom: 20px;
}

.tab-content {
  background-color: #ffffff;
  padding: 15px 5px 15px 0;
  border: 1px solid #ddd;
  border-top-color: transparent;
  border-radius: 0px 0px 4px 4px;
}

.tab-content.no-tabs {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-right: 15px;
  margin-top: 10px;
}

.program-action-prompt {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}

.next-step-list .step:after {
  content: ", ";
  margin-left: -2px;
}

.next-step-list .step:nth-last-child(2):after {
  content: ", or";
}

.next-step-list .step:last-child:after {
  content: ".";
  padding-right: 0px;
}

.search-result .tab-content.no-tabs {
  border: 0px;
  padding: 0px;
}

.result-next-step span {
  font-size: 1.3rem;
  margin: 0 7px 0 4px;
}

.result-next-step .fa {
  color: #444444;
}

.connect-form-box hr {
  border: none;
  /* avoid these getting overriden by tab-specific hr styles */
  border-top: 1px dashed #c3c1c1 !important;
  margin: 20px 0 !important;
}

.referral-help-text hr {
  border-top: 1px solid #ecebe1 !important;
  margin: 0px 0px 20px 0px !important;
}
.referral-help-text .fa-info-circle {
  margin-top: 15px;
}

.first-deferred-next-step {
  margin-bottom: 2rem;
}

.share_program_form,
.share_program_phone_form {
  padding-left: 1px;
  padding-right: 1px;
}

@media only screen and (min-width: 767px) {
  .first-deferred-next-step .deferred-next-step-message {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .first-deferred-next-step .deferred-next-step-message {
    font-size: 16px;
  }
}

.deferred-connect-group {
  margin-bottom: 15px;
}

.deferred-connect-button {
  color: white;
  background-color: #3a70a0;
  padding: 2px 8px 3px;
}

.deferred-connect-button:hover,
.deferred-connect-button:active,
.deferred-connect-button:focus {
  color: #f8f8f8;
  background-color: #23527c;
}

li.report-change-tab a,
.report-change-link {
  font-weight: 700;
  color: #444444;
}

.report-change-button {
  color: #3a70a0;
  background-color: transparent;
  font-weight: bold;
  padding: 4px 12px;
  margin: 15px 0;
}

.report-change-button:hover,
.report-change-button:active,
.report-change-button:focus {
  color: #23527c;
  background-color: transparent;
  outline: none;
}

.tab-pane .row {
  margin: 0;
  padding: 8px 0;
}

.claim-program-message {
  margin-left: -15px;
  margin-right: -15px;
}

.claim-program-message ul {
  padding-left: 0;
}

.claim-program-message li {
  list-style: none;
}

.program-description-tabbed {
  line-height: 2.6rem;
  margin-top: -3px;
}

.program-description-tabbed ul {
  padding-left: 20px !important;
}

.applying-tabbed {
  margin: 10px 0;
}

.applying-alert {
  color: #008000;
  padding: 10px 15px;
  display: block;
  border: 1px solid #008000;
  border-radius: 5px;
  font-size: 2rem;
  margin-bottom: 15px;
}

.applying-information {
  padding: 0;
}

.applying-information p {
  margin-bottom: 5px;
}

.applying-action {
  margin-top: 10px;
}

/* end search result listings */

.bottom-pagination-control {
  font-size: x-large;
  padding-top: 20px;
}

.bottom-pagination-control a:hover,
.bottom-pagination-control a:focus {
  text-decoration: none;
}

/* end category programs */

/* program details page */
.print-heading {
  display: none;
}

.program-access {
  margin-left: 0;
  padding-left: 0;
  padding-top: 10px;
}

.program-next-steps .program-availability {
  margin: 10px 10px 0px 0px;
}

.program-availability {
  float: left;
}

.program-availability .btn {
  border-color: #3498db;
  color: #3498db;
  font-weight: 600;
  padding: 3px 15px;
}

.program-availability .text-dark-teal {
  padding: 5px 0px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}

.program-availability .text-dark-teal:after {
  content: ":";
}

.program-apply li a {
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.program-description {
  line-height: 2.4rem;
  margin: 15px auto 30px auto;
}

.program-detail {
  padding: 3px 0;
  margin-bottom: 10px;
}

.program-detail span {
  font-weight: 500;
  color: #33485e;
  padding-top: 10px;
  padding-right: 7px;
}

.program-next-steps .container {
  margin-left: 0;
  padding-left: 0;
}

.program-next-steps .program-apply li a {
  margin-left: 0;
  margin-top: 10px;
}

.office-hours-and-location {
  margin: 30px 0 0 0;
}

.tab-pane .office-hours-and-location {
  margin: 0;
  padding: 0 15px;
}

.office-hours-and-location h4 {
  color: #33485e;
  font-size: 18px;
  padding-bottom: 10px;
}

.office-hours-wrap {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  color: #666666;
  height: 350px;
  overflow: auto;
  margin-bottom: 30px;
}

.tab-pane .office-hours-wrap {
  border: none;
  padding: 5px 10px;
}

.office-hours {
  margin-bottom: 25px;
}

.office-hours:last-of-type {
  margin-bottom: 0px;
}

.office-hours > div {
  padding-bottom: 4px;
}

.closest-to-zip {
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.closest-to-zip-alert {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

button.claim-alert.close {
  right: 0;
}

.office-hours-name {
  font-weight: 600;
  font-size: 1.6rem;
  color: #444444;
}

.office-hours p.label.label-warning {
  font-size: 85%;
  line-height: 1.5;
}

.office-hours-distance i {
  padding-right: 3px;
  /*margin-left: -4px;*/
  font-size: 1.6rem;
  color: #e64b3b;
  margin-top: 5px;
}

.office-hours-distance a {
  text-decoration: underline;
}

.office-hours-address {
  margin-bottom: 10px;
}

.office-hours-phone .connections-log.programWebsite {
  word-wrap: break-word;
  overflow: hidden;
}

.office-hours-schedule {
  margin-top: 10px;
}

.program-email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .program-website a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.preserve-line-breaks {
  white-space: pre-line;
}

.office-hours-schedule span {
  display: inline-block;
  margin-right: 5px;
  padding-top: 2px;
}

.office-hours-schedule .btn {
  border-color: #33cc99;
  color: #33cc99;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 6px;
  margin: 0 5px 0 -7px;
}

@media only screen and (max-width: 767px) {
  .office-hours-schedule {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
  }
}

span.btn.btn-closed {
  border-color: #e64b3b;
  color: #e64b3b;
}

.program-info {
  max-width: 1000px;
  margin: 0 auto;
}

.office-location-wrap {
  height: 350px;
  padding-right: 15px;
  margin-bottom: 30px;
  max-width: 1000px;
}

.office-location {
  padding-right: 15px;
  height: 100%;
  background-color: #ddd;
}

#map {
  background-color: #ccc;
}

#map-print {
  width: 600px;
  height: 300px;
  position: absolute;
  left: -10000px;
}

#map-print a[href] {
  display: none;
}

#map-print a[href]:after {
  content: none;
}

#program-sidebar-help,
#program-sidebar-referral {
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 5px;
}

#program-sidebar-help h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 15px;
  color: #33485e;
}

#program-sidebar-referral h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 5px;
  color: #33485e;
}

#program-sidebar-referral h3 + em {
  font-size: 1.5rem;
  color: #999999;
  margin-bottom: 15px;
  display: inline-block;
}

#program-sidebar ol {
  counter-reset: li; /* Initiate a counter */
  margin-left: 0; /* Remove the default left margin */
  padding-left: 0; /* Remove the default left padding */
}

#program-sidebar ol > li {
  position: relative; /* Create a positioning context */
  margin: 0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px; /* Add some spacing around the content */
  list-style: none; /* Disable the normal item numbering */
}

#program-sidebar ol > li:before {
  content: counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  font-weight: 600;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 3px 0px 3px 0px;
  color: #ffffff;
  text-align: center;
  width: 26px;
  height: 26px;
  background: #ccc;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}

#program-sidebar li ol,
li ul {
  margin-top: 6px;
}

#program-sidebar ol ol li:last-child {
  margin-bottom: 0;
}

#program-sidebar-apply-button {
  padding: 6px 0;
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #3397da;
  margin: 20px 0 5px 0;
}

#program-sidebar-apply-button + em {
  color: #999999;
  font-size: 1.5rem;
}

#program-sidebar-referral-button {
  padding: 6px 0;
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #aeaeae;
  margin: 20px 0 5px 0;
}

.provider-description,
.program-next-steps,
.program-service-tags,
.program-claim h5 {
  color: #33485e;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 20px;
}

.program-service-tags .list-inline li {
  background-color: transparent;
  padding: 3px 0px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0 2px 6px 0;
  color: #666666;
}

.program-summary .program-tags .list-inline li {
  margin-top: auto;
}

.program-service-tags .list-inline li:after {
  content: ",";
}

.program-service-tags .list-inline li:last-child:after,
.program-service-tags .list-inline li.no-comma:after {
  content: "";
}

.program-service-tags .list-inline {
  margin-left: 0px;
}

#program-detail-reviews .reviews {
  margin: 0px;
}

#program-detail-reviews .review-box {
  margin: 0px;
  padding: 20px 35px;
}

h3.program-detail-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: black;
  pointer-events: none;
}

/* end program details page */

/* browse pages */

h1#page-title {
  font-size: 23px;
  color: #34495e;
}

ul.cities-block {
  padding-left: 0;
  margin-top: 14px;
}

.states-list,
.cities-list {
  list-style: none;
  color: #3498db;
  line-height: 28px;
}

li.states-list {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .states-list a {
    font-size: 22px;
  }
}

h2.states-list {
  color: #666666;
}

h2.categories-list {
  font-size: 18px;
  font-weight: bold;
  color: #34495e;
  margin-top: 12px;
}

ul.categories-block {
  padding-left: 0;
  margin-top: 26px;
  margin-bottom: 36px;
}

span.program-count {
  color: #666666;
}

#seo-category-page .icon.category-icon {
  color: #3b97d3;
  font-size: 40px;
  margin: 0;
  padding: 0;
  float: left;
  width: 50px;
}

.zero-results {
  padding-bottom: 40px;
  color: #444444;
  font-size: 24px;
}

.zero-results-cta {
  font-size: 18px;
}

.zero-results-cta .btn {
  margin: 15px 0;
  font-size: 18px;
  padding: 10px;
}

.enter_review .note {
  margin-bottom: 10px;
  padding-top: 7px;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
}

/* end browse pages */

/* footer */
footer {
  /*height: 100px;*/
  background-color: #f8f8f8;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  padding: 8px 10px 0px 10px;
}

/*
@media only screen and (max-width: 991px) {
 footer {

 }
}
*/

footer.navbar {
  box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.1);
  z-index: auto;
}

footer .container-fluid {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) {
  footer .container-fluid {
    padding-left: 20px;
    padding-right: 15px;
  }
}

footer .navbar-toggle {
  margin-top: 0;
  margin-right: 0;
}

#footer-navigation .nav {
  float: right;
  margin-right: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
}

#footer-navigation li {
  font-size: 1.2rem;
  text-align: right;
}

#footer-navigation li a {
  display: inline-block;
  padding: 4px 8px;
}

#footer-navigation li:last-of-type a {
  padding-right: 0px;
}

#footer-navigation li a:hover {
  background-color: transparent;
}

#copyright {
  width: 100%;
  float: right;
  margin-top: -15px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  #footer-navigation .nav {
    float: none;
  }

  #footer-navigation .nav > li {
    display: inline;
  }

  #footer-navigation li a {
    padding-right: 14px;
    font-size: 14px;
  }

  #copyright {
    float: none;
    text-align: left;
    margin-top: 1em !important;
    margin-left: -7px;
  }
}

@media only screen and (min-width: 992px) {
  #footer-navigation li:after {
    content: "";
    display: inline-block;
    color: #333;
  }

  #footer-navigation li:last-of-type:after {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  #copyright {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

.wl-footer-image {
  height: 31px;
}

.wl-footer-content {
  margin-top: -8px;
  font-size: 12px;
  color: #666666;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .wl-footer-content {
    text-align: center;
    margin-top: 10px;
  }
}

/* translator styling */
#category-nav-bar-search-form .google-translate-plugin {
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

#category-nav-bar-search-form .translate-icon {
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  color: #ffffff;
}

#category-nav-bar-search-form .goog-te-gadget {
  float: left;
  width: 100% !important;
}

#category-nav-bar-search-form .goog-te-gadget-simple,
#category-nav-bar-search-form .goog-te-combo {
  float: left;
  background-color: transparent;
  border: none;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
  color: #ffffff;
  width: auto;
  box-shadow: none;
}

#category-nav-bar-search-form .goog-te-gadget-simple,
#category-nav-bar-search-form .goog-te-combo option {
  color: #33485e;
}

.disabled-category {
  color: #8a99aa !important;
  cursor: default;
}

.custom-search-results .top-level-category:not(.disabled-category):hover,
.custom-search-results .top-level-category:not(.disabled-category):focus {
  color: #3397da;
}

#category-nav-bar-search-form .goog-te-gadget-simple:focus,
#category-nav-bar-search-form .goog-te-combo:focus,
#category-nav-bar-search-form .goog-te-gadget-simple:hover,
#category-nav-bar-search-form .goog-te-combo:hover,
#category-nav-bar-search-form .goog-te-gadget-simple:active,
#category-nav-bar-search-form .goog-te-combo:active {
  background-color: #33485e;
}

#category-nav-bar-search-form .goog-te-gadget-simple:focus option,
#category-nav-bar-search-form .goog-te-combo:focus option,
#category-nav-bar-search-form .goog-te-gadget-simple:hover option,
#category-nav-bar-search-form .goog-te-combo:hover option,
#category-nav-bar-search-form .goog-te-gadget-simple:active option,
#category-nav-bar-search-form .goog-te-combo:active option {
  /* This is required in Windows browsers */
  color: #ffffff;
}

#category-nav-bar-search-form .goog-te-gadget-simple:focus,
#category-nav-bar-search-form .goog-te-combo:focus {
  box-shadow: 0 0 3px 3px #5bc0de;
}

.translate-dropdown {
  padding-top: 7px;
}

@media only screen and (max-width: 991px) {
  #category-nav-bar-search-form .goog-te-gadget-simple,
  #category-nav-bar-search-form .goog-te-combo {
    float: none;
  }
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff !important;
}

.goog-te-menu-value span:nth-of-type(2) {
  display: none;
}

.goog-te-menu-value span:nth-of-type(3) {
  color: #fff !important;
}

footer .google-translate-plugin {
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  color: #3498db;
}

footer .goog-te-gadget {
  float: left;
  padding-right: 5px;
}

footer .goog-te-combo {
  margin: 4px 0;
}

.ab-translation-widget.form-control {
  display: inline-block;
  width: auto;
}

.translation-widget-submit {
  border-radius: 20px !important;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 5px;
  background-color: #33485e;
  color: #fff;
}

.translation-widget-submit .fa-arrow-right {
  margin-right: 0 !important;
}

#category-nav-bar-search-form .translate-dropdown .btn {
  background-color: #fff;
  color: #33485e;
}

/* end translator styling */

/* end footer */
@media (min-width: 768px) {
  .filter-search-help .btn.btn-link {
    padding: 0;
    margin-right: -10px;
  }
}

/* media queries */
@media (max-width: 991px) {
  #search-result-list ul {
    padding-left: 0;
  }

  #search-result-list ul.help-block-bullets {
    padding-left: 30px !important;
    margin-bottom: 20px;
  }

  .result-tabs {
    display: none;
  }

  .search-controls-title {
    display: none;
  }

  .check-eligibility-window {
    margin-top: 8px;
  }

  #check-eligibility.well,
  #search-filters.well {
    min-height: 0;
    border: 0;
    padding: 0;
  }

  #mobileSearchControls {
    display: block;
  }

  .result-program {
    width: 100%;
  }

  .result-program h3 {
    display: inline;
  }
}

@media (max-width: 767px) {
  .eligibility-rules-section {
    display: none;
  }

  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }

  #search-breadcrumbs {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }

  #sortControl {
    text-align: right;
    padding-bottom: 10px;
    padding-right: 0px;
  }

  .search-breadcrumbs-row {
    padding-right: 0px;
  }

  .xs-map-btn {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .xs-map-btn .mapToggle {
    color: white;
    background-color: #3a70a0;
    font-size: 1.2rem;
  }

  #sortByControl {
    display: none;
  }

  #mobileSearchControls a {
    padding: 5px 0 5px 0;
  }

  .filterButton,
  .eligibilityButton,
  .filterButton:hover,
  .eligibilityButton:hover,
  .filterButton:focus,
  .eligibilityButton:focus,
  .filterButton:active,
  .eligibilityButton:active {
    font-size: 14px;
    padding: 15px 0;
  }

  #search-actions {
    padding: 0;
  }

  .page-description-blurb {
    padding: 0;
    height: 0;
    opacity: 0;
  }

  .result-tags {
    display: none;
  }

  .eligibility-search-match i,
  .favorite-flag i,
  .eligibility-partial-match i {
    padding-right: 0px;
  }

  .result-program {
    font-size: 18px;
  }

  .result-agency {
    font-size: 14px;
  }

  .program-lead {
    font-size: 18px;
  }

  .connect {
    padding: 5px;
  }

  .result-program {
    width: 100%;
  }
}

.refer-button {
  padding: 9px 15px;
}

/* Suggest a Program */
.sub-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-header.warning,
.page-header.warning {
  color: #bc473a;
}

.sub-header.light {
  font-weight: normal;
  color: #286090;
  margin-top: 20px;
}

.suggest-program-results main .row {
  padding-top: 30px;
}

.suggest-program-results main h2 {
  margin-bottom: 0;
}

/* PRINT */

/* Print folder page */

.printable-program {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.printable-program h1 {
  font-size: 20px;
}

.contact-channel {
  display: block;
}

.print-folder-name {
  border-bottom: 1px solid;
  text-align: center;
  padding: 20px 0 8px;
  margin-top: 28px;
  background: #f0f0f0;
  border-radius: 5px 5px 0 0;
}

.prs-seeker {
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1em;
  margin: 20px 0 0;
}

.overflow {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.overflow:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

.overflow:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.visible-print {
  display: none;
}

@media only print {
  .printable-program {
    font-size: 10pt;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
  }

  .contact-channel {
    display: inline-block;
  }

  .printable-program p {
    margin: 0 0 7px 0;
  }

  .printable-program h1 {
    font-size: 13pt;
    font-weight: normal;
  }

  .printable-program span.fa {
    display: inline-block;
  }

  .visible-print {
    display: block;
  }

  h1.print-folder-name {
    margin-top: 0px;
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 0px;
  }
}

/* End print folder page */

/* Print media queries */

@media only print {
  /* Basic print defaults */
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  body {
    font:
      12pt "Helvetica",
      "Arial",
      sans-serif;
    line-height: 1.3;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 20pt;
    color: #454545;
    margin-top: 10px;
  }

  h3 {
    font-size: 15pt;
  }

  h5 {
    font-size: 14pt;
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a[href^="mailto:"]:after,
  a[href^="tel:"]:after,
  .result-agency a:after,
  .program-website a:after,
  .office-hours-phone a:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  tr,
  img,
  #map {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
  }

  img {
    max-width: 100% !important;
  }

  #map img {
    max-width: none !important;
  }

  #map {
    display: none;
  }

  #map-print {
    position: relative;
    left: 0px;
  }

  #category-nav-bar {
    display: none;
  }

  #enter-claim-flow-program-card[href]:after {
    display: none !important;
  }

  @page {
    margin: 1cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3,
  dh {
    page-break-after: avoid;
  }

  /*Reset Bootstrap grid so it doesn't apply xs layout to print*/
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* Print page heading */
  .print-heading {
    display: block;
  }

  .print-heading-logo {
    max-height: 22px;
  }

  .print-heading-message h4 {
    font-size: 12pt;
    font-weight: 300;
  }

  .print-website-link {
    background-color: #ffffff;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .print-heading-content {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  /* Don't display for print */
  .print-button,
  .apply-button,
  .connect-button-big,
  .connect-window,
  .program-action-buttons,
  .share-button,
  .favorite-flag,
  .report-change-button,
  .program-apply,
  .office-hours-distance,
  .open-now-callout,
  .claim-prompt,
  #claim-window,
  .other-programs-from-provider,
  .share_box,
  .review-box,
  .add-favorite-window,
  .report-change-box,
  .share_program_results,
  .favorite-results-window,
  .last-updated,
  .skiptranslate,
  #flyout-react,
  .hide-search-for-message-for-printing,
  span.fa {
    display: none;
  }

  /* Program page resets for print */
  .result-program {
    font-size: 18pt;
    width: 100%;
  }

  .provider-lead {
    font-size: 18pt;
    width: 100%;
  }

  .result-program-details {
    margin-top: 0;
  }

  .result-agency {
    font-size: 14pt;
  }

  .program-description {
    line-height: 1.4;
  }

  .program-next-steps,
  .program-service-tags,
  .program-claim h5 {
    padding-top: 5px;
    margin-bottom: 10px;
  }

  .program-service-tags .list-inline li {
    padding: 0;
    margin: 0;
  }

  .tag-label {
    display: inline-block;
    font-size: 14pt;
    font-weight: normal;
    line-height: 1.2;
  }

  .result-next-step span {
    font-size: 14pt;
  }

  .tag-label:after {
    content: ", ";
  }

  .tag-label:last-of-type:after {
    content: "";
  }

  #office-hours-and-location h4 {
    font-size: 12pt;
  }

  .office-hours-wrap {
    padding: 10px;
    height: 285px;
    margin-bottom: 10px;
    font-size: 10pt;
  }

  .office-location {
    position: relative;
  }

  .office-location#map {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    position: relative;
    page-break-inside: avoid;
  }

  .program-office .office-info {
    width: 41.66666666666667%;
  }
}

/* end media queries */

.connect-button-big {
  font-size: 16px;
  padding: 8px 16px;
  margin-top: 15px;
}

.connect-flag button.btn-success {
  font-weight: 500;
}

.connect-flag .fa {
  padding-right: 5px;
}

.connect-form .well {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  border-top-color: #444444;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.connect-form .row {
  margin: 0;
  padding: 0;
}

.connect_type.helper,
.connect-form-section-heading {
  margin-bottom: 10px;
}

input.connect-consent,
.patient-id-field {
  margin-bottom: 15px;
}

.sender-info label,
.seeker-info label {
  padding-right: 0;
  margin-top: 6px;
}

span.connect_type,
.connect-consent label,
.connect-form-login-hint-label {
  padding-right: 0;
}

.connect-help {
  margin-top: 15px;
}

.connect-new-flag {
  background-color: #34495e;
  margin-right: -51px;
  margin-top: 5px;
  float: right;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: white;
}

.connect-new-flag a {
  color: white;
}

.connect-new-flag .popover {
  color: black;
}

.connect-new-flag .popover a {
  color: #3498db;
}

.connect-new-flag:before {
  border-right: 6px solid #34495e;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
}

.details-page-new-feature-flag {
  vertical-align: -10px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.unscored-programs.border {
  border: 2px solid #3498db;
  padding-right: 15px;
  margin-top: -25px;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 7px;
  margin-left: 10px;
  background-color: #ccc;
}

.show-unscored-programs {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*  Loading Icon ============================== */
#loading-indicator {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  background-color: white;
  width: 100%;
  opacity: 0.75;
  z-index: 99;
}

#loading-indicator .loading {
  position: relative;
  top: 400px;
}

.back-button {
  font-size: 18px;
}

/* Site-wide maintenance banner */
.maintenance-banner {
  color: #a94442;
}

.maintenance-banner .alert-text {
  padding: 0;
}

ul.free-text-type-ahead {
  z-index: 9999;
}

.free-text-type-ahead .ui-autocomplete-category {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}

.free-text-type-ahead .ui-autocomplete-search {
  color: #008080 !important;
  padding: 5px;
}

.referral-type-ahead .ui-state-active,
.referral-type-ahead .ui-widget-content .ui-state-active,
.referral-type-ahead .ui-widget-header .ui-state-active,
.referral-type-ahead a.ui-button:active,
.ui-button:active,
.referral-type-ahead .ui-button.ui-state-active:hover,
.referral-type-ahead .ui-state-focus {
  background: #3498db !important;
  font-weight: bold;
  color: #fff !important;
  border: none !important;
}

.ui-autocomplete {
  z-index: 1051;
}

.free-text-type-ahead .ui-menu-item {
  padding: 5px;
}

.free-text-type-ahead .ui-menu-item a {
  text-decoration: none;
  display: block;
}

.free-text-type-ahead .ui-state-active,
.free-text-type-ahead .ui-widget-content .ui-state-active,
.free-text-type-ahead .ui-widget-header .ui-state-active,
.free-text-type-ahead a.ui-button:active,
.free-text-type-ahead .ui-button:active,
.free-text-type-ahead .ui-button.ui-state-active:hover {
  border: 1px solid #bbb !important;
  background: #ccc !important;
  font-weight: normal;
  color: #000 !important;
}

/* Whitelabel sticky message */

.alert-wl-sticky {
  position: absolute;
  width: 300px;
  right: 10px;
  top: -999px; /* init off-screen -- the real top is set in code per page */
  background: rgba(51, 51, 51, 0.85);
  color: #ffffff;
  z-index: 9999;
}

.alert-wl-sticky .title {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 10px;
}

.alert-wl-sticky .title .wl-name {
  font-weight: bold;
}

.alert-wl-sticky .body {
  font-size: 12px;
  padding: 5px 0;
}

/* override bootstrap defaults: */
.alert-wl-sticky .close {
  opacity: 0.8;
}

.alert-wl-sticky .close:hover,
.alert-wl-sticky .close:focus {
  opacity: 1;
  color: #ffffff;
}

.alert-wl-sticky a,
.alert-wl-sticky a:hover,
.alert-wl-sticky a:visited {
  color: #5bc0de;
}

/* Example of how to target a specific whitelabel by id and override styles: */
/*
.alert-wl-sticky[data-wlid="X"] {}
.alert-wl-sticky[data-wlid="X"] .title {}
.alert-wl-sticky[data-wlid="X"] .body {}
*/

/* accessibility fixes */

.required-item {
  color: #bc473a;
  font-weight: bold;
}

.sr-fix {
  position: initial !important;
  display: inline;
  font-size: 0px;
  color: transparent;
}

.skiplink {
  padding: 1em;
  position: absolute;
  left: -10000px;
  z-index: 1000;
  color: #666666;
}

.skiplink:focus {
  position: absolute;
  left: 0;
  top: 4em;
  background: #ffffff;
  border: solid 3px #4593ff;
  border-radius: 3px;
  z-index: 100000;
}

.skipto {
  height: 1px;
  color: transparent;
  opacity: 0;
}

ul.referral-type-ahead {
  max-height: 200px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
}

.connect-line-break {
  border-bottom: 2px #b5b6b7 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.connect-line-break-or {
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}

.external-connect-line-break {
  border-bottom: 2px #b5b6b7 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.external-connect-line-break-or {
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
}

.patient-id-control {
  width: 299px;
}

.referral-folder-actions-errors {
  color: #bc473a;
}

input#folder-search {
  border-color: #ccc;
  margin-top: 10px;
}

#folder-sort-toggle {
  margin-top: 15px;
  color: #3a709b;
}

.text-wrap {
  white-space: normal;
}

.customized_search_message {
  margin: 30px 0 0;
  font-size: 16px;
}

.customized_search_message p {
  margin: 0 20px 10px;
  line-height: 1.5;
}

.customized_search_message .partner-logo {
  max-height: 40px;
}

@media only screen and (max-width: 767px) {
  .customized_search_message {
    font-size: 14px;
  }

  .customized_search_message p {
    margin: 0 10px 10px;
  }

  .customized_search_message .partner-logo {
    max-height: 30px;
  }
}

.autocomplete-highlight {
  background-color: #ebfceb;
}

/* A special "honeypot" field that looks like a valid email input but should
   not be visible to humans */
.email-check {
  display: none;
}

.profile-rules-info {
  padding-top: 20px;
}

.rule-info {
  font-size: 15px;
}

.profile-tags {
  font-size: 15px;
}

.profile-questions {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.profileQuestionToggle {
  color: inherit;
}

.did-you-mean {
  margin-left: 8px;
}

.free-text-message {
  margin-left: 8px;
  color: #33485e;
}

.free-text-message.best-matches {
  background-color: #e6fbfc;
}

.free-text-message.possible-matches {
  background-color: #f9f2d4;
}

.free-text-message h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.zopim {
  bottom: 50px !important;
}

#emergency-alert-banner,
#findhelp-banner {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#emergency-alert-banner .alert-text p,
#findhelp-banner .alert-text p {
  margin: 0 0 0 5px;
}

#emergency-alert-banner .alert-text,
#findhelp-banner .alert-text {
  padding-top: 0px;
}

.result-program .claimed-icon {
  font-size: 10px !important;
}

.jira-chat-icon {
  background-color: #351417 !important;
  content: "Chat" !important;
}

.support-chat .top-header {
  background-color: #ece9de !important;
  border-bottom: 2px solid #00acaa !important;
  color: #351417 !important;
}

.support-chat .new-conversation,
.support-chat .chat-message.my,
.support-chat .send-message-button-main {
  background-color: #167e8e !important;
}

.support-chat .avatar[data-align="left"] {
  background: #351417 !important;
  pointer-events: none;
}

.result-program-details .claimed-icon {
  font-size: 13px !important;
}

.result-program-details .claim-badge {
  background-color: #ece9de;
  color: #351417;
}

.result-program-details .claimed {
  display: flex;
  align-items: center;
}

.claimed-icon {
  vertical-align: top;
  margin-left: 10px;
  color: #167e8e;
  cursor: pointer;
}

.dataTables_processing {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  border-width: 0;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.population-search-category:nth-child(1) .btn {
  background-color: #3c3c7c;
  color: white;
  border-color: #3c3c7c;
}

.population-search-category:nth-child(1) a,
.population-search-category:nth-child(1) strong {
  color: #3c3c7c;
}

.population-search-category:nth-child(2) .btn {
  background-color: #167e8e;
  color: white;
  border-color: #167e8e;
}

.population-search-category:nth-child(2) a,
.population-search-category:nth-child(2) strong {
  color: #167e8e;
}

.population-search-category:nth-child(3) a,
.population-search-category:nth-child(3) strong {
  color: #960365;
}

.population-search-category:nth-child(3) .btn {
  background-color: #960365;
  color: white;
  border-color: #960365;
}

.population-search-category:nth-child(4) a,
.population-search-category:nth-child(4) strong {
  color: #5f295a;
}

.population-search-category:nth-child(4) .btn {
  background-color: #5f295a;
  color: white;
  border-color: #5f295a;
}

.population-search-category {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-bottom: 50px;
}

.population-search-category .population-category-button {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .population-search-category {
    margin-bottom: 10px;
    padding: 10px;
  }

  .population-search-category .population-category-button {
    position: relative;
    bottom: auto;
    padding-top: 5px;
  }

  .population-search-category:not(:nth-last-child(1)) {
    border-right-color: #3a70a0;
    border-right-style: solid;
    border-right-width: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .population-search-category {
    display: inline-block;
    border: 1px solid #3a70a0;
  }
}

@media only screen and (min-width: 992px) {
  .speciality-search-tab-container {
    border: 1px solid #3a70a0;
    background-color: white;
    padding: 15px;
  }

  .population-search-category .population-category-button {
    width: 90%;
  }
}

.custom-pop-text {
  padding-top: 30px;
}

.nav-breadcrumb {
  padding-left: 0px;
}

#pop-search-title {
  font-size: 35px;
  font-weight: 500;
}

#pop-search-subtitle {
  font-size: 35px;
  color: #167e83;
  font-weight: 400;
}

#pop-search-container {
  margin-top: 75px;
}

#pop-search-container .zip-message {
  padding-bottom: 100px;
  padding-top: 10px;
  color: #33485e;
}

#referral-promo {
  border: 1px solid #444;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}

.next-step-icon {
  width: 10px;
}

.connect-icon {
  width: 17px;
}

.connect-text-section {
  padding-left: 4px;
}

.nav-help-others-link {
  font-weight: bold !important;
  color: #3c763d !important;
}

@media screen and (min-width: 1024px) {
  footer .nav-help-others-link:before {
    content: "Help Us ";
  }
}

.navbar-nav li .nav-user-dropdown {
  padding: 9px 15px;
}

.initials-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  background-color: #167e8e;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-overflow: clip;
}

.required-login-form-section {
  margin-bottom: 20px;
}

.connect-form-seeker-search-input-delete-icon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.connect-form-seeker-search-input-loading-icon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.connect-form p.comment-disclaimer {
  margin-bottom: 5px !important;
}

.contact-preference-group .help-block {
  font-style: italic;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.btn-login i.fa-spinner,
.btn-register i.fa-spinner {
  display: none;
  visibility: hidden;
  margin-right: 0.5em;
}

.btn-login:disabled i.fa-spinner,
.btn-register:disabled i.fa-spinner {
  display: inline-block;
  visibility: visible;
}

/* hidden google-translate banner */
body > .skiptranslate {
  display: none;
}

body {
  top: 0px !important;
}

.overlay {
  background-color: #efefef;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  filter: alpha(opacity=50); /* in IE */
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flyout-body a {
  color: #5bc0de;
}

#visit-distance {
  padding-left: 20px;
}

#visit-max-distance {
  width: 50px;
  text-align: right;
}

.slide-panel div.panel-close {
  text-align: right;
  font-size: 1.8em;
}

.more-info-print-view {
  text-align: center;
  border-radius: 5px;
  padding: 12px 20px;
}

div.more-info-controls {
  margin: 12px 0px;
  width: 100%;
  text-align: center;
}

.claim-badge {
  background-color: #ece9de;
  color: #351417;
  border: 0px;
  border-radius: 20px;
  height: 40px;
  padding: 11px 10px;
  margin-left: 8px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.claim-badge i {
  padding: 2px 3px;
}

.claim-badge .cert-badge {
  fill: currentColor;
}

.claim-badge:hover {
  text-decoration: none;
}

.claimed .claim-badge:hover,
.claimed .claim-badge:active,
.claimed .claim-badge:focus {
  color: #006064;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.claimed .claim-badge {
  box-shadow: none;
}

.unclaimed .claim-badge {
  background-color: #ffffff;
  color: #00838f;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  font-weight: normal;
  visibility: hidden !important;
}

@media only screen and (max-width: 576px) {
  .unclaimed .claim-badge {
    display: none;
  }
  .unclaimed .card-heading {
    float: none;
    display: block;
    width: auto;
  }
}

.unclaimed .claim-badge:hover,
.unclaimed .claim-badge:active,
.unclaimed .claim-badge:focus {
  background-color: #fcfcfc;
  color: #006064;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.unclaimed .claim-badge i {
  color: #ccc;
}

.slide-panels .slide-panel {
  display: none;
}

.row.slide-panels {
  padding-top: 10px;
}

.materialized .bg-light-gray-2,
.materialized .bg-light-gray-1,
.materialized .bg-light-gray,
.materialized .label-info {
  background-color: rgba(0, 0, 0, 0.1);
}

.eligibility-search-match-v3 {
  border-radius: 0.5rem;
}

.fit-container {
  display: table;
  width: 100%;
}

.fit-row {
  display: table-row;
}

.next-steps-module {
  display: table-cell;
  width: 30%;
  min-width: 260px;
  border-left: 1px rgba(0, 0, 0, 0.6) solid;
  padding-left: 8px;
  vertical-align: top;
}

.program-summary {
  width: auto;
  display: table-cell;
  padding-right: 8px;
  vertical-align: top;
}

li.card-v3 .program-agency.row {
  width: 100%;
}

li.card-v3 .result-agency {
  padding: 0px;
}

.card-v3 .card {
  margin-top: 24px;
  list-style-type: none;
}

.card-v3 .next-steps-module .result-next-step {
  text-transform: lowercase;
}

.card-v3 .next-steps-module .result-next-step:first-of-type {
  text-transform: none;
}

.card-v3 .next-steps-module .result-next-step:after {
  content: ",";
  margin-left: -2px;
}

.card-v3 .next-steps-module .result-next-step:last-child:after {
  content: ".";
}

.card-v3 .next-steps-module .result-next-step:nth-last-child(2):after {
  content: "or";
  margin-left: 1px;
}

.card-v3 .next-steps-module .result-next-step span {
  margin: 0px;
  font-size: inherit;
  display: inline;
}

.card-v3 .result-next-step {
  display: inline;
}

.card-v3 .more-info-panel .result-next-step {
  display: block;
}

.card-v3 .more-info-panel .result-next-step:after {
  content: "";
}

.card-v3 .connect {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.card-v3 .card {
  font-size: 15px;
}

.materialized .eligibility-flags .result-tag {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.materialized .clickable-token:hover,
.materialized .clickable-token:focus,
.materialized .clickable-token:active {
  color: rgba(0, 0, 0, 0.15);
}

.materialized .clickable-token .a,
.materialized .clickable-token .a,
.materialized .clickable-token .a {
  color: rgba(0, 0, 0, 0.6);
}

.materialized .clickable-token .a,
.materialized .clickable-token .a,
.materialized .clickable-token .a {
  color: rgba(0, 0, 0, 0.84);
}

.materialized .clickable-token .a .fa-info-circle {
  color: #23527c;
}

.card-v3 .next-step-snippet > *,
.program-summary > *,
.program-tags > * {
  margin-bottom: 12px;
}

.card-v3 .next-step-snippet > *:last-child,
.program-summary > *:last-child,
program-tags > *:last-child,
.program-summary > .eligibility-flags {
  margin-bottom: 0px;
}

.action-bar {
  margin-top: 12px;
}

li.card-v3 .bg-light-green.connect {
  background-color: transparent;
}

.card-v3 .program-tags .list-inline {
  margin-top: 0px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #006064;
}

.line-clamped-2-wrap {
  max-height: 3em;
  margin-top: 4px;
}

.line-clamped-2 {
  text-align: justify !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  margin-top: 4px;
}

li.card-v3.search-result {
  padding: 16px !important;
}

.program-card-header-bar {
  width: 100%;
  display: inline-block;
}

.card-v3 .result-program,
.card-v3 .program-agency {
  width: 100%;
  display: inline-block;
}

.card-heading {
  display: inline-block;
  float: left;
}

.claimed .card-heading {
  width: 86%;
}

.unclaimed .card-heading {
  width: 71%;
}

.card-heading .result-program {
  margin-top: 0px;
}

.card-heading .result-agency span {
  font-weight: normal;
}

h4.next-steps {
  margin-top: 5px;
}

.card-v3 .result-tags-title {
  width: 18%;
  min-width: 115px;
  float: left;
  display: inline-block;
}

.card-v3 .program-tags ul {
  display: inline;
  width: 81%;
  padding-left: 0 !important;
}

.card-v3 .program-tags ul li {
  padding: 0px 1px;
}

.card-v3 .program-tags ul li:after {
  content: ",";
}

.card-v3 .program-tags ul li:last-child:after,
.card-v3 .program-tags ul li.no-comma:after {
  content: "";
}

.card-v3 .program-tags .primary-tags ul li,
.card-v3 .program-tags .secondary-tags ul li,
.card-v3 .program-tags .attribute-tags ul li {
  text-transform: lowercase;
}

.card-v3 .program-tags .airs-primary-tags ul li,
.card-v3 .program-tags .airs-attribute-tags ul li {
  text-transform: capitalize;
}

.panel-wrapper {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background-color: #ffffff;
  margin: 12px 16px 0 16px;
  padding: 24px;
  background-color: #fff;
}

/* overrides for old program card */
.card-v3 .add-favorite-window,
.card-v3 .share_box,
.card-v3 .share_box {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

.search-result.card-v3 {
  background-color: rgb(249, 249, 249);
}

body .materialized,
.materialized .search-result {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.84);
  font-size: 15px;
}

body .materialized a,
body .materialized bold,
body .materialized strong {
  font-weight: bold;
}

body .materialized h1,
body .materialized h2,
body .materialized h3,
body .materialized h4,
body .materialized h5,
body .materialized h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.action-bar {
  clear: both;
  display: block;
}

.action-bar button {
  height: 48px;
  margin-right: 1%;
  width: 28%;
  vertical-align: middle;
}

.action-bar .icon-btn {
  width: 9%;
  padding: 2px;
}

.action-bar button:last-child {
  margin-right: 0px;
}

.card-v3 .connect-window-close {
  display: none;
}

.materialized button,
.materialized .btn {
  background-color: transparent;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  letter-spacing: 0.5px;
  border: none;
  color: #00838f;
  padding: 8px 16px;
}

.materialized .button.panel-close {
  color: rgba(0, 0, 0, 0.6);
}

.materialized .button.panel-close.hover,
.materialized .button.panel-close.active,
.materialized .button.panel-close.focus {
  color: rgba(0, 0, 0, 0.84);
}

.materialized button i {
  width: auto;
  display: inline;
}

.materialized button:active,
.materialized .btn:active,
.materialized button:focus,
.materialized .btn:hover,
.materialized button:hover,
.materialized .btn:focus {
  background-color: rgba(0, 151, 167, 0.18);
  outline: none;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.materialized .icon-btn {
  font-size: 13px;
}

.materialized .icon-btn i {
  font-size: 18px;
  padding-bottom: 4px;
  color: #006064;
  display: block;
  border: none;
}

.materialized .icon-btn:hover,
.materialized .icon-btn:active,
.materialized .icon-btn:focus {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.materialized .active.icon-btn,
.materialized .active.btn-default {
  background-color: rgba(0, 131, 143, 0.18);
  box-shadow: none;
  color: #006064;
}

.materialized .btn-default,
.materialized .btn-primary,
.materialized .btn-success {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

.materialized .btn-default:hover,
.materialized .btn-default:focus,
.materialized .btn-default:active,
.materialized .send-method .btn-group-lg .btn:hover,
.materialized .send-method .btn-group-lg .btn:focus,
.materialized .send-method .btn-group-lg .btn:active {
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  color: #006064;
  background-color: rgba(0, 131, 143, 0.18);
  border: 1px solid #006064;
}

.materialized .send-method .btn-group-lg .btn {
  border: 1px #006064 solid;
  color: #00838f;
  font-weight: bold;
}

.materialized .send-method .btn-group-lg .btn:active,
.materialized .send-method .btn-group-lg .btn:focus,
.materialized .send-method .btn-group-lg .btn:hover {
  border: 1px solid #006064;
  background-color: rgba(0, 131, 143, 0.18);
}

.materialized .btn-default {
  border: 1px rgba(0, 0, 0, 0.12) solid;
  color: #006064;
}

.materialized button#score-sort.btn.active,
.materialized button#distance-sort.btn.active,
.materialized button#wl-score-sort.btn.active .filter-tabs > .nav > li > a,
.materialized .filter-tabs > .nav-tabs > li.active > a,
.materialized .filter-tabs > .nav-tabs > li.active > a:hover,
.materialized .filter-tabs > .nav-tabs > li.active > a:focus,
.materialized .filter-tabs > .nav-tabs > li.active > a:active {
  border: 1px solid #006064;
  color: #006064;
  background-color: rgba(0, 131, 143, 0.18);
}

.materialized a.filtersToggle,
.materialized a.eligibilityToggle,
.materialized #sortControl button,
.materialized .filter-tabs > .nav > li > a {
  color: #00838f;
  border: 1px solid #00838f;
  font-weight: bold;
}

.materialized .filter-tabs > .nav > li > a:hover,
.materialized .filter-tabs > .nav > li > a:focus,
.materialized .filter-tabs > .nav > li > a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #006064;
  border: 1px solid #00838f;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.materialized .btn-default.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.84);
}

.materialized .btn-primary,
.materialized .btn-success {
  color: #fff;
  background-color: #00838f;
  border: none;
}

.materialized .btn-primary:hover,
.materialized .btn-primary:active,
.materialized .btn-primary:focus,
.materialized .active.btn-primary,
.materialized .btn-success:hover,
.materialized .btn-success:active,
.materialized .btn-success:focus,
.materialized .active.btn-success {
  color: #fff;
  background-color: #006064;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-v3 .send-method .btn-defaul {
  font-weight: bold;
}

.card-v3 .card-heading .result-program {
  margin-bottom: 4px;
}

.card-v3 .result-program a {
  font-weight: normal;
}

.materialized .avatar {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 11px 10px;
  border-radius: 20px;
  border: 0;
}

.materialized .text-dark-teal,
.materialized .text-primary,
.materialized .alert-success {
  color: #006064;
}

.materialized .text-teal,
.materialized .text-dark-green-accent,
.materialized .text-dark-green {
  color: #00838f;
}

.materialized .bg-light-green,
.materialized .alert-success {
  background-color: rgba(0, 131, 143, 0.18);
}

.materialized .text-dark-gray-1,
.materialized #copyright,
.materialized .help-block,
.materialized .close,
.materialized .navbar-default .navbar-brand,
.materialized .result-geo-distance i {
  color: rgba(0, 0, 0, 0.6);
}

.materialized .text-dark-gray-3,
.materialized .close:hover,
.materialized .close:active,
.materialized .close:focus,
.materialized .navbar-default .navbar-brand:hover,
.materialized .navbar-default .navbar-brand:focus,
.materialized .search-result .bg-light-green,
.materialized .search-result .bg-light-yellow,
.materialized .search-result .bg-light-blue {
  color: rgba(0, 0, 0, 0.84);
}

.materialized .caption,
.materialized .secondary-tags {
  font-size: 13px;
}

.materialized .secondary-tags a {
  font-weight: normal;
}

.materialized .container-fluid,
.materialized #search-crumbs-and-filters {
  max-width: 1375px;
  margin: 0 auto;
}

#page-content .materialized {
  background-color: #fff;
}

.materialized .card {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: rgb(249, 249, 249);
  border-radius: 5px;
}

.card-v3 .bulk-action-check-box {
  width: 3%;
  min-width: 28px;
  position: relative;
  top: auto;
  left: 0px !important;
}

.card-v3 .result-tags-title {
  font-weight: normal;
}

.card-v3 .more-info-panel .row {
  padding: 8px 0;
}

.card-v3 .more-info-panel .more-info-controls {
  padding: 0;
}

.card-v3 .office-hours-distance i {
  color: #444;
}

.panel-wrapper {
  margin: 16px 16px 0 16px;
}

.hours-scroll {
  max-height: 350px;
  overflow: scroll;
}

.card-v3 .more-info-panel .next-step-icon {
  padding-right: 5px;
}

/*materialize checkboxes*/

.materialized .form-check {
  z-index: 0;
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.5;
}

/* Input */
.materialized .form-check input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition:
    opacity 0.3s,
    transform 0.2s;
}

/* Span */
.materialized .form-check span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.materialized .form-check span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px; /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}

/* Checkmark */
.materialized .form-check span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.materialized .form-check input:checked,
.pure-material-checkbox input:indeterminate {
  background-color: #00838f;
}

.materialized .form-check input:checked + span::before,
.materialized .form-check input:indeterminate + span::before {
  border-color: #00838f;
  background-color: #00838f;
}

.materialized .form-check input:checked + span::after,
.materialized .form-check input:indeterminate + span::after {
  border-color: rgb(255, 255, 255);
}

.materialized .form-check input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}

/* Hover, Focus */
.materialized .form-check:hover input {
  opacity: 0.04;
}

.materialized .form-check input:focus {
  opacity: 0.12;
}

.materialized .form-check:hover input:focus {
  opacity: 0.16;
}

/* Active */
.materialized .form-check input:active {
  opacity: 1;
  transform: scale(0);
  transition:
    transform 0s,
    opacity 0s;
}

.materialized .form-check input:active + span::before {
  border-color: rgb(33, 150, 243);
}

.materialized .form-check input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Disabled */
.materialized .form-check input:disabled {
  opacity: 0;
}

.materialized .form-check input:disabled + span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial;
}

.materialized .form-check input:disabled + span::before {
  border-color: currentColor;
}

.materialized .form-check input:checked:disabled + span::before,
.materialized .form-check input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}

/*media queries*/

@media only screen and (max-width: 1400px) {
  .card-v3 .result-tags-title {
    width: auto;
    float: none;
    display: inline;
  }

  .card-v3 .program-tags ul {
    display: inline;
    width: auto;
  }

  .responsive-hide {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .action-bar .icon-btn {
    width: 13%;
  }

  .bulk-action-check-box {
    display: none;
  }

  .action-bar button {
    width: 27%;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .card-v3 .next-step-snippet > *,
  .next-steps-module,
  .program-tags > * {
    margin: 8px 0;
  }

  .action-bar {
    margin-top: 8px;
  }

  .free-text-message,
  .did-you-mean {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .card-v3 .panel-wrapper .col-md-10,
  .card-v3 .panel-wrapper .col-md-3,
  .card-v3 .panel-wrapper .col-md-2,
  .card-v3 .panel-wrapper .col-md-6,
  .card-v3 .panel-wrapper .col-md-8,
  .card-v3 .panel-wrapper .col-md-4 {
    padding: 0;
  }

  .break-md-inline .col-md-2,
  .break-md-inline .col-md-10 {
    float: none;
    display: inline;
    padding: 0;
  }

  .materialized .hours-scroll {
    max-height: inherit;
  }

  .program-summary > * {
    margin: 0px;
  }

  .fit-container {
    display: inline-block;
  }

  .fit-row {
    display: inline-block;
  }

  .next-steps-module {
    display: block;
    width: 100%;
    min-width: 0;
    border-left: none;
    padding-left: 0px;
  }

  .program-summary {
    width: 100%;
    display: block;
    padding-right: 8px;
  }

  .program-tags {
    display: none;
  }

  .d-xs-none {
    display: none !important;
  }

  .action-bar .icon-btn {
    width: 15%;
  }

  .action-bar button {
    width: 32%;
  }
}

.materialized button.btn-grey.connect-window-close {
  background-color: transparent;
  box-shadow: none;
}

@media only screen and (max-width: 474px) {
  .d-xxs-none {
    display: none !important;
  }

  .action-bar .icon-btn {
    width: 20% !important;
  }

  .materialized button,
  .materialized .btn {
    padding: 4px;
    font-size: 0.8em;
  }

  .action-bar button.more-info {
    width: 24%;
  }

  .action-bar button.connect-button {
    width: 28%;
  }

  .card-v3 .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .claim-badge {
    font-size: 14px;
    height: 30px;
    padding: 7px 6px;
  }

  .materialized .avatar {
    width: 30px;
    height: 30px;
    padding: 6px 4px;
  }
}

.card-v3 .more-info-panel .configurable-fields .row {
  padding: 2px;
}

.card-v3 .review {
  width: 90%;
}

.activeProgramSearch #show-programs {
  text-transform: capitalize !important;
  min-width: 110px;
}

.activeProgramSearch #postal {
  max-width: 70px;
}

.materialized .create-folder-name.form-control {
  font-size: 13px;
}

.card-v3.program-info {
  margin: 0 0 16px;
}

.consent-help-helper ul li,
.consent-help-seeker ul li {
  margin-left: 16px;
}

.consent-checkbox-container {
  display: flex;
  flex-direction: row;
}

.sms-consent {
  display: none;
}

.hide_geo_class {
  display: none;
}

#related-categories {
  margin-left: 8px;
}

.related-searches {
  margin: 0px 15px;
}

.related-searches-link {
  text-transform: capitalize !important;
  background-color: white !important;
  margin-top: 10px;
  margin-right: 10px;
}

.see-hours {
  font-weight: bold;
  color: #3a70a0;
  cursor: pointer;
}

.office-hours-schedule.see-hours-dropdown {
  padding: 0 16px;
  font-size: 0.9em;
}

.see-hours-dropdown {
  transition: height 0.5s ease;
  height: 0;
  overflow: hidden;
}

.see-hours-dropdown.open {
  height: 150px;
}

a#edit-referral-share {
  width: 100%;
  text-decoration: none;
  padding: 6px;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #3a70a0;
}

#referral-sharing-home > h4 {
  padding-left: 12px;
}

h4.referral-sharing-title {
  padding-top: 12px;
  margin-bottom: 21px;
}

#referral-share-details {
  background-color: #ffffff;
  padding: 0 12px 12px 12px;
}

ul.referral-share-permission-list {
  margin-bottom: 21px;
}

ul.referral-share-permission-list li {
  list-style-type: none;
}

ul.referral-share-permission-list li label {
  font-weight: normal;
}

ul.referral-share-permission-list li div input {
  float: left;
}

ul.referral-share-permission-list li div label {
  display: block;
  margin-left: 30px;
}

.my-referrals-sidebar-separator {
  background-color: #f0f0f0;
  height: 12px;
  width: 120%;
  margin-left: -25px;
}

.referral-share-btn {
  font-weight: 600;
}

#save-referral-share {
  margin-right: 9px;
}

#translate-error {
  display: none;
  color: white;
}

body .materialized .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
}

.filter-tab-container span.input-group-addon {
  background-color: lightgray;
  border: none;
  border-radius: 10px 0 0 10px;
}

.filter-tab-container input.form-control.multiselect-search {
  border-radius: 0 10px 10px 0;
  border: 0;
  background-color: lightgray;
}

#situationfilters .multiselect-container.dropdown-menu > li > a {
  white-space: normal;
}

.filter-form .btn {
  font-size: 15px;
  padding: 8px 16px 8px 8px;
}

#situationfilters span.multiselect-selected-text {
  font-size: 12px;
}

.eligibility-rules ul {
  list-style-type: disc;
}

.eligibility-rules {
  display: inline-flex;
}

.migration-banner {
  color: #351617;
  border: 0;
  background-color: #e5a925;
}

.migration-banner a {
  color: black;
  font-weight: inherit;
  text-decoration: underline;
}

.migration-banner .close {
  text-shadow: none;
  color: black;
}

.ab_sticky_footer,
.ab_sticky_footer body {
  height: 100%;
}
.ab_sticky_footer body {
  display: flex;
  flex-direction: column;
}
.ab_sticky_footer .content_wrapper {
  flex: 1 0 auto;
}
.ab_sticky_footer footer {
  flex-shrink: 0;
}

.search-results-map-area-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-image: url("/images/spinner.png");
  background-position: 50%;
  background-repeat: no-repeat;
  animation: rotation 2s infinite linear;
}

.assessment-button .btn {
  width: auto;
  max-width: 320px;
  height: auto;
  white-space: normal;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.navbar .fa-external-link {
  padding-right: 5px;
}
