:root{
  --primary-color: #2b85b2;
  --secondary-color: #f6d55f;
  --blue-color:#012662;
  --dark-gray:#404e55;
  --light-gray:#404e55;
}
*{
    box-sizing:border-box;
}
body{
    background-color: #e7e7e7;
    margin:0;
    padding:0;
}
body a{
  font-weight:600;
  color:var(--primary-color);
}

html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Poppins", sans-serif;
    color:#333;
}
.page{
    background:#fff;
    text-align:left;
    margin:auto;
    font-size:18px;
    box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.pagewidth{
  max-width:1400px;
  margin:auto;
}
.logo-wrapper{
  display:flex;
  max-width:280px;
}
.logo-wrapper{
  line-height:0;
}
.logo-wrapper img{
  min-width:140px;
  max-width:100%;
}
.topnav-desktop{
  margin-left:auto;
  margin-top:auto;
  margin-bottom:auto;
}
.header-main{
  box-shadow:0px 10px 10px rgb(240,240,240);
  border-bottom:2px solid var(--primary-color);
}
.header-main .pagewidth{
  display:flex;
  padding:1rem;
  position:relative;
  max-width:1368px;
}
.header-right{
  width:100%;
  text-align:right;
  padding-top:0.5rem;
  display:flex;
}
.banner{
  background-size:cover;
  min-height:350px;
  position:relative;
  background-image:url("/images/ican-home-banner.jpg");
  background-position-y:80%;
  display:flex;
  border-top:2px solid var(--primary-color);
  border-bottom:2px solid var(--primary-color);
}
.banner:before{
  content:"";
  background-color:rgba(0,0,0,0.35);
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  z-index:1;
}
.header-message{
  margin:auto;
  color:#fff;
  z-index:10;
}
.banner-message-heading{
  font-size:2.5rem;
  font-weight:600;
  margin-left:auto;
  margin-right:auto;
  line-height:120%;
  max-width:600px;
  margin-top:1rem;
  text-shadow:0 2px rgba(0,0,0,0.6);
}
.banner-message-subheading{
  font-size:1.75rem;
  font-weight:100;
  margin-left:auto;
  margin-right:auto;
  line-height:120%;
  margin-top:1rem;
  margin-bottom:1rem;
  max-width:800px;
  text-shadow:0 2px rgba(0,0,0,0.6);
}
.banner-message-subheading strong{
}
.banner-message-text{
  max-width:800px;
  margin:auto;
}
.section{
    padding-top:3rem;
    padding-bottom:3rem;
    padding-left:1rem;
    padding-right:1rem;
}
.graybg{
  background-color:#f1ede8;
}
.top-bar-promo{
  background: var(--primary-color);
  color:#fff;
  padding:0.5rem 1rem;
  text-align:center;
  font-weight:100;
  letter-spacing:1px;
}
.top-bar-promo a{
  color:#fff;
  font-weight:400;
  font-size:16px;
  line-height:100%;
  text-decoration:none;
}
.top-bar-promo a:hover{
  color:#f8f275
}
a.franchise-link{
  background-color: var(--secondary-color);
  color: var(--blue-color);
  display:inline-block;
  font-weight:bold;
  padding:0.75rem 1.5rem;
  border-radius:10rem;
  border:1px solid #186692;
}
a.franchise-link:hover{
  background-color:#fff;
  border:1px solid #186692;
  color:var(--blue-color)
}
footer{
  text-align: center;
  background-color: #0d5879;
  color:#fff;
  text-align:left;
  color:#ccc;
}
.footer-bottom{
  padding:0.5rem;
  text-align:center;
  font-size:16px;
  color:#eee;
  border-top:1px solid #eee;
}
.footergrid{
  width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
}
.footergrid .cellwrapper{
  padding:0.5rem;
}
.foot-equallogo-cont img{
  max-width:150px;
  margin-top:1rem;
}
.footer-heading{
  color:#fff;
  font-weight:600;
  text-transform:uppercase;
  font-size:1.5rem;
  margin-bottom:1rem;
}
.footer-address{
  margin-bottom:1rem;
}
.footcon-email{
  margin-top:1rem;
}
.footcon-email a{
  color:#fff !important;
  display:block;
}
.footer-contact a{
  color:#fff;
  text-decoration:none;
  color:#ccc;
  font-weight:400;
}
.footer-text{
  font-size:16px;
}
.footer-services-nav{
  padding-left:0;
  list-style-type:none;
}
.footer-services-nav li{
  line-height:180%;
}
.footer-services-nav a{
  color:#fff;
}
.mainheading{
  margin-bottom:0;
  line-height:100%;
  font-weight:800;
  color:var(--primary-color);
}
.center{
  text-align:center;
}
.home-three-button-section .cellwrapper{
  padding:0.75rem;
}
.home-three-button-section{
  text-align:center;
}
.home-collage-wrapper img{
  max-width:100%;
}
.housing-program-grid{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
}
.htbs-mainheading{
  font-size:1.75rem;
}

.htbs-intro{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
}
.staff-recruit-section{
  text-align:left;
  background-color:#e2f4ff;
  color:var(--blue-color);
  border-top:6px solid var(--primary-color);
  border-bottom:6px solid var(--secondary-color);
  overflow:hidden;
  position:relative;
}
.staff-recruit-section p{
  font-size:1.15rem;
  line-height:175%;
  max-width:760px;
  margin-top:0;
  margin-bottom:1.5rem;
}
.donation-spotlight-grid{
  align-items:center;
  max-width:1200px;
  margin:auto;
}
.donation-spotlight-copy .cellwrapper{
  padding-right:2.5rem;
}
.donation-spotlight-section .htbs-mainheading{
  color:var(--blue-color);
  font-size:2rem;
  line-height:108%;
  margin-top:0;
  margin-bottom:1rem;
  text-align:left;
}
.donation-spotlight-section .starecsec-btnwrapper{
  text-align:left;
}
.donation-spotlight-section .white-cta-btn{
  background-color:var(--secondary-color);
  border:2px solid var(--blue-color);
  box-shadow:0 14px 30px rgba(1,38,98,0.18);
  color:var(--blue-color);
  font-size:1.05rem;
  font-weight:700;
  margin-top:0;
  padding:0.9rem 1.75rem;
}
.donation-spotlight-section .white-cta-btn:hover{
  background-color:#fff3b3;
  border-color:var(--blue-color);
  color:var(--blue-color);
}
.donation-spotlight-media .cellwrapper{
  padding-left:1rem;
}
.donation-image-frame{
  background:#fff;
  border:6px solid #fff;
  box-shadow:0 20px 45px rgba(1,38,98,0.2);
  line-height:0;
  overflow:hidden;
}
.donation-image-frame img{
  display:block;
  min-height:360px;
  object-fit:cover;
  object-position:center;
  width:100%;
}
.white-cta-btn{
  background-color:#fff;
  padding:0.75rem 2rem;
  border-radius:10rem;
  text-decoration:none;
  display:inline-block;
  margin-top:1rem;
  color:#333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border:1px solid #0478aa;
}
.white-cta-btn:hover{
  background-color:#a1d6ec;
  border:1px solid #fff;
}
.htbs-button{
  margin-bottom:1rem;
}
.htbs-icon{
  font-size:2rem;
  color:#205c7e;
}
.htbs-button a{
  display:inline-block;
  padding:0.75rem 1.25rem;
  border:2px solid #205c7e;
  color:#205c7e;
  text-decoration:none;
  border-radius:0.25rem;
  transition: 0.15s linear;
  background-color:#e2f4ff;
  line-height:120%;
}
.htbs-button a:hover{
  background-color:#205c7e;
  color:#fff;
}
.staff-recruit-section{
    text-align:left;
  background-color:#e2f4ff;
  color:var(--blue-color);
  border-top:6px solid var(--primary-color);
  border-bottom:6px solid var(--secondary-color);
  overflow:hidden;
  position:relative;
}
.staff-recruit-section p{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.effquint-heading{
  text-align:center;
  color:#333;
  font-size:2rem;
  font-weight:bold;
  margin-bottom:1rem;
}
.effquint-p{
  color:#333;
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  font-weight:600;
  margin-top:2rem;
}
.tbp-grid{
  max-width:1336px;
  margin-left:auto;
  margin-right:auto;
}
.tbp-grid .agcell-1-2:nth-child(1){
  text-align:left;
  display:flex;
  margin-top:auto;
  margin-bottom:auto;
  justify-content:left;
}
.tbp-grid .agcell-1-2:nth-child(2){
  text-align:right;
}
.dropbtn{
    padding: 0.5rem 0.5rem;
    font-size: 16px;
    border: none;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  color:#333;
}
.dropbtn:hover{
  text-decoraton:underline;
}
.dropbtn .fa{
    margin-left: 0.25rem;
    font-weight: normal;
}
.dropdown{
    position: relative;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    z-index: 10002;
}
.banner-content-wrapper{
  text-align:center;
  margin:auto;
}
.homebanner-inverse-buttons{
  margin-top:1rem;
  text-align:center;
}
.homebanner-inverse-button{
  display:inline-flex;
  margin:0 0.25rem;
}
.homebanner-inverse-button a{
  display:block;
  padding:0.75rem 1.25rem;
  border:1px solid #fff;
  color:#fff;
  text-decoration:none;
  background-color:rgba(0,0,0,0.25);
  border-radius:0.25rem;
  transition: 0.15s linear;
}
.homebanner-inverse-button a:hover{
  background-color:#fff;
  color:#333;
}
.effquaint-grid{
  text-align:center;
}
.effquaint-grid .cellwrapper{
  padding:1rem;
  color:#333;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.effquaint-grid .effquaint-icon{
  display:flex;
  padding-right:0.75rem
}
.effquaint-icon i{
  margin:auto;
}
.effquaint-grid .effquaint-heading{
}
.effquaint-grid .effquaint-text{
  width:100%;
}
.effquaint-grid .agcell-1-3:nth-child(2){
  border-right:1px dotted #2b85b2;
  border-left:1px dotted #2b85b2;
}
.effquaint-icon{
  font-size:2rem;
  line-height:0 !important;
  color:#0478aa;
  line-height:0;
  margin-bottom:0.5rem;
}
.effquaint-heading{
  font-size:1.75rem;
  font-weight:600;
  color:#333333;
  margin-bottom:0.5rem;
}
.dropdown:hover{
    background-color:#d5ecf4;
    animation: fade 0.2s linear;
}
@keyframes fade{
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.mobnav-hambar{
  padding:0.5rem;
  line-height:100%;
  font-size:1.25rem;
  text-align:left;
  padding-right:2rem;
  background-color: #175b7f;
  padding:0.5rem;
  line-height:100%;
    text-transform:uppercase;
    font-weight:600;
    padding:1rem;
    border-bottom:1px solid #196d9c;
}
.mobnav-hambar{
}
.mobilenav{
  width:100%;
  background-color:#196d9c;
  color:#fff;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}
.mobnav-heading i{
    border:1px solid #fff;
    padding:0.2rem 0.25rem;
    border-radius:0.3rem;
    font-size:0.75rem;
}
.mobilenav a,
.mobilenav span.dropbtn{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:1rem;
    text-transform:uppercase;
}
.mobnav-heading a{
  display:inline-block;
  border-bottom:0;
}
.mobnav-hambartext{
  display:inline-block;
  margin-left:1rem;
}
.mobnavsection{
  border-bottom:1px solid #3188b9;
}
.dropdown:hover .dropbtn{
}
.argentgrid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.argentgrid .agcell-1-2{ width:50%; }
.argentgrid .agcell-1-3{ width:33.3333%; }
.argentgrid .agcell-2-3{ width:66.66666%; }
.argentgrid .agcell-1-4{ width:25%; }
.argentgrid .agcell-2-5{ width:40%; }
.argentgrid .agcell-3-5{ width:60%; }
.about-banner{
  background-position:50% 55%;
}
.about-story-section{
  background:#fff;
}
.about-story-grid{
  align-items:center;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
.about-story-grid .cellwrapper{
  padding:1rem;
}
.about-story-grid p{
  line-height:170%;
}
.about-kicker{
  color:var(--primary-color);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:0.5rem;
}
.about-stat-panel{
  background-color:var(--primary-color);
  border-left:6px solid var(--secondary-color);
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
}
.about-stat{
  padding:1rem;
  border-bottom:1px solid #d5d0ca;
}
.about-stat:last-child{
  border-bottom:0;
}
.about-stat-number{
  color:var(--secondary-color);
  font-size:3rem;
  line-height:100%;
  font-weight:800;
}
.about-stat-label{
  color:#fff;
  font-weight:600;
  line-height:130%;
}
.about-dignity-section{
  background-color:#0478aa;
  color:#fff;
  text-align:center;
}
.about-dignity-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.about-dignity-card h1{
  margin-top:0;
  line-height:120%;
}
.about-dignity-card p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.about-cta-row a{
  margin-left:0.5rem;
  margin-right:0.5rem;
}
.mission-banner{
  background-position:50% 58%;
}
.mission-intro-section{
  background:#fff;
}
.mission-statement-card{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-top:6px solid var(--primary-color);
  border-bottom:6px solid var(--primary-color);
  padding:2rem;
}
.mission-statement-card h1{
  margin-top:0;
  color:var(--primary-color);
  line-height:120%;
}
.mission-statement-card p{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
  font-size:1.3rem;
  line-height:150%;
  margin-bottom:0;
}
.mission-principles-section{
  background-color:#f1ede8;
}
.mission-principles-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:stretch;
}
.mission-principles-grid .cellwrapper{
  background:#fff;
  border:1px solid #d6d6d6;
  height:100%;
  margin:1rem;
  padding:1.5rem;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.mission-principle-icon{
  color:var(--primary-color);
  font-size:2.25rem;
  line-height:100%;
  margin-bottom:0.75rem;
}
.mission-principles-grid h2{
  color:var(--blue-color);
  line-height:120%;
  margin-top:0;
  margin-bottom:0.75rem;
}
.mission-principles-grid p{
  line-height:160%;
  margin-bottom:0;
}
.mission-values-section{
  background:#fff;
  text-align:center;
}
.mission-values-grid{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}
.mission-value{
  width:20%;
  padding:0.5rem;
}
.mission-value-inner{
  height:100%;
  background:#e2f4ff;
  border:1px solid #b7dcef;
  color:#1d4f6b;
  font-weight:600;
  line-height:130%;
  padding:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mission-purpose-section{
  background-color:#0478aa;
  color:#fff;
  text-align:center;
}
.mission-purpose-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.mission-purpose-card h1{
  margin-top:0;
  line-height:120%;
}
.mission-purpose-card p{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  line-height:160%;
}
.mission-cta-row a{
  margin-left:0.5rem;
  margin-right:0.5rem;
}
.leadership-banner{
  background-position:50% 55%;
}
.leadership-intro-section{
  background:#fff;
  text-align:center;
}
.leadership-intro{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
  line-height:170%;
}
.leadership-section-heading{
  color:var(--primary-color);
  font-size:1.75rem;
  line-height:120%;
  margin-top:0;
  text-align:center;
}
.leadership-officers-section{
  background:#f1ede8;
}
.leadership-card-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}
.leadership-card-grid .cellwrapper{
  background:#fff;
  border:1px solid #d6d6d6;
  height:100%;
  margin:1rem;
  padding:1.5rem;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
  text-align:center;
}
.leadership-person-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#e2f4ff;
  color:var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1rem;
  font-size:1.75rem;
}
.leadership-name{
  color:var(--blue-color);
  font-weight:800;
  font-size:1.25rem;
  line-height:120%;
}
.leadership-role{
  color:var(--primary-color);
  font-weight:700;
  margin-top:0.35rem;
}
.leadership-affiliation{
  border-top:1px solid #d6d6d6;
  margin-top:1rem;
  padding-top:1rem;
  line-height:150%;
}
.leadership-team-section{
  background:#fff;
}
.leadership-team-grid .cellwrapper{
  border-top:5px solid var(--primary-color);
}
.leadership-board-section{
  background:#f1ede8;
}
.leadership-board-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}
.leadership-board-member{
  width:20%;
  padding:0.5rem;
}
.leadership-board-inner{
  background:#fff;
  border:1px solid #d6d6d6;
  height:100%;
  padding:1rem;
  line-height:140%;
  box-shadow:0 3px 10px rgba(0,0,0,0.06);
}
.leadership-board-name{
  color:var(--blue-color);
  font-weight:800;
  margin-bottom:0.75rem;
  line-height:120%;
}
.leadership-board-title{
  font-size:0.95rem;
  line-height:120%;
}
.leadership-priorities-section{
  background-color:#0478aa;
  color:#fff;
}
.leadership-priorities-card{
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.leadership-priorities-card h1{
  margin-top:0;
  line-height:120%;
}
.leadership-priority-list{
  list-style:none;
  padding:0;
  margin:2rem auto 0;
  max-width:850px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0.75rem;
  text-align:left;
}
.leadership-priority-list li{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.35);
  padding:0.85rem 1rem;
  line-height:140%;
}
.leadership-priority-list i{
  color:#f6d55f;
  margin-right:0.5rem;
}
.services-banner{
  background-position:50% 60%;
}
.services-intro-section{
  background:#fff;
}
.services-intro-panel{
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.services-intro-panel h1{
  margin-top:0;
}
.services-intro-panel p{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  line-height:170%;
}
.services-pathway-section{
  background:#f1ede8;
}
.services-pathway-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
  align-items:stretch;
}
.services-pathway-grid .cellwrapper{
  background:#fff;
  height:100%;
  margin:1rem;
  padding:1.5rem;
  border:1px solid #d6d6d6;
  border-top:6px solid var(--primary-color);
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.services-card-icon{
  color:var(--primary-color);
  font-size:2.25rem;
  line-height:100%;
  margin-bottom:1rem;
}
.services-pathway-grid h2{
  color:var(--blue-color);
  line-height:120%;
  margin-top:0;
}
.services-pathway-grid p{
  line-height:160%;
  margin-bottom:0;
}
.services-detail-section{
  background:#fff;
}
.services-detail-grid{
  max-width:1150px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.services-detail-grid .cellwrapper{
  padding:1rem;
}
.services-detail-callout{
  background:#e2f4ff;
  border-left:6px solid var(--primary-color);
  padding:1.5rem;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.services-detail-callout h2{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.services-detail-list{
  list-style:none;
  padding:0;
  margin:0;
}
.services-detail-list li{
  margin-bottom:0.75rem;
  line-height:150%;
}
.services-detail-list i{
  color:var(--primary-color);
  margin-right:0.5rem;
}
.services-support-section{
  background-color:#0478aa;
  color:#fff;
  text-align:center;
}
.services-support-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.services-support-card h1{
  margin-top:0;
  line-height:120%;
}
.services-support-card p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  line-height:165%;
}
.services-cta-row a{
  margin-left:0.5rem;
  margin-right:0.5rem;
}
.housing-banner{
  background-position:50% 60%;
}
.housing-program-note{
  background:#e2f4ff;
  border-left:6px solid var(--primary-color);
  padding:1.5rem;
  line-height:160%;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.housing-program-note h2{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.housing-program-note p:last-child{
  margin-bottom:0;
}
.properties-banner{
  background-position:50% 58%;
}
.properties-intro-section{
  background:#fff;
}
.properties-intro-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.properties-intro-grid .cellwrapper{
  padding:1rem;
}
.properties-photo-stack{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0.75rem;
}
.properties-photo-stack img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.properties-photo-stack img:first-child{
  grid-column:1 / 3;
  height:260px;
}
.properties-feature-section{
  background:#f1ede8;
}
.properties-feature-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.properties-feature-grid .cellwrapper{
  padding:1rem;
}
.properties-feature-image img{
  width:100%;
  display:block;
  box-shadow:0 8px 24px rgba(0,0,0,0.18);
}
.properties-point-list{
  list-style:none;
  padding:0;
  margin:1.5rem 0 0;
}
.properties-point-list li{
  margin-bottom:0.85rem;
  line-height:150%;
}
.properties-point-list i{
  color:var(--primary-color);
  margin-right:0.5rem;
}
.properties-landlord-section{
  background-color:#0478aa;
  color:#fff;
}
.properties-landlord-grid{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.properties-landlord-grid .cellwrapper{
  padding:1rem;
}
.properties-landlord-card{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.35);
  padding:1.5rem;
}
.properties-landlord-card h1{
  margin-top:0;
  line-height:120%;
}
.properties-landlord-card p{
  line-height:165%;
}
.properties-phone-callout{
  background:#fff;
  color:var(--blue-color);
  box-shadow:0 8px 20px rgba(0,0,0,0.2);
  overflow:hidden;
}
.properties-phone-header{
  background:#f6d55f;
  color:var(--blue-color);
  padding:1rem;
  font-weight:800;
  text-align:center;
  text-transform:uppercase;
}
.properties-phone-body{
  padding:1.5rem;
  text-align:center;
}
.properties-phone-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#e2f4ff;
  color:var(--primary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1rem;
  font-size:1.8rem;
}
.properties-phone-text{
  line-height:140%;
  margin-bottom:1rem;
}
.properties-phone-callout a{
  display:block;
  background:var(--primary-color);
  color:#fff;
  padding:0.75rem 1rem;
  font-size:1.35rem;
  font-weight:800;
  text-decoration:none;
  line-height:120%;
  box-shadow:0 4px 10px rgba(0,0,0,0.16);
}
.properties-phone-callout a:hover{
  background:var(--blue-color);
}
.needhelp-banner{
  background-position:50% 58%;
}
.needhelp-urgent-section{
  background:#fff;
}
.needhelp-urgent-card{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  background:var(--blue-color);
  color:#fff;
  display:grid;
  grid-template-columns:1.15fr 0.85fr;
  box-shadow:0 10px 28px rgba(0,0,0,0.18);
}
.needhelp-urgent-main{
  padding:2rem;
}
.needhelp-eyebrow{
  color:var(--secondary-color);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:0.5rem;
}
.needhelp-urgent-main h1{
  margin-top:0;
  line-height:115%;
}
.needhelp-hotline{
  background:var(--secondary-color);
  color:var(--blue-color);
  padding:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.needhelp-hotline i{
  font-size:2.25rem;
  margin-bottom:0.75rem;
}
.needhelp-hotline-label{
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:0.35rem;
}
.needhelp-hotline a{
  color:var(--blue-color);
  font-size:2.1rem;
  font-weight:900;
  text-decoration:none;
  line-height:110%;
}
.needhelp-steps-section{
  background:#f1ede8;
}
.needhelp-steps-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:stretch;
}
.needhelp-step-card{
  background:#fff;
  height:100%;
  margin:1rem;
  padding:1.5rem;
  border-top:6px solid var(--primary-color);
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.needhelp-step-number{
  color:var(--primary-color);
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:0.5rem;
}
.needhelp-step-card h2{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.needhelp-step-card p{
  line-height:160%;
}
.needhelp-contact-list{
  list-style:none;
  padding:0;
  margin:1rem 0 0;
}
.needhelp-contact-list li{
  margin-bottom:0.65rem;
  line-height:145%;
}
.needhelp-contact-list i{
  color:var(--primary-color);
  margin-right:0.5rem;
}
.needhelp-contact-list a{
  color:var(--blue-color);
}
.needhelp-walkin-section{
  background:#fff;
}
.needhelp-walkin-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.needhelp-walkin-grid .cellwrapper{
  padding:1rem;
}
.needhelp-hours-card{
  background:#e2f4ff;
  border-left:6px solid var(--primary-color);
  padding:1.5rem;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.needhelp-hours-card h1{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.needhelp-hours{
  color:var(--primary-color);
  font-size:1.5rem;
  font-weight:900;
  line-height:120%;
}
.needhelp-resource-list{
  list-style:none;
  padding:0;
  margin:1rem 0 0;
}
.needhelp-resource-list li{
  margin-bottom:0.75rem;
  line-height:150%;
}
.needhelp-resource-list i{
  color:var(--primary-color);
  margin-right:0.5rem;
}
.needhelp-reassurance-section{
  background-color:#0478aa;
  color:#fff;
  text-align:center;
}
.needhelp-reassurance-card{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.needhelp-reassurance-card i{
  color:var(--secondary-color);
  font-size:2.5rem;
  margin-bottom:1rem;
}
.needhelp-reassurance-card h1{
  margin-top:0;
  line-height:120%;
}
.needhelp-reassurance-card p{
  line-height:165%;
}
.contact-banner{
  background-position:50% 58%;
}
.contact-overview-section{
  background:#fff;
}
.contact-overview-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:stretch;
}
.contact-overview-grid .cellwrapper{
  padding:1rem;
  height:100%;
}
.contact-primary-card{
  background:var(--blue-color);
  color:#fff;
  padding:2rem;
  height:100%;
  box-shadow:0 8px 22px rgba(0,0,0,0.18);
}
.contact-primary-card h1{
  margin-top:0;
  line-height:120%;
}
.contact-primary-card a{
  color:#fff;
}
.contact-info-list{
  list-style:none;
  padding:0;
  margin:1.5rem 0 0;
}
.contact-info-list li{
  margin-bottom:1rem;
  line-height:150%;
}
.contact-info-list i{
  color:var(--secondary-color);
  margin-right:0.5rem;
}
.contact-hours-card{
  background:#e2f4ff;
  border-left:6px solid var(--primary-color);
  padding:2rem;
  height:100%;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.contact-hours-card h2{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.contact-hours-large{
  color:var(--primary-color);
  font-size:1.5rem;
  line-height:125%;
  font-weight:900;
}
.contact-departments-section{
  background:#f1ede8;
}
.contact-department-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}
.contact-department-card{
  background:#fff;
  margin:1rem;
  padding:1.5rem;
  height:100%;
  border-top:6px solid var(--primary-color);
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
}
.contact-department-card h2{
  color:var(--blue-color);
  margin-top:0;
  line-height:120%;
}
.contact-department-card i{
  color:var(--primary-color);
  font-size:2rem;
  margin-bottom:0.75rem;
}
.contact-map-section{
  background:#fff;
}
.contact-map-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  align-items:center;
}
.contact-map-grid .cellwrapper{
  padding:1rem;
}
.contact-map-frame{
  width:100%;
  min-height:380px;
  border:0;
  display:block;
  box-shadow:0 8px 24px rgba(0,0,0,0.16);
}
.contact-help-section{
  background-color:#0478aa;
  color:#fff;
  text-align:center;
}
.contact-help-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.contact-help-card h1{
  margin-top:0;
  line-height:120%;
}
.contact-help-actions a{
  margin-left:0.5rem;
  margin-right:0.5rem;
}
.error404-section{
  background:#fff;
  min-height:520px;
  display:flex;
  align-items:center;
  text-align:center;
}

.error404-card{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  padding:2rem;
}

.error404-code{
  color:var(--secondary-color);
  font-size:7rem;
  font-weight:900;
  line-height:100%;
  text-shadow:4px 4px 0 var(--blue-color);
}

.error404-card h1{
  color:var(--primary-color);
  font-size:2.5rem;
  line-height:115%;
  margin-top:1rem;
  margin-bottom:1rem;
}

.error404-card p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
  line-height:165%;
}

.error404-actions{
  margin-top:2rem;
}

.error404-actions a{
  margin-left:0.5rem;
  margin-right:0.5rem;
}

.error404-help{
  margin-top:2rem;
  background:#e2f4ff;
  border-left:6px solid var(--primary-color);
  padding:1rem;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

.error404-help a{
  color:var(--blue-color);
}

@media screen and (min-width: 1921px){
.banner{
    min-height:450px;
  }
}

@media screen and (max-width: 1024px){
.header-message{
      padding-left:1rem;
      padding-right:1rem;
    }

.footergrid{
    flex-wrap:wrap;
  }
.footergrid .agcell-1-4{
    width:50%;
  }
.home-three-button-section .argentgrid{
    flex-wrap:wrap;
  }
.home-three-button-section .argentgrid .agcell-1-3{
    width:50%;
    margin-bottom:1rem;
  }

.mission-value{
    width:33.3333%;
  }

.leadership-board-member{
    width:33.3333%;
  }
}

@media screen and (max-width: 768px){
.home-three-button-section .argentgrid .agcell-1-3{
    width:100%;
  }
.header-message .pagewidth{
    flex-wrap:wrap;
  }
.homebanner-inverse-buttons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }
.homebanner-inverse-button{
    width:100%;
    text-align:center;
  }
.homebanner-inverse-button a{
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1rem;
  }
.effquaint-grid{
    flex-wrap:wrap;
  }
.effquaint-grid .agcell-1-3{
    width:100%;
    max-width:500px;
  }
.effquaint-grid .agcell-1-3:nth-child(2){
    border-right:0;
    border-left:0;
  }
.mobilenav{
    display:block !important;;
  }
.topnav-desktop{
    display:none;
  }

.mission-principles-grid .agcell-1-2{
    width:100%;
  }
.mission-value{
    width:50%;
  }

.leadership-card-grid .agcell-1-3,
.leadership-team-grid .agcell-1-3{
    width:100%;
    max-width:520px;
  }
.leadership-board-member{
    width:50%;
  }
.leadership-priority-list{
    grid-template-columns:1fr;
  }

.services-pathway-grid .agcell-1-3,
.services-detail-grid .agcell-1-2{
    width:100%;
  }

.properties-intro-grid .agcell-1-2,
.properties-feature-grid .agcell-1-2,
.properties-landlord-grid .agcell-2-3,
.properties-landlord-grid .agcell-1-3{
    width:100%;
  }
.properties-feature-grid{
    flex-direction:column-reverse;
  }

.needhelp-urgent-card{
    grid-template-columns:1fr;
  }
.needhelp-steps-grid .agcell-1-2,
.needhelp-walkin-grid .agcell-1-2{
    width:100%;
  }

.contact-overview-grid .agcell-1-2,
.contact-department-grid .agcell-1-3,
.contact-map-grid .agcell-1-2{
    width:100%;
  }
  .donation-spotlight-grid .agcell-3-5,
.donation-spotlight-grid .agcell-2-5{
    width:100%;
  }
.donation-spotlight-copy .cellwrapper,
.donation-spotlight-media .cellwrapper{
    padding-left:0;
    padding-right:0;
  }
.donation-spotlight-copy{
    text-align:center;
  }
.donation-spotlight-section .htbs-mainheading,
.donation-spotlight-section .starecsec-btnwrapper{
    text-align:center;
  }
.staff-recruit-section p{
    margin-left:auto;
    margin-right:auto;
  }
.donation-spotlight-media{
    margin-top:2rem;
  }
.donation-image-frame{
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media screen and (max-width: 568px){
.error404-section{
    min-height:420px;
  }

  .error404-code{
    font-size:5rem;
  }

  .error404-card h1{
    font-size:2rem;
  }

  .error404-actions a{
    display:block;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }

.header-main .pagewidth{
    display:flex;
    flex-wrap:wrap;
    padding:1rem;
    position:relative;
    text-align:center;
  }
.logo-wrapper{
    width:100%;
    max-width:100%;
    text-align:center;
    display:block;
  }
.logo-wrapper img{
    max-width:280px;
  }
.banner{
    min-height:300px;
  }
.header-right{
    text-align:center;
  }
.tbp-grid{
    max-width:1320px;
    margin:auto;
    flex-wrap:wrap;
  }
.tbp-grid .agcell-1-2{
    width:100%;
    text-align:center !important;
  }
.franchise-link{
    background-color: var(--secondary-color);
    border-radius:10rem;
    color:var(--blue-color) !important;
    display:inline-block;
    padding:0.75rem 1.5rem;
    margin-top:0.5rem;
  }

.about-story-grid .agcell-3-5,
.about-story-grid .agcell-2-5{
    width:100%;
  }
.about-cta-row a{
    display:block;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }

.mission-statement-card{
    padding:1.5rem 1rem;
  }
.mission-statement-card p{
    font-size:1.1rem;
  }
.mission-principles-grid .cellwrapper{
    margin:0.75rem 0;
  }
.mission-value{
    width:100%;
  }
.mission-cta-row a{
    display:block;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }
  .tbp-grid .agcell-1-2:nth-child(1){
    justify-content:center;
  }

.leadership-card-grid .cellwrapper{
    margin:0.75rem 0;
  }
.leadership-board-member{
    width:100%;
  }

.services-pathway-grid .cellwrapper{
    margin:0.75rem 0;
  }
.services-detail-grid .cellwrapper{
    padding:0.5rem 0;
  }
.services-cta-row a{
    display:block;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }

.properties-photo-stack{
    grid-template-columns:1fr;
  }
.properties-photo-stack img:first-child{
    grid-column:auto;
    height:210px;
  }
.properties-photo-stack img{
    height:190px;
  }

.needhelp-urgent-main,
.needhelp-hotline{
    padding:1.5rem 1rem;
  }
.needhelp-hotline a{
    font-size:1.65rem;
  }
.needhelp-step-card{
    margin:0.75rem 0;
  }

.contact-primary-card,
.contact-hours-card{
    padding:1.5rem;
  }
.contact-department-card{
    margin:0.75rem 0;
  }
.contact-help-actions a{
    display:block;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
  }
.contact-map-frame{
    min-height:300px;
  }
  .donation-spotlight-section{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
  }
.donation-spotlight-section .htbs-mainheading{
    font-size:2rem;
    line-height:115%;
  }
.staff-recruit-section p{
    font-size:1.05rem;
    line-height:165%;
  }
.donation-spotlight-section .white-cta-btn{
    text-align:center;
    width:100%;
  }
.donation-image-frame img{
    min-height:240px;
  }
}

@media screen and (max-width: 480px){
.footergrid .agcell-1-4{
    width:100%;
  }
}
