/* STYLE BY VIAUNION */

* {
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body.noscroll {
    overflow: hidden;
}

.center {
    max-width: 1000px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-row .flex-col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    padding: 10px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
}

header .logo {
    width: 78px;
    height: 32px;
    position: relative;
}

header .logo img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    transition: all 0.2s ease;
}

header .logo img:first-child path {
    fill: white;
}

header .logo img:last-child {
    z-index: 100;
}

header .logo:hover img {
    top: 2px;
}

header .logo:hover img:last-child {
    top: -1px;
}

header .nav {
    margin-top: -4px;
}

header .nav a {
    color: darkgray;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 1rem;
    text-decoration: none;
    transition: all 0.1s ease;
    padding: 2px 0;
    letter-spacing: 2px;
}

header .nav a:hover {
    color: white;
    border-bottom: 2px solid white;
}

header .nav a.active {
    color: white;
}

header .donate-button a {
    background: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    color: black;
    text-decoration: none;
}

header .donate-button a i {
    transition: all 0.3s ease;
    margin-left: 4px;
    color: #fe003c;
}

header .faq-button button {
    border: none;
    background: none;
    font-weight: 900;
    cursor: pointer;
}

.hero .video {
    min-width: 100%;
    height: 500px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

.press {
    padding: 2rem 1rem;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.press .flex-row embed {
    transform: scale(0.8);
}

.press .flex-row div {
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.bullets {
    width: 100%;
}

.bullets .flex-row {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.bullets .flex-col {
    padding: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 100%;
}

.bullets .bullets-image {
    background: url(../images/boy-with-jerrycan.jpg) black -115px -70px;
    position: relative;
}

.bullets .bullets-funded {
    background: #fbf22b;
}

.bullets .bullets-funded small {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.bullets .bullets-funded h3 {
    font-weight: 100;
    font-size: 2rem;
    margin: 0;
}

.bullets .bullets-funded h3 span {
    background: rgba(255, 255, 255, 0.4);
    padding: 0 4px;
    display: inline-block;
    font-weight: 300;
    font-size: 1.9rem;
}

.bullets .bullets-funded p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top: 1.5rem;
}

.bullets .bullets-funded .button-box {
    position: relative;
    margin-top: 1rem;
}

.bullets .bullets-funded .button-box a {
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 400;
    padding-left: 30px;
    display: block;
    position: relative;
}

.bullets .bullets-funded .button-box a:after {
    content: '';
    height: 1px;
    width: 10px;
    background: black;
    position: absolute;
    top: 50%;
    left: 10px;
}

.bullets .bullets-funded .button-box .hover-bg {
    height: 24px;
    width: 30px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0px;
    z-index: 100;
    top: -4px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.bullets .bullets-funded .button-box:hover .hover-bg {
    width: 110%;
}

.bullets .bullets-help small {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fe003c;
    margin-bottom: 1.5rem;
}

.bullets .bullets-help h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    position: relative;
    z-index: 800;
    margin: 0;
    padding: 0;
    line-height: 3rem;
}

.bullets .bullets-help h2:after {
    content: '';
    width: 106%;
    height: 10px;
    background: #fe003c;
    position: absolute;
    bottom: 2px;
    left: -2%;
    opacity: 0.1;
    z-index: 100;
}

.bullets .bullets-help h2:before {
    content: '';
    width: 96%;
    height: 10px;
    background: #fe003c;
    position: absolute;
    top: 36px;
    left: -2%;
    opacity: 0.1;
    z-index: 100;
}

.bullets .bullets-help .help-goal {
    width: 100%;
}

.bullets .bullets-help .help-goal-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.bullets .bullets-help .help-goal-heading h4 {
    color: gray;
    font-weight: 400;
    font-size: 0.9rem;
}

.bullets .bullets-help .help-goal-heading h4 b {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fe003c;
}

.bullets .bullets-help .help-goal-heading small {
    font-size: 0.7rem;
    color: darkgray;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
}

.bullets .bullets-help .help-goal-bar {
    width: 100%;
    height: 4px;
    background: #f2f4f8;
    position: relative;
}

.bullets .bullets-help .help-goal-bar:after {
    content: '';
    width: 2px;
    height: 8px;
    background: #f2f4f8;
    right: 0;
    bottom: 0;
    position: absolute;
}

.bullets .bullets-help .help-goal-bar .help-goal-bar-inner {
    width: 90%;
    height: 6px;
    background: #fe003c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bullets .bullets-help p {
    color: gray;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.bullets .bullets-help a {
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fbf22b;
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
    position: relative;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.bullets .bullets-help a i {
    transition: all 0.3s ease;
}

.bullets .bullets-help a:hover {
    box-shadow: inset 0 0 0 2px black, inset 0 0 0 25px white;
}

.bullets .bullets-help a:hover i {
    color: #fe003c;
}

.bullets .bullets-help a i {
    font-size: 0.8rem;
    margin-left: 8px;
}

.bullets .bullets-help a embed {
    position: absolute;
    left: 100%;
    margin-left: 1rem;
    height: 30px;
    bottom: 1rem;
}

.stats {
    background: black;
    color: white;
    display: flex;
}

.stats .stats-left {
    width: 66.6667%;
    padding: 4rem;
    overflow: hidden;
    position: relative;
}

.stats .stats-left .waves {
    position: absolute;
    top: -178%;
    right: -38%;
    transform: rotate(16deg);
}

.stats .stats-right {
    width: 33.3334%;
    background: url('https://images.pexels.com/photos/3030301/pexels-photo-3030301.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
    background-size: cover;
    background-position: center 0;
    position: relative;
}

.stats small {
    padding-left: 1rem;
    position: relative;
}

.stats small:after {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: white;
}

.stats h4 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 2.4rem;
    margin: 0 0 1rem 0;
}

.stats .location {
    font-weight: 300;
}

.stats .location i {
    margin-right: 6px;
}

.stats .stats-row {
    display: flex;
    margin-top: 2rem;
}

.stats .stats-row .stats-col {
    width: 100%;
    margin-right: 4rem;
}

.stats .stats-row .stats-col:last-child {
    margin-right: 0;
}

.stats h5 {
    font-size: 1.4rem;
}

.stats h5 b.blue {
    color: #2bfbf1;
}

.stats h5 b.yellow {
    color: #fbf22b;
}

.stats h5 b.red {
    color: #fe003c;
}

.stats p {
    font-size: 0.8rem;
    color: darkgray
}

.last-cta {
    padding: 3rem 0;
    display: none;
}

.last-cta small {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fe003c;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 100%;
}

.last-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    position: relative;
    z-index: 800;
    margin: 0;
    padding: 0;
    line-height: 3rem;
    display: inline;
}

.last-cta h3:before {
    content: '';
    width: 110%;
    height: 10px;
    background: #fe003c;
    position: absolute;
    top: 40px;
    left: -2%;
    opacity: 0.1;
    z-index: 100;
}

.last-cta h3:after {
    content: '';
    width: 106%;
    height: 10px;
    background: #fe003c;
    position: absolute;
    bottom: 4px;
    left: -2%;
    opacity: 0.1;
    z-index: 100;
}

.last-cta p {
    margin: 1.5rem 0 0 0;
}

.last-cta a {
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
    position: relative;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid black;
}

.last-cta a i {
    font-size: 0.8rem;
    margin-left: 8px;
    color: #fe003c;
}

.email-join .email-form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 50px;
    background: white;
}

.email-join .email-form input {
    height: 50px;
    border: none;
    text-transform: uppercase;
}

.email-join .email-form button {
    height: 50px;
    background: black;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 80px 0 30px;
    position: relative;
    cursor: pointer;
}

.email-join .email-form button i {
    background: white;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    line-height: 50px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.email-join .email-form button:hover i {
    box-shadow: inset 50px 0 0 black;
    color: white;
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal {
    position: absolute;
    top: 0;
    z-index: 999;
    background: white;
    padding: 0;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.modal.thank-you {
    position: absolute;
    top: 0;
    z-index: 999;
    background: black;
    color: white;
    padding: 0;
    top: 2rem;
    left: 50%;
    margin-left: -500px;
    bottom: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    overflow: auto;
}

.modal .modal-heading {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    border-bottom: 1px solid #f2f4f8;
}

.modal .modal-heading h2 {
    font-family: 'Playfair', serif;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.modal button.modal-close {
    background: black;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border: none;
}

.modal button.modal-close i {
    font-size: 1rem;
    margin-top: 2px;
}

.modal-enter-active,
.modal-leave-active {
    transition: opacity .5s;
}

.modal-enter,
.modal-leave-to {
    opacity: 0;
}

.modal-enter .modal.faq-pop,
.modal-leave-active .modal.faq-pop {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease;
}

.faq-row {
    overflow-y: scroll;
}

.faq-questions {
    min-height: 100%;
    padding: 0 1rem 1rem 1rem;
}

.faq-questions h3 {
    margin: 2rem 0 0.5rem 0;
}

.faq-questions h3:before {
    content: 'Q: ';
    font-weight: bold;
    color: #fe003c;
}

.faq-questions p {
    margin: 0;
}

.faq-questions p:before {
    content: 'A: ';
    font-weight: bold;
}

.faq-questions a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.modal.thank-you .ty-flex {
    display: flex;
    height: 100%;
}

.modal.thank-you .ty-flex .ty-left {
    width: 100%;
    background: white;
}

.modal.thank-you .ty-flex .ty-right {
    width: 50%;
    padding: 3rem;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.modal.thank-you .ty-flex .ty-right .waves {
    left: -900px;
    bottom: -750px;
    position: absolute;
    transform: rotate(-160deg);
    z-index: 100;
    pointer-events: none;
}

.modal.thank-you .ty-modal h1 {
    font-family: 'Playfair', serif;
    font-size: 3rem;
    margin-top: 0;
}

.modal.thank-you .t-shirt {
    background: white;
    min-height: 300px;
}

.modal.thank-you p {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.modal.thank-you a.no-thanks {
    color: gray;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
}

.modal.thank-you .shirt-form {
    border: 2px solid white;
    margin-top: 2rem;
    border-radius: 6px;
}

.modal.thank-you form {
    position: relative;
    z-index: 900;
}

.modal.thank-you .shirt-form select {
    background: none;
    border: none;
    width: 100%;
    padding: 1rem;
    color: white;
    height: 55px;
    line-height: 55px;
    font-size: 1.5rem;
}

.modal.thank-you .shirt-form .price-box {
    border-top: 2px solid white;
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    height: 55px;
    display: flex;
    align-items: center;
}

.modal.thank-you .shirt-form .price-box span {
    font-weight: 300;
}

.modal.thank-you .shirt-form .price-box span:first-child {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 4px;
}

.modal.thank-you button.buy-shirt {
    background: #fbf22b;
    border: none;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 1rem 2rem;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 2rem;
    cursor: pointer;
}

.modal.thank-you button.buy-shirt span {
    position: relative;
    transition: all 0.2s ease;
}

.modal.thank-you button.buy-shirt:hover span {
    padding-right: 2rem;
}

.modal.thank-you button.buy-shirt i {
    opacity: 0;
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
    top: 2px;
}

.modal.thank-you button.buy-shirt:hover i {
    opacity: 1;
}

.attribution {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.6rem;
    font-weight: 300;
    background: black;
    padding: 5px;
    opacity: 0.6;
    color: white;
}
.attribution p {
    padding: 0;
    margin: 0;
}

.attribution a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* DONATION PAGE */
.donation-page header {
    background: white;
}

.donation-page header .donate-button {
    display: none;
}

.donation-page header .help-button a {
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
}

.donate {
    padding: 2rem 0 3rem 0;
}

.donate .center {
    max-width: 600px;
}

.donate .donate-breadcrumb {
    margin-bottom: 1rem;
}

.donate .donate-breadcrumb small {
    width: 100%;
    display: inline-block;
    color: gray;
    text-align: center;
    margin-bottom: 8px;
}

.donate .donate-breadcrumb .breadcrumb-bar {
    background: #f2f4f8;
    height: 4px;
    width: 100%;
    position: relative;
}

.donate .donate-breadcrumb .breadcrumb-bar:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 8px;
    background: #f2f4f8;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current {
    background: #fe003c;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current.quarter {
    width: 25%;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current.half {
    width: 50%;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current.three {
    width: 75%;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current.full {
    width: 100%;
}

.donate .donate-breadcrumb .breadcrumb-bar .breadcrumb-bar-current.full:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #b5002b;
    z-index: 999;
}

.donate .back-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
    padding: 0.4rem 1rem;
    margin-bottom: -2rem;
}

.donate .back-heading button {
    position: absolute;
    left: 0;
    background: none;
    border: none;
    font-size: 1.2rem;
    height: 100%;
    padding: 0;
    margin: 0;
}

.donate .headline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.donate h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    text-align: center;
}

.donate h1:after {
    content: '';
    width: 104%;
    height: 10px;
    background: #fe003c;
    position: absolute;
    bottom: 6px;
    left: -2%;
    opacity: 0.1;
    z-index: 100;
}

.donate h5 {
    margin: -1.5rem 0 2.5rem 0;
    font-size: 1.2rem;
}

.donate .frequency {
    border: 2px solid;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
}

.donate .frequency label {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    position: relative;
    min-height: 2rem;
    cursor: pointer;
}

.donate .frequency label input,
.donate .amount label input {
    position: absolute;
    opacity: 0;
}

.donate .frequency label input+span.radio-bg,
.donate .amount label input+span.radio-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donate .frequency label input[type=radio]:checked+span,
.donate .amount label input[type=radio]:checked+span {
    background: black;
    color: white;
}

.donate .amount-input {
    position: relative;
}

.donate .amount-input input {
    border: 2px solid black;
    border-radius: 6px;
    height: 50px;
    position: relative;
    padding-left: 40px;
    z-index: 500;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 1rem;
}

.donate .amount-input i {
    position: absolute;
    top: 1rem;
    left: 10px;
    z-index: 600;
    height: 50px;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
    font-size: 1.4rem;
}

.donate .message p {
    text-align: center;
    margin: 2.5rem 0;
}

.donate .amount {
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.donate .amount label {
    width: 100%;
    border: 2px solid;
    border-radius: 6px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    position: relative;
    cursor: pointer;
}

.donate .form-row {
    margin-bottom: 1rem;
    display: flex;
}

.donate .form-row .form-col {
    width: 100%;
    margin-right: 1rem;
}

.donate .form-row .form-col:last-child {
    margin-right: 0;
}

.donate .form-row label {
    width: 100%;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 4px;
    font-weight: 700;
}

.donate .form-row label sup {
    color: #fe003c;
}

.donate .form-row input,
.donate .form-row select {
    border: 2px solid black;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    font-size: 1.2rem;
    background: white;
}

.donate .form-row .cc-input {
    position: relative;
}

.donate .form-row .cc-input input {
    padding-left: 72px;
    padding-right: 60px;
}

.donate .form-row .cc-input .cc-lock i {
    background: black;
    color: white;
    height: 46px;
    width: 50px;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.donate .form-row .cc-input .cc-type {
    background: white;
    color: black;
    height: 46px;
    width: 60px;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: absolute;
    bottom: 2px;
    left: 2px;
    border-right: 2px solid black;
}

.donate .form-row .cc-input .cc-type i {
    font-size: 38px;
    margin-top: 4px;
}

.donate .form-row .exp-input {
    display: flex;
    border: 2px solid black;
    height: 50px;
    border-radius: 6px;
}

.donate .form-row .exp-input input {
    border: none;
    height: 46px;
}

.donate .form-row .exp-input span {
    height: 46px;
    font-size: 1.4rem;
    margin: 0 1rem;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.donate .submit button {
    width: 100%;
    text-transform: uppercase;
    background: #fbf22b;
    border-radius: 6px;
    color: black;
    border: none;
    font-weight: 900;
    padding: 1.2rem 0;
    margin: 0;
    font-size: 1.2rem;
    margin-top: 2rem;
    cursor: pointer;
}

.donate .submit small {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: gray;
    margin-top: 8px;
}

.donate .trust {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.donate .trust .secure-badge {
    border: 1px solid lightgray;
    border-radius: 6px;
    height: 50px;
    padding: 10px;
    font-size: 0.8rem;
    color: gray;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donate .trust .secure-badge i {
    font-size: 1.5rem;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid lightgray;
}

.donate .trust img {
    max-height: 50px;
}

.thankyou-content .thankyou-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thankyou-content .thankyou-message p {
    text-align: center;
    max-width: 75%;
}

.thankyou-content .thankyou-message i {
    font-size: 6rem;
}

.thankyou-content .thankyou-share {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou-content .thankyou-share .button-fb {
    color: #4267B2;
    font-size: 3rem;
    background: none;
    border: none;
    margin: 0;
    padding: 0.5rem;
    cursor: pointer;
}

.thankyou-content .thankyou-share .button-twitter {
    color: #1DA1F2;
    font-size: 3rem;
    background: none;
    border: none;
    margin: 0;
    padding: 0.5rem;
    cursor: pointer;
}
.impact-hero {
    display: flex;
}
.impact-hero .left {
    width: 100%;
    padding: 3rem 4rem;
}
.impact-hero .right {
    width: 50%;
    min-height: 100%;
}
.impact-hero .right .image-box {
    background: url('https://br74kitmwi-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/fiona-holding-water.jpg');
    background-size: cover;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.impact-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    margin: 0;
}
.impact-hero h2 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: grey;
    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    max-width: 90%;
}
.impact-hero h2:after {
    content: '';
    height: 10px;
    width: 100px;
    background: aqua;
    position: absolute;
    top: 100%;
    left: 0;
}
.impact-hero h3 {
    font-size: 1.5rem;
    max-width: 70%;
}
.impact-row {
    display: flex;
}
.impact-row .impact-col {
    display: flex;
    width: 100%;
}
.impact-row .impact-col.quarter {
    width: 50%;
}
.impact-row .impact-col.image-box {
    padding: 3rem 4rem;
    background: dimgray;
}
.impact-row .impact-col.black-box {
    background: black;
    color: white;
}

/* COOKIES */
#cookie-law {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: white;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: black;
    font-size: 1rem;
    padding: 1rem;
}

#cookie-law p {
    margin: 0;
}

#cookie-law a {
    color: gray;
}

#cookie-law a.close-cookie-banner {
    background: black;
    color: white;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.8rem;
    padding: 6px 1rem;
    margin-left: 20px;
}

/* FOOTER */
footer {
    display: flex;
    text-align: left;
    font-size: 0.7rem;
    padding: 2rem 1rem;
    background: #f2f4f8;
    color: gray;
}

footer .center {
    display: flex;
    width: 100%;
}

footer .footer-col {
    width: 100%;
    margin-right: 3rem;
}

footer .footer-col:last-child {
    margin-right: 0;
}

footer h6 {
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;
    color: black;
}

footer .legal-links a {
    color: gray;
}

footer .socials a {
    font-size: 1.5rem;
    color: gray;
    margin-right: 0.5rem;
}

footer .socials a:hover {
    color: black;
}

@media screen and (max-width: 768px) {
    .center {
        padding: 0 2rem;
    }

    header .nav {
        display: none;
    }

    .hero .video {
        position: relative;
        padding-bottom: 0;
        max-height: 315px;
        padding-top: 0;
    }

    .hero .video h1 {
        transform: scale(0.5);
        margin-top: -20px;
    }

    .hero .video video {
        min-width: 150%;
        min-height: 100%;
        left: -25%;
    }

    .press {
        overflow: hidden;
        padding: 1rem 0;
    }

    .press .flex-row {
        flex-direction: column;
    }

    .press .flex-row div {
        transform: scale(.5);
        margin: -5px 0;
    }

    .bullets .flex-row {
        height: 100%;
        display: grid;
        grid-template-columns: none;
    }

    .bullets .flex-col {
        padding: 3rem 2rem;
    }

    .bullets .bullets-image {
        order: 1;
        background: url(../images/boy-with-jerrycan.jpg) black -146px -92px;
        min-height: 400px;
    }

    .bullets .bullets-funded {
        order: 0;
    }

    .bullets .bullets-help {
        order: 2;
    }

    .stats {
        flex-direction: column;
    }

    .stats .stats-left {
        width: 100%;
        padding: 4rem 2rem;
    }

    .stats .stats-right {
        width: 100%;
        min-height: 300px;
    }

    .stats .stats-row {
        flex-direction: column;
        margin-top: 0.5rem;
    }

    .stats h4 {
        font-size: 1.8rem;
        margin: 0;
    }

    .stats .location {
        margin-top: 1rem;
    }

    .stats h5 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .last-cta {
        display: flex;
    }

    .modal {
        left: 2rem;
    }

    .modal.thank-you {
        left: 2rem;
        margin-left: 0;
        padding: 0;
    }

    .donate .center {
        padding: 0 2rem;
    }

    .donate .donate-breadcrumb {
        margin-bottom: 1rem;
    }

    .donate h1 {
        font-size: 2.4rem;
    }

    .donate .trust .secure-badge {
        height: 40px;
        font-size: 0.7rem;
    }

    .donate .trust img {
        max-height: 40px;
    }

    .donate .form-row .exp-input span {
        margin: 0;
    }

    .thankyou-content .thankyou-message p {
        max-width: 100%;
    }

    .modal.thank-you .ty-flex {
        flex-direction: column;
    }

    .modal.thank-you .ty-flex .ty-right {
        overflow: visible;
        width: 100%;
        padding: 2rem;
    }
    .modal.thank-you .ty-flex .ty-right .waves-holder {
        overflow: hidden;
        height: 150px;
        position: relative;
        margin-left: -2rem;
        margin-right: -2rem;
        margin-bottom: -2rem;
        margin-top: -70px;
    }

    #cookie-law a.close-cookie-banner {
        display: block;
        margin-left: 0;
        margin-top: 1rem;
    }

    footer {
        padding: 2rem 0;
    }

    footer .center {
        flex-direction: column;
    }

    footer .footer-col {
        margin-right: 0;
        margin-top: 1rem;
    }

    footer .footer-col:first-child {
        margin-top: 0;
    }
}