@charset "UTF-8";
/* CSS Document */
.grey-rounded {
  padding: 30px 40px;
  background: #f7f7f7;
  border-radius: 30px;
  margin-top: 30px;
}
.grey-rounded sup {
  font-size: 9px;
}
.grey-rounded h2 sup {
  top: -0.7em;
  font-size: 12px;
  font-weight: 700;
}
section.fm-layout {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.hero--homepage .hero__overlay--inner-gray {
  display: none !important;
}
.hero--landing .hero__overlay--outer {
  display: none !important;
}
.footnote {
  font-size: 14px !important;
  font-style: italic;
}
.fm-eyebrow {
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #238196 !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: 3px !important;
}
.body-field .sidebar-sidenav ul {
  padding-left: 0px !important;
}
.body-field .button-dark::after, .body-field .button-white::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -.125em;
  content: "\F054";
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  padding-left: 8px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sidebar-sidenav h3 {
  margin-bottom: 10px !important;
}
.side-nav__secondary-nav-wrapper {
	padding-left: 0px;
}
.highlight-card:after {
  border: 0;
  border-bottom-right-radius: 0;
}
.highlight-card__content p.img-container {
  margin-bottom: 0;
}
.highlight-card__content div.text-container {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.highlight-card__content div.text-container.tc-padding-70 {
  padding: 70px;
}
.card-grid-carousel .body-field .fm-btn-wrapper {
  width: 100%;
  text-align: left;
}
.highlight-card__content p.eyebrow {
  color: #05314D !important;
}
.highlight-card__content h3 {
  color: #085280 !important;
  font-size: 22px !important;
  line-height: 26px !important;
  margin-bottom: 24px !important;
}
.highlight-card .embedded-entity {
  height: auto;
  margin-bottom: 0;
}
.highlight-card__content img {
  width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 230px;
  object-fit: cover;
}
.highlight-card__content p {
  margin-bottom: 30px;
}
.card-grid-carousel .highlight-card a.fm-btn {
  color: #fff;
  background-color: #1C6FA3;
  border-color: #1C6FA3;
  align-self: center;
}
.card-grid-carousel .highlight-card a.fm-btn:hover {
  color: #fff;
  background-color: #05314D;
  border-color: #05314D;
}
.highlight-card.color-trigger--blue:after {
  border-radius: 30px;
  border: 0;
}
.highlight-card.color-trigger--blue {
  border: 0;
  border-radius: 30px;
  box-shadow: 1px 5px 10px rgb(0 0 0 / 10%);
  padding: 0;
  margin: 10px;
}
.highlight-card span.embedded-entity {
  height: auto;
  margin-bottom: 0;
}
.card-grid-carousel .card-grid-carousel-item.carousel-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.highlight-card__content p.eyebrow {
  color: #05314D !important;
  font-weight: 600;
}
.highlight-card__content p.img-container {
  margin-bottom: 0;
}
.highlight-card.color-trigger--blue .highlight-card__content h3, .highlight-card.color-trigger--teal .highlight-card__content h3 {
  color: #05314D !important;
  font-size: 32px !important;
  line-height: 38px !important;
  font-weight: 500 !important;
  margin-bottom: 30px !important;
}
.highlight-card.color-trigger--teal .highlight-card__content p.highlight-card__description {
  font-size: 25px !important;
  line-height: 35px !important;
}
.highlight-card.color-trigger--blue {
  border-top-color: #05314d;
  border-bottom-right-radius: 20px;
}
.step-padding {
  padding-top: 180px;
}
.card-grid-carousel-indicators li.slick-active {
  background: #96918C !important;
}
.card-grid-carousel-indicators li {
  border: 1px solid #96918C !important;
}
div.steps-title {
  display: inline-block;
  padding: 30px 0 0;
  margin-top: 60px;
}
div.steps-title img {
  float: left;
  max-width: 45px;
  min-height: auto !important;
  margin-right: 10px;
}
div.steps-title div {
  float: right;
}
div.steps-title div span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #05314d;
  letter-spacing: 1px;
}
div.steps-title div h6 {
  font-family: 'Roboto Slab', serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #05314d;
}
h1.consumer-txt {
  font-family: 'GlyphaBold', serif !important;
  font-weight: 500 !important;
  font-size: 40px
}
h2.consumer-txt {
  font-size: 32px !important;
}
h3.promo-txt {
  font-size: 40px !important;
}
.two-col-blue {
  background: #f3f6f9;
  padding: 30px;
  border-radius: 30px;
}
.two-col-blue h3 {
  margin: 40px 0 20px !important;
}
#sub-step {
  padding-top: 100px;
  padding-bottom: 30px;
}
#featured .banner-promo .color-trigger--gray {
  background-color: #fff;
  border-radius: 30px;
}
#featured .banner-promo h3 {
  color: #085280;
}
#obstacles img {
  margin-bottom: 20px;
  max-width: 80px;
}
#resources {
  padding: 100px 50px 30px !important;
  display: block;
  margin: 60px 0 0 !important;
  max-width: 100%;
}
#resources .layout__region--main {
  max-width: 1075px;
  margin: 0px auto;
}
#resources .highlight-card.color-trigger--white::after {
  border-top: none;
}
#resources .fm-layout__row {
  max-width: 1150px;
}
#resources h3 {
  text-align: left;
}
#resources .highlight-card {
  padding: 0 0 50px;
  border-radius: 30px;
  border-top: 0px;
  min-height: 555px;
}
#resources .highlight-card.color-trigger--blue {
  min-height: auto;
  padding-bottom: 50px;
}
#resources .card-grid-carousel .body-field .fm-btn-wrapper {
  text-align: left !important;
}
#resources .carousel--white .card {
  border: none;
  border-radius: 20px;
  padding: 0px;
  text-align: left;
  width: auto;
  margin: 10px 20px 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#resources .card-grid-carousel .highlight-card a.fm-btn {
  position: absolute;
  bottom: -10px;
  width: fit-content;
}
#resources h5.card__title {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #1c6fa3;
  padding: 26px 50px 0px;
}
#resources p.card__description {
  padding: 0 50px;
}
#resources .carousel--white .btn-transparent {
  border: none;
  color: #fff;
}
#resources .fm-btn.btn-pill {
  font-size: 16px;
}
#resources .fm-btn.btn-transparent {
  background: #1c6fa3;
  color: #fff;
  border: 1px solid #fff;
}
#resources .card__link-wrapper {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: left;
  align-items: left;
}
#resources .carousel .card--image {
  height: 600px !important;
}
#exp-path {
  padding: 100px 30px 150px;
}
#exp-path .layout__region {
  max-width: 1140px;
  margin: 0px auto;
  padding: 0 30px;
}
#two-col-moved-up {
  position: relative;
  top: -160px;
  margin-bottom: -120px;
}
#two-col-moved-up .link-one {
  background: url(/sites/g/files/koqyhd191/files/2023-06/overview-page-black-housing-journey.jpg) no-repeat;
}
#two-col-moved-up .link-two {
  background: url(/sites/g/files/koqyhd191/files/2023-06/latino-housing-journey-link.jpg) no-repeat;
}
#two-col-moved-up .link-one, #two-col-moved-up .link-two {
  border-radius: 50px;
  min-height: 300px;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
#two-col-moved-up a, #two-col-moved-up a:link {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
padding: 240px 30px 30px;background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));
}
#two-col-moved-up a.chevron-link:after {
  color: #fff;
  font-size: 18px;
  top: -2px;
  margin-left: 4px;
  position: relative;
}
#custom-subnav {
  max-width: 1100px !important;
  margin: 50px auto 0px;
  padding: 30px;
  height: 120px;
}
#custom-subnav .fm-layout__row {
  width: 100%;
}
#custom-subnav .component-space-lg, #custom-subnav .component-space-md {
  margin: 0 !important;
}
#custom-subnav .subnav-steps {
  display: block;
}
#custom-subnav .btn-rt {
  margin-left: 20px;
}
#custom-subnav .subnav-steps .rt-col {
  padding-left: 10px;
  display: inline-block;
  float: right;
}
#custom-subnav .subnav-steps .right-border {
  border-right: 2px solid #edebe9;
}
#custom-subnav div.steps-title {
  display: inline-block;
  padding: 0 10px;
  margin: 0px;
}
#custom-subnav div.steps-title a, #custom-subnav div.steps-title a:link {}
#custom-subnav .body-field .button-dark::after, #custom-subnav .body-field .button-white::after {
  content: none;
}
#step-one, #step-two, #step-three, #step-four {
  padding: 50px 50px 10px;
}
#step-one .layout__region, #step-two .layout__region, #step-three .layout__region, #step-four .layout__region {
  max-width: 1100px;
  margin: 0px auto;
}
#step-one h3, #step-two h3, #step-three h3, #step-four h3 {
  color: #fff;
  margin: 0 15px 30px;
}
#step-one h4, #step-two h4, #step-three h4, #step-four h4 {
  color: #000;
}
#step-one h5, #step-two h5, #step-three h5, #step-four h5 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 30px 0;
  margin: 0;
}
#step-one h6, #step-two h6, #step-three h6 {
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: -15px;
  width: 80%;
  margin: 0 auto 15px;
}
h6.teal-txt {
  color: #238196 !important;
  font-size: 54px !important;
  margin: 10px auto 0 !important;
}
h6.teal-txt-lg {
	  color: #238196 !important;
  margin: 40px auto 0 !important;

    font-size: 56px !important;
    line-height: 62px;
}
h6.drkorange-txt {
  color: #8f2400 !important;
  font-size: 54px !important;
  margin: 0px auto 0 !important;
}
h6.drkorange-txt-lg {
	  color: #8f2400 !important;
  margin: 40px auto 0 !important;

    font-size: 56px !important;
    line-height: 62px;
}
h6.drkorange-txt-lg-b {
	  color: #8f2400 !important;
  margin: 0px auto 0 !important;

    font-size: 56px !important;
    line-height: 62px;
}

h6.gif-headline {
  top: 0 !important;
  font-size: 24px !important;
}
h6.gif-headline-b {
  top: 0 !important;
  font-size: 24px !important;
	margin-bottom: 50px !important;
}
h6.gif-headline-c {
  top: 0 !important;
font-size: 22px !important;width: 100% !important;
}

h6.gif-headline-lg {
    top: 0 !important;
    font-size: 34px !important;
    line-height: 38px;
    margin-top: -10px !important;
	width: 100% !important;
}
h6.gif-headline-lg-b {
    top: 0 !important;
    font-size: 34px !important;
    line-height: 38px;
    margin-top: -10px !important;
	width: 80% !important;
}
h6.gif-headline-lg-c {
    top: 0 !important;
    font-size: 34px !important;
    line-height: 38px;
    margin-top: -10px !important;
	width: 90% !important;
}
h6.gif-headline-lg-wide {
    top: 0 !important;
    font-size: 34px !important;
    line-height: 38px;
    margin-top: -10px !important;
	width: 90% !important;
}
p.caption-txt {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
}
.gif-fix-lt {
    position: relative;
    left: 25px;
    top: -10px;
}
p.subtxt {
    font-style: normal;
    width: 75%;
    margin: -10px auto 35px !important;
    font-size: 20px !important;
}
p.subtxt-wide {
	font-style: normal;
    width: 100%;
    font-size: 17px !important;
    margin: 20px auto !important;
	padding: 0px !important;
}
p.subtxt-wide-b {
	font-style: normal;
    width: 70%;
    font-size: 17px !important;
    margin: 20px auto !important;
}

h6.subtxt {
    clear: both;
    width: 70% !important;
    margin-top: 30px !important;
}
h6.subtxt-wide {
	width: 90% !important;
}
h6.subtxt-narrow {
    width: 65% !important;
    margin: 10px auto;
}
h6.move-up {
	margin-top:-20px !important;
}
#step-one h6.caption-lg, #step-two h6.caption-lg, #step-three h6.caption-lg {
  font-size: 24px;
}
#step-one sup, #step-two sup, #step-three sup, #step-four sup {
  font-weight: 400;
}
#step-one .one-row-two-col, #step-two .one-row-two-col, #step-three .one-row-two-col, #step-four .one-row-two-col {}
#step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
  min-height: 580px;
  border-radius: 30px;
  background: #fff;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  padding-bottom: 30px;
}
#step-one .col-a {
	min-height: 590px !important;
}
#step-two .col-b {
	min-height: 470px !important; 
}
#step-three .col-c, #step-one .col-d {
	min-height: 480px !important; 
}
#step-two .col-e {
	min-height: 580px !important; 
}
#step-three .col-f {
	min-height: 570px !important; 
}
#step-one .col-g {
	min-height: 520px !important; 
}
#step-two .col-h {
	min-height: 470px !important; 
}
#step-three .col-i {
	min-height: 490px !important; 
}
#step-one .col-j {
	min-height: 560px !important; 
}
#step-two .col-k {
	min-height: 580px !important; 
}
#step-three .col-l {
	min-height: 530px !important; 
}

#step-one .left-col p, #step-one .right-col p, #step-two .left-col p, #step-two .right-col p, #step-three .left-col p, #step-three .right-col p, #step-four .left-col p, #step-four .right-col p {
  padding: 0 30px;
  line-height: 24px;
  font-size: 16px;
}
#step-one .footnote, #step-two .footnote, #step-three .footnote, #step-four .footnote {
  font-size: 12px;
}
#step-one span, #step-two span, #step-three span, #step-four span {
  background: #f1f2f2;
  text-align: center;
  padding: 30px 30px 10px;
  font-size: 12px;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  min-height: 300px;
}
#step-one span img, #step-two span img, #step-three span img, #step-four span img {
  width: 90%;
  margin: 0px auto 20px;
  position: relative;
  display: block;
  min-height: auto;
}
.gif-half {
  width: 50% !important;
  display: inline-block !important;
  min-height: auto;
}
.gif-half-txt {
  width: 40% !important;
  display: inline-block !important;
  margin: 0 10px 20px !important;
  min-height: auto;
}
.gif-half-one {
  width: 40% !important;
  display: inline-block !important;
  min-height: auto;
}
.gif-icon {
  width: 25% !important;
  display: inline-block !important;
  min-height: auto;
}
.gif-icon-text {
  max-height: 260px !important;
  width: auto !important;
  display: block !important;
  min-height: auto !important;
}
.gif-centered {
	margin: 30px 0 33px !important;
}
.gif-three {
  width: 30% !important;
  display: inline-block !important;
  margin: 10px !important;
  min-height: auto;
}
.gif-hands {
    width: 120px;
    display: inline-block;
    float: left;
    left: 20%;
    position: relative;
}
@media(max-width: 1000px) {
.gif-hands {
    width: 120px;
    display: inline-block;
    float: left;
    left: 15%;
    position: relative;
}
}
@media(max-width: 755px) {
.gif-hands {
    width: 120px;
    display: inline-block;
    float: left;
    left: 25%;
    position: relative;
}
}
.half-col-right {
	width: 40%;
	display: inline-block;
}
@media(max-width: 650px) {
.gif-hands {
    width: 120px;
    display: inline-block;
    float: left;
    left: 20%;
    position: relative;
}
.half-col-right {
    width: 150px;
    display: inline-block;
}
}
@media(max-width: 515px) {
.gif-hands {
    width: 120px;
    display: inline-block;
    float: left;
    left: 15%;
    position: relative;
}
}
@media(max-width: 440px) {
.gif-hands {
    width: 110px;
    display: inline-block;
    float: left;
    left: 10%;
    position: relative;
    top: 20px;
}
}
@media(max-width: 440px) {
.gif-hands {
    width: 110px;
    display: inline-block;
    float: left;
    left: 10%;
    position: relative;
    top: 20px;
}
}
@media(max-width: 375px) {
.gif-hands {
    width: 100px;
    display: inline-block;
    float: left;
    left: 0px;
    position: relative;
    top: 20px;
}
}
#step-one .ltblue-bg, #step-two .ltblue-bg, #step-three .ltblue-bg, #step-four .ltblue-bg {
  background: #d0ecf0;
  padding: 30px;
  text-align: left;
  margin: 30px 15px 0;
  border-radius: 30px;
}
#step-one .ltblue-bg ul, #step-two .ltblue-bg ul, #step-three .ltblue-bg ul {
  list-style-type: none;
  padding: 0;
}
#step-one .ltblue-bg li, #step-two .ltblue-bg li, #step-three .ltblue-bg li, #step-four .ltblue-bg li {
  padding-left: 15px;
}
#step-one .ltblue-bg ul li:before, #step-two .ltblue-bg ul li:before, #step-three .ltblue-bg ul li:before {
  content: "•";
  font-size: 12pt;
  position: relative;
  top: -2px;
  left: -10px;
  margin-left: -5px;
}
#join-us {
  padding: 100px 0;
}
@media(min-width: 800px) {
  .card-grid-carousel__carousel .highlight-card {
    margin: 0;
  }
}
@media(min-width: 993px) {
  .card-grid-carousel__carousel .highlight-card {
    margin: 0 18px;
  }
  .color-trigger--blue.container .fm-layout__row.row .col-xs-12.col-sm-12.col-lg-12 {
    padding: 0;
  }
  .highlight-card.color-trigger--blue {
    box-shadow: 1px 5px 20px rgb(0 0 0 / 10%);
    margin: 0 18px;
  }
  .highlight-card__content p {
    margin-bottom: 30px;
  }
  .carousel.carousel--blue .carousel-item .card--image {
    height: 620px;
  }
  .carousel.carousel--blue .carousel-item .card--image .card__image img {
    height: 198px;
  }
}
@media (min-width:1536px) {
  .container {
    max-width: 1340px !important;
  }
}
@media (max-width: 1555px) {
  .gif-three {
    width: 29% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width: 1159px) {
  #step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
    min-height: 580px;
    width: 46.7%;
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1070px) {
  #step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
    width: 46.1%;
  }
}
@media (max-width: 1045px) {
  .gif-three {
    width: 28% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width: 930px) {
  #custom-subnav {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 30px;
    height: auto;
    text-align: center;
    border-radius: 0px;
  }
  #custom-subnav .subnav-steps .rt-col {
    padding-left: 10px;
    display: block;
    float: right;
    width: 100%;
    margin-top: 30px;
  }
  #step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
    min-height: 580px;
    border-radius: 30px;
    background: #fff;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 880px) {
  .gif-three {
    width: 27% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width: 800px) {
  .highlight-card.color-trigger--teal .highlight-card__content p.highlight-card__description {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  #sub-step {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  #join-us {
    padding: 60px 0;
  }
  .gif-three {
    width: 30% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width: 799px) {
  #resources .fm-btn.btn-pill {
    height: auto;
    font-size: 16px;
  }
  #resources {
    padding: 50px 20px !important;
    display: block;
    margin-bottom: 0px;
    margin-top: 6px;
  }
  #resources .card-grid-carousel .body-field .fm-btn-wrapper {
    text-align: left !important;
  }
  .card-grid-carousel .card-grid__list-item {
    margin-bottom: 40px !important;
    display: inline-block;
  }
  .sidebar-sidenav {
    border-left: 4px solid #edebe9;
    padding-left: 24px;
    display: block !important;
  }
  .social-bar__group.social-bar--boxes {
    width: 210px !important;
    margin: 0px auto 30px !important;
  }
  #custom-subnav .subnav-steps .rt-col {
    padding-left: 0px;
    display: block;
    float: right;
    width: 100%;
    margin-top: 30px;
  }
  #custom-subnav .subnav-steps .rt-col {
    padding-left: 0px;
    display: block;
    float: right;
    width: 100%;
    margin-top: 30px;
  }
  .step-padding {
    padding-top: 0px;
    margin-top: -60px;
  }
  h2.consumer-txt {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  #resources {
    max-width: 100%;
  }
  .grey-rounded {
    padding: 20px;
  }
  #exp-path {
    padding: 50px 20px 150px;
  }
  #resources .highlight-card {
    min-height: auto;
  }
}
@media (max-width: 740px) {
  #step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
    min-height: 580px;
    border-radius: 30px;
    background: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
  #step-one .ltblue-bg, #step-two .ltblue-bg, #step-three .ltblue-bg, #step-four .ltblue-bg {
    background: #d0ecf0;
    padding: 30px;
    text-align: left;
    margin: 30px 0px 0;
    border-radius: 30px;
  }
  #step-one, #step-two, #step-three, #step-four {
    padding: 30px 30px 10px;
  }
}
@media (max-width: 690px) {
  .gif-three {
    width: 29% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width: 670px) {
  #custom-subnav .subnav-steps {
    display: block;
    text-align: left;
  }
  #custom-subnav .subnav-steps .rt-col {
    float: none;
  }
  #custom-subnav div.steps-title {
    display: inline-block;
    padding: 0 10px;
    margin: 0px;
    width: 100%;
  }
  div.steps-title div {
    float: left;
    top: -7px;
    position: relative;
  }
}
@media (max-width: 545px) {
  .gif-three {
    width: 28% !important;
    display: inline-block !important;
    margin: 10px !important;
  }
}
@media (max-width:460px) {
  #two-col-moved-up a, #two-col-moved-up a:link {
    font-size: 24px;
  }
  #step-one span, #step-two span, #step-three span, #step-four span {
    padding: 20px 20px 10px;
    min-height: 250px;
  }
  #step-one .left-col, #step-one .right-col, #step-two .left-col, #step-two .right-col, #step-three .left-col, #step-three .right-col, #step-four .left-col, #step-four .right-col {
    min-height: auto;
  }
}
@media (max-width: 455px) {
  .gif-three {
    width: 80% !important;
    display: block !important;
    margin: 20px auto !important;
    min-height: auto !important;
  }
}
@media (max-width:420px) {
  #resources {
    padding: 50px 10px !important;
  }
  #exp-path .layout__region {
    padding: 0 0px;
  }
}
@media (max-width:380px) {
  #two-col-moved-up a, #two-col-moved-up a:link {
    font-size: 20px;
  }
}