/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
  font-family: GopherDisplay-Medium;
  src: url(fonts/Gopher/GopherDisplay-Medium.woff2) format("woff2"),
    url(fonts/Gopher/GopherDisplay-Medium.woff) format("woff"),
    url(fonts/Gopher/GopherDisplay-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Rift-Bold;
  src: url(fonts/Rift-Bold.eot);
  src: url(fonts/Rift-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Rift-Bold.svg#Rift-Bold) format("svg"),
    url(fonts/Rift-Bold.ttf) format("truetype"), url(fonts/Rift-Bold.woff) format("woff"),
    url(fonts/Rift-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gopher-Bold;
  src: url(fonts/Gopher-Bold.eot);
  src: url(fonts/Gopher-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Gopher-Bold.svg#Gopher-Bold) format("svg"), url(fonts/Gopher-Bold.ttf) format("truetype"),
    url(fonts/Gopher-Bold.woff) format("woff"), url(fonts/Gopher-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GopherText-Medium;
  src: url(fonts/GopherText-Medium/GopherText-Medium.eot);
  src: url(fonts/GopherText-Medium/GopherText-Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/GopherText-Medium/GopherText-Medium.svg#GopherText-Medium) format("svg"),
    url(fonts/GopherText-Medium/GopherText-Medium.ttf) format("truetype"),
    url(fonts/GopherText-Medium/GopherText-Medium.woff) format("woff"),
    url(fonts/GopherText-Medium/GopherText-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
.rift-bold h1,
.rift-bold h2,
.rift-bold h3,
.rift-bold h4,
.rift-bold h5 {
  font-family: Rift-Bold, sans-serif !important;
}
.gopher-text h1,
.gopher-text h2,
.gopher-text h3,
.gopher-text h4,
.gopher-text h5,
.gopher-text h6,
.gopher-text p,
.gopher-text span,
.gopher-text td,
.site-footer .gopher-text a,
a.elementor-button-link {
  font-family: GopherText-Medium, sans-serif !important;
}
body {
  font-family: GopherDisplay-Medium, sans-serif;
}
.separate-containers .inside-article {
  padding: 0 40px;
}
.separate-containers .site-main {
  margin: 0;
}
a {
  color: #fff;
}
@media (min-width: 768px) {
  .page-id-19 #page .elementor-inner,
  .page-id-6263 #page .elementor-inner, .page-id-19 #page #content {
    width: 100vh !important;
    height: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    transform: rotate(-90deg) translateX(-100vh) !important;
    transform-origin: top left !important;
    position: absolute !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .page-id-19 #page .elementor-section-wrap,
  .page-id-6263 #page .elementor-section-wrap,
  .page-id-19 #page .elementor-19{
    transform: rotate(90deg) translateY(-100vh) !important;
    transform-origin: top left !important;
    display: flex !important;
    flex-direction: row !important;
    position: initial !important;
    width: 540vw !important;
  }
  .page-id-19 .section,
  .page-id-6263 .section {
    width: 100vw;
    height: 10vh;
  }
  .page-id-19 ::-webkit-scrollbar,
  .page-id-6263 ::-webkit-scrollbar {
    display: none;
  }
  .page-id-19 .elementor-section,
  .page-id-6263 .elementor-section {
    position: relative;
    left: inherit !important;
  }
/*   body.home {
    background-image: url(/wp-content/uploads/2021/01/TitleBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
  } */
  .page-id-19 #page .elementor-section.elementor-top-section,
  .page-id-6263 #page .elementor-section.elementor-top-section {
    height: calc(100vh - 120px);
  }
  .page-id-19 .full-height .elementor-container,
  .page-id-6263 .full-height .elementor-container {
    min-height: calc(100vh - 120px) !important;
  }
  .page-id-19 .container,
  .page-id-6263 .container {
    padding-left: 0;
  }
/*   body.home #page {
    height: calc(100% - 120px);
  } */
}
.over-text h2 {
  position: relative;
  width: 600px;
  letter-spacing: 1px;
}
.looking-section label {
  display: block;
  padding: 7px;
  border: 2px solid #fff;
  margin: 8px;
  border-radius: 25px;
  font-size: 22px;
  font-weight: 500;
}
.looking-section input[type="radio"] {
  width: 40px;
  height: 20px;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #fff;
  outline: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.slider::-moz-range-thumb {
  width: 2px;
  height: 5px;
  background: #4caf50;
  cursor: pointer;
}
h2.price-range {
  font-size: 75px;
  color: #fff;
  line-height: 90px;
  text-align: center;
}
h2.helping-info {
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  color: #faa627;
  margin-bottom: 5px;
  font-family: Rift-Bold, sans-serif;
  letter-spacing: 6px;
}
.small-width .elementor-widget-container {
  width: 275px;
  margin: 0 auto;
  max-width: 100%;
}
.small-width-left .elementor-widget-container {
  width: 275px;
  margin: 0 auto 0 0;
  max-width: 100%;
}
p.medium-p {
  font-size: 18px;
  line-height: 30px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.community-testimonials .swiper-pagination {
  text-align: left;
}
#side-layout a.current span {
  color: #fff;
}
.next-section:before,
.swiper-slide.swiper-slide-active:before {
  -webkit-animation: rotation 5s infinite linear;
}
/* .home-page-form .gform_wrapper form {
  width: 500px !important;
} */
ul.shelter {
  list-style-type: none;
  min-height: 400px;
  background: linear-gradient(60deg, #000, #126189);
  width: 250px;
  padding: 20px;
  list-style-type: none;
}
ul.sub-list {
  display: none;
}
ul.sub-list {
  position: absolute;
  left: 207px;
  top: -18px;
  width: 300px;
  background: #fff;
  list-style-type: none;
  color: #000;
  padding: 0 10px;
  min-height: 400px;
}
ul.shelter li {
  position: relative;
}
.two-list {
  display: flex;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.community-testimonials .swiper-slide.swiper-slide-active:before {
  content: "";
  background: url(/wp-content/uploads/2021/01/Asterisk.png) no-repeat center left;
  position: absolute;
  right: 80%;
  top: 0;
  width: 200px;
  height: 200px;
  background-size: contain;
  overflow: visible;
  z-index: 9 !important;
}
.next-section:before {
  content: "";
  background: url(/wp-content/uploads/2021/01/Asterisk.png) no-repeat center left;
  position: absolute;
  right: 90%;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-size: contain;
  overflow: visible;
  z-index: 9 !important;
}
.get-in-touch-form {
  width: 500px;
  margin: 0 auto;
}
.get-in-touch-form input,
.get-in-touch-form input:focus,
.get-in-touch-form textarea,
.get-in-touch-form textarea:focus,
.join-us-form input,
.join-us-form input:focus,
input:-internal-autofill-selected,
input[type="text"],
textarea {
  border-bottom: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  max-width: 100% !important;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
input[type="text"],
input[type="text"]:focus,
textarea,
textarea:focus {
  max-width: 100% !important;
  border-bottom: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  max-width: 100% !important;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.get-in-touch-form .gform_button,
.join-us-form .gform_button {
  border: none !important;
  float: right;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.get-in-touch-form .gform_heading h3.gform_title,
.join-us-form .gform_heading h3.gform_title {
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Oswald;
  line-height: 75px;
  letter-spacing: 1.5px !important;
  text-align: center;
}
.below-section-text {
  position: absolute;
  bottom: -70px;
  left: -30px;
}
.chart-section-title .chart-title {
  border-bottom: 1px solid #faa627;
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  padding: 5px 10px;
  cursor: pointer;
}
#former-participants-chart,
#workers-chart {
  display: none;
}
.item {
  position: relative;
  float: none;
}
svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.circle_animation {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.chart-item .circle_animation {
  -webkit-animation: chart-item 1s ease-out forwards;
  animation: chart-item 1s ease-out forwards;
}
@-webkit-keyframes chart-item {
  to {
    stroke-dashoffset: 80;
  }
}
@keyframes chart-item {
  to {
    stroke-dashoffset: 80;
  }
}
.chart-title svg,
svg.price-circular-path {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-63%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, 0);
  overflow: visible;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  min-height: 60px;
  transform: rotate3d(1, 1, 1, 10deg);
}
svg.price-circular-path {
  width: 65%;
  height: 80%;
}
.chart-title {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
}
svg.circular-path {
  display: none;
}
.chart-title.active svg.circular-path {
  display: block;
}
.chart-title svg path,
svg.price-circular-path path {
  stroke: #faa627;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: dash 2s infinite;
  animation: dash 2s infinite;
}
path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear backwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.upcoming-events {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.upcoming-events .elementor-post__card {
  background: url(/wp-content/uploads/2021/02/TitleBackground.jpg) no-repeat center;
  background-size: cover;
}
.fixed-fullpage .elementor-row {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-image: url(/wp-content/uploads/2021/01/TitleBackground.jpg);
  width: 33%;
  z-index: 99;
  padding: 50px 20px;
}
.transform-yourself-menu ul li a.active span {
  color: #fff !important;
}
#home-popup li.current-menu-item:before {
  content: "";
  background: url(/wp-content/uploads/2021/02/menu-activebg.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: -110px;
  width: 100%;
  height: 65px;
  top: 30px;
}
.single-post-home .elementor-post__text {
  background: url(/wp-content/uploads/2021/02/QuoteBreak_6.jpg) no-repeat center;
  padding: 150px 50px 10px 50px !important;
  background-size: cover;
}
.single-post-home .elementor-post__text h3 {
  width: 275px;
  max-width: 100%;
}
.single-post-home .elementor-post__text:before {
  content: "";
  border-top: 3px solid #f38820;
  position: absolute;
  width: 100px;
  top: 125px;
}
.faq-section .elementor-tab-content.elementor-active {
  border: 1px solid #fff !important;
}
.faq-section .elementor-tab-title {
  border: 1px solid #fff;
  margin-top: 10px;
}
.faq-section .elementor-active.elementor-tab-title,
.faq-section .elementor-tab-title:hover {
  border: 1px solid #fff !important;
  background: #36c3dc;
}
.faq-section .elementor-accordion-item {
  margin: 10px;
}
.gradient-btn a,
.youth-stories a.elementor-post__read-more {
  background: linear-gradient(45deg, #ef4124, #f38820);
}
.gradient-btn a:hover,
.youth-stories a.elementor-post__read-more:hover {
  background: linear-gradient(45deg, #f38820, #ef4124);
}
.youth-stories a.elementor-post__read-more {
  padding: 10px 15px;
}
.over-text.event:before {
  background: url(/wp-content/uploads/2021/02/SmallCircle2.png) no-repeat left;
  content: "";
  position: absolute;
  width: 350px;
  height: 240px;
  background-size: contain;
  left: -40px;
  max-width: 100%;
  bottom: -45px;
}
table.dollar {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.dollar td,
.dollar th {
  text-align: left;
  padding: 8px;
  border: none;
}
.dollar tr.table-row {
  display: block;
}
.dollar tr {
  display: none;
}
.home a.elementor-button-link.elementor-button.elementor-size-sm:hover {
  box-shadow: 8px 11px 0 2px #faa627;
}
.archive .inside-article,
.blog .inside-article,
.search .inside-article,
.single-post .inside-article {
  background: #fff !important;
  box-shadow: 0.188em 0.25em 2.188em rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 0 !important;
}
.archive .wp-post-image,
.blog .wp-post-image,
.search .wp-post-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
/*   width: 100%; */
  height: 300px !important;
  margin: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive .entry-header,
.archive .entry-summary,
.archive footer.entry-meta,
.blog .entry-header,
.blog .entry-summary,
.blog footer.entry-meta,
.search .entry-header,
.search .entry-summary,
.search footer.entry-meta,
.single-post .entry-content,
.single-post .entry-header,
.single-post footer.entry-meta {
  padding: 0 20px;
}
.single-post .entry-content {
  padding-bottom: 20px;
}
.single-post .featured-image img {
  width: 100%;
}
.postid-13073 .featured-image img {
  width: 50%;
}
.archive footer.entry-meta,
.blog footer.entry-meta,
.search footer.entry-meta,
.single-post footer.entry-meta {
  margin-bottom: 15px;
}
.archive a,
.blog a,
.search a,
.single-post a {
  color: #000;
}
.archive a:hover,
.blog a:hover,
.search a:hover,
.single-post a:hover {
  color: #007795;
}
.tptn_counter {
  display: none;
}
.single-post .entry-content a {
  text-decoration: underline;
}
.archive .entry-summary,
.blog .entry-summary,
.search .entry-summary,
.single-post .entry-summary {
  margin: 15px 0;
}
.archive .entry-meta,
.blog .entry-meta,
.search .entry-meta,
.single-post .entry-meta {
  display: none;
}
.entry-meta.entry-meta-container {
  display: block !important;
}
.archive .entry-meta,
.blog .entry-meta,
.search .entry-meta {
  display: none;
}
.archive .inside-left-sidebar,
.blog .inside-left-sidebar,
.search .inside-left-sidebar,
.single-post .inside-left-sidebar {
  margin-top: 0;
}
.archive .post-image,
.blog .post-image,
.search .post-img {
  margin-bottom: 10px !important;
}
.archive h2.entry-title a,
.blog h2.entry-title a,
.search h2.entry-title a,
.single-post h2.entry-title {
  font-size: 24px;
  line-height: 34px;
  font-family: Rift-Bold, sans-serif;
  color: #36c3dc;
  letter-spacing: 2px;
}
.archive h2.entry-title a:hover,
.blog h2.entry-title a:hover,
.search h2.entry-title a:hover {
  color: #000;
}
.archive div#content,
.blog div#content,
.search div#content,
.single-post div#content {
  max-width: 1200px;
  margin: 0 auto;
}
.archive div#page,
.blog div#page,
.search div#page,
.single-post div#page {
  max-width: 100%;
  background: #f5f5f5;
  padding: 80px 30px;
}
.archive aside#search-3,
.blog aside#search-3,
.search aside#search-3,
.single-post aside#search-3 {
  background: 0 0;
  padding: 0 0 20px;
}
.archive button.search-submit,
.blog button.search-submit,
.search button.search-submit,
.single-post button.search-submit {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: 0 0;
  color: #000;
}
.archive input.search-field,
.blog input.search-field,
.search input.search-field,
.single-post input.search-field {
  background: 0 0;
  border: none;
  color: #000;
}
.archive form.search-form,
.blog form.search-form,
.search form.search-form,
.single-post form.search-form {
  border: 1px solid #ccc;
  border-radius: 25px;
  background: #fff;
  box-shadow: -1px 0 10px 0 rgb(0 0 0 / 30%);
}
input::placeholder {
  color: #000;
}
.archive .inside-left-sidebar,
.blog .inside-left-sidebar,
.search .inside-left-sidebar,
.single-post .inside-left-sidebar {
  margin: 0 30px 0 0;
}
.archive .widget_categories li.cat-item,
.blog .widget_categories li.cat-item,
.search .widget_categories li.cat-item,
.single-post .widget_categories li.cat-item {
  line-height: 35px;
  border-bottom: 1px solid #ccc;
}
.archive .widget_categories li.cat-item:last-child,
.blog .widget_categories li.cat-item:last-child,
.search .widget_categories li.cat-item:last-child,
.single-post .widget_categories li.cat-item:last-child {
  border-bottom: 0;
}
.paging-navigation {
  background: 0 0 !important;
  text-align: center;
}
.page-numbers {
  border: 1px solid #000;
  padding: 5px 12px !important;
}
.page-numbers.current {
  background: #017290;
  color: #fff;
}
.tptn_posts ::marker {
  font-size: 24px;
  font-weight: 600;
  color: #007795;
}
.tptn_posts ol {
  margin-left: 15px;
}
a.read-more {
  font-size: 18px;
  color: #f38820;
}
.archive .page-title,
.search h1.page-title {
  color: #fff;
}
.single-post .comments-area {
  display: none;
}
#my_dataviz path {
  opacity: 1 !important;
}
button.slider-btn {
  padding: 10px 10px 7px;
  text-transform: uppercase;
  font-size: 12px;
  background: #007795;
  border: 1px solid #fff;
}
button.slider-btn a {
  color: #fff;
}
button.slider-btn a:hover {
  text-decoration: none;
}
.get-in-touch-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.get-in-touch-form li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 6px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 6px;
}
.get-in-touch-form
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #fff;
}
input::placeholder {
  color: #fff;
}
div#my_dataviz {
  margin: 0 auto;
  width: 300px;
}
.post-slider .psac-post-overlay {
  padding: 10px !important;
}
.post-slider .psac-post-left.psac-col-2.psac-columns {
  padding-left: 20px;
  padding-right: 0;
}
.post-slider .owl-item .psac-post-slides .psac-post-overlay {
  background-color: transparent;
  color: #fff;
}
.post-slider .owl-item .psac-post-slides .psac-post-left.psac-col-2.psac-columns {
  background: 0 0;
  background-image: unset !important;
}
.post-slider .owl-item .psac-post-categories a,
.post-slider .owl-item .psac-post-title a {
  color: #fff;
}
.post-slider .psac-post-left.psac-col-2.psac-columns {
  order: 2;
}
.post-slider .owl-item .psac-slider-and-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.post-slider .psac-slider-and-carousel .owl-dots {
  text-align: left;
}
.post-slider a.psac-readmorebtn {
  font-family: Gopher, Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f36c24;
  border-radius: 0;
  box-shadow: 8px 8px 0 2px #f36c24;
  padding: 15px 40px 4px 57px;
  border: none;
  color: #fff;
  font-size: 15px;
}
.post-slider span.psac-post-meta-innr.psac-user-img {
  color: #fff;
}
.youth-stories .elementor-container.elementor-column-gap-no:before {
  content: "";
  background: url(/wp-content/uploads/2021/01/Asterisk.png) no-repeat center left;
  position: absolute;
  right: 91%;
  bottom: 40%;
  width: 200px;
  height: 200px;
  background-size: contain;
  overflow: visible;
  z-index: 99 !important;
}
.youth-stories .elementor-container.elementor-column-gap-no:before {
  -webkit-animation: rotation 5s infinite linear;
}
.youth-stories .psac-post-slider.psac-design-2 .psac-post-image-bg {
  height: 325px;
}
.upcoming-home .elementor-post__card {
  display: flex;
  flex-flow: column;
  display: -webkit-flex;
  -webkit-flex-flow: column;
}
.upcoming-home .elementor-post__text {
  order: 2;
  -webkit-order: 2;
}
.upcoming-home .elementor-post__meta-data {
  text-align: right;
}
.missed-text.elementor-widget {
  position: absolute;
  width: 50px;
  margin: 0 auto;
  top: 120px;
  z-index: 99;
  color: #fff;
  left: 28%;
  padding: 20px;
}
.single-post-home a.elementor-post__read-more:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2021/01/Straight-Arrow.png) no-repeat center;
  background-size: contain;
  width: 80px;
  height: 35px;
}
@media (max-width: 768px) {
  aside#search-3 {
    margin: 15px;
  }
  .missed-text.elementor-widget {
    left: 0;
  }
  .below-section-text {
    left: 0;
    bottom: 0;
  }
  .over-text h2 {
    width: 100%;
    max-width: 100%;
  }
  .page-id-19 section.elementor-top-section {
    background-image: url(/wp-content/uploads/2021/02/BG-AH-scaled.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
  }
  .blue-text .elementor-text-editor {
    color: #36c3dc;
  }
  .two-list {
    display: block;
  }
  .two-list .shelter {
    margin: 10px auto;
  }
  .e-list:after {
    height: 102px;
    left: -50px;
  }
}
.wrap {
  padding: 50px 10px;
}
#nlVal {
  display: inline-block;
}
#slider {
  width: 90%;
  height: 5px;
  background: #fff;
  border-radius: 50px;
}
#slider label {
  display: none;
}
#slider label:last-of-type::after {
  content: "+";
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  border-radius: 100%;
  background: #fff;
  border: 6px solid #fff;
  width: 15px;
  height: 15px;
  top: -5px;
  cursor: pointer;
}
.ui-slider-handle.ui-state-active,
.ui-slider-handle.ui-state-focus,
.ui-slider-handle.ui-state-hover {
  border: none;
  outline: 0;
}
.slide-run {
  display: none;
}
.slide-run-50 {
  display: block;
}
table,
td,
th {
  border: none !important;
}
[data-title] {
  font-size: 16px;
  position: relative;
  cursor: help;
}
.cp-popup-content[data-title]:hover::before{
	content:none !important;
}
[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  left: -25px;
  right: 0;
  bottom: -95px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Interstate Condensed";
  white-space: pre-wrap;
  width: 300px;
  min-height: 81px;
  margin: 0 auto;
}
.cp-modal_popup[data-title]:hover::after, .home [data-title]:hover::after{
	content:none !important;
}
[data-title]:hover::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 98px;
  display: inline-block;
  color: #fff;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
}
.m-b-0 {
  margin: 10px 0 0;
}
@media (max-width: 1199px) and (min-width: 320px) {
  h2.helping-info {
    font-size: 50px;
    line-height: 60px;
  }
  .next-section:before,
  .youth-stories .elementor-container.elementor-column-gap-no:before {
    width: 120px;
    left: -60px;
    bottom: 60%;
  }
  .first-section {
    padding-left: 0;
  }
}
@media (max-width: 1024px) and (min-width: 320px) {
  .over-text h2 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 425px) and (min-width: 320px) {
  [data-title]:hover::before {
    left: 0;
    right: 0;
  }
  .tgthr-img {
    max-height: 100%;
    height: 190px;
  }
  .iframe-donate html {
    overflow: hidden;
  }
  .tgthr-img-join {
    max-height: 100%;
    height: 300px;
  }
  .gform_wrapper .gform_footer.top_label:after {
    right: 125px !important;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  [data-title]:hover::before {
    width: 200px;
    left: -35px;
    right: 0;
    bottom: -120px;
  }
  [data-title]:hover::after {
    bottom: -16px;
    left: 46px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .tgthr-img {
    max-height: 100%;
    height: 400px;
  }
  .tgthr-img-join {
    max-height: 100%;
    height: 500px;
  }
}
@font-face {
  font-family: GopherDisplay-Medium;
  src: url(fonts/Gopher/GopherDisplay-Medium.woff2) format("woff2"),
    url(fonts/Gopher/GopherDisplay-Medium.woff) format("woff"),
    url(fonts/Gopher/GopherDisplay-Medium.ttf) format("truetype");
}
body,
h2 {
  font-family: GopherDisplay-Medium, sans-serif;
}
html {
  min-height: 100%;
}
/* body.home {
  background-image: url(/wp-content/uploads/2021/01/TitleBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
@media (min-width: 768px) {
/*   body.home {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
  } */
}
.body {
  background-image: url(/wp-content/uploads/2021/01/TitleBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#site-header .navigation-mid .elementor-icon-list-items li:last-child {
  background: #fff;
  padding: 5px 10px;
}
#site-header .navigation-mid .elementor-icon-list-items li:last-child .elementor-icon-list-text {
  color: #436d82;
  font-weight: 700;
  letter-spacing: 2px;
}
#site-header .navigation-mid .elementor-icon-list-items {
  display: flex;
  align-items: center;
}
#site-footer nav .elementor-nav-menu li + li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: #2fb2cb;
  top: 10px;
  left: 0;
}
#home-banner .home-banner-right {
  min-height: calc(100vh - 146px);
}
#elementor-popup-modal-130 .dialog-close-button i {
  color: #fff;
  font-size: 35px;
  margin-right: 15px;
}
.our-community .psac-post-slider.psac-design-2 .psac-post-title {
  font-size: 26px;
}
.our-community .psac-post-short-content {
  font-size: 19px;
}
.email-form .gform_body {
  padding: 0;
}
.for-you {
  max-width: 100%;
  width: 325px !important;
}
.daytime h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 100%;
  width: 176px;
}
.gform_footer.top_label:after {
  width: 8% !important;
}
.close-arrow {
  display: none;
}
.open-img {
  position: absolute;
  top: 1%;
  left: 80%;
}
.open-img img {
  width: 65%;
}
.top-arrow img{
	width:15px !important;	
}
@media only screen and (max-width: 1024px) {
  .top-arrow img {
    top: 27vh !important;
  }
  .donor-banner .elementor-spacer-inner,
  .involved-banner .elementor-spacer-inner,
  .support-banner .elementor-spacer-inner,
  .team-banner .elementor-spacer-inner {
    height: 50vh !important;
  }
}
@media only screen and (max-width: 767px) {
	.page-id-1756 .support-banner:after{
		content:none;
	}
  .archive .wp-post-image,
  .blog .wp-post-image,
  .search .wp-post-image {
    object-fit: contain;
  }
  .two-list ul.shelter {
    position: relative;
  }
  .youth-popup ul.shelter .daytime h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .open-img {
    position: absolute;
    top: -5%;
    width: 100%;
    left: 90%;
  }
  .close-arrow,
  .open-img {
    display: block;
    padding-top: 20px;
  }
  .open-img img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .close-arrow img,
  .open-img img {
    width: 10%;
  }
  .youth-popup.height-min {
    min-height: 1250px;
  }
  .two-list {
    flex-direction: column;
  }
  .youth-popup ul.sub-list {
    left: -45px;
    top: 120%;
    width: 250px;
  }
  .youth-popup ul.shelter {
    min-height: 80px;
  }
  .youth-popup .two-list h2 {
    font-size: 16px;
    font-family: "Interstate Condensed";
    letter-spacing: 1.6px;
    min-height: 60px;
    position: relative;
    bottom: -20px;
  }
  .and-label,
  .contact-label,
  .gform_body .check-input li,
  .gform_body .name-input,
  .gform_body .name-label {
    width: 100% !important;
  }
  .gform_body {
    padding: 60px 50px 30px;
  }
  .page-id-4997 .testimonial {
    display: block !important;
  }
  .e-list:after {
    left: -15px;
  }
  .join-us-form .gform_body {
    padding: 30px 100px 30px;
  }
  .join-us-form .gform_footer.top_label:after {
    top: 17px;
    right: 140px;
  }
  .join-us-form .gform_footer.top_label:after {
    width: 18% !important;
  }
  .vol-form {
    width: 100% !important;
  }
  .vol-form .gform_body {
    padding: 50px 10px !important;
  }
  .vol-form .gform_wrapper .gform_footer.top_label:after {
    width: 18% !important;
    top: -32px;
    bottom: 0;
    right: 170px;
  }
  .vol-form .gform_wrapper .gform_footer .gform_button.button {
    padding-right: 190px !important;
  }
  .contact-gform .gform_body {
    padding: 30px 30px 30px;
  }
  input#input_1_1::placeholder,
  input#input_2_1_3,
  input#input_2_2,
  textarea#input_2_3 {
    color: #fff !important;
    text-align: left !important;
    font-family: "Interstate Condensed";
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 200 !important;
  }
  input#input_1_1:-ms-input-placeholder,
  input#input_2_1_3,
  input#input_2_2,
  textarea#input_2_3 {
    color: #fff !important;
    text-align: left !important;
    font-family: "Interstate Condensed";
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 200 !important;
  }
  input#input_1_1::-ms-input-placeholder,
  input#input_2_1_3,
  input#input_2_2,
  textarea#input_2_3 {
    color: #fff !important;
    text-align: left !important;
    font-family: "Interstate Condensed";
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 200 !important;
  }
  .contact-gform .gform_button.button {
    padding-right: 130px !important;
  }
  .contact-gform .gform_wrapper .gform_footer.top_label:after {
    right: 130px;
  }
  .mob-header nav.elementor-nav-menu--main {
    padding: 60px 30px;
  }
  .and-label,
  .contact-label,
  .gform_body .name-label {
    width: 100% !important;
  }
  .email-input {
    padding-bottom: 30px !important;
  }
  .gform_body {
    padding: 130px 30px 30px;
  }
  .gform_body .name-input {
    width: 100% !important;
    padding-bottom: 40px;
    padding-top: 20px !important;
  }
  .gform_body .check-input li {
    width: 100% !important;
  }
  .gform_button.button {
    float: left;
    padding-right: 240px !important;
  }
  .gform_wrapper .gform_footer.top_label:after {
    width: 18% !important;
    top: 19px;
    bottom: 0;
    right: 170px;
  }
  .ah-sliders .owl-item.rambo.active {
    width: 220px !important;
  }
}
@media only screen and (max-width: 480px) {
	input#input_1_1::placeholder{
		text-align:center !important;
	}
  #testimons .testimonial {
    flex-direction: column;
  }
  div#testimons:before {
    content: none;
  }
  #testimons img {
    width: 300px;
    height: 200px;
  }
  #testimons h4 {
    padding-top: 20px;
    font-size: 20px;
  }
  span.testi-name {
    padding-top: 0;
  }
  #testimons .testi-info h4:after {
    width: 80%;
    left: 14%;
    top: 75%;
  }
  span.testi-name:before {
    width: 80%;
    left: 14%;
    top: 85%;
  }
  span.testi-name h5:after {
    width: 30px;
    height: 2px;
    left: 17%;
    top: 79%;
  }
	.page-id-1756 .banner-right:after{
		bottom:-180px;
	}
  .testi-info {
    padding: 0 0 10px 50px;
  }
	.page-id-273 .testi-info ,.page-id-271 .testi-info {
    padding: 0 0 10px 15px;
  }
	
  #testimons .dots-owl ul {
    padding-left: 50px;
  }
  .e-list:after {
    height: 102px;
    left: -50px;
  }
	.page-id-4391 .e-list:after,.page-id-273 .e-list:after {
    height: 102px;
    left: -15px;
  }
}
.gform_wrapper input {
  font-family: "Interstate Condensed" !important;
}
.application-details ol {
  margin: 0px;
}
.application-details ol li {
  padding: 7px 0px;
}
.application-details ol li a {
  color: #6ec1e4;
}
li#field_6_6 {
  padding-bottom: 25px;
}
.toolkit-heading{
      width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.m-b-0{
  margin-bottom:0px;
}
.sleep-out-faq{
 width:100%;
 max-width:1000px;
 margin:0 auto;
}
.page-id-13961 .top-arrow img{
  top: 25vh !important;
}
p.movement-section, .sleep-out p {
    margin-bottom: 0px !important;
}
.join-the-movement span{
  font-family: Rift-Bold, sans-serif !important;
}
@media(min-width:768px){
.connect:after{
  content:"";
  background:#007795;
  width:2px;
  height:87%;
  background-size:contain;
  background-position:center;
  left:0px;
  right:0px;
  margin:0 auto;
  position: absolute;
  top:20px;
}
}