@charset "UTF-8";
.readi .condensed {
    font-family: DIN Next W01, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.readi body,
.readi button,
.readi input,
.readi select,
.readi textarea {
    font-family: DIN Next W01, Helvetica, Arial, sans-serif;
}
.readi a {
    text-decoration: none !important;
    color: inherit;
}
.readi b,
.readi strong {
    font-weight: 700;
    font-style: inherit;
}
.readi em,
.readi i {
    font-weight: inherit;
}
.readi p {
    margin-bottom: 20px;
}
.readi .links-list {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #3cb432 !important;
}
.readi .links-list:last-child {
    margin-bottom: 20px;
}
.readi .text h1,
.readi .text h2,
.readi .text h3,
.readi .text h4,
.readi .text h5,
.readi .text h6 {
    color: inherit;
    margin-top: 0;
    margin-bottom: 20px;
}
.readi .text h2 {
    font-size: 30px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .readi .text h2 {
        font-size: 21px;
    }
}
.readi .text h3 {
    font-size: 26px;
}
@media (max-width: 767px) {
    .readi .text h3 {
        font-size: 18px;
    }
}
.readi .text h4 {
    font-size: 18px;
}
@media (max-width: 767px) {
    .readi .text h4 {
        font-size: 16px;
    }
}
.readi .text a {
    color: #3cb432;
}
.readi .text a:focus,
.readi .text a:hover {
    outline: 0;
    color: #000;
}
.readi .highlight {
    color: #3cb432 !important;
}
.readi .aligned-buttons-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.readi .aligned-buttons-section__button {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .readi .aligned-buttons-section:not(:last-child) {
        margin-bottom: 40px;
    }
    .readi .aligned-buttons-section__button {
        margin-top: 0;
    }
}
.readi .body-section {
    padding: 80px 0 40px;
}
.readi .body-section h2,
.readi .body-section h3,
.readi .body-section h4 {
    color: #000;
    font-weight: bold;
}
.readi .body-section li,
.readi .body-section p {
    color: #4a4a4a;
}
.readi .body-section__stat-wrapper {
    padding: 20px 0 0;
}
.readi .body-section__stat-wrapper .row {
    margin-bottom: 0 !important;
}
.readi .body-section__stat-wrapper:first-child {
    padding-top: 0 !important;
}
.readi .body-section--dark-gray {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #4a4a4a;
}
.readi .body-section--dark-gray h2,
.readi .body-section--dark-gray h3,
.readi .body-section--dark-gray li,
.readi .body-section--dark-gray p {
    color: #fff;
}
.readi .body-section--middle-gray {
    background-color: #979797;
}
.readi .body-section--lightest-gray {
    background-color: #fafafa;
}
.readi .body-section--light-gray {
    background-color: #d8d8d8;
}
.readi .body-section--green {
    background-color: #3cb432;
    color: #fff;
}
.readi .body-section--white h2 {
    color: #3cb432;
}
.readi .body-section .row {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.readi .body-section .button {
    margin-bottom: 20px;
}
.readi .body-section .button:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .readi .body-section {
        padding: 40px 0 20px;
    }
    .readi .body-section .row {
        margin-bottom: 0;
    }
    .readi .body-section .button:not(:last-child) {
        margin-right: 20px;
    }
}
.readi .button-wrapper .button {
    margin-bottom: 20px;
}
.readi .button-wrapper .button:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .readi .button-wrapper .button:not(:last-child) {
        margin-right: 20px;
    }
}
.readi .button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 4px;
    border: 2px solid #000;
    display: inline-block;
    line-height: 1;
    color: #000;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .readi .button {
        font-size: 14px;
    }
}
.readi .button:focus,
.readi .button:hover {
    text-decoration: none;
    outline: 0;
    border: 2px solid #3cb432;
    color: #3cb432;
}
.readi .body-section--dark-gray .button,
.readi .body-section--dark-gray .button:focus,
.readi .body-section--dark-gray .button:hover,
.readi .button--white,
.readi .button--white:focus,
.readi .button--white:hover {
    color: #fff;
    border: 2px solid #fff;
}
.readi .button--green {
    color: #fff;
    border: 2px solid #3cb432;
    background-color: #3cb432;
}
.readi .button--green:focus,
.readi .button--green:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.readi .button--carousel {
    color: #fff;
    border: 2px solid #fff;
    text-shadow: none !important;
}
.readi .button--carousel:focus,
.readi .button--carousel:hover {
    color: #fff !important;
    border: 2px solid #fff;
}
@media (max-width: 767px) {
    .readi .button--carousel {
        border: 2px solid #000;
        color: #000 !important;
    }
    .readi .button--carousel:focus,
    .readi .button--carousel:hover {
        border: 2px solid #3cb432;
        color: #3cb432 !important;
    }
}
@media (max-width: 767px) {
    .readi .button {
        padding: 15px 30px;
    }
}
.readi .contrast-block {
    background-color: #4a4a4a;
    padding: 80px 0;
}
.readi .contrast-block__headline {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.readi .contrast-block__highlight {
    font: inherit;
    color: #3cb432;
}
.readi .contrast-block__buttons {
    text-align: center;
}
.readi .faq {
    padding-top: 80px;
    padding-bottom: 20px;
}
.readi .faq__content {
    padding-bottom: 40px;
}
.readi .faq__label {
    font-size: 30px;
    line-height: 1.2;
    color: #3cb432;
}
@media (max-width: 767px) {
    .readi .faq__label {
        font-size: 21px;
    }
}
.readi .faq__question {
    font-size: 30px;
    line-height: 1.2;
    display: block;
    margin: 0 0 20px;
    text-align: left;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .readi .faq__question {
        font-size: 21px;
    }
}
.readi .faq__question:focus {
    outline: 0;
}
.readi .faq__footnotes {
    margin-top: 80px;
    border-top: 2px solid #979797;
}
.readi .faq__footnotes h4 {
    margin: 20px 0;
    text-transform: uppercase;
}
.readi .faq__footnotes p {
    font-size: 14px;
    line-height: normal;
}
@media (max-width: 767px) {
    .readi .faq__footnotes p {
        font-size: 14px;
    }
}
.readi .faq__question-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.readi .faq__question-arrow {
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
    width: 20px;
    height: 20px;
    transition: all 0.25s ease;
}
.readi .faq__question-arrow svg * {
    stroke: #3cb432;
}
.readi .faq__question[aria-expanded=true] .faq__question-arrow {
    transform: rotate(180deg);
}
.readi .faq__answer {
    font-size: 18px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .readi .faq__answer {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .readi .faq__hr,
    .readi .faq__label {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .readi .faq {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.readi .footer {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}
.readi .footer__logos {
    text-align: center;
    margin-bottom: 40px;
}
.readi .footer__logo {
    display: inline-block;
}
.readi .footer__logo:not(:last-child) {
    margin-right: 60px;
}
.readi .footer__logo img {
    max-width: 150px;
    height: auto;
}
@media (max-width: 991px) {
    .readi .footer__logo:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .readi .footer__logo {
        margin: 0 auto !important;
        display: block;
    }
}
.readi .footnote {
    font-size: smaller;
    margin-top: 25px;
}
.readi .full-width-image {
    width: 100%;
}
.readi .hr {
    box-sizing: border-box;
    margin: 0;
    border-top: 2px solid #979797;
}
.readi .intro-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.readi .intro-block__headline {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    color: #000;
}
@media (max-width: 767px) {
    .readi .intro-block__headline {
        font-size: 45px;
    }
}
@media (max-width: 374px) {
    .readi .intro-block__headline {
        font-size: 35px;
    }
}
.readi .intro-block__description {
    font-size: 26px;
    margin-bottom: 40px;
    color: #4a4a4a;
}
@media (max-width: 767px) {
    .readi .intro-block__description {
        font-size: 18px;
    }
}
.readi .intro-block__button {
    margin-bottom: 40px;
    display: flex;
}
.readi .intro-block__button .button-component {
    margin-right: 20px;
    margin-bottom: 10px;
}
.readi .intro-block__arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.readi .intro-block__arrow svg * {
    stroke: #3cb432;
}
@media (max-width: 767px) {
    .readi .intro-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .readi .intro-block__button {
        flex-direction: column;
    }
}
.readi .intro-quote {
    padding-top: 80px;
    padding-bottom: 80px;
}
.readi .intro-quote__quote {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}
@media (max-width: 767px) {
    .readi .intro-quote__quote {
        font-size: 45px;
    }
}
@media (max-width: 374px) {
    .readi .intro-quote__quote {
        font-size: 35px;
    }
}
.readi .intro-quote__name {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .readi .intro-quote__name {
        font-size: 16px;
    }
}
.readi .intro-quote__role {
    font-size: 18px;
}
@media (max-width: 767px) {
    .readi .intro-quote__role {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .readi .intro-quote {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .readi .intro-quote__quote {
        margin-bottom: 20px;
    }
}
.readi .l-col-2__column {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 40px;
}
.readi .l-col-5 {
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .readi .l-col-5 {
        display: block;
    }
}
.readi .l-col-5__column {
    width: 20%;
    padding-right: 40px;
}
@media (max-width: 991px) {
    .readi .l-col-5__column {
        width: 100%;
        max-width: 475px;
        display: block;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.readi .program-steps {
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .readi .program-steps .siema-gallery__arrows {
        display: none;
    }
}
.stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stat__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.stat__wrapper .siema {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stat__content {
    margin-bottom: 10px;
}
.stat__figure {
    font-size: 144px;
    font-weight: 700;
    line-height: 1;
    padding-top: 20px;
    border-top: 11px solid #3cb432;
    color: #000;
}
@media (max-width: 991px) {
    .readi .stat__figure {
        font-size: 125px;
    }
}
@media (max-width: 767px) {
    .stat__figure {
        font-size: 125px;
    }
}
.stat__figure--single {
    display: inline-block;
}
.stat__figure--single:after {
    content: "  ";
}
.stat__label {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .stat__label {
        font-size: 21px;
    }
}
.stat__description {
    font-size: 18px;
    color: #4a4a4a;
}
@media (max-width: 767px) {
    .stat__description {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .stat__wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .stat__wrapper .siema {
        display: block;
    }
    .stat__wrapper .siema-gallery__arrows {
        display: none;
    }
    .stat__label {
        letter-spacing: 0.75px;
    }
}
.readi .team-list {
    padding-top: 80px;
    padding-bottom: 80px;
}
.readi .team-list__headline {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    color: #000;
}
@media (max-width: 767px) {
    .readi .team-list__headline {
        font-size: 45px;
    }
}
@media (max-width: 374px) {
    .readi .team-list__headline {
        font-size: 35px;
    }
}
.readi .team-list__description {
    font-size: 26px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .readi .team-list__description {
        font-size: 18px;
    }
}
.readi .team-list__member-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.readi .team-list__member {
    margin-bottom: 40px;
}
.readi .team-list__handle {
    display: block;
    position: relative;
}
.readi .team-list__border {
    display: none;
    border-top: 11px solid #3cb432;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.readi .active .team-list__border {
    display: block;
}
.readi .team-list__img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.readi .team-list__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .readi .team-list__name {
        font-size: 16px;
    }
}
.readi .team-list__title {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .readi .team-list__title {
        font-size: 16px;
    }
}
.readi .team-list__bio {
    display: none;
}
.readi .team-list__arrow {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    margin: 20px 0;
}
.readi .team-list__hr {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .readi .team-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .readi .team-list__headline {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .readi .u-hide--mobile {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .readi .u-hide--desktop {
        display: none !important;
    }
}
.readi .fa_slider_readi {
    color: #fff;
    border-radius: 0 !important;
}
.readi .fa_slider_readi__label {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    background-color: #3cb432;
    line-height: 1;
    padding: 10px;
    margin-bottom: 20px;
    text-shadow: none;
}
@media (max-width: 767px) {
    .readi .fa_slider_readi__label {
        font-size: 14px;
    }
}
.readi .fa_slider_readi__text {
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
    text-shadow: none;
}
@media (max-width: 991px) {
    .readi .fa_slider_readi__text {
        font-size: 28px;
    }
}
.readi .fa_slider_readi__text--quote {
    font-style: italic;
}
.readi .fa_slider_readi__name {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-shadow: none;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .readi .fa_slider_readi__name {
        font-size: 14px;
    }
}
.readi .fa_slider_readi__role {
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .readi .fa_slider_readi__role {
        font-size: 14px;
    }
}
.readi .fa_slider_readi__dots--mobile {
    display: none;
}
.readi .fa_slider_readi__button {
    margin-top: 40px !important;
    margin-right: 20px;
}
.readi .fa_slider_readi__video-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    padding: 20px 40px;
}
.readi .fa_slider_readi .main-nav {
    line-height: 0;
    left: auto !important;
    right: auto !important;
    text-align: left !important;
    bottom: 30px !important;
}
.readi .fa_slider_readi .fa-nav {
    border-radius: 50%;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: none;
    padding: 0;
}
.readi .fa_slider_readi .fa-nav.active,
.readi .fa_slider_readi .fa-nav:focus,
.readi .fa_slider_readi .fa-nav:hover {
    outline: 0;
    border: 1px solid #3cb432;
    background-color: #3cb432;
}
.readi .fa_slider_readi .fa-nav:before {
    content: "" !important;
}
.readi .fa_slider_readi .description {
    margin-bottom: 0 !important;
    max-height: none !important;
    text-shadow: none;
}
.readi .fa_slider_readi .description > :last-child {
    margin-bottom: 0 !important;
}
.readi .fa_slider_readi .description p {
    font-size: 18px;
    text-shadow: none;
}
@media (max-width: 767px) {
    .readi .fa_slider_readi .description p {
        font-size: 16px;
    }
}
.readi .fa_slider_readi .fa_slide_content {
    margin-top: 30px !important;
    text-align: left !important;
    font-family: inherit !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 405px !important;
    -ms-flex-pack: center;
    justify-content: center;
}
.readi .fa_slider_readi .fa_slide_content .play-video {
    margin-left: 0 !important;
}
.readi .fa_slider_readi .go-back,
.readi .fa_slider_readi .go-forward {
    width: auto !important;
    height: auto !important;
    line-height: 500px !important;
}
.readi .fa_slider_readi .go-back svg,
.readi .fa_slider_readi .go-forward svg {
    width: 40px;
    height: 40px;
}
.readi .fa_slider_readi .go-back svg *,
.readi .fa_slider_readi .go-forward svg * {
    stroke: #fff;
}
.readi .fa_slider_readi .go-back.go-forward svg,
.readi .fa_slider_readi .go-forward.go-forward svg {
    transform: rotate(-90deg);
}
.readi .fa_slider_readi .go-back.go-back svg,
.readi .fa_slider_readi .go-forward.go-back svg {
    transform: rotate(90deg);
}
.readi .fa_slider_readi .go-back:after,
.readi .fa_slider_readi .go-forward:after {
    display: none;
}
@media (max-width: 1199px) {
    .readi .fa_slider_readi .go-back,
    .readi .fa_slider_readi .go-forward {
        display: none;
    }
}
@media (max-width: 899px) {
    .readi .fa_slider_readi .fa_slide_content {
        height: calc(56vw - 95px) !important;
    }
}
@media (max-width: 767px) {
    .readi .fa_slider_readi {
        max-height: none !important;
        height: auto !important;
        background: none !important;
        padding-bottom: 40px;
    }
    .readi .fa_slider_readi__label {
        margin-bottom: 20px;
    }
    .readi .fa_slider_readi__role,
    .readi .fa_slider_readi__text {
        color: #000;
        margin-bottom: 20px;
    }
    .readi .fa_slider_readi__name {
        color: #000;
    }
    .readi .fa_slider_readi__button:nth-child(2) {
        margin-top: 20px !important;
    }
    .readi .fa_slider_readi__video-share {
        padding: 20px;
    }
    .readi .fa_slider_readi .main-nav {
        padding-top: 40px;
        position: static !important;
    }
    .readi .fa_slider_readi .description p {
        color: #000 !important;
    }
    .readi .fa_slider_readi .fa-nav {
        border: 2px solid #d8d8d8;
    }
    .readi .fa_slider_readi .fa-nav.active,
    .readi .fa_slider_readi .fa-nav:focus,
    .readi .fa_slider_readi .fa-nav:hover {
        border: 2px solid #3cb432;
    }
    .readi .fa_slider_readi .fa_slide {
        pointer-events: none !important;
    }
    .readi .fa_slider_readi .fa_slide.current {
        pointer-events: auto !important;
        position: static !important;
    }
    .readi .fa_slider_readi .fa_slide_content {
        height: auto !important;
    }
    .readi .fa_slider_readi .fa-image-container,
    .readi .fa_slider_readi .fa_slide_image,
    .readi .fa_slider_readi .image_container {
        position: static !important;
        height: auto !important;
    }
    .readi .fa_slider_readi .fa_slide_image {
        display: none !important;
        margin: 0 !important;
        width: 100% !important;
        max-height: none !important;
    }
    .readi .fa_slider_readi .fa_slide_image:first-child {
        display: block !important;
    }
}
.readi .fa-video-modal {
    border: 3px solid transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.readi .fa-video-modal .ui-dialog-titlebar-close {
    display: none !important;
}
.readi .fa-video-modal__button {
    background: none;
}
.readi .fa-video-modal__social {
    display: inline-block;
    margin-right: 20px;
}
.readi .fa-video-modal__social svg {
    width: 30px;
    height: 30px;
}
.readi .fa-video-modal__social svg * {
    fill: #979797;
}
.readi .fa-video-modal__social:focus,
.readi .fa-video-modal__social:hover {
    outline: 0;
}
.readi .fa-video-modal__social:focus svg *,
.readi .fa-video-modal__social:hover svg * {
    fill: #000;
}
@media (max-width: 767px) {
    .readi .fa-video-modal {
        max-width: 90% !important;
    }
}
.readi .photo-collage__img {
    display: block;
    float: left;
    width: 25%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 13.8125%;
}
.readi .photo-collage__dot-wrapper {
    z-index: 20;
    margin: 0 30px;
    position: absolute;
    bottom: 10px;
}
.readi .photo-collage__dot {
    margin: 40px 7px 20px 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: none;
    padding: 0;
    border: 1px solid #fff;
}
.readi .photo-collage__dot.active,
.readi .photo-collage__dot:focus,
.readi .photo-collage__dot:hover {
    outline: 0;
    border: 1px solid #3cb432;
    background-color: #3cb432;
}
@media (max-width: 767px) {
    .readi .photo-collage__dot-wrapper {
        margin: 0 15px;
        position: static;
    }
    .readi .photo-collage__dot {
        border: 2px solid #d8d8d8;
    }
    .readi .photo-collage__dot.active,
    .readi .photo-collage__dot:focus,
    .readi .photo-collage__dot:hover {
        border: 2px solid #3cb432;
    }
    .readi .photo-collage__img {
        display: none;
    }
    .readi .siema .photo-collage__img {
        display: block;
        width: 100%;
        padding-top: 55.25%;
    }
    .readi .photo-collage .siema-gallery__arrows {
        display: none;
    }
}
.readi .siema-gallery {
    margin-bottom: 40px;
}
.readi .siema-gallery__img {
    width: 100%;
}
.readi .siema-gallery__arrows {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: calc(1em + 15px);
    right: calc(1em + 15px);
}
.readi .siema-gallery__arrows svg {
    width: 40px;
    height: 40px;
}
.readi .siema-gallery__arrows svg * {
    stroke: #fff;
}
.readi .siema-gallery__arrows .go-forward svg {
    transform: rotate(-90deg);
}
.readi .siema-gallery__arrows .go-back svg {
    transform: rotate(90deg);
}
.readi .siema-gallery--participants {
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .readi .siema-gallery .go-back,
    .readi .siema-gallery .go-forward {
        display: none;
    }
}
.c-link-list__heading {
    font-size: 14px;
    line-height: normal;
    font-family: DIN Next W01, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .c-link-list__heading {
        font-size: 14px;
    }
}
.c-link-list__link {
    color: #3cb432;
}
.c-map {
    padding-left: 120px;
}
@media (max-width: 991px) {
    .c-map {
        padding-left: 15px;
    }
}
.c-map__tooltip {
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: DIN Next W01, Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    line-height: normal !important;
    color: #000 !important;
}
.c-neighborhood {
    padding-bottom: 80px;
}
.c-neighborhood__name {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3cb432;
}
@media (max-width: 767px) {
    .c-neighborhood__name {
        font-size: 21px;
    }
}
.c-neighborhood__desc {
    margin-bottom: 40px;
}
.readi .header {
    padding-top: 50px;
    position: relative;
}
.readi .return-link {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    color: #3cb432;
}
.readi .header__logo {
    max-width: 250px;
    height: auto;
}
.readi .header__social,
.readi .header__social-list {
    display: inline-block;
}
.readi .header__social {
    margin-right: 10px;
    vertical-align: middle;
}
.readi .header__social svg {
    display: block;
    width: 30px;
    height: 30px;
}
.readi .header__social svg * {
    fill: #979797;
}
.readi .header__social:focus,
.readi .header__social:hover {
    outline: 0;
}
.readi .header__social:focus svg *,
.readi .header__social:hover svg * {
    fill: #000;
}
.readi .header__donate {
    float: none;
}
.readi .header__search {
    top: -18px !important;
    right: 10px !important;
}
.readi .header__search svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
.readi .header__search svg * {
    fill: #000;
}
.readi .header__search input {
    background: none !important;
}
.readi .header__search input:focus + svg {
    display: none;
}
.readi .header__search-wrapper {
    position: relative;
    display: inline-block;
}
.readi .header__right-column {
    text-align: right;
}
@media (max-width: 767px) {
    .readi .header {
        padding-top: 40px;
    }
    .readi .return-link {
        top: 15px;
        right: initial;
        left: 0;
    }
    .readi .header__search-wrapper {
        padding-left: 40px;
    }
    .readi .header__search {
        display: block !important;
        right: auto !important;
        left: 0 !important;
    }
    .readi .header__search svg {
        left: 5px;
        top: 5px;
    }
    .readi .header__search svg,
    .readi .header__social svg {
        height: 20px;
        width: 20px;
    }
    .readi .header__right-column {
        margin-bottom: 20px;
        text-align: left;
    }
    .readi .header__donate {
        padding: 10px 20px 6px;
        border: none !important;
    }
    .readi .header .site-title {
        text-align: left;
    }
}
.readi .navbar-toggle {
    border: none;
}
.readi .c-impact-chart-note {
    font-size: smaller;
    text-align: center;
}
.readi .c-impact-detail {
    margin-bottom: 40px;
}
.readi .c-impact-detail:last-child {
    margin-bottom: 20px;
}
.readi .c-impact-detail__headline {
    padding-left: 3.7%;
}
@media (max-width: 991px) {
    .readi .c-impact-detail__headline {
        padding-left: 15px;
    }
}
.readi .c-impact-detail__chart {
    max-width: 300px;
}
.readi .c-impact-detail__label {
    margin-bottom: 20px;
    padding-left: 15%;
}
@media (max-width: 991px) {
    .readi .c-impact-detail__label {
        padding-left: 15px;
    }
}
.readi .c-impact-label__number {
    font-weight: 700;
    font-size: 48px;
}
@media (max-width: 767px) {
    .readi .c-impact-label__number {
        font-size: 36px;
    }
}
.readi .c-impact-label__text {
    text-transform: uppercase;
}
.readi .c-impact-overview-legend-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .readi .c-impact-overview-legend-item {
        font-size: 60px;
    }
}
.readi .c-impact-overview-legend-item__number {
    font-size: 72px;
    font-weight: 700;
    line-height: 2.09;
    color: #000;
    margin-right: 15px;
}
@media (max-width: 1199px) {
    .readi .c-impact-overview-legend-item__number {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend-item__number {
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .readi .c-impact-overview-legend-item__number {
        font-size: 45px;
    }
}
.readi .c-impact-overview-legend-item__label {
    font-size: 18px;
    line-height: 1.2;
    padding-right: 15px;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .readi .c-impact-overview-legend-item__label {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend-item__label {
        padding-left: 52px;
    }
}
@media (max-width: 767px) {
    .readi .c-impact-overview-legend-item__label {
        padding-left: 38px;
    }
}
.readi .c-impact-overview-legend-item__color-key {
    display: none;
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend-item__color-key {
        width: 0.4em;
        height: 0.4em;
        margin-right: 0.4em;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -5%;
    }
}
.readi .c-impact-overview-legend-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: initial;
        align-items: initial;
    }
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend-wrap__number {
        display: -ms-flexbox;
        display: flex;
    }
    .readi .c-impact-overview-legend {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.readi .c-impact-overview-legend__item--top {
    -ms-flex-order: 0;
    order: 0;
}
.readi .c-impact-overview-legend__item--bottom {
    -ms-flex-order: 1;
    order: 1;
}
@media (max-width: 991px) {
    .readi .c-impact-overview-legend__item {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .readi .c-impact-overview__chart {
        max-width: 400px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.readi .c-impact-overview__chart line {
    stroke-width: 2;
    stroke: #979797;
}
@media (max-width: 991px) {
    .readi .c-impact-overview__chart line {
        display: none;
    }
}

.readi .blog-post {
    padding-top: 60px;
    padding-bottom: 80px;
}
.readi .blog-post__header {
    margin-bottom: 40px;
}
.readi .blog-post__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #3cb432;
}
@media (max-width: 767px) {
    .readi .blog-post__title {
        font-size: 21px;
    }
}
.readi .blog-post__date {
    font-size: 18px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .readi .blog-post__date {
        font-size: 16px;
    }
}
.readi .blog-post__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .readi .blog-post__name {
        font-size: 16px;
    }
}
.readi .blog-post__role {
    font-size: 18px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .readi .blog-post__role {
        font-size: 16px;
    }
}
.readi .blog-post__content {
    font-size: 18px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .readi .blog-post__content {
        font-size: 16px;
    }
}
.readi .blog-post__arrow {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    position: relative;
    top: -2px;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .readi .blog-post {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .readi .blog-post__content {
        margin-bottom: 20px;
    }
}
.media-contact,
.media-contact__content {
    padding-bottom: 40px;
}
.media-contact__label {
    font-size: 30px;
    line-height: 1.2;
    color: #3cb432;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .media-contact__label {
        font-size: 21px;
    }
}
.media-contact__title {
    font-size: 30px;
    line-height: 1.2;
    color: #3cb432;
    margin: 0 0 10px;
    padding: 0;
}
@media (max-width: 767px) {
    .media-contact__title {
        font-size: 21px;
    }
}
.media-contact__title:focus,
.media-contact__title:hover {
    outline: 0;
    font-weight: 700;
    color: #3cb432;
}
.media-contact__name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 767px) {
    .media-contact__name {
        font-size: 16px;
    }
}
.media-contact__description,
.media-contact__role {
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .media-contact__description,
    .media-contact__role {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .media-contact__label {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .media-contact {
        padding-bottom: 0;
    }
}

.readi .participant-body {
    padding-top: 80px;
    padding-bottom: 60px;
}
.readi .participant-body__content {
    font-size: 18px;
}
@media (max-width: 767px) {
    .readi .participant-body__content {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .readi .participant-body {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.readi .participant-card-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fafafa;
}
@media (max-width: 767px) {
    .readi .participant-card-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.readi .participant-card__img {
    max-width: 100%;
    margin-bottom: 40px;
}
.readi .participant-card__quote {
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .readi .participant-card__quote {
        font-size: 21px;
    }
}
.readi .participant-card__excerpt {
    font-size: 18px;
}
@media (max-width: 767px) {
    .readi .participant-card__excerpt {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .readi .participant-card:not(:last-child) {
        margin-bottom: 40px;
    }
    .readi .participant-card__img {
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .c-step-chart__columns {
        display: block;
    }
}
.readi .c-step-chart-col__overline {
    text-transform: uppercase;
    font-family: DIN Next W01, Helvetica, Arial, sans-serif;;
    font-weight: 700;
    font-size: 16px;
}
.readi .c-step-chart-col__headline {
    text-transform: uppercase;
    color: #3cb432;
    font-size: 24px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .readi .c-step-chart-col__details {
        font-size: 18px;
    }
}
.readi .c-step-chart-col__advancement ul {
    padding: 0;
}
.readi .c-step-chart-col__advancement ul li {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding-left: 1.2em;
}
.readi .c-step-chart-col__advancement ul li:before {
    position: absolute;
    left: 0;
    content: "￭";
    color: #d8d8d8;
    margin-right: 0.5em;
}
@media (max-width: 991px) {
    .readi .c-step-chart-col__advancement {
        font-size: 18px;
    }
}
.readi .c-step-chart-columns__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
}
@media (max-width: 1199px) {
    .readi .c-step-chart-columns__column {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .readi .c-step-chart-columns__column {
        height: auto;
    }
}
.readi .c-step-chart__stat {
    margin-bottom: 40px;
}
.readi .c-step-chart__graphic {
    width: 100%;
    margin-bottom: 20px;
}
.readi  .step-column-1 .step-image {
    height: 400px;
}
.readi  .step-column-2 .step-image {
    height: 435px;
}
.readi  .step-column-3 .step-image {
    height: 470px;
}
/*
.readi  .step-column-4 .step-image {
    height: 450px;
}*/
@media(max-width: 992px) {
    .readi  .step-column-1 .step-image {
        height: 300px;
    }
    .readi  .step-column-2 .step-image {
        height: 325px;
    }
    .readi  .step-column-3 .step-image {
        height: 350px;
    }
    .readi  .step-column-4 .step-image {
        height: 375px;
    }
}
@media(max-width: 767px) {
    .readi  .step-column-1 .step-image,
    .readi  .step-column-2 .step-image,
    .readi  .step-column-3 .step-image,
    .readi  .step-column-4 .step-image {
        height: 400px;
    }
}
@media(max-width: 600px) {
    .readi  .step-column-1 .step-image,
    .readi  .step-column-2 .step-image,
    .readi  .step-column-3 .step-image,
    .readi  .step-column-4 .step-image {
        height: 300px;
    }
}
.readi .step-column,
.readi .step-column p,
.readi .step-column ul {
    font-weight: 300;
    font-size: 14px;
    color: black;
}
@media (max-width: 991px) {
    .readi .step-content {
        padding: 0 10px;
    }
    .readi .step-content .flex-1:first-child {
        padding-right: 4px;
    }
    .readi .step-content .flex-1:last-child {
        padding-left: 4px;
    }
}
.readi .step-column ul {
    list-style-type: square;
    padding-left: 15px;
}
.readi .step-column ul ul {
    list-style-type: disc;
    padding-left: 12px;
}
.readi .step-content {
    padding: 0 10px;
}

/* Multiple Inc Updates to Impact and Participants Pages */
.readi {
    overflow: hidden;
    letter-spacing: -0.1px; 
    transform: scale(1.05, 0.95);
}
.readi .text-aqua {
  color: rgb(40, 184, 151);
}
.readi .text-white {
  color: #ffffff;
}
.readi .text-gray {
  color: #404040;
}

.readi .body-1 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .readi .body-1 {
    font-size: 26px;
  }
}

.readi .body-2 {
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  .readi .body-2 {
    font-size: 29px;
  }
}

.readi .body-3 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .readi .body-3 {
    font-size: 18px;
  }
}

.readi .body-4 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .readi .body-4 {
    font-size: 21px;
  }
}

.readi .intro-block__button .button-component {
    padding: 0;
}

.readi .stat-1 {
  /* font-size: 40px; */
  font-family: DIN Next W01 Medium, Helvetica, Arial, sans-serif !important;
  font-size: 60px;
  /* font-weight: 600; */
  letter-spacing: -0.05em;
} 

@media screen and (min-width: 425px) {
    .readi .stat-1 {
      font-size: 60px;
      letter-spacing: normal;
    }
  }

@media screen and (min-width: 992px) {
  .readi .stat-1 {
    font-size: 70px;
    letter-spacing: -5px;
  }
}

@media screen and (min-width: 1200px) {
    .readi .stat-1 {
      /* font-size: 80px; */
      font-size: 100px;
    }
  }

.readi .stat-2 {
  font-size: 18px;
  /* font-weight: 600; */
  font-family: DIN Next W01 Medium, Helvetica, Arial, sans-serif !important;
}

@media screen and (min-width: 768px) {
    .readi .stat-2  {
        font-size: 32px;
    }
}

@media screen and (min-width: 992px) {
    .readi .stat-2  {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
  .readi .stat-2 {
    font-size: 32px;
  }
}

.readi .stat-3 {
    font-family: DIN Next W01 Medium, Helvetica, Arial, sans-serif !important;
  font-size: 35px;
  /* font-weight: 600; */
}

@media screen and (min-width: 1200px) {
  .readi .stat-3 {
    font-size: 50px;
  }
}

.readi .quote-1 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .readi .quote-1 {
    font-size: 36px;
  }
}

.readi .quote-2 {
    font-family: DIN Next W01 Regular, Helvetica, Arial, sans-serif !important;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (min-width: 375px) {
    .readi .quote-2 {
      font-size: 18px;
    }
  }

@media screen and (min-width: 768px) {
    .readi .quote-2 {
      font-size: 22px;
    }
  }

@media screen and (min-width: 768px) {
    .readi .quote-2 {
      font-size: 22px;
    }
  }
  
@media screen and (min-width: 1200px) {
    .readi .quote-2 { 
        font-size: 26px;
    }
}

.readi .button {
  font-size: 14px;
  font-weight: 600;
}

.readi .impact-circles__intro h2, .readi .image_block__intro h2 {
    text-align: left;
    padding: 0 15px;
}

.readi .impact-circles__intro p {
    text-align: left;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .readi .impact-circles__intro p {
        padding: 0;
    }
}

.readi .impact-circles__intro h2, .participants-grid__intro h2, .readi .image_block__intro h2 {
  font-size: 32px;
  font-weight: 500 !important;
}

@media screen and (min-width: 768px) {
  .readi .impact-circles__intro h2, .readi .image_block__intro h2 {
    font-size: 44px;
    text-align:center;
  }
}

@media screen and (min-width: 768px) {
    .readi .participants-grid__intro h2 {
        font-size: 44px;
    }
}

.readi .impact-circles__intro p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .readi .impact-circles__intro p {
    font-size: 18px;
  }
}

.readi .circles-container {
    display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: center;
    width: 100%;
}

.readi .circle {
    position: relative;
	margin: .5em;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border-radius: 50%;
}

.readi .circle:before {
	display: block;
	content: '';
	margin-top: 100%;
}

@media screen and (min-width: 360px) {
	.readi .circle {
		width: 45%;
		margin: 1em .5em;
	}
}

@media screen and (min-width: 672px) {
	.readi .circle {
		width: 47%;
		margin: .5em 1em;
	}
}

@media screen and (min-width: 992px) {
	.readi .circles-container {
		justify-content: space-between;
	}
	.readi .circle {
		width: 20.5%;
		margin: 15px;
	}
}

.readi .circle-image {
    background-size: cover;
    background-position: center;
}

.readi .circle .overlay, .readi .circle .stat {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    /* overflow: hidden; */
}

.readi .circle .overlay {
  opacity: 0;
  transition: all ease 0.25s;
  border-radius: 50%;
  /* border: solid 5px transparent;  */
  overflow: hidden;
}

.readi .circle .overlay .overlay-link {
    width: 100%;
    height: 100%;
    text-align:center;
    line-height: 1;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	 */
    padding: .5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* overflow: hidden; */
}

.readi .circle-image .overlay-text {
    margin: auto;
}

.readi .circle .stat {
  display: flex;
  align-items:center;
  justify-content: center;
  color: #ffffff;
}

.readi .circle .stat-1 {
    display: flex;
    align-items: baseline;
    padding-top: 20px;
}

.readi .circle .stat-1 .stat-text.large {
    letter-spacing: -0.08em;
}

.readi .circle-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.readi .circle .stat-2 {
    text-transform: uppercase;
    line-height: 1.2;
}

.readi .circle .stat-2 {
    padding-top: 2rem;
}

.readi .circle.tablinks .stat-2 {
    padding-top:0;
}

.readi .circle .stat-3 {
    top: -0.5em; 
}

@media screen and (min-width: 425px) {
    .readi .circle .stat-3 {
        top: -0.5em; 
    }
  }

@media screen and (min-width: 992px) {
    .readi .circle .stat-3 {
        top: -0.7em;
    }
}

.readi .circle-image.active .overlay, .readi .circle-stat.active .overlay {
    opacity: 1;
    transition: all ease 0.25s;
}

.readi .circle-image .overlay a {
    pointer-events: none;
}

.readi .circle-image.active .overlay a {
    pointer-events: auto;
}

.readi .circle-image.active img {
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}

.readi .circle .overlay .arrow-icon {
    display: block;
  color: #28B897;
  /* padding-top: 15px; */
  position: absolute;
  bottom: 15px;
}

.readi .tablinks {
  background-color: rgb(40, 184, 151);
  cursor: pointer;
}
.readi .tablinks:hover {
  background-color: #ffffff;
  transition: all 0.25s ease;
}

.readi .tablinks.active {
    background-color: #ffffff;
  }
.readi .tablinks.active .stat {
    color: rgb(40, 184, 151);
}

.readi .tablinks:hover .stat {
    color: rgb(40, 184, 151);
}

.readi .tabcontent {
  padding: 80px 0 20px;
  display: none;
  opacity: 0;
  transition: all ease 0.25s;
}

.readi .tabcontent p {
  color: #ffffff;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .readi .tabcontent p {
    color: #ffffff;
    font-size: 21px;
  }
}

.readi .tabcontent.active {
  display: block;
  opacity: 1;
  animation: anim .25s ease;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.readi .body-section.image-block {
  padding-bottom: 0;
}
/* .readi .image-block .row {
  margin-bottom: 0px;
} */

.readi .image-block img {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.readi #impact-video {
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
}

/* .readi .impact-video-control .video-control-play, .readi .impact-video-control .video-control-pause {
    display: none;
} */

.readi .participants-grid {
  background-color: #404040;
  padding: 40px 0;
}

@media screen and (min-width:768px) {
    .readi .participants-grid {
        padding: 80px 0;
    }
}

.readi .participants-grid .grid-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.readi .participants-grid__intro h2 {
text-align: left;
  margin-bottom: 40px;
}

.readi .participants-grid__intro h2, .readi .participants-grid__intro p {
  color: #ffffff;
}

.readi .participants-grid .grid-wrapper .grid-item {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
}
.readi .participants-grid .grid-wrapper .grid-item > .grid-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    position: absolute;
}

.readi .participants-grid  .grid-wrapper {
	display: grid;
	grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
	grid-auto-flow: dense;
}

@media screen and (min-width: 768px) {
    .readi .participants-grid .grid-wrapper {
        grid-template-rows: repeat(6, 1fr)
    }
}

@media screen and (min-width: 1024px) {
    .readi .participants-grid .grid-wrapper {
        grid-template-rows: repeat(5, 1fr)
    }
}

.readi .participants-grid .grid-wrapper:before {
    content: '';
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    grid-column: 1 / 1;
    grid-row: 1 / 1;  
  }

@media screen and (min-width: 425px) {
    .readi .participants-grid  .grid-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  

@media screen and (min-width: 768px) {
  .readi .participants-grid  .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
    .readi .participants-grid  .grid-wrapper {
      grid-template-columns: repeat(4, 1fr);
    }
  }

.readi .participants-grid .grid-item {
    grid-column: span 1;
    grid-row: span 1;
}

.readi .participants-grid .grid-item:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}

.readi .participants-grid  .grid-wrapper .wide {
	grid-column: span 2;
}

.readi .participants-grid .grid-wrapper .tall {
	grid-row: span 2;
}

.readi .participants-grid .grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

.readi .participants-grid .grid-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  /* padding: 30px; */
  opacity: 0;
  transition: all ease 0.25s;
  display: none;
  overflow: hidden;
  padding: 30px 30px 20px;
}

@media screen and (min-width: 768px) {
    .readi .participants-grid .grid-item-overlay {
        display: block;
    }
}

.readi .participants-grid .grid-item:hover .grid-item-overlay {
  opacity: 1;
}

.readi .grid-item-overlay h4, .readi .grid-item-overlay p {
  color: #ffffff;
}

.readi .grid-item-overlay h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px;
}

.readi .grid-item-overlay .overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.readi .grid-item-overlay .quote-wrap {
    position: relative;

    line-height: 1.15;
    margin-bottom: 0;
    color: #ffffff;
    overflow: hidden;
}

.readi .grid-item-overlay .overlay-text span {
    line-height: 1.15;
    margin-bottom: 0;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    padding-right: 32px;
}    

.readi .grid-item.big .overlay-text .quote-wrap {
    font-size: 24px;
}

@media screen and (min-width: 1024px) {
    .readi .grid-item.big .overlay-text .quote-wrap {
        font-size: 36px;
    }
}

.readi .grid-item.wide .overlay-text .quote-wrap {
    font-size: 24px;
}

@media screen and (min-width: 1024px) {
    .readi .grid-item.wide .overlay-text .quote-wrap {
        font-size: 32px;
    }
}

.readi .grid-item.tall .overlay-text .quote-wrap {
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .readi .grid-item.tall .overlay-text .quote-wrap {
        font-size: 26px;
    }
}

.readi .grid-item.default .overlay-text .quote-wrap {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .readi .grid-item.default .overlay-text .quote-wrap{
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) {
    .readi .grid-item.default .overlay-text .quote-wrap{
        font-size: 26px;
    }
}

.readi .participants-grid .grid-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 30px;
}

.readi .participants-grid .grid-icon > img {
    height: 30px;
    width: 30px;
}

@media screen and (min-width:768px) {
    .readi .participant-modal {
        display: none !important;
    }
}

.readi .participant-modal .modal-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255, 0.75);
    padding: 60px 15px;
}

.readi .participant-modal .modal-dialog-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.readi .participant-modal .modal-dialog {
    height: 100%;
    transform: none;
}

.readi .participant-modal .modal-content  {
    background-color: #404040;
    position: relative;
    border-radius: 0;
}

.readi .participant-modal .modal-body {
    padding: 0;
}

.readi .participant-modal .modal-quote-wrap {
    padding: 20px;
    width: 90%;
}
  
.readi .participant-modal .modal-quote-wrap h4, .readi .participant-modal .modal-quote-wrap p {
    color: #ffffff;
}

.readi .participant-modal .modal-quote-wrap .quote-1 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
}

.readi .modal-quote-wrap h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.readi .participant-modal .grid-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.readi .participant-modal .close {
    position: absolute;
    color: #000000;
    text-shadow: none;
    opacity: 1;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.readi .participant-modal .close > img{
    width: 30px !important;
    height: 30px !important;
}

.readi .body-section--green .button,
.readi .body-section--green .button:focus,
.readi .body-section--green .button:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.readi .body-section--green .aligned-buttons-section .highlight {
  color: #ffffff !important;
}
