/* GLOBAL */
body {
  color: #23272F;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
}

a {
  color: #174D7A;
  text-decoration: none;
}

p a {
  color: #174D7A;
  text-decoration: underline;
}
p a:hover {
  color: #124261;
  text-shadow: 0 0 5px #BADEBA;
  text-decoration: underline;
}

/* TYPOGRAPHY */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

.path-frontpage h1,
.front h1 {
  font-size: 48px;
  font-weight: 900;
}

.path-frontpage h2,
.front h2 {
  font-size: 30px;
  font-weight: 900;
}

.path-frontpage h3,
.front h3 {
  font-size: 25px;
  font-weight: 400;
}

.path-frontpage h4,
.front h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

.text-orange {
  color: #8A033D;
}

.text-red {
  color: #8A033D;
}

.text-blue {
  color: #174D7A;
}

.text-green {
  color: #19958D;
}

.text-gray {
  color: #686C72;
}

.text-yellow,
.text-yellow:hover {
  color: #f8991e;
}

.text-white a,
.text-white a:hover {
  color: #fff;
}

/* BUTTONS */
.btn {
  border-radius: 0;
  padding: 12px 18px;
}

.btn-blue {
  background-color: #174D7A;
}

.btn-blue:hover {
  background-color: #8A033D;
}

.btn-red {
  background-color: #8A033D;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}

.btn-green {
  background-color: #19958d;
}

.btn-green:active,
.btn-green:hover {
  background-color: #8CC78C;
}

/*.btn-red {
  background-color: #8A033D;
  color: #fff;
  text-transform: uppercase;
}*/
.btn-red:active,
.btn-red:hover {
  background-color: #174D7A;
  color: #fff;
}

.button {
  background-color: #8A033D;
  border-radius: 0;
  display: block;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.button:hover,
.button:active {
  color: #fff;
}

.button.btn-fc {
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
}

/* BACKGROUNDS */
.bg-dark-gray {
  background-color: #686c72;
}

.bg-gray {
  background-color: #e6e7e9;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

/* SPACING */
.vertical-align {
  display: flex;
  align-items: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>[class^="col-"],
.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.h-40 {
  height: 40px;
}

.h-60 {
  height: 100px;
}

.mh-320 {
  min-height: 320px;
}

@media (min-width: 1200px) {
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

/* HEADER */
.navbar {
  padding: 0px;
}

.navbar-brand {
  padding-top: 0px;
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nav-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.nav-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.navbar-light .navbar-text {
  color: #19958d;
  font-size: 16px;
  padding: 0 .5rem;
  text-transform: uppercase;
  /*padding-bottom: 3rem;*/
}

#block-nchfa-mainnavigation {
  margin-left: auto;
}

.nav-top ul.navbar-nav {
  margin-right: 50px;
}

@media (max-width:1199px) {
  .navbar-light .navbar-text {
    display: none;
  }
}

.navbar-nav .nav-item {
  text-align: center;
}

.navbar-light .nav-bottom .nav-link {
  color: #23272f;
}

@media (max-width: 1024px) {
  .header-side-link {
    position: initial;
  }

}

@media (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  }

  .nav-top ul.navbar-nav {
    margin-right: 0px;
  }

  #block-nchfa-mainnavigation {
    margin-left: 0;
  }

  #block-nchfa-mainnavigationtop {
    padding-top: 48px;
  }

  .desktop-menu .menu li {
    display: block;
    text-align: center;
  }

  .header-side-link {
    position: initial;
  }
}

.dropdown-menu {
  margin: 0;
}

@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-item a {
  color: #23272f;
}

/* SOCIAL */
.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons li {
  font-size: 2rem;
  padding: 0px 10px;
  margin-top: 0.5em !important;
}

.social-icons li i {
  color: #8A033D;
}

/* HOME */
.hero-flip {
  position: relative;
}

.hero-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  width: 100%;
}

.hero-box a {
  color: #fff;
  text-transform: uppercase;
}

.hero-box h1 {
  line-height: 48px;
  text-transform: uppercase;
}

.hero-flipped {
  position: absolute;
  top: 0px;
  background-color: #fff;
}

.notch-white {
  position: absolute;
  bottom: 0px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

#home-carousel .carousel-control-prev,
#home-carousel .carousel-control-next {
  height: 90%;
}

.bg-node {
  min-height: 600px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* FOOTER */
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .footer-nav {
    display: flex;
    flex-direction: row;
  }

  .footer-nav>div {
    padding-right: 55px;
  }

  .footer-nav>div.last {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .footer .social-icons {
    justify-content: flex-end;
  }
}

.footer .social-icons li {
  font-size: 1.5rem;
  padding: 0px 5px;
  margin-top: 0.5em;
}

.footer .social-icons i {
  color: #fff;
}

.path-frontpage .l-region--postscript-second:before,
.front .l-region--postscript-second:before {
  content: none;
}

.block--views-news-and-events-front {
  background: none;
  padding: 0px;
}

.block--views-news-and-events-front .block__title {
  display: none;
}

.block--views-news-and-events-front .carousel-inner {
  margin: 0px;
  padding: 0px;
}

.block--views-news-and-events-front .field--name-field-image img {
  object-fit: cover;
}

@media (min-width: 768px) {
  .block--views-news-and-events-front .view-content {
    display: block;
    margin: 0px;
  }
}

.home-news-events-carousel .field--name-field-image,
.block--views-news-and-events-front .field--name-field-image {
  margin-bottom: 0px;
}

.home-news-events-carousel .field--name-field-date,
.block--views-news-and-events-front .field--name-field-date {
  display: none;
}

.home-news-events-carousel .field--name-field-dates,
.block--views-news-and-events-front .field--name-field-dates {
  display: none;
}

.home-news-events-carousel .field--name-field-author,
.block--views-news-and-events-front .field--name-field-author {
  display: none;
}

/* 08-17-2022 */
.home-news-events-carousel .field--name-field-image img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/* LEFT SIDEBAR */
/*
nav.block-sidebar {
  margin-bottom: 1rem;
}
.menu li {
  border-bottom: 1px solid #f4f4f4;

}
.block--nav-submenu .menu-block-wrapper a {
  font-weight: 500;
  padding: .5rem 0 .5rem 0;
}
*/

.menu li,
.menu .leaf,
.menu .expanded,
.menu .collapsed {
  list-style-image: none;
  position: relative;
}

.node-type-user-group .left-sidebar-main-menu .main-nav-menu > li::before,
.left-sidebar-main-menu .menu-name-main-menu .menu > li::before,
.left-sidebar-main-menu > .menu > li::before
 {
  content: '';
  background-size: 1rem;
  display: block;
  background-color: #8CC78C;
  mask-image: url(../images/right-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1rem;
  mask-position: left;
  position: relative;
  height: 1rem;
  width: 1rem;
  top: 1.6rem;
  left: -1.5rem;
}

.left-sidebar-main-menu-arrow-up > .menu > li::before
 {
  content: '';
  background-size: 1rem;
  display: block;
  background-color: #8CC78C;
  mask-image: url(../images/right-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1rem;
  mask-position: left;
  position: relative;
  height: 1rem;
  width: 1rem;
  top: 1.3rem;
  left: -1.5rem;
}

.left-sidebar-main-menu .main-nav-menu > li::before {
  content: '';
  background-size: 1rem;
  display: block;
  background-color: #8CC78C;
  mask-image: url(../images/right-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1rem;
  mask-position: left;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 1rem;
  left: -.5rem;
}

.block--nav-submenu .menu-block-wrapper>.menu>li>.menu li,
.block--nav-submenu .menu-block-wrapper>.menu>li>.menu .leaf,
.block--nav-submenu .menu-block-wrapper>.menu>li>.menu .expanded,
.block--nav-submenu .menu-block-wrapper>.menu>li>.menu .collapsed {
  list-style-image: none;
}

.node-type-user-group .block--nav-submenu .menu-block-wrapper .active-trail {
  color: #174D7A;
}

/* RIGHT SIDEBAR */
.view-news-and-events .node__content {
  margin-bottom: 1rem;
}

/* RESET */

.flexslider {
  margin: 0;
  background: transparent;
  border: none;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.flex-direction-nav a:before {
  font-size: 24px;
  height: 24px;
}


/* SPANISH */
.header-first-wrap {
  position: relative;
}

.block--nchfa-views-nchfa-views-language-toggle {
  margin-left: 0;
}

.block--nchfa-views-nchfa-views-language-toggle .block__content {
  padding-left: 0;
}

.site-logo,
.block--logo-block-logo {
  display: none;
}

.block--nchfa-views-nchfa-views-language-toggle a {
  padding: .5rem;
  color: rgba(0, 0, 0, .5);
}

.block--nchfa-views-nchfa-views-language-toggle a:hover {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}





.block--views-news-and-events-recent .block__title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 1rem;
}

.block--views-news-and-events-recent .node__title {
  font-size: 1rem;
  margin-bottom: 0px;
}

.block--views-news-and-events-recent .node__title a:hover {
  color: #124261;
}



.block--views-faqs-slideshow-user-group {
  padding: 50px 0;
}

.block--views-faqs-slideshow-user-group article {
  max-width: 767px;
  margin: 0px auto;
  background-color: #fff;
  padding: 25px;
}

.block--views-faqs-slideshow-user-group .node__header {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.block--views-faqs-slideshow-user-group .node__letter {
  color: #00817b;
  font-size: 48px;
  padding-right: 20px;
}

.block--views-faqs-slideshow-user-group .node__header h2 {
  margin-bottom: 0px;
}

.block--views-faqs-slideshow-user-group .node__content {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.block--views-faqs-slideshow-user-group .node__content p {
  margin-bottom: 0px;
}

.block--views-faqs-slideshow-user-group .node__content a {
  color: #8A033D;
}

.block--views-faqs-slideshow-user-group .node__content a:hover {
  color: #124261;
}

.block--views-forms-and-resources-pro-opts {
  padding: 50px 0;
}

.block--views-forms-and-resources-pro-opts h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}


.block--views-user-collections-list {
  background: #174D7A;
  padding: 20px 10px;
  text-align: center;
}

.block--views-user-collections-list .view-content {
  display: flex;
  flex-direction: column;
}

.block--views-user-collections-list .views-row {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .block--views-user-collections-list .view-content {
    flex-direction: row;
  }

  .block--views-user-collections-list .views-row {
    width: 20%;
  }
}

.block--views-user-collections-list article {
  margin-bottom: 1rem;
}

.block--views-user-collections-list img {
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 1rem;
  width: 100%
}

.block--views-user-collections-list .node__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.block--views-user-collections-list a {
  color: #fff;
}

.block--views-user-collections-list .field--name-field-cta-link-text a {
  background: #8A033D;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  padding: 12px 18px;
}

.block--views-user-collections-list .field--name-field-cta-link-text a:hover {
  background: #686C72;
  color: #FFFFFF;
}

/* NEW */

/* RESET */
.main-wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}





.node-type-user-group .block--nav-submenu .menu-block-wrapper>.menu>li>a:before {
  content: none;
}

.block--nav-submenu .menu-block-wrapper a:hover {
  color: #8A033D;
}

.block--nav-submenu .menu-block-wrapper>.menu>li>a:before {
  content: none;
}

@media (min-width: 768px) {
  .has-two-sidebars .l-region--sidebar-first {
    min-width: 190px
  }

  .header-side-link {
    position: initial;
  }
}

.block--nchfa-views-nchfa-views-home-blog-link a {
  background-color: #8A033D;
}

.block--nchfa-views-nchfa-views-home-blog-link a:hover {
  background-color: #8A033D;
  color: #fff;
}

.block--nchfa-views-nchfa-views-home-blog-link a,
.block--nchfa-views-nchfa-views-home-policy-link a {
  text-transform: none;
}


/* PAGE NODE */
@media (min-width: 768px) {
  .node-type-user-group .main-wrap {
    background: transparent;
    color: #23272F;
    text-shadow: none;
  }
}

@media (min-width: 1024px) {
  .node-type-user-group .main-wrap {
    padding-bottom: 0px;
  }
}

.flex-direction-nav a:before {
  height: 52px;
}

.block--views-faqs-slideshow-user-group .flex-direction-nav a.flex-prev:before,
.block--views-faqs-slideshow-user-collection .flex-direction-nav a.flex-prev:before,
.block--views-faqs-slideshow-user-group .flex-direction-nav a.flex-next:before,
.block--views-faqs-slideshow-user-collection .flex-direction-nav a.flex-next:before {
  color: #000;
}

.node-type-user-group .block--views-forms-and-resources-pro-opts .views-row a {
  color: #8A033D;
}

.node-type-user-group .block--views-forms-and-resources-pro-opts .views-row a:hover {
  color: #686C72;
}

.block--views-forms-and-resources-pro-opts .field-title:hover {
  text-decoration: none;
}

.postscript-first-wrap {
  background-image: none;
}

/*
.user-group--consumer.node-type-program-options .block--views-forms-and-resources-pro-opts {
  background-image: none;
}

*/
.user-group--consumer.node-type-program-options .block--views-forms-and-resources-pro-opts {
  background-image: none;
}

.block--views-forms-and-resources-pro-opts {
  color: #000;
}

.block--views-forms-and-resources-pro-opts a {
  color: #8A033D;
}

.node-type-user-group .block--nav-submenu a {
  color: #174D7A;
}

.block--nav-submenu .menu-block-wrapper .active-trail {
  color: #174D7A;
}

.node-type-user-group .block--nav-submenu a {
  color: #174D7A;
}


/* ??? */
.block--views-faqs-slideshow-user-group {
  background: #e6e7e9;
}

/* CARDS */
.block--views-cta-user-group .node__title {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.block--views-cta-user-group .node__title a {
  color: #161616;
}

@media (min-width: 1024px) {
  .block--views-cta-user-group .views-row {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
  }
}

/* BLUE CARDS */
.user-group--partner .block--views-cta-user-group .field--name-field-icon {
  background: #174D7A;
}

.user-group--partner .block--views-cta-user-group .button {
  background: #174D7A;
}

.user-group--partner .block--views-cta-user-group .button:hover {
  background: #686C72;
}


/* ORANGE CARDS */
.user-group--consumer .block--views-cta-user-group .field--name-field-icon {
  background-color: #C25745;
}

.user-group--consumer .block--views-cta-user-group .button {
  background: #C25745;
}

.user-group--consumer .block--views-cta-user-group .button:hover {
  background: #686C72;
}

/* FLEXSLIDER */

.block--views-programs-user-group-slideshow {
  background-color: #8A033D;
  color: #fff;
}

.block--views-programs-user-group-slideshow a {
  color: #fff;
}

.block--views-programs-user-group-slideshow article {
  max-width: 767px;
  margin: 0px auto;
  padding: 50px 0;
}

.block--views-programs-user-group-slideshow .node__title {
  font-size: 2.5rem;
  text-align: center;
}

.block--views-programs-user-group-slideshow .node__content {
  text-align: center;
}

.block--views-programs-user-group-slideshow .field--name-body {
  margin-bottom: 1rem;
}

.block--views-programs-user-group-slideshow .field--name-field-cta-link-text a {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  padding: 12px 18px;
  text-transform: uppercase;
}

.block--views-programs-user-group-slideshow .field--name-field-cta-link-text a:hover {
  background-color: #686c72;
  color: #fff;
}

/* BLUE FLEXSLIDER */
.user-group--partner .block--views-programs-user-group-slideshow {
  background: #174D7A;
}

.user-group--partner .block--views-programs-user-group-slideshow .flex-direction-nav a {
  background: none;
}

.user-group--partner .block--views-programs-user-group-slideshow .flex-direction-nav a:hover {
  background: none;
  color: #fff;
}

.user-group--partner .block--views-programs-user-group-slideshow .field--name-field-cta-link-text a {
  color: #174D7A;
}

.user-group--partner .block--views-programs-user-group-slideshow .field--name-field-cta-link-text a:hover {
  color: #fff;
}

.user-group--partner .block--views-programs-user-group-slideshow:after {
  content: none;
}

/* ORANGE FLEXSLIDER */
.user-group--consumer .block--views-programs-user-group-slideshow {
  background: #8A033D;
}

.user-group--consumer .block--views-programs-user-group-slideshow .flex-direction-nav a {
  background: none;
}

.user-group--consumer .block--views-programs-user-group-slideshow .flex-direction-nav a:hover {
  background: none;
  color: #fff;
}

.user-group--consumer .block--views-programs-user-group-slideshow .field--name-field-cta-link-text a {
  color: #8A033D;
}

.user-group--consumer .block--views-programs-user-group-slideshow .field--name-field-cta-link-text a:hover {
  color: #fff;
}

.user-group--consumer .block--views-programs-user-group-slideshow:after {
  content: none;
}

/* ???? */
@media (min-width: 768px) {

  .block--views-faqs-slideshow-user-group .flex-direction-nav a,
  .block--views-faqs-slideshow-user-collection .flex-direction-nav a {
    background: none;
  }

  .node-type-event .l-content {
    width: 100%;
  }
}

.block--views-faqs-slideshow-user-group .flex-direction-nav a:hover,
.block--views-faqs-slideshow-user-collection .flex-direction-nav a:hover {
  background: none;
  color: #fff;
}


/* ACCORDION */
#resources-accordion {
  font-family: "Figtree", sans-serif;
}

#resources-accordion .panel-default {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
}

#resources-accordion .panel-heading {
  padding: 0;
  border: none;
}

#resources-accordion .panel-body {
  background: #eaeaea;
  border: none;
  flex: 1 1 auto;
  padding: 1.25rem;
}

#resources-accordion h4 a {
  display: block;
  padding: 10px 35px 10px 15px;
  background: #eaeaea;
  color: #174D7A;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

#resources-accordion h4 a.collapsed {
  display: block;
  background: #174D7A;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
}

#resources-accordion h4 a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

#toolkit-tiles .col-sm-6 {
  margin-bottom: 30px;
}

.toolkit-tile {
  position: relative;
  color: #fff;
}

.toolkit-tile img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.tile-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(23, 77, 122, .5);
}

.tile-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.tile-caption h3 {
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 16px;
}

.toolkit-tile .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25rem;
  border-radius: 0;
  padding: 12px 18px;
  background: #fff;
  color: #8A033D;
  text-transform: uppercase;
  font-weight: 600;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.toolkit-tile .btn:hover {
  background: #686c72;
  color: #fff;
}

/* 06-06-2019 */
.tm-custom {
  font-size: 60%;
}

.front-page-link-section .views-row:nth-child(1) .custom-hero:hover,
.front-page-link-section .views-row-1 .custom-hero:hover {
  background-color: #C25745;
}

.front-page-link-section .views-row:nth-child(2) .custom-hero:hover,
.front-page-link-section .views-row-2 .custom-hero:hover {
  background-color: #174D7A;
}

.front-page-link-section .views-row:nth-child(3) .custom-hero:hover,
.front-page-link-section .views-row-3 .custom-hero:hover {
  background-color: #8A033D;
}

/* 08-16-2022 */
.front-page-link-section .views-row:hover .hero-flipped {
  display: none;
}

.language-toggle .label-mobile {
  display: none;
}

/*.facebook-block .text-center iframe { width: 100%; height: 500px; }*/

/* 13-06-2019 */
.search-block-form--4 .form-text {
  width: 0;
  display: block;
  margin-top: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 10px 10px 10px 10px;
  float: right;
}

span.custom-search-span {
  height: 45px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #174D7A url('/themes/custom/nchfa/images/searchicon.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#block-searchform.contextual-region {
  position: initial;
}
.search-block-form--4 .form-text.hello {
  width: 300px;
  background: #696C73;
  color: #fff;
}

.search-block-form--4 .form-text.hello::-webkit-input-placeholder,
.search-block-form--5 .form-text::-webkit-input-placeholder {
  color: #fff;
}

.search-block-form--4 .form-text.hello::-moz-placeholder,
.search-block-form--5 .form-text::-moz-placeholder {
  color: #fff;
}

.search-block-form--4 .form-text.hello:-ms-input-placeholder,
.search-block-form--5 .form-text:-ms-input-placeholder {
  color: #fff;
}

.search-block-form--4 .form-text.hello:-moz-placeholder,
.search-block-form--5 .form-text:-moz-placeholder {
  color: #fff;
}

.search-block-form--4 .form-text:focus {
  width: 300px;
}

#block-block-10 .text-center {
  margin-top: 10px;
}

.page-node-268 .l-postscript .postscript-second-wrap {
  overflow: hidden;
}

.mobile-search-custom {
  display: none;
}

/* 21-06-2019 */
.node-type-user-group .links--inline .language-link {
  color: #174D7A;
}

.desktop-menu .menu li {
  list-style-image: none;
  display: inline-block;
}

/* 24-06-2019 */
.desktop-menu .navbar-nav ul.dropdown-menu {
  min-width: 15rem;
  padding: .5rem 15px;
}

.desktop-menu .navbar-nav ul.dropdown-menu li.dropdown-item {
  line-height: 17px;
}

.desktop-menu .menu li ul.dropdown-menu li {
  display: block;
}

#block-block-13 {
  margin: 0 auto;
}

.footer.bg-dark-gray h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 38px;
}

.footer.bg-dark-gray ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.i18n-es .view-front-page-links-block .custom-hero .px-3 h1 {
  font-size: 40px;
}

/* 01-07-2019 */
/*.mfp-content .okay-link{ border: 0; background: #6BABD4; color: white; padding: 15px 25px; display: inline-block; margin-top: 5px; line-height: 1; text-align: center; font-weight: bold; font-size: 15px; text-decoration: none; }
.page-node-3947 .mfp-wrap, .page-node-3947 .mfp-zoom-in.mfp-ready.mfp-bg { display: none; }
.page-node-4130 .mfp-wrap, .page-node-4130 .mfp-zoom-in.mfp-ready.mfp-bg { display: none; }*/
.footer-second-wrap {
  display: none;
}

/* 11-07-2019 Add css for the search box for the press and other pages as well */
.search-block-form .form-text {
  width: 0;
  display: block;
  margin-top: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 10px 10px 10px 10px;
  float: right;
}

.search-block-form .form-text.hello {
  width: 300px;
  background: #696C73;
  color: #fff;
}

.search-block-form .form-text.hello::-webkit-input-placeholder,
.search-block-form--2 .form-text::-webkit-input-placeholder {
  color: #fff;
}

.search-block-form .form-text.hello::-moz-placeholder,
.search-block-form--2 .form-text::-moz-placeholder {
  color: #fff;
}

.search-block-form .form-text.hello:-ms-input-placeholder,
.search-block-form--2 .form-text:-ms-input-placeholder {
  color: #fff;
}

.search-block-form .form-text.hello:-moz-placeholder,
.search-block-form--2 .form-text:-moz-placeholder {
  color: #fff;
}

.search-block-form .form-text:focus {
  width: 300px;
}

/* 12-07-2019 for the page press-investors/press/press-release-archive */
.page-press-investors-press.i18n-en #block-locale-language-content .language-switcher-locale-url .en.first {
  display: none;
}

.page-press-investors-press.i18n-es #block-locale-language-content .language-switcher-locale-url .es.last {
  display: none;
}

/* 16-07-2019 */
.nav-bottom.desktop-menu ul.menu li.last ul.dropdown-menu li.first ul {
  display: none;
}

.nav-bottom.desktop-menu ul.menu li.last ul.dropdown-menu li.expanded ul {
  display: none;
}

/* 19-07-2019 */
.page-node-18290 .l-content {
  width: 100%;
}

/* 10-09-2019 */
.menu-mlid-2446 .custom-press-link {
  /* padding: 3px 20px !important; */
  padding: 3px 14px !important;
  color: #174D7A;
  font-size: 14px;
  font-weight: normal;
}

.menu-mlid-2446 .custom-press-link:hover {
  color: #8A033D;
}

.menu-mlid-2446 .custom-press {
  list-style-image: none;
}

/* 12-09-2019 */
.menu-mlid-2446 ul {
  padding: 0 0 0 30px;
}

/* 13-09-2019 */
/*.custom-press-link { padding-top: 5px !important; padding-bottom: 5px !important; }*/
.menu-mlid-2446 a:first-child {
  padding: 5px 20px;
}

/* Start 14-11-2019 */
.header-side-link {
  position: absolute;
  bottom: 32px;
  margin-left: 8px;
  color: #8A033D;
  font-weight: 500;
}

/* END 14-11-2019 */

/* START 20-05-2020 NEWSLATTER SINGUP */
#newsletter-sign-up {
  padding: 4em 0;
  background: #C25745;
}

#newsletter-sign-up h2 {
  font-size: 1.625em;
  color: #fff;
  font-weight: normal;
  margin-bottom: 18px;
}

#newsletter-sign-up form .flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}

#newsletter-sign-up form .flex-row input {
  border: none;
  font-size: 18px;
  padding: 8px 16px;
}

#newsletter-sign-up form .flex-row input[type=email] {
  width: 100%;
  min-width: 320px;
  height: 43px;
}

#newsletter-sign-up form .flex-row input[type=submit] {
  color: #1a1a1a;
  height: 43px;
  position: relative;
  top: 0;
  font-weight: bold;
  text-transform: uppercase;
  background: #e8e2e2;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 8px 32px;
}

#newsletter-sign-up form .flex-row input[type=submit]:hover {
  color: #fff;
  background: #00948d;
}

/* START 28-07-2020 */
.subscribe-button-wrap .subscribe-button {
  padding: 15px 25px;
}

/* END 28-07-2020 */

/* START 08-03-2021 NEW WEBFORM PROJECTS */
.webform-left-field-component {
  width: 48%;
  float: left;
  margin-right: 20px;
}

.webform-right-field-component {
  width: 48%;
  float: right;
}

.webform-select-field-component {
  width: 100%;
  height: 48px;
}

.webform-checkbox-field-component .form-item.form-type-checkbox {
  display: inline-block;
  width: 35%;
}

.webform-clear-field-component {
  clear: both;
}

.webform-left-3-field-component {
  width: 32%;
  float: left;
}

.webform-right-3-field-component {
  width: 32%;
  float: right;
}

.webform-extra-field-component {
  margin-left: 17px;
}

.webform-checkbox-3-field-component .form-item.form-type-checkbox {
  display: inline-block;
  width: 30%;
}

.webform-checkbox-3-field-component .form-item.form-type-checkbox input {
  margin-bottom: 4px;
}

/* END 08-03-2021 NEW WEBFORM PROJECTS */

/* START Large MAP CSS */
.page-node-15214.node-type-page article .tableauPlaceholder {
  width: 100% !important;
  height: 630px !important;
}

.page-node-15214.node-type-page article iframe {
  transform: scale(0.7);
  transform-origin: top left;
}

.page-node-15214.node-type-page .l-content {
  width: 65% !important;
}

/* END Large MAP CSS */

/* START 20-05-2021 Excel Sheet Changes */
.page-node-309.node-type-program-options .block--views-forms-and-resources-pro-opts a,
.page-node-322.node-type-program-options .block--views-forms-and-resources-pro-opts a,
.page-node-3192.node-type-program-options .block--views-forms-and-resources-pro-opts a,
.page-node-8517.node-type-program-options .block--views-forms-and-resources-pro-opts a,
.page-node-312.node-type-program-options .block--views-forms-and-resources-pro-opts a {
  color: #FFFFFF;
}

.page-node-22590.node-type-user-group .block--views-cta-user-group .node__title,
.page-node-23996.node-type-user-group .block--views-cta-user-group .node__title {
  text-transform: capitalize;
}

.page-node-3577.node-type-page .tile-caption h3,
.page-node-9257.node-type-page .tile-caption h3 {
  font-size: 1.50rem;
}

.page-node-3579.node-type-page .tile-caption h3 {
  font-size: 1.20rem;
}

a.tile-caption-white {
  color: #FFFFFF;
}

.page-node-3579.node-type-page .toolkit-tile .btn {
  padding: 8px 12px;
  font-size: 0.9em;
}

/* END 20-05-2021 Excel Sheet Changes */

/* START 15-06-2021 Homepage Block Homeowner Assistance Fund Under Development */
#home-page-announcement {
  background: #C25745;
  color: #fff;
  padding: 2em 4em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

#home-page-announcement h3 {
  font-size: 30px;
  margin-bottom: 16px;
}

#home-page-announcement a {
  /*color: #fff;*/
  /*color: #C25745;
            text-decoration: none;
            font-size: 18px;*/
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
}

#home-page-announcement p {
  font-size: 16px;
}

#home-page-announcement p.smaller {
  font-size: 14px;
}

#home-page-announcement a.btn {
  background: #fff;
  color: #C25745;
  text-transform: capitalize;
  font-weight: bold;
  transition: all .2s ease;
}

#home-page-announcement a.btn:hover {
  background: #174D7A;
  color: #fff;
}

#home-page-announcement .button {
  background-color: #FFFFFF;
  color: #C25745;
  text-decoration: none;
  font-size: 18px;
}

#home-page-announcement a.home-page-announcement-link {
  color: #FFFFFF !important;
  font-size: 16px !important;
}

/* START 15-06-2021 Homepage Block Homeowner Assistance Fund Under Development */

/* START 27-01-2022 Homepage help is here section */
#nchaf {
  margin: 18px 0px 34px;
  padding: 4em;
  -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%);
  border-radius: 6px;
  background: url(/themes/custom/nchfa/images/iStock-475151186.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 999;
  background-position: center bottom;
}

#nchaf img {
  display: block;
  margin: 0 auto 26px auto;
}

#nchaf .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

#nchaf .container {
  position: relative;
  z-index: 10;
}

#nchaf .container .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#nchaf .container .row .col-md-10 {
  flex-basis: 70%;
}

#nchaf .text-center {
  text-align: center;
}

#nchaf h2 {
  font-size: 32px;
  font-size: bold;
  font-family: "Karla", sans-serif;
  color: #215089;
  line-height: 1em;
  margin: 0 0 6px 0;
}

#nchaf h3 {
  font-size: 20px;
  font-size: 400;
  font-family: "Karla", sans-serif;
  color: #215089;
  margin: 0 0 26px 0;
  line-height: 1em;
}

#nchaf p {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  color: #383838;
  margin-bottom: 16px;
}

#nchaf p.blue {
  color: #215089;
}

#nchaf a.cta-btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #659B6D;
  color: #fff;
  border-radius: 0px;
  border: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  white-space: nowrap;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  margin: 6px;
  transition: background .2s ease;
  text-align: center;
  min-width: 180px;
}

#nchaf a.cta-btn:hover {
  color: #fff;
  background: #215089;
}

.facebook-block iframe {
  width: 100%;
}

.nchfa-logo-inner-page {
  margin-top: 36px;
  margin-bottom: 20px;
}

@media(max-width: 380px) {
  #nchaf a.cta-btn {
    min-width: inherit;
  }
}

/* END 27-01-2022 Homepage help is here section */
/* START 10-07-2021 Housing Counselors left Sidebar menu */
div.housing-counselors-block {
  margin-top: 15px;
}

.housing-counselors li {
  line-height: 2;
}

.housing-counselors li a {
  color: #174D7A;
  padding: 5px 0;
  font-weight: bold;
}

/* START 10-07-2021 Housing Counselors left Sidebar menu */

@media (max-width: 558px) {
  #newsletter-sign-up form .flex-row {
    display: block;
  }

  #newsletter-sign-up form .flex-row input {
    width: 100%;
    min-width: 260px;
    margin-bottom: 16px;
  }
}

/* END 20-05-2020 NEWSLATTER SINGUP */

@media (max-width: 911px) {
  .front-page-link-section .views-row {
    width: 100%;
  }

  /* Custom search box in mobile */
  .mobile-search-custom {
    display: block;
    position: relative;
  }

  span.custom-search-span-mobile {
    height: 46px;
    width: 50px;
    position: absolute;
    right: 15px;
    z-index: 1;
    background: #174D7A url('/themes/custom/nchfa/images/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    top: 135px;
  }

  .search-block-form--5 .container-inline {
    margin-bottom: 10px;
  }

  .search-block-form--5 .form-text {
    width: calc(100% - 50px);
    background: #696C73;
    color: #fff;
  }

  span.custom-search-span-mobile {
    right: 0;
    top: 0;
  }

  /* 11-07-2019 Search box for the press page and few others */
  .search-block-form--2 .container-inline {
    margin-bottom: 10px;
  }

  .search-block-form--2 .form-text {
    width: calc(100% - 50px);
    background: #696C73;
    color: #fff;
  }

  /* 12-07-2019 For the page press-investors/press/press-release-archive */
  .page-press-investors-press.i18n-en #block-locale-language-content--2 .language-switcher-locale-url .en.first {
    display: none;
  }

  .page-press-investors-press.i18n-es #block-locale-language-content--2 .language-switcher-locale-url .es.last {
    display: none;
  }

}

@media (max-width: 767px) {
  .facebook-block .text-center iframe {
    -webkit-transform: scale(0.70);
    -ms-transform: scale(0.70);
    transform: scale(0.70);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .facebook-block {
    overflow: hidden;
  }

  .language-toggle .label-desktop {
    display: none;
  }

  .language-toggle .label-mobile {
    display: block;
  }

  .header-side-link {
    position: initial;
    margin: 0;
  }

  /* START 08-03-2021 NEW WEBFORM PROJECTS */
  .webform-left-field-component,
  .webform-right-field-component,
  .webform-checkbox-field-component .form-item.form-type-checkbox,
  .webform-left-3-field-component,
  .webform-right-3-field-component,
  .webform-checkbox-3-field-component .form-item.form-type-checkbox {
    width: 100%;
  }

  .webform-extra-field-component {
    margin-left: 0;
  }

  /* END 08-03-2021 NEW WEBFORM PROJECTS */

  /* START Large MAP */
  .page-node-15214.node-type-page .l-content {
    width: 100% !important;
  }

  /* END Large MAP */
}

@media (max-width: 767px) and (orientation : landscape) {
  .facebook-block .text-center iframe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .front-page-link-section .views-row {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .facebook-block .text-center iframe {
    -webkit-transform: scale(0.58);
    -ms-transform: scale(0.58);
    transform: scale(0.58);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .header-side-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 110px;
    top: 105px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-side-link {
    position: initial;
  }

  /* START 08-03-2021 NEW WEBFORM PROJECTS */
  .webform-left-field-component,
  .webform-right-field-component,
  .webform-checkbox-field-component .form-item.form-type-checkbox,
  .webform-left-3-field-component,
  .webform-right-3-field-component,
  .webform-checkbox-3-field-component .form-item.form-type-checkbox {
    width: 100%;
  }

  .webform-extra-field-component {
    margin-left: 0;
  }

  /* END 08-03-2021 NEW WEBFORM PROJECTS */

}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-side-link {
    bottom: 5px;
    margin: 0;
  }
}

/* start 13-07-2022 */
.page-node-8518 #block-views-programs-get-started h2 {
  font-size: 36px;
}

.node-type-program-options .block--views-program-options-list .block__title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  padding-top: 1em;
}

.node-type-program-options .main-wrap {
  margin: 0 auto 0;
}

.node-type-program-options .block--views-program-options-list {
  background: #f8f8f8;
}

/* end 13-07-2022 */

.dropdown-item.active, .dropdown-item:active {
  background-color: #6BABD4;
}

/* Main menu updates for re-brand + accessibility */

.language-link a,
.navbar-light .navbar-nav .nav-link {
  color: #174D7A
}

.language-link a:hover,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  background-color: #174D7A;
}

/* Give same padding as regular nav links. */
.language-link a {
  display: block;
  padding: 8px;
}
