/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
.no-hero-img:not(.home) .top-header {
  margin-bottom: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
header {
  margin-top: -1px;
}
.breadcrumbs {
  display:none;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* Box sizing */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/*****
  font-family: 'Carter One', cursive;
  font-family: 'Raleway', sans-serif;
*****/

body {
    font-size: 17px;
}

a {
    color: #fc684f;
    font-weight: bold;
}

img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

h1 {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
}

h2 {
    color: #931c3b;
    text-align: center;
    font-size: 2.7rem;
}

h3 {
    color: #ffffff;
    background-color: #931c3b;
    font-size: 1.9rem;
    font-weight: 100;
}

p,
li {
    line-height: 1.75;
}

ul {
    list-style-type: none;
}

.banner,
.banner .content {
    background-color: #931c3b;
}

@media only screen and (min-width: 1024px) {
    .banner {
        background: #931c3b url('../images/banner.png') no-repeat center top;
        height: 506px;
    }
    .banner .content {
        display: none;
    }
}

.content {
    background-color: #ffffff;
    padding: 50px 10px;
    width: 1033px;
    max-width: 100%;
    margin: 0px auto;
}

.main {
    margin-bottom: 100px;
}

.main .content {
    margin-top: -30px;
}

@media only screen and (min-width: 568px) {
    .content {
        padding: 50px;
    }
}

.facts div,
.causes div {
    padding-top: 50px;
    break-inside: avoid;
}

.facts div div,
.tips div,
.causes div div {
    border-radius: 40px;
    background-color: #f7f7f7;
    padding: 0px 0px 30px 0px;
}

.facts div div h3,
.tips div h3,
.causes div div h3 {
    padding: 20px 0px 10px 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}


/*** Facts ***/

.facts {
    margin-top: 30px;
}

.facts div div h3 {
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 15px;
}

.facts div div h3 img {
    display: none;
    margin: 0px;
}

@media only screen and (min-width: 992px) {
    .facts div div h3 {
        padding-left: 35px;
        display: block;
    }

    .facts div div h3 img {
        position: absolute;
        width: unset;
    }
}

.facts div:nth-child(1) div h3 img {
    right: 0;
    top: -45px;
}

.facts div:nth-child(2) div h3 img {
    right: 25px;
    top: -35px;
}

@media only screen and (max-width: 992px) {
    .facts div:nth-child(3) div h3 img {
        width: 120px;
    }
}

.facts div:nth-child(3) div h3 img {
    right: 0px;
    top: -45px;
}

.facts div:nth-child(4) div h3 img {
    right: 50px;
    top: -25px;
}

.facts div div p {
    padding: 30px 20px;
    line-height: 1.5;
}

.facts div div p:last-child {
    margin-bottom: 0px;
}

@media only screen and (min-width: 568px) {
    .facts div div h3 img {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    .facts {
        column-count: 2;
        column-gap: 3.5em;
    }
}


/*** Stats ***/

.stats {
    margin: 100px 0px;
}

.stats p {
    position: relative;
    border-radius: 40px;
    background-color: #f7f7f7;
    padding: 30px 20px;
    margin: 50px 0px;
}

.stats p:nth-child(2) {
    padding: 50px 20px;
}

.stats p:nth-child(3) {
    padding: 50px 20px;
}

.stats p:nth-child(5) {
    padding: 50px 20px;
}

.stats p:nth-child(odd) {
    padding-left: 150px;
}

.stats p:nth-child(even) {
    padding-right: 150px;
}

.stats p img {
    display: inline;
    margin: 0px;
    position: absolute;
}

.stats p:nth-child(odd) img {
    top: -70px;
    left: 25px;
}

.stats p:nth-child(even) img {
    top: -70px;
    right: 25px;
}


/*** Tips ***/

.tips div {
    position: relative;
    margin: 60px auto;
}

.tips div h3 {
    padding-left: 20px;
}

.tips div p {
    padding: 0px 20px 0px 20px;
    line-height: 1.5;
}

.tips div p:last-child {
    margin-bottom: 0px;
}

.tips div h3 img {
    display: none;
    margin: 0px;
    position: absolute;
}

.tips div:nth-child(1) h3 img {
    left: 25px;
    top: -40px;
}

.tips div:nth-child(2) h3 img {
    left: 25px;
    top: -40px;
}

.tips div:nth-child(3) h3 img {
    left: 25px;
    top: -40px;
}

.tips div:nth-child(4) h3 img {
    left: 25px;
    top: -40px;
}

.tips div:nth-child(5) h3 img {
    left: 25px;
    top: -40px;
}

@media only screen and (min-width: 568px) {
    .tips div h3 {
        padding-left: 200px;
    }
    .tips div h3 img {
        display: inline;
    }
    .tips div p {
        padding: 0px 20px 0px 200px;
    }
    .tips div li {
        margin-left: 160px;
        list-style: disc;
    }
}


/*** Causes ***/

.causes {
    margin-top: 30px;
}

.causes div div h3 {
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 15px;
}

.causes div div h3 img {
    display: none;
    margin: 0px;
}

@media only screen and (min-width: 992px) {
    .causes div div h3 {
        padding-left: 35px;
        display: block;
    }

    .causes div div h3 img {
        position: absolute;
        width: unset;
    }
}

.causes div:nth-child(1) div h3 img {
    right: -20px;
    top: -55px;
}

.causes div:nth-child(2) div h3 img {
    right: 15px;
    top: -40px;
}

.causes div:nth-child(3) div h3 img {
    right: 40px;
    top: -20px;
}

.causes div:nth-child(4) div h3 img {
    right: -35px;
    top: -30px;
}

.causes div:nth-child(5) div h3 img {
    right: 10px;
    top: -25px;
}

@media only screen and (max-width: 992px ) {
    .causes div:nth-child(5) div h3 img {
        width: 160px;
    }
}

.causes div:nth-child(6) div h3 img {
    right: 10px;
    top: -20px;
}

.causes div:nth-child(7) div h3 img {
    right: 35px;
    top: -40px;
}

.causes div:nth-child(8) div h3 img {
    right: 45px;
    top: -35px;
}

.causes div div p {
    padding: 0px 20px;
    line-height: 1.5;
}

.causes div div p:first-of-type {
    margin-top: 30px;
}

.causes div div p:last-child {
    margin-bottom: 0px;
}

@media only screen and (min-width: 568px) {
    .causes div div h3 img {
        display: inline;
    }
}

@media only screen and (min-width: 768px) {
    .causes {
        column-count: 2;
        column-gap: 3.5em;
    }
}