:root {
  --black-2: #1d1d1f;
  --black: #313132;
  --white: white;
  --dim-grey-2: rgba(110, 110, 115, .8);
  --royal-blue: #06c;
  --dim-grey: #6e6e73;
  --white-smoke: #f5f5f7;
  --tomato: #f06248;
  --indian-red: #e95466;
  --pale-violet-red: #d16096;
  --medium-purple: #7b7cb8;
  --forest-green: #2d9b00;
  --crimson: #ff0053;
  --steel-blue: #4875bc;
  --dark-orchid: #ac39ff;
  --lime-green: #7fd362;
  --steel-blue-2: #027aff;
  --sienna: #bf4801;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 44px;
}

a {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.tab-bar-wrap {
  z-index: 999;
  height: auto;
  background-color: #fbfbfc;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

.slide {
  width: auto;
  height: 100%;
  border: 1px #000;
  margin-right: 15px;
}

.slide._350px {
  width: 350px;
}

.slide._313px {
  width: 313px;
}

.mask {
  height: auto;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.icon {
  color: var(--white);
  font-size: 35px;
}

.navbar {
  background-color: var(--black);
}

.logo {
  width: 25px;
}

.logo.search {
  width: 24px;
  margin-top: 5px;
  margin-right: 30px;
}

.logo.bag {
  width: 24px;
}

.body {
  color: var(--black-2);
  padding-bottom: 220px;
  font-family: Open Sans, sans-serif;
}

.nav-link {
  opacity: .8;
  color: var(--white);
  padding: 13px 30px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #bdbdbd;
  padding-top: 13px;
  padding-bottom: 13px;
}

.div-block {
  flex: none;
  margin-left: 20px;
  position: relative;
  right: 0;
}

.container {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.nav {
  max-width: none;
  padding-left: 22vw;
  padding-right: 22vw;
  display: flex;
}

.container._20vw {
  padding-left: 22vw;
  padding-right: 22vw;
}

.container._20vw.footer {
  border-top: 1px rgba(110, 110, 115, .8);
  padding-top: 20px;
  padding-bottom: 10px;
}

.container._20vw-left-only {
  max-width: 1340px;
  margin-left: auto;
  padding-left: 0;
}

.container._20vw-left-only.margin-bottom {
  margin-bottom: 80px;
}

.brand {
  opacity: .8;
  flex: none;
}

.brand:hover {
  opacity: 1;
}

.brand.hide-on-desktop {
  display: none;
}

.banner {
  width: 100%;
  height: 80px;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  color: #7e7e7e;
  font-size: 12px;
}

.slide-2 {
  height: 100%;
}

.banner-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hide {
  display: none;
}

.link {
  color: var(--royal-blue);
}

.right-arrow {
  right: -30px;
}

.left-arrow {
  left: -30px;
}

.grey {
  color: var(--dim-grey);
  line-height: 35px;
}

.hero-div {
  width: 100%;
  max-width: 1340px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
}

.hero-left {
  width: 60%;
}

.hero-right {
  width: 40%;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-right-inner {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-mini-text {
  color: var(--black-2);
  margin-bottom: 1px;
  font-weight: 700;
}

.hero-text {
  margin-top: 0;
}

.carousel-nav {
  z-index: 996;
  width: auto;
  height: auto;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: scroll;
}

.nav-item {
  width: auto;
  height: 52px;
  flex: none;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.link-block {
  text-align: center;
}

.mini-product-img {
  margin-bottom: 10px;
}

.mini-text {
  color: var(--black-2);
  margin-bottom: 1px;
  font-weight: 600;
  position: relative;
}

.mini-text.align-left {
  text-align: left;
  letter-spacing: .2px;
}

.nav-menu {
  flex: none;
}

._20vw-div {
  width: 14vw;
  flex: none;
  margin-right: 0;
}

.title-text {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.title-text.white {
  color: var(--white-smoke);
}

.slider-container {
  z-index: auto;
  width: auto;
  height: 540px;
  max-width: 1340px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-container {
  width: 0;
  height: 0;
  background-color: rgba(79, 79, 83, .3);
  border-radius: 50px;
  display: none;
}

.slide-20vw {
  width: 22vw;
  height: 100%;
  border: 1px #000;
}

.slide-box {
  width: 400px;
  height: 500px;
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 20px rgba(110, 110, 115, .1);
}

.slide-box:hover {
  transform: scale(1.01);
  box-shadow: 0 -1px 20px rgba(110, 110, 115, .25);
}

.slide-box.small {
  height: 242px;
}

.slide-box.small.top {
  height: 243px;
  margin-bottom: 15px;
}

.slide-box._240px {
  width: 333px;
  height: 240px;
  align-items: flex-start;
  display: flex;
}

.slide-box.margin-right {
  margin-right: 15px;
}

.slide-box._480px {
  width: 480px;
}

.slide-text-container {
  z-index: 1;
  color: var(--black-2);
  padding: 30px;
  position: relative;
}

.grey-mini-text {
  height: 20px;
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.slide-paragraphs {
  color: var(--black-2);
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-bg.contain {
  height: 50%;
  object-fit: contain;
  margin-top: 70px;
}

.title-text-24px {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.title-text-24px.gradient {
  background-image: linear-gradient(to right, var(--tomato), var(--indian-red) 34%, var(--pale-violet-red) 66%, var(--medium-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  line-height: 29px;
}

.title-text-24px._50 {
  width: 50%;
}

.title-text-24px.gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f7a86f, #e07885 21%, #d160ad 44%, #7b96e7 64%, #69b8bd 83%, #6dd69b);
  -webkit-background-clip: text;
  background-clip: text;
}

.green {
  color: var(--forest-green);
}

.large-box {
  width: 420px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: visible;
}

.large-box:hover {
  transform: scale(1.01);
}

.large-box.small {
  height: 242px;
}

.large-box.small.top {
  height: 243px;
  margin-bottom: 15px;
}

.flex-horizontal {
  padding-top: 20px;
  display: flex;
  overflow: auto;
}

.pink {
  color: var(--crimson);
}

.slide-bg-copy {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue {
  color: var(--steel-blue);
}

.purple {
  color: var(--dark-orchid);
}

.bright-green {
  color: var(--lime-green);
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f89961, #d37b9a 29%, #838fe0 56%, #6cadcf 80%, #6dd69d);
  -webkit-background-clip: text;
  background-clip: text;
}

.bright-blue {
  color: var(--steel-blue-2);
}

.mini-products-individual-copy, .mini-products-individual-copy-copy {
  width: 313px;
  height: 500px;
  flex: none;
  margin-right: 30px;
}

.long-box {
  width: 313px;
  height: 500px;
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 20px rgba(110, 110, 115, .1);
}

.long-box:hover {
  transform: scale(1.01);
  box-shadow: 0 -1px 20px rgba(110, 110, 115, .25);
}

.long-box.small {
  height: 242px;
}

.long-box.small.top {
  height: 243px;
  margin-bottom: 15px;
}

.long-box._240px {
  height: 240px;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 350px 30px 30px;
  display: flex;
  position: relative;
}

.small-red {
  height: auto;
  color: var(--sienna);
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.price-tag {
  color: var(--black);
  text-align: left;
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
}

.color-swatch-container {
  width: 100%;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 0%;
  right: 0%;
}

.color-swatch {
  height: 100%;
  margin-left: 3px;
  margin-right: 3px;
}

.margin-right {
  margin-right: 15px;
}

.rich-text-block {
  color: var(--dim-grey-2);
  font-size: 12px;
}

.blue-link {
  color: var(--royal-blue);
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-flex-container.mobile {
  display: none;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  flex: none;
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.grey-line {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 110, 115, .5);
}

.fa-brands {
  color: #474749;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.fa-icons {
  color: rgba(110, 110, 115, .3);
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.footer-container-top {
  margin-bottom: 10px;
  display: flex;
}

.text-block {
  margin-left: 0;
  font-size: 12px;
}

.space-footer {
  height: 20px;
}

.footer-container-bottom {
  color: rgba(110, 110, 115, .5);
  text-align: left;
  font-size: 12px;
}

.text-block-2 {
  color: var(--dim-grey-2);
  flex: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.middle-footer-links {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.dropdown-block {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 30px rgba(40, 131, 210, .15);
}

.faq-header-2 {
  cursor: pointer;
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.faq-name {
  color: #00b7e2;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-icon {
  color: #2883d2;
  justify-content: flex-end;
  position: static;
}

.faq-content-wrapper {
  position: relative;
  overflow: hidden;
}

.faq-content {
  padding: 20px 25px;
}

.state-icon {
  float: left;
  clear: none;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.topbar-wrap {
  width: 100%;
  max-width: 1320px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  height: 25px;
}

.image-3.acme-logo {
  height: 46px;
}

.image-3.caresource-logo {
  height: 25px;
}

.topbar {
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d7;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.logo-sponsor {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.presented-by {
  color: gray;
  letter-spacing: 1px;
  align-items: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 11px;
  display: flex;
}

.presented-by.michigan-presented-by {
  margin-top: 36px;
}

.bold-text {
  height: 100%;
  margin-right: 5px;
}

.heading-1 {
  height: 100%;
  clear: none;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.image-2 {
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.sponsor-icon {
  float: left;
  clear: none;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.logo-state {
  width: 50%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2 {
  width: 100%;
  clear: none;
  background-color: #fbfbfc;
  align-items: flex-start;
  padding-top: 100px;
  display: block;
}

.hero-wrap {
  width: 100%;
  height: 279px;
  max-width: 1320px;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.image {
  z-index: 999;
  height: 279px;
  position: absolute;
  right: 60px;
}

.hero-bg {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-bg.georgia-hero {
  background-color: #f76f72;
}

.hero-bg.ohio-hero {
  background-color: #9555a5;
}

.hero-bg.florida-hero {
  background-color: #34b4e1;
}

.hero-bg.kansas-hero {
  background-color: #a05eb5;
}

.hero-text-2 {
  width: 70%;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.tab-button {
  float: left;
  color: #424245;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-left: 14px;
  margin-right: 0;
  padding: 15px 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.tab-button:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.tab-button.w--current {
  float: left;
  border: 0 solid rgba(0, 0, 0, 0);
  transition: border .5s;
  display: block;
}

.tab-button.georgia-button.w--current {
  border-width: 1px;
  border-color: #f76f72;
}

.tab-button.ohio-button.w--current, .tab-button.florida-button.w--current {
  border-width: 1px;
  border-color: #34b4e1;
}

.tab-button.kansas-button.w--current, .tab-button.michigan-button.w--current {
  border-width: 1px;
  border-color: #a05eb5;
}

.h3 {
  color: #424245;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.h4 {
  width: 100%;
  float: left;
  color: #424245;
  letter-spacing: .69px;
  overflow-wrap: normal;
  margin-top: 4px;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  line-height: 28px;
}

.h4.white {
  width: 100%;
  color: #fff;
  font-family: Inter, sans-serif;
}

.h4.h4-sm {
  font-size: 20px;
  line-height: 25px;
}

.paragraph {
  float: left;
  color: #424245;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}

.paragraph.white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.learn-more-button {
  color: #6e6e73;
  background-color: #fff;
  background-image: url('../images/keyboard_arrow_right-24px-2-copy-2_1keyboard_arrow_right-24px (2) copy 2.png');
  background-position: 105px;
  background-repeat: no-repeat;
  background-size: 5px;
  border-radius: 6px;
  padding: 12px 34px 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 40px;
  left: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.learn-more-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.card-base {
  width: 400px;
  height: 500px;
  float: none;
  overflow-wrap: normal;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 20px;
  padding: 40px;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.card-base.csra {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  background-color: #2b435f;
  background-image: url('../images/csra-logo.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-base.middle-ga {
  max-width: 400px;
  min-width: 400px;
  background-color: #f6f7fb;
  background-image: url('../images/middle-ga.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-base.aging-disability {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/adrc.png');
  background-position: 85% 390px;
  background-repeat: no-repeat;
  background-size: 91px;
}

.card-base.arc {
  max-width: 400px;
  min-width: 400px;
  background-color: #1c9b95;
  background-image: url('../images/ARC-2.png');
  background-position: 88% 91%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.card-base.health-force {
  background-color: #4972a8;
  background-image: url('../images/Health-Force-1.png');
  background-position: 200px 410px;
  background-repeat: no-repeat;
  background-size: 164px;
}

.card-base.gdhsda {
  background-color: #0e5d5e;
  background-image: url('../images/Georgia-Department-of-Human-Services-1.png');
  background-position: 270px 380px;
  background-repeat: no-repeat;
  background-size: 98px;
}

.card-base.rosalynn {
  background-image: url('../images/Rosalyn-Carter-Institute-1.png');
  background-position: 205px 422px;
  background-repeat: no-repeat;
  background-size: 154px;
}

.card-base.culture-change {
  background-color: #e0885a;
  background-image: url('../images/Culture-Change-Network-of-Georgia-2.png');
  background-position: 270px 385px;
  background-repeat: no-repeat;
  background-size: 90px;
}

.card-base.ombudsman {
  background-color: #000;
  background-image: url('../images/Georgia-Ombudsman-1.png');
  background-position: 215px 402px;
  background-repeat: no-repeat;
  background-size: 149px;
}

.card-base.aarp {
  background-color: #ec4637;
  background-image: url('../images/AARP-1.png');
  background-position: 225px 420px;
  background-repeat: no-repeat;
  background-size: 132px;
}

.card-base.georgia-medicaid {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/Georgia-Medicaid-1.png');
  background-position: 85% 370px;
  background-repeat: no-repeat;
  background-size: 98px;
}

.card-base.meals-wheels {
  background-color: #003851;
  background-image: url('../images/mealsonwheels-1.png');
  background-position: 220px 400px;
  background-repeat: no-repeat;
  background-size: 143px;
}

.card-base.georgia-community-affairs {
  max-width: 400px;
  min-width: 400px;
  background-color: #e9e3dc;
  background-image: url('../images/DCA-3.png');
  background-position: 85% 416px;
  background-repeat: no-repeat;
  background-size: 157px;
}

.card-base.us-dept-housing {
  background-color: #163667;
  background-image: url('../images/US-Dept-of-Housing-and-Urban-Dev.png');
  background-position: 275px 385px;
  background-repeat: no-repeat;
  background-size: 87px;
}

.card-base.georgia-charitable-care {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/Georgia-Charitable-Care-Network-1.png');
  background-position: 88% 382px;
  background-repeat: no-repeat;
  background-size: 99px;
}

.card-base.georgia-kinship {
  background-color: #ffbd4a;
  background-image: url('../images/Georgia-Kinship-Project-1.png');
  background-position: 275px 385px;
  background-repeat: no-repeat;
  background-size: 88px;
}

.card-base.sr-info-network {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/Senior-Infromation-Network-Inc-1.png');
  background-position: 88% 382px;
  background-repeat: no-repeat;
  background-size: 89px;
}

.card-base.legal-aid-now {
  background-color: #003b71;
  background-image: url('../images/Georgia-Legal-Service-Program-1.png');
  background-position: 290px 390px;
  background-repeat: no-repeat;
  background-size: 68px;
}

.card-base.georgia-legal-services {
  background-color: #24347f;
  background-image: url('../images/Legal-Aid-Now-1.png');
  background-position: 202px 420px;
  background-repeat: no-repeat;
  background-size: 166px;
}

.card-base.georgia-legal-aid {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/Georgia-Legal-Aid-1.png');
  background-position: 205px 420px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.worksource-ga {
  background-image: url('../images/Work-Source-Georgia-1.png');
  background-position: 240px 400px;
  background-repeat: no-repeat;
  background-size: 122px;
}

.card-base.gdecd {
  background-image: url('../images/Georgia-Dept-of-Economic-Dev-1.png');
  background-position: 220px 408px;
  background-repeat: no-repeat;
  background-size: 139px;
}

.card-base.sba {
  background-image: url('../images/SBA.png');
  background-position: 280px 405px;
  background-repeat: no-repeat;
  background-size: 85px;
}

.card-base.apda {
  background-image: url('../images/apda-logo-506x130-1-1.png');
  background-position: 245px 399px;
  background-repeat: no-repeat;
  background-size: 119px;
}

.card-base.samhsa {
  background-color: #39479f;
  background-image: url('../images/SAMHSA-1.png');
  background-position: 200px 423px;
  background-repeat: no-repeat;
  background-size: 166px;
}

.card-base.autism-speaks {
  background-image: url('../images/autism-speaks.png');
  background-position: 216px 403px;
  background-repeat: no-repeat;
  background-size: 149px;
}

.card-base.als-association {
  background-color: #d8182f;
  background-image: url('../images/ALS-1.png');
  background-position: 230px 400px;
  background-repeat: no-repeat;
  background-size: 127px;
}

.card-base.dementia-spotlight {
  background-image: url('../images/Dementia-Spotlight-1.png');
  background-position: 215px 400px;
  background-repeat: no-repeat;
  background-size: 149px;
}

.card-base.brain-injury-assn {
  background-image: url('../images/Brain-Injury-Association-1.png');
  background-position: 216px 417px;
  background-repeat: no-repeat;
  background-size: 140px;
}

.card-base.georgia-center-deaf {
  background-image: url('../images/georgia-center-deaf.png');
  background-position: 204px 410px;
  background-repeat: no-repeat;
  background-size: 162px;
}

.card-base.afpag {
  background-color: #1b2a39;
  background-image: url('../images/AFPAG-1.png');
  background-position: 220px 416px;
  background-repeat: no-repeat;
  background-size: 142px;
}

.card-base.childkind {
  background-image: url('../images/childkind-logo2-1.png');
  background-position: 255px 380px;
  background-repeat: no-repeat;
  background-size: 103px;
}

.card-base.gcdd {
  background-image: url('../images/GCDD-1.png');
  background-position: 220px 400px;
  background-repeat: no-repeat;
  background-size: 144px;
}

.card-base.georgia-collaborative {
  background-color: #00b0f0;
  background-image: url('../images/The-Georgia-Collaborative-ASO-1.png');
  background-position: 200px 414px;
  background-repeat: no-repeat;
  background-size: 170px;
}

.card-base.parent-to-parent {
  background-image: url('../images/Parent-to-Parent-1.png');
  background-position: 210px 408px;
  background-repeat: no-repeat;
  background-size: 153px;
}

.card-base.fodac {
  background-image: url('../images/Fodac-Friends-Of-Disabled-Adults-and-Children-Logo-Header-500x234-1-1-300x140-1.png');
  background-position: 204px 404px;
  background-repeat: no-repeat;
  background-size: 153px;
}

.card-base.ohio-gov {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-gov.png');
  background-position: 85% 395px;
  background-repeat: no-repeat;
  background-size: 151px;
}

.card-base.ohio-dept-aging {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-dept-aging.png');
  background-position: 95% 375px;
  background-repeat: no-repeat;
  background-size: 115px;
}

.card-base.o4a {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/o4a.png');
  background-position: 90% 380px;
  background-repeat: no-repeat;
  background-size: 105px;
}

.card-base.attorney-general {
  background-color: #465d6c;
  background-image: url('../images/attorney-general.png');
  background-position: 270px 380px;
  background-repeat: no-repeat;
  background-size: 98px;
}

.card-base.eldercare-locator {
  background-color: #068ab0;
  background-image: url('../images/eldercare-locator.png');
  background-position: 210px 385px;
  background-repeat: no-repeat;
  background-size: 153px;
}

.card-base.oasc {
  background-color: #0f4607;
  background-image: url('../images/oasc.png');
  background-position: 250px 370px;
  background-repeat: no-repeat;
  background-size: 116px;
}

.card-base.ohio-dept-health {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-dept-health.png');
  background-position: 90% 370px;
  background-repeat: no-repeat;
  background-size: 111px;
}

.card-base.ohio-dept-medicaid {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-dept-medicaid.png');
  background-position: 90% 378px;
  background-repeat: no-repeat;
  background-size: 88px;
}

.card-base.ohio-rise {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-rise.png');
  background-position: 78% 404px;
  background-repeat: no-repeat;
  background-size: 154px;
  background-attachment: scroll;
}

.card-base.opha {
  max-width: 400px;
  min-width: 400px;
  background-color: #e1f6ff;
  background-image: url('../images/opha.png');
  background-position: 88% 404px;
  background-repeat: no-repeat;
  background-size: 166px;
  background-attachment: scroll;
}

.card-base.ohio-health {
  background-color: #0075b3;
  background-image: url('../images/ohio-health.png');
  background-position: 240px 380px;
  background-repeat: no-repeat;
  background-size: 118px;
}

.card-base._211 {
  background-color: #222635;
  background-image: url('../images/211.png');
  background-position: 226px 395px;
  background-repeat: no-repeat;
  background-size: 140px;
}

.card-base.center-community-solutions {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/center-community-solutions.png');
  background-position: 86% 413px;
  background-repeat: no-repeat;
  background-size: 168px;
}

.card-base.ohio-association-food-banks {
  background-color: #4f678b;
  background-image: url('../images/ohio-association-food-banks.png');
  background-position: 270px 375px;
  background-repeat: no-repeat;
  background-size: 92px;
}

.card-base.ohio-811 {
  background-color: #005186;
  background-image: url('../images/ohio-811.png');
  background-position: 275px 385px;
  background-repeat: no-repeat;
  background-size: 87px;
}

.card-base.habitat-humanity {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/habitat-humanity.png');
  background-position: 88% 410px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.ncoa {
  background-color: #0b4a5d;
  background-image: url('../images/ncoa.png');
  background-position: 202px 412px;
  background-repeat: no-repeat;
  background-size: 164px;
}

.card-base.senior-resource {
  max-width: 400px;
  min-width: 400px;
  background-color: #457b9d;
  background-image: url('../images/senior-resource.png');
  background-position: 85% 406px;
  background-repeat: no-repeat;
  background-size: 151px;
}

.card-base.ohio-jucicial-system {
  background-color: #f5eddb;
  background-image: url('../images/ohio-judicial-sys.png');
  background-position: 260px 365px;
  background-repeat: no-repeat;
  background-size: 108px;
}

.card-base.justice-bus {
  background-color: #00468f;
  background-image: url('../images/justice-bus.png');
  background-position: 280px 375px;
  background-repeat: no-repeat;
  background-size: 82px;
}

.card-base.ohio-bar {
  max-width: 400px;
  min-width: 400px;
  background-color: #b20031;
  background-image: url('../images/ohio-bar.png');
  background-position: 195px 410px;
  background-repeat: no-repeat;
  background-size: 183px;
}

.card-base.disability-rights {
  max-width: 400px;
  min-width: 400px;
  background-color: #000;
  background-image: url('../images/disability-rights.png');
  background-position: 215px 414px;
  background-repeat: no-repeat;
  background-size: 139px;
}

.card-base.ohio-dept-dev {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-dept-development2.png');
  background-position: 90% 375px;
  background-repeat: no-repeat;
  background-size: 97px;
}

.card-base.ohio-dept-small-biz {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ohio-small-biz.png');
  background-position: 90% 381px;
  background-repeat: no-repeat;
  background-size: 125px;
}

.card-base.ohio-dept-admin {
  background-image: url('../images/ohio-dept-admin.png');
  background-position: 280px 370px;
  background-repeat: no-repeat;
  background-size: 89px;
}

.card-base.ohio-dept-verterans {
  background-image: url('../images/ohio-dept-veterans.png');
  background-position: 270px 384px;
  background-repeat: no-repeat;
  background-size: 103px;
}

.card-base.kaleidoscope {
  background-color: #252324;
  background-image: url('../images/kaleidoscope.png');
  background-position: 280px 385px;
  background-repeat: no-repeat;
  background-size: 90px;
}

.card-base.courage {
  background-color: #161f41;
  background-image: url('../images/courage-caregivers.png');
  background-position: 245px 380px;
  background-repeat: no-repeat;
  background-size: 118px;
}

.card-base.ohio-foster-adoption-kinship {
  background-image: url('../images/ohio-foster-adoption-kinship.png');
  background-position: 275px 380px;
  background-repeat: no-repeat;
  background-size: 91px;
}

.card-base.ohio-foster-adoption-kinship-copy {
  background-image: url('../images/childkind-logo2-1.png');
  background-position: 255px 380px;
  background-repeat: no-repeat;
  background-size: 103px;
}

.card-base.ohio-kan {
  background-color: #083651;
  background-image: url('../images/ohio-kan.png');
  background-position: 250px 390px;
  background-repeat: no-repeat;
  background-size: 108px;
}

.card-base.ohio-grandparent {
  background-image: url('../images/ohio-grandparent-kinship.png');
  background-position: 255px 385px;
  background-repeat: no-repeat;
  background-size: 109px;
}

.card-base.ohio-kinship {
  background-color: #fff6af;
  background-image: url('../images/ohio-kinship-support.png');
  background-position: 255px 370px;
  background-repeat: no-repeat;
  background-size: 122px;
}

.card-base.ohio-dept-dev-disabilities {
  background-image: url('../images/ohio-dept-developmental.png');
  background-position: 270px 380px;
  background-repeat: no-repeat;
  background-size: 84px;
}

.card-base.nami {
  background-color: #0c499c;
  background-image: url('../images/nami.png');
  background-position: 215px 395px;
  background-repeat: no-repeat;
  background-size: 153px;
}

.card-base.the-arc {
  background-color: #456a7d;
  background-image: url('../images/the-arc.png');
  background-position: 235px 390px;
  background-repeat: no-repeat;
  background-size: 134px;
}

.card-base.ohio-bold {
  background-image: url('../images/bold-begining.png');
  background-position: 210px 408px;
  background-repeat: no-repeat;
  background-size: 153px;
}

.card-base.ocali {
  max-width: 400px;
  min-width: 400px;
  background-color: #000;
  background-image: url('../images/ocali.png');
  background-position: 215px 422px;
  background-repeat: no-repeat;
  background-size: 146px;
}

.card-base.ohio-dept-mental-health {
  background-image: url('../images/ohio-dept-mental-health.png');
  background-position: 270px 370px;
  background-repeat: no-repeat;
  background-size: 111px;
}

.card-base.autism-society {
  background-image: url('../images/autism-society.png');
  background-position: 210px 405px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.ohio-governers {
  background-image: url('../images/families-children-first.png');
  background-position: 210px 400px;
  background-repeat: no-repeat;
  background-size: 156px;
}

.card-base.ohio-minds-matter {
  max-width: 400px;
  min-width: 400px;
  background-color: #1d3461;
  background-image: url('../images/ohio-minds-matter.png');
  background-position: 270px 390px;
  background-repeat: no-repeat;
  background-size: 93px;
}

.card-base.area-agencies-aging {
  max-width: 400px;
  min-width: 400px;
  background-color: #003dc6;
  background-image: url('../images/area-agencies-aging.png');
  background-position: 90% 400px;
  background-repeat: no-repeat;
  background-size: 76px;
}

.card-base.mdhhs {
  max-width: 400px;
  min-width: 400px;
  background-color: #23716d;
  background-image: url('../images/mdhhs.png');
  background-position: 85% 408px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.mi-bridges {
  background-color: #2e90e4;
  background-image: url('../images/mi-bridges.png');
  background-position: 200px 423px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.tri-county {
  max-width: 400px;
  min-width: 400px;
  background-color: #f4efe8;
  background-image: url('../images/tri-county.png');
  background-position: 90% 410px;
  background-repeat: no-repeat;
  background-size: 162px;
}

.card-base.munson-health {
  background-color: #007cc2;
  background-image: url('../images/munson-healthcare.png');
  background-position: 220px 370px;
  background-repeat: no-repeat;
  background-size: 145px;
}

.card-base.food-bank-council {
  max-width: 400px;
  min-width: 400px;
  background-color: #2d9947;
  background-image: url('../images/food-bank-council.png');
  background-position: 90% 390px;
  background-repeat: no-repeat;
  background-size: 108px;
}

.card-base.food-bank-eastern-michigan {
  max-width: 400px;
  min-width: 400px;
  background-color: #009199;
  background-image: url('../images/food-bank-eastern-michigan.png');
  background-position: 90% 380px;
  background-repeat: no-repeat;
  background-size: 139px;
}

.card-base.sbm {
  background-color: #00168f;
  background-image: url('../images/sbm.png');
  background-position: 240px 400px;
  background-repeat: no-repeat;
  background-size: 130px;
}

.card-base.elm {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/elm.png');
  background-position: 230px 390px;
  background-repeat: no-repeat;
  background-size: 132px;
}

.card-base.michigan-legal-help {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/michigan-legal-help.png');
  background-position: 238px 380px;
  background-repeat: no-repeat;
  background-size: 132px;
}

.card-base.michigan-works {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/michigan-works.png');
  background-position: 85% 410px;
  background-repeat: no-repeat;
  background-size: 151px;
}

.card-base.hope-network {
  max-width: 400px;
  min-width: 400px;
  background-color: #c74848;
  background-image: url('../images/hope-network.png');
  background-position: 85% 368px;
  background-repeat: no-repeat;
  background-size: 87px;
}

.card-base.michigan-parkingson {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/michigan-parkinson.png');
  background-position: 85% 409px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.ms {
  max-width: 400px;
  min-width: 400px;
  background-color: #ff7800;
  background-image: url('../images/ms.png');
  background-position: 218px 408px;
  background-repeat: no-repeat;
  background-size: 145px;
}

.card-base.naadac {
  background-color: #0079c2;
  background-image: url('../images/naadac.png');
  background-position: 202px 395px;
  background-repeat: no-repeat;
  background-size: 169px;
}

.card-base.samaritas {
  max-width: 400px;
  min-width: 400px;
  background-color: #4b009f;
  background-image: url('../images/samaritas.png');
  background-position: 85% 420px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.olmstead {
  background-image: url('../images/olmstead-rights.png');
  background-position: 196px 420px;
  background-repeat: no-repeat;
  background-size: 185px;
}

.card-base.yes-we-can {
  background-image: url('../images/yes-we-can.png');
  background-position: 270px 395px;
  background-repeat: no-repeat;
  background-size: 99px;
}

.card-base.kansas-dept-aging {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kansas-dept-aging.png');
  background-position: 85% 390px;
  background-repeat: no-repeat;
  background-size: 130px;
}

.card-base.kansas-dept-health-enviroment {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kansas-dept-health-enviroment.png');
  background-position: 85% 375px;
  background-repeat: no-repeat;
  background-size: 148px;
}

.card-base.kancare {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/Georgia-Medicaid-1_1.png');
  background-position: 85% 395px;
  background-repeat: no-repeat;
  background-size: 148px;
}

.card-base.ku-medical-center {
  background-color: #0068b1;
  background-image: url('../images/ku-medical-center.png');
  background-position: 260px 378px;
  background-repeat: no-repeat;
  background-size: 98px;
}

.card-base.kansas-dept-aging-copy {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kansas-dept-aging.png');
  background-position: 85% 390px;
  background-repeat: no-repeat;
  background-size: 130px;
}

.card-base.kansas-dept-children-families {
  background-color: #003e80;
  background-image: url('../images/kansas-dept-children-families.png');
  background-position: 241px 392px;
  background-repeat: no-repeat;
  background-size: 121px;
}

.card-base.kansas-food-bank {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kansas-food-bank.png');
  background-position: 85% 398px;
  background-repeat: no-repeat;
  background-size: 127px;
}

.card-base.benefits-gov {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/benefits-gov.png');
  background-position: 85% 415px;
  background-repeat: no-repeat;
  background-size: 167px;
}

.card-base.kansas-elder-hotline {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kls-logo-1.png');
  background-position: 248px 392px;
  background-repeat: no-repeat;
  background-size: 118px;
}

.card-base.disability-rights-kansas {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/drc.png');
  background-position: 235px 402px;
  background-repeat: no-repeat;
  background-size: 132px;
}

.card-base.topeka-public-library {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/topeka-public-library.png');
  background-position: 85% 425px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.kansas-works {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/kansas-works.png');
  background-position: 200px 427px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.kansas-dept-labor {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/kansas-dept-labor.png');
  background-position: 85% 390px;
  background-repeat: no-repeat;
  background-size: 143px;
}

.card-base.kansas-deaf-blind {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/kansas-def-blind-project.png');
  background-position: 210px 400px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.kfan {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/kfan.png');
  background-position: 85% 415px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.kansas-city-va {
  max-width: 400px;
  min-width: 400px;
  background-color: #162e51;
  background-image: url('../images/kansas-city-vet-center.png');
  background-position: 200px 420px;
  background-repeat: no-repeat;
  background-size: 162px;
}

.card-base.victory-in-the-valley {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/victory-in-the-valley.png');
  background-position: 260px 360px;
  background-repeat: no-repeat;
  background-size: 102px;
}

.card-base.kvc-kansas {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/kvc-kansas.png');
  background-position: 85% 418px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.childrens-alliance-kansas {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  background-image: url('../images/childrens-aliance-kansas.png');
  background-position: 85% 418px;
  background-repeat: no-repeat;
  background-size: 183px;
}

.card-base.mdhhs-copy {
  max-width: 400px;
  min-width: 400px;
  background-color: #23716d;
  background-image: url('../images/mdhhs.png');
  background-position: 85% 408px;
  background-repeat: no-repeat;
  background-size: 158px;
}

.card-base.the-arc-kansas {
  background-color: #10141c;
  background-image: url('../images/the-arc.png');
  background-position: 235px 390px;
  background-repeat: no-repeat;
  background-size: 134px;
}

.card-base.ku-medical-center {
  background-color: #0068b1;
  background-image: url('../images/ku-medical-center.png');
  background-position: 265px 385px;
  background-repeat: no-repeat;
  background-size: 98px;
}

.card-base.elder-affairs-fl {
  max-width: 400px;
  min-width: 400px;
  background-color: #243589;
  background-image: url('../images/elder-affairs.png');
  background-position: 250px 392px;
  background-repeat: no-repeat;
  background-size: 113px;
}

.card-base._211-fl {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/211-fl.png');
  background-position: 240px 405px;
  background-repeat: no-repeat;
  background-size: 115px;
}

.card-base.florida-health-finder {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/florida-health-finder.png');
  background-position: 210px 415px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.dementia-care-central {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/dementia-care-central.png');
  background-position: 200px 410px;
  background-repeat: no-repeat;
  background-size: 169px;
}

.card-base.shine-fl {
  max-width: 400px;
  min-width: 400px;
  background-color: #015f93;
  background-image: url('../images/shine-fl.png');
  background-position: 88% 409px;
  background-repeat: no-repeat;
  background-size: 166px;
  background-attachment: scroll;
}

.card-base.faast {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/image-7.png');
  background-position: 90% 400px;
  background-repeat: no-repeat;
  background-size: 159px;
}

.card-base.state-of-fl {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/state-of-fl.png');
  background-position: 195px 425px;
  background-repeat: no-repeat;
  background-size: 173px;
}

.card-base.fl-dept-children-families {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/fl-dept-children-families.png');
  background-position: 85% 360px;
  background-repeat: no-repeat;
  background-size: 116px;
}

.card-base.get-help-fl {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/get-help-fl.png');
  background-position: 85% 380px;
  background-repeat: no-repeat;
  background-size: 130px;
}

.card-base.fl-care-planning-council {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/ncpc.png');
  background-position: 85% 412px;
  background-repeat: no-repeat;
  background-size: 151px;
}

.card-base.fl-sr-legal-helpline {
  background-color: #fff;
  background-image: url('../images/fl-sr-helpline.png');
  background-position: 210px 408px;
  background-repeat: no-repeat;
  background-size: 152px;
}

.card-base.afela {
  background-color: #fff;
  background-image: url('../images/afela.png');
  background-position: 235px 380px;
  background-repeat: no-repeat;
  background-size: 129px;
}

.card-base.ag-fl {
  background-color: #fff;
  background-image: url('../images/ag-fl.png');
  background-position: 250px 362px;
  background-repeat: no-repeat;
  background-size: 110px;
}

.card-base.florida-employ {
  background-color: #002b54;
  background-image: url('../images/florida-employ.png');
  background-position: 200px 390px;
  background-repeat: no-repeat;
  background-size: 160px;
}

.card-base.employment-resources-fl-sr {
  max-width: 400px;
  min-width: 400px;
  background-color: #e1d9ca;
}

.card-base.reach {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/reach.png');
  background-position: 205px 395px;
  background-repeat: no-repeat;
  background-size: 170px;
}

.card-base.acts2 {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/acts2.png');
  background-position: 220px 390px;
  background-repeat: no-repeat;
  background-size: 135px;
}

.card-base.fdva {
  background-image: url('../images/fdva.png');
  background-position: 210px 414px;
  background-repeat: no-repeat;
  background-size: 157px;
}

.card-base.embrace-families {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/embrace-families.png');
  background-position: 260px 355px;
  background-repeat: no-repeat;
  background-size: 113px;
}

.card-base.fostering-hope-fl {
  background-image: url('../images/fostering-hope-fl.png');
  background-position: 220px 385px;
  background-repeat: no-repeat;
  background-size: 145px;
}

.card-base.fl-developmental-disabilities-resources {
  background-color: #262571;
  background-image: url('../images/fl-developmental-disabilities-resources.png');
  background-position: 195px 405px;
  background-repeat: no-repeat;
  background-size: 176px;
}

.card-base.the-arc-fl {
  background-color: #060039;
  background-image: url('../images/ArcLogo_Color_Rev_PNG_WEB-1.png');
  background-position: 235px 390px;
  background-repeat: no-repeat;
  background-size: 134px;
}

.card-base.k4ad {
  background-image: url('../images/k4ad.png');
  background-position: 225px 405px;
  background-repeat: no-repeat;
  background-size: 140px;
}

.card-copy {
  float: left;
  color: #424245;
  letter-spacing: .42px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 26px;
}

.card-copy.white {
  opacity: .9;
  color: #fff;
  font-family: Inter, sans-serif;
}

.content-section {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: -250px;
  margin-bottom: 60px;
  padding-top: 250px;
  padding-left: 0;
  display: block;
  position: relative;
}

.carousel-nav-mask {
  width: 80px;
  height: 125px;
  background-image: linear-gradient(to right, rgba(251, 251, 252, 0), #fbfbfc 68%, #fbfbfc);
  border: 0 solid #000;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
}

.tabs {
  width: 100%;
  height: 125px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.div-block-3-copy {
  z-index: 996;
  width: 80px;
  height: 125px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: auto;
  right: 0;
}

.nav-wrap {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.arrow-left {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 999px;
  position: absolute;
  top: 36px;
  bottom: 0%;
  left: 0;
}

.arrow-left:hover {
  background-color: rgba(0, 0, 0, .5);
}

.image-4 {
  width: 50px;
  height: 50px;
  display: block;
}

.arrow-right {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 999px;
  position: absolute;
  top: 36px;
  bottom: 0%;
  right: 0;
}

.arrow-right:hover {
  background-color: rgba(0, 0, 0, .5);
}

.arrow-left-content {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 999px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
}

.arrow-left-content:hover {
  background-color: rgba(0, 0, 0, .5);
}

.content-controls {
  z-index: 1001;
  width: 100%;
  height: 50px;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin: auto 0 auto auto;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-controls.nav {
  max-width: none;
  padding-left: 22vw;
  padding-right: 22vw;
  display: flex;
}

.content-controls._20vw {
  padding-left: 22vw;
  padding-right: 22vw;
}

.content-controls._20vw.footer {
  border-top: 1px rgba(110, 110, 115, .8);
  padding-top: 20px;
  padding-bottom: 10px;
}

.content-controls._20vw-left-only {
  max-width: 1340px;
  margin-left: auto;
  padding-left: 0;
}

.content-controls._20vw-left-only.margin-bottom {
  margin-bottom: 80px;
}

.arrow-right-content {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 999px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.arrow-right-content:hover {
  background-color: rgba(0, 0, 0, .5);
}

.content-wrap {
  width: 100%;
  max-width: none;
  display: flex;
}

.content-wrap.general-resources {
  z-index: 1000;
  width: auto;
  padding-left: 14px;
  position: relative;
  overflow: visible;
}

.link-block-3 {
  z-index: 997;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 999px;
  position: absolute;
  right: 0;
}

.nav-controls {
  z-index: 997;
  display: block;
  position: relative;
}

.card-post {
  width: 400px;
  height: 500px;
  float: none;
  overflow-wrap: normal;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 20px;
  padding: 180px 40px 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.card-post.csra {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  background-color: #2b435f;
  background-image: url('../images/csra-logo.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-post.middle-ga {
  max-width: 400px;
  min-width: 400px;
  background-color: #f6f7fb;
  background-image: url('../images/middle-ga.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-post.aging-disability {
  max-width: 400px;
  min-width: 400px;
  background-image: url('../images/aging-disability-resource.png');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-post.arc {
  max-width: 400px;
  min-width: 400px;
  background-color: #1c9b95;
  background-image: url('../images/ARC-2.png');
  background-position: 88% 91%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.image-5 {
  width: 100%;
  height: auto;
  min-height: auto;
  float: left;
  margin-top: -30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-3 {
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.div-block-4 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  z-index: 992;
  width: 100%;
  height: 500px;
  max-width: 1340px;
  border: 1px solid red;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.slide-wrap {
  width: 100%;
  height: 540px;
  max-width: 1340px;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

.cg-stories-title {
  font-size: 20px;
  line-height: 20px;
}

.bold-text-2 {
  margin-right: 5px;
}

.bold-text-3 {
  height: 100%;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .logo.search {
    display: none;
  }

  .logo.search.mobile {
    margin-top: 0;
  }

  .nav-link {
    width: auto;
    border-bottom: 1px solid var(--dim-grey-2);
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link.w--current {
    width: auto;
    display: block;
  }

  .div-block {
    margin-left: 0;
    padding-right: 20px;
    position: relative;
  }

  .container.nav {
    height: 60px;
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container._20vw, .container._20vw.footer {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .container._20vw-left-only {
    padding-left: 10px;
  }

  .brand.hide-on-desktop {
    background-color: rgba(110, 110, 115, .38);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px 5px 8px 10px;
    display: flex;
  }

  .hero-right {
    flex: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    height: 100vh;
    background-color: var(--black);
    text-align: left;
  }

  ._20vw-div {
    width: 18vw;
  }

  .slider-container {
    padding-top: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    position: relative;
    right: auto;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .icon-3 {
    color: var(--white);
  }

  .search-text {
    color: var(--dim-grey);
  }

  .topbar-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-sponsor {
    width: 40%;
  }

  .presented-by {
    text-align: right;
  }

  .heading-1 {
    display: block;
  }

  .logo-state {
    width: 60%;
  }

  .hero-wrap {
    height: 370px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    bottom: 0;
    right: 40px;
  }

  .hero-bg {
    height: 100%;
    position: relative;
  }

  .hero-text-2 {
    width: 55%;
    height: 100%;
    margin-top: 0;
    padding: 40px 20px 40px 30px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .learn-more-button {
    left: 20px;
  }

  .card-base.aging-disability {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.health-force {
    width: 330px;
    background-position: 175px 414px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.gdhsda {
    width: 330px;
    background-position: 230px 380px;
    background-size: 88px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.rosalynn {
    width: 330px;
    background-position: 180px 426px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.culture-change {
    width: 330px;
    background-position: 210px 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ombudsman {
    width: 330px;
    background-position: 180px 408px;
    background-size: 129px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.aarp {
    width: 330px;
    background-position: 175px 420px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-medicaid {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 85% 385px;
    background-size: 88px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.meals-wheels {
    width: 330px;
    background-position: 180px 408px;
    background-size: 118px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-community-affairs {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 85% 418px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.us-dept-housing {
    width: 330px;
    background-position: 210px 380px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-charitable-care {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-kinship {
    width: 330px;
    background-position: 220px 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.sr-info-network {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.legal-aid-now {
    width: 330px;
    background-position: 230px 390px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-legal-services {
    width: 330px;
    background-position: 170px 425px;
    background-size: 146px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-legal-aid {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 175px 422px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.worksource-ga {
    width: 330px;
    background-position: 180px 400px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.gdecd {
    width: 330px;
    background-position: 180px 412px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.sba {
    width: 330px;
    background-position: 212px 405px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.apda {
    width: 330px;
    background-position: 205px 400px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.samhsa {
    width: 330px;
    background-position: 170px 423px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.autism-speaks {
    width: 330px;
    background-position: 180px 410px;
    background-size: 129px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.als-association {
    width: 330px;
    background-position: 190px 400px;
    background-size: 107px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.dementia-spotlight {
    width: 330px;
    background-position: 170px 405px;
    background-size: 129px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.brain-injury-assn {
    width: 330px;
    background-position: 170px 417px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-center-deaf {
    width: 330px;
    background-position: 172px 414px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.afpag {
    width: 330px;
    background-position: 175px 417px;
    background-size: 128px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.childkind {
    width: 330px;
    background-position: 200px 380px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.gcdd {
    width: 330px;
    background-position: 181px 400px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.georgia-collaborative {
    width: 330px;
    background-position: 164px 414px;
    background-size: 150px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.parent-to-parent {
    width: 330px;
    background-position: 172px 410px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fodac {
    width: 330px;
    background-position: 180px 410px;
    background-size: 123px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-gov {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 405px;
    background-size: 115px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-aging, .card-base.o4a {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.attorney-general {
    width: 330px;
    background-position: 200px 358px;
    background-size: 108px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.eldercare-locator {
    width: 330px;
    background-position: 185px 395px;
    background-size: 123px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.oasc {
    width: 330px;
    background-position: 192px 370px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-health, .card-base.ohio-dept-medicaid {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-rise {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 200px 410px;
    background-size: 114px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.opha {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 88% 413px;
    background-size: 106px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-health {
    width: 330px;
    background-position: 195px 380px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base._211 {
    width: 330px;
    background-position: 200px 405px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.center-community-solutions {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 86% 423px;
    background-size: 108px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-association-food-banks {
    width: 330px;
    background-position: 205px 375px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-811 {
    width: 330px;
    background-position: 215px 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.habitat-humanity {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 415px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ncoa {
    width: 330px;
    background-position: 192px 420px;
    background-size: 114px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.senior-resource {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 192px 416px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-jucicial-system {
    width: 330px;
    background-position: 200px 365px;
    background-size: 116px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.justice-bus {
    width: 330px;
    background-position: 220px 375px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-bar {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 178px 415px;
    background-size: 143px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.disability-rights {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 200px 419px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-dev {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-small-biz {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-verterans {
    width: 330px;
    background-position: 205px 384px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kaleidoscope {
    width: 330px;
    background-position: 195px 358px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.courage {
    width: 330px;
    background-position: 195px 380px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-foster-adoption-kinship {
    width: 330px;
    background-position: 200px 360px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-kan {
    width: 330px;
    background-position: 210px 390px;
    background-size: 88px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-grandparent {
    width: 330px;
    background-position: 190px 375px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-kinship {
    width: 330px;
    background-position: 195px 370px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-dev-disabilities {
    width: 330px;
    background-position: 205px 355px;
    background-size: 85px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.nami {
    width: 330px;
    background-position: 190px 406px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.the-arc {
    width: 330px;
    background-position: 170px 378px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-bold {
    width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ocali {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 185px 425px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-dept-mental-health {
    width: 330px;
    background-position: 185px 335px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.autism-society {
    width: 330px;
    background-position: 180px 404px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-governers {
    width: 330px;
    background-position: 185px 404px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ohio-minds-matter {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 200px 375px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.area-agencies-aging {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 86% 400px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.mdhhs {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 86% 415px;
    background-size: 128px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.mi-bridges {
    width: 330px;
    background-position: 173px 428px;
    background-size: 128px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.tri-county {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 93% 416px;
    background-size: 148px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.munson-health {
    width: 330px;
    background-position: 185px 378px;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.food-bank-council {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 90% 402px;
    background-size: 92px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.food-bank-eastern-michigan {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.sbm {
    width: 330px;
    background-position: 188px 405px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.elm {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 182px 390px;
    background-size: 122px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.michigan-legal-help {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 185px 386px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.michigan-works {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 88% 414px;
    background-size: 137px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.hope-network {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.michigan-parkingson {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 87% 415px;
    background-size: 132px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ms {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 175px 408px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.naadac {
    width: 330px;
    background-position: 175px 407px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.samaritas {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.olmstead {
    width: 330px;
    background-position: 176px 425px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.yes-we-can {
    width: 330px;
    background-position: 200px 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-dept-aging {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 85% 390px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-dept-health-enviroment {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 86% 392px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kancare {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 85% 402px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ku-medical-center {
    width: 330px;
    background-image: url('../images/ku-medical-center.png');
    background-repeat: no-repeat;
    background-size: 98px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-dept-aging-copy {
    background-size: 110px;
  }

  .card-base.kansas-dept-children-families {
    width: 330px;
    background-position: 180px 395px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-food-bank {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-size: 110px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.benefits-gov {
    width: 330px;
    min-width: 330px;
    background-position: 87% 423px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-elder-hotline {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 205px 404px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.disability-rights-kansas {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 182px 407px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.topeka-public-library {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 87% 426px;
    background-size: 136px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-works {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 170px 431px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-dept-labor {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 85% 400px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-deaf-blind {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 177px 407px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kfan {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 87% 420px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kansas-city-va {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 170px 422px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.victory-in-the-valley {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 200px 360px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.kvc-kansas {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 90% 423px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.childrens-alliance-kansas {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 90% 423px;
    background-size: 150px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.the-arc-kansas {
    width: 330px;
    background-image: url('../images/ArcLogo_Color_Rev_PNG_WEB-1.png');
    background-position: 180px 395px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ku-medical-center {
    background-image: url('../images/ku-medical-center.png');
    background-position: 215px 390px;
    background-repeat: no-repeat;
    background-size: 90px;
  }

  .card-base.elder-affairs-fl {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 195px 395px;
    background-size: 105px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base._211-fl {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 188px 405px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.florida-health-finder {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 175px 420px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.dementia-care-central {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 174px 416px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.shine-fl {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 88% 415px;
    background-size: 126px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.faast {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 90% 408px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.state-of-fl {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 170px 428px;
    background-size: 145px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fl-dept-children-families {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 370px;
    background-size: 105px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.get-help-fl {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 385px;
    background-size: 115px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fl-care-planning-council {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 420px;
    background-size: 115px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fl-sr-legal-helpline {
    width: 330px;
    background-position: 184px 415px;
    background-size: 116px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.afela {
    width: 330px;
    background-position: 185px 380px;
    background-size: 116px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.ag-fl {
    width: 330px;
    background-position: 200px 365px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.florida-employ {
    width: 330px;
    background-position: 170px 398px;
    background-size: 138px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.employment-resources-fl-sr {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.reach {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 175px 402px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.acts2 {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 180px 400px;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fdva {
    width: 330px;
    background-position: 180px 414px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.embrace-families {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    background-position: 190px 360px;
    background-size: 113px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fostering-hope-fl {
    width: 330px;
    background-position: 178px 395px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.fl-developmental-disabilities-resources {
    width: 330px;
    background-position: 170px 416px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.the-arc-fl {
    width: 330px;
    background-position: 170px 378px;
    background-size: 135px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    margin-bottom: 20px;
  }

  .content-controls.nav {
    height: 60px;
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-controls._20vw, .content-controls._20vw.footer {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .content-controls._20vw-left-only {
    padding-left: 18vw;
  }

  .card-post {
    width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .carousel-nav {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    display: none;
  }

  .footer-flex-container.mobile {
    display: block;
  }

  .footer-image {
    object-fit: contain;
  }

  .dropdown-block {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .faq-header-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .faq-icon {
    color: var(--black);
    font-family: "Font awesome 5 free solid 900", sans-serif;
    font-size: 10px;
    position: absolute;
    right: 0;
  }

  .faq-content {
    padding: 5px 0;
  }

  .topbar-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    height: 20px;
  }

  .logo-sponsor {
    flex-direction: column;
    align-items: flex-end;
  }

  .presented-by.michigan-presented-by {
    display: none;
  }

  .bold-text {
    clear: none;
    display: block;
  }

  .heading-1 {
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .sponsor-icon {
    margin-right: 0;
  }

  .image {
    height: 200px;
  }

  .hero-text-2 {
    width: 100%;
  }

  .text-block-3 {
    width: 50%;
  }

  .card-base {
    width: 340px;
  }

  .carousel-nav-mask {
    right: 0;
  }

  .card-post {
    width: 340px;
  }

  .bold-text-3 {
    clear: none;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container._20vw, .container._20vw.footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container._20vw-left-only {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .hero-div {
    flex-direction: column;
    padding-right: 20px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    font-size: 30px;
    line-height: 35px;
  }

  .carousel-nav {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .nav-item {
    width: auto;
    clear: none;
    flex-wrap: nowrap;
    flex: none;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  ._20vw-div {
    width: 15px;
  }

  .slider-container {
    height: 560px;
    padding-top: 0;
    display: flex;
    position: static;
    overflow: scroll;
  }

  .slide-box.margin-right {
    width: 87%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 10px;
  }

  .middle-footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .faq-header-2 {
    align-items: center;
  }

  .faq-icon {
    padding-left: 10px;
  }

  .state-icon {
    height: 25px;
    margin-right: 5px;
  }

  .topbar-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    height: 20px;
  }

  .image-3.acme-logo {
    width: 174px;
    height: auto;
    max-height: 38px;
    max-width: 174px;
    float: left;
    flex: none;
    margin-top: -10px;
    display: block;
  }

  .image-3.caresource-logo {
    height: 30px;
    max-width: 95%;
    float: right;
    clear: none;
    margin-top: -5px;
  }

  .logo-sponsor {
    flex-direction: column;
    align-items: flex-end;
  }

  .presented-by {
    justify-content: center;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .presented-by.michigan-presented-by {
    display: none;
  }

  .bold-text {
    display: block;
  }

  .heading-1 {
    font-size: 18px;
  }

  .sponsor-icon {
    width: 174px;
    height: 24px;
    flex: none;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-2 {
    position: static;
  }

  .hero-wrap {
    height: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: 240px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .hero-bg {
    height: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .hero-text-2 {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-3 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .tab-button {
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
  }

  .tab-button.w--current {
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .h3 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .learn-more-button {
    bottom: 20px;
    left: 20px;
  }

  .card-base {
    width: 340px;
    height: 480px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-base.csra {
    width: 100%;
    float: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.middle-ga {
    width: 340px;
    float: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.aging-disability {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.arc {
    width: 340px;
    float: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.health-force {
    width: 330px;
    background-position: 180px 416px;
    background-size: 134px;
    margin-right: 15px;
  }

  .card-base.gdhsda {
    width: 330px;
    background-position: 230px 380px;
    background-size: 88px;
    margin-right: 15px;
  }

  .card-base.rosalynn {
    width: 330px;
    background-position: 180px 426px;
    background-size: 124px;
    margin-right: 15px;
  }

  .card-base.culture-change {
    width: 330px;
    background-position: 225px 375px;
    margin-right: 15px;
  }

  .card-base.ombudsman {
    background-position: 175px 402px;
  }

  .card-base.aarp {
    width: 330px;
    background-position: 175px 420px;
    margin-right: 15px;
  }

  .card-base.georgia-medicaid {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 370px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.meals-wheels {
    width: 330px;
    background-position: 190px 406px;
    background-size: 110px;
    margin-right: 15px;
  }

  .card-base.georgia-community-affairs {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.us-dept-housing {
    width: 330px;
    background-position: 225px 375px;
    margin-right: 15px;
  }

  .card-base.georgia-charitable-care {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 372px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.georgia-kinship {
    width: 330px;
    background-position: 232px 385px;
    margin-right: 15px;
  }

  .card-base.sr-info-network {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 382px;
    background-size: 85px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.legal-aid-now {
    width: 330px;
    background-position: 230px 380px;
    margin-right: 15px;
  }

  .card-base.georgia-legal-services {
    width: 330px;
    background-position: 174px 424px;
    background-size: 146px;
    margin-right: 15px;
  }

  .card-base.georgia-legal-aid {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 176px 424px;
    background-size: 145px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.worksource-ga {
    width: 330px;
    background-position: 202px 394px;
    background-size: 102px;
    margin-right: 15px;
  }

  .card-base.gdecd {
    width: 330px;
    background-position: 194px 408px;
    background-size: 120px;
    margin-right: 15px;
  }

  .card-base.sba {
    width: 330px;
    background-position: 230px 390px;
    margin-right: 15px;
  }

  .card-base.apda {
    width: 330px;
    background-position: 215px 399px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.samhsa {
    width: 330px;
    background-position: 175px 423px;
    background-size: 140px;
    margin-right: 15px;
  }

  .card-base.autism-speaks {
    width: 330px;
    background-position: 195px 410px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.als-association {
    width: 330px;
    background-position: 210px 400px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.dementia-spotlight {
    width: 330px;
    background-position: 185px 400px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.brain-injury-assn {
    width: 330px;
    background-position: 176px 417px;
    background-size: 135px;
    margin-right: 15px;
  }

  .card-base.georgia-center-deaf {
    width: 330px;
    background-position: 175px 414px;
    background-size: 140px;
    margin-right: 15px;
  }

  .card-base.afpag {
    width: 330px;
    background-position: 174px 416px;
    margin-right: 15px;
  }

  .card-base.childkind {
    width: 330px;
    background-position: 190px 370px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.gcdd {
    width: 330px;
    background-position: 181px 400px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.georgia-collaborative {
    width: 330px;
    background-position: 165px 414px;
    background-size: 160px;
    margin-right: 15px;
  }

  .card-base.parent-to-parent {
    width: 330px;
    background-position: 180px 408px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.fodac {
    width: 330px;
    background-position: 185px 404px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.ohio-gov {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-aging {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 95% 355px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.o4a {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 365px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.attorney-general {
    width: 330px;
    background-position: 200px 350px;
    background-size: 108px;
    margin-right: 15px;
  }

  .card-base.eldercare-locator {
    width: 330px;
    background-position: 170px 385px;
    background-size: 133px;
    margin-right: 15px;
  }

  .card-base.oasc {
    width: 330px;
    background-position: 210px 380px;
    background-size: 88px;
    margin-right: 15px;
  }

  .card-base.ohio-dept-health {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 360px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-medicaid {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 365px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-rise {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 405px;
    background-size: 124px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.opha {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 400px;
    background-size: 136px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-health {
    background-position: 200px 364px;
  }

  .card-base._211 {
    background-position: 188px 399px;
    background-size: 120px;
  }

  .card-base.center-community-solutions {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 413px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-association-food-banks {
    width: 330px;
    background-position: 210px 370px;
    background-size: 88px;
    margin-right: 15px;
  }

  .card-base.ohio-811 {
    width: 330px;
    background-position: 215px 370px;
    margin-right: 15px;
  }

  .card-base.habitat-humanity {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 170px 412px;
    background-size: 140px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ncoa {
    width: 330px;
    background-position: 175px 409px;
    background-size: 134px;
    margin-right: 15px;
  }

  .card-base.senior-resource {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 180px 410px;
    background-size: 121px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-jucicial-system {
    width: 330px;
    background-position: 184px 344px;
    background-size: 116px;
    margin-right: 15px;
  }

  .card-base.justice-bus {
    width: 330px;
    background-position: 220px 360px;
    margin-right: 15px;
  }

  .card-base.ohio-bar {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 166px 414px;
    background-size: 145px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.disability-rights {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 176px 417px;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-dev {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 360px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-small-biz {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 365px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-verterans {
    background-position: 210px 364px;
  }

  .card-base.kaleidoscope {
    width: 330px;
    background-position: 180px 348px;
    background-size: 110px;
    margin-right: 15px;
  }

  .card-base.courage {
    width: 330px;
    background-position: 190px 376px;
    background-size: 108px;
    margin-right: 15px;
  }

  .card-base.ohio-foster-adoption-kinship {
    width: 330px;
    background-position: 200px 360px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.ohio-foster-adoption-kinship-copy {
    width: 330px;
    background-position: 190px 370px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.ohio-kan {
    width: 330px;
    background-position: 210px 390px;
    background-size: 88px;
    margin-right: 15px;
  }

  .card-base.ohio-grandparent {
    width: 330px;
    background-position: 190px 375px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.ohio-kinship {
    width: 330px;
    background-position: 180px 370px;
    background-size: 128px;
    margin-right: 15px;
  }

  .card-base.ohio-dept-dev-disabilities {
    width: 330px;
    background-position: 200px 350px;
    background-size: 85px;
    margin-right: 15px;
  }

  .card-base.nami {
    width: 330px;
    background-position: 190px 406px;
    background-size: 110px;
    margin-right: 15px;
  }

  .card-base.the-arc {
    width: 330px;
    background-position: 170px 378px;
    background-size: 135px;
    margin-right: 15px;
  }

  .card-base.ohio-bold {
    width: 330px;
    background-position: 180px 410px;
    background-size: 125px;
    margin-right: 15px;
  }

  .card-base.ocali {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 176px 425px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ohio-dept-mental-health {
    width: 330px;
    background-position: 185px 335px;
    background-size: 120px;
    margin-right: 15px;
  }

  .card-base.autism-society {
    width: 330px;
    background-position: 180px 404px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.ohio-governers {
    width: 330px;
    background-position: 185px 404px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.ohio-minds-matter {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 200px 375px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.area-agencies-aging {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 84% 393px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.mdhhs {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.tri-county {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 89% 413px;
    background-size: 130px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.munson-health {
    width: 330px;
    background-position: 181px 374px;
    background-size: 120px;
    margin-right: 15px;
  }

  .card-base.food-bank-council {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 399px;
    background-size: 82px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.food-bank-eastern-michigan {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.sbm {
    width: 330px;
    background-position: 197px 401px;
    background-size: 106px;
    margin-right: 15px;
  }

  .card-base.elm {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 178px 386px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.michigan-legal-help {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 185px 380px;
    background-size: 120px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.michigan-works {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 410px;
    background-size: 133px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.hope-network {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 85% 359px;
    background-size: 83px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.michigan-parkingson {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.ms {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 180px 410px;
    background-size: 128px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.naadac {
    width: 330px;
    background-position: 175px 404px;
    background-size: 140px;
    margin-right: 15px;
  }

  .card-base.samaritas {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.olmstead {
    width: 330px;
    background-position: 180px 426px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.yes-we-can {
    width: 330px;
    background-position: 203px 372px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.kansas-dept-aging, .card-base.kansas-dept-health-enviroment, .card-base.kancare, .card-base.kansas-dept-aging-copy {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.kansas-dept-children-families {
    background-position: 180px 384px;
    background-size: 115px;
  }

  .card-base.kansas-food-bank, .card-base.benefits-gov {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.kansas-elder-hotline {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 190px 381px;
    background-size: 113px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.disability-rights-kansas {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 179px 397px;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.topeka-public-library, .card-base.kansas-works, .card-base.kansas-dept-labor, .card-base.kansas-deaf-blind, .card-base.kfan, .card-base.kansas-city-va, .card-base.victory-in-the-valley, .card-base.kvc-kansas, .card-base.childrens-alliance-kansas, .card-base.mdhhs-copy {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.the-arc-kansas {
    width: 330px;
    background-position: 175px 395px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.ku-medical-center {
    width: 330px;
    background-position: 207px 368px;
    background-size: 100px;
    margin-right: 15px;
  }

  .card-base.elder-affairs-fl {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 86% 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base._211-fl {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 390px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.florida-health-finder {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 414px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.dementia-care-central {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 415px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.shine-fl {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 414px;
    background-size: 126px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.faast {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 400px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.state-of-fl {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 88% 429px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.fl-dept-children-families {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 200px 358px;
    background-size: 100px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.get-help-fl {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 185px 378px;
    background-size: 115px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.fl-care-planning-council {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-size: 125px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.fl-sr-legal-helpline {
    width: 330px;
    background-position: 184px 417px;
    background-size: 116px;
    margin-right: 15px;
  }

  .card-base.afela {
    width: 330px;
    background-position: 184px 374px;
    background-size: 116px;
    margin-right: 15px;
  }

  .card-base.ag-fl {
    width: 330px;
    background-position: 184px 344px;
    background-size: 116px;
    margin-right: 15px;
  }

  .card-base.florida-employ {
    width: 330px;
    background-position: 165px 390px;
    background-size: 135px;
    margin-right: 15px;
  }

  .card-base.employment-resources-fl-sr {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 90% 360px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.reach {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 170px 395px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.acts2 {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 180px 385px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.fdva {
    background-position: 180px 414px;
  }

  .card-base.embrace-families {
    width: 330px;
    max-width: none;
    min-width: 0;
    float: left;
    background-position: 195px 350px;
    background-size: 105px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-base.fostering-hope-fl {
    width: 330px;
    background-position: 190px 392px;
    background-size: 110px;
    margin-right: 15px;
  }

  .card-base.fl-developmental-disabilities-resources {
    width: 330px;
    background-position: 170px 406px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.the-arc-fl {
    width: 330px;
    background-position: 180px 390px;
    background-size: 130px;
    margin-right: 15px;
  }

  .card-base.k4ad {
    background-position: 183px 405px;
    background-size: 130px;
  }

  .content-section {
    margin-top: -180px;
    margin-bottom: 0;
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 0;
  }

  .carousel-nav-mask {
    height: 110px;
    right: -20px;
  }

  .tabs {
    height: 110px;
  }

  .div-block-3-copy {
    overflow: hidden;
  }

  .nav-wrap {
    width: 2200px;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .arrow-left {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .arrow-right, .content-controls {
    display: none;
  }

  .content-controls._20vw, .content-controls._20vw.footer, .content-controls._20vw-left-only {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrap.general-resources {
    margin-left: 15px;
    padding-left: 0;
    overflow: visible;
  }

  .card-post {
    width: 330px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-post.csra {
    width: 100%;
    float: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-post.middle-ga, .card-post.aging-disability, .card-post.arc {
    width: 340px;
    float: left;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .slide-wrap {
    margin-left: -10px;
  }

  .bold-text-2 {
    display: flex;
  }

  .bold-text-3 {
    display: block;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}