body {
    font-family: 'Arial', sans-serif;
    min-width: 300px;
}

html {
    font-size: 66%;
}

.wide-wrapper {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.wrapper {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-left {
    flex-grow: 0;
    width: 300px;
    padding-right: 50px;
}

.header-right {
    flex-grow: 1;
}

.header-logo {
    display: block;
    padding: 20px;
}

.header-right-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.language-options {
    font-size: 1.8rem;
}

.language-options a,
.language-options span {
    display: inline-block;
    margin: 0 10px;
    color: black;
    font-weight: 700;
}

.language-options a:hover {
    color: #00AFD7;
}

.language-options .active {
    color: #AAA;
}

a.header-donate {
    display: inline-block;
    position: relative;
    padding: 10px 18px 12px 48px;
    color: white;
    background-color: #00AFD7;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

a.header-donate:hover {
    background-color: #C4D600;
}

a.header-donate:before {
    display: block;
    position: absolute;
    left: 18px;
    content: '';
    width: 23px;
    height: 20px;
    background: url(images/icon-donate.png) no-repeat center center;
    background-size: contain;
}

.header-right-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.main-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: black;
}

.main-menu li.current-menu-item>a {
    color: white;
    background-color: #C4D600;
}

.main-menu a:hover {
    color: white;
    background-color: #00AFD7;
}

.main-menu li:hover ul {
    opacity: 1;
    pointer-events: auto;
}

.main-menu li ul {
    display: block;
    position: absolute;
    right: 0;
    width: 250px;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.main-menu li ul a {
    width: 100%;
    font-size: 1.6rem;
}

.language-menu ul {
    display: flex;
    align-items: center;
}

.language-menu li {}

.language-menu li a,
.language-menu li span {
    font-size: 1.8rem;
}

.language-menu li:after {
    content: '/';
    padding: 0 10px;
    font-size: 1.8rem;
}

.language-menu li:last-child:after {
    display: none;
}

.home-slide {
    position: relative;
}

.home-slide-image {
    position: relative;
    width: 100%;
    height: 0;
    padding: 25%;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
}

.home-slide-text {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    padding: 40px 20px;
    color: white;
    background-color: rgba(0, 175, 215, 0.95);
    text-align: center;
    transform: translateY(-50%);
}

.home-slide-heading-large {
    display: block;
    font-family: 'Arial Black', sans-serif;
    font-size: 4vw;
}

.home-slide-heading-small {
    display: block;
    font-size: 4rem;
    letter-spacing: 4px;
}

.home-slide-link-container {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.home-slide-link {
    display: flex;
    height: 40px;
    font-size: 2rem;
    align-items: center;
}

.home-slide-link:before {
    content: '';
    width: 45px;
    height: 45px;
    margin-right: 20px;
    background: black url('images/arrow-white.png') no-repeat 17px center;
    background-size: 15px auto;
}

.home-slide-link:hover:before {
    background-color: #C4D600;
}

.home-slide-link span {
    position: relative;
    top: 0px;
    color: white;
}

.home-slide-link span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: white;
}

.home-section-2 {
    padding: 60px;
    font-size: 2rem;
}

.hs2-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.hs2-row:last-child {
    margin-bottom: 0;
}

.hs2-row:nth-child(even) {
    flex-direction: row-reverse;
}

.hs2-row-main {
    width: 35%;
}

.hs2-row-text {
    width: 60%;
    line-height: 1.6;
    text-align: justify;
}

.hs2-row-text p {
    font-size: 2em;
}

.home-large-text {
    display: block;
    color: #00AFD7;
    font-size: 6rem;
}

.hs3-1 {
    padding: 20px 0 80px 0;
    color: #00AFD7;
    font-size: 6rem;
    text-align: center;
}

.hs3-2 .wrapper {
    position: relative;
    padding: 40px 0;
}

.hs3-2 img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    max-width: none;
    height: 100%;
}

.hs3-2 {
    color: #00afd7;
    background-color: #eee;
    font-size: 4rem;
}

.hs3-2 h3 {
    margin-bottom: 0.5em;
}

.hs3-2 a,
.hs3-3-2 a {
    display: inline-block;
    padding: 10px 20px 10px 46px;
    color: white;
    background: #C4D600 url('images/icon-play.png') no-repeat 20px center;
    background-size: 15px auto;
    font-size: 1.8rem;
    font-weight: 700;
}

.hs3-2 a:hover {
    background-color: #00afd7;
}

.hs3-3 {
    padding: 80px 0;
}

.hs3-3-text {
    font-size: 2rem;
    line-height: 1.6;
    text-align: justify;
}

.hs3-3-text .wrapper {
    padding: 0 40px;
}

.hs3-3-photos {
    position: relative;
    margin-bottom: 20px;
}

.hs3-3-photos:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 40px;
    background: url('images/bg-line.png') no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.hs3-3-photos .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hs3-3-photo {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hs3-3-photo:nth-child(2) {
    margin-top: 160px;
}

.hs3-3-photo:nth-child(4) {
    margin-top: 100px;
}

footer {
    padding: 45px 0;
    color: white;
    background-color: #00afd7;
    text-align: center;
}

.footer-text {
    padding: 0 100px;
}

.footer-text h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text p {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}

.footer-text a {
    color: white;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-social a {
    width: 50px;
    height: 50px;
}

.footer-social a:hover {
    background-color: #C4D600;
}

.footer-menu {
    margin-top: 40px;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
}

.footer-menu a {
    color: white;
    font-size: 1.8rem;
    text-decoration: underline;
}

.footer-menu li:after {
    content: '/';
    padding: 0 10px;
    font-size: 1.8rem;
}

.footer-menu li:last-child:after {
    display: none;
}

.copyright {
    margin-top: 20px;
    font-size: 1.8rem;
}

.content {
    padding: 40px 0 100px 0;
}

.page-heading {
    color: #00afd7;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.3em;
}

.content p,
.content li {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
}

.content p {
    margin-bottom: 2em;
}

.content p:last-child {
    margin-bottom: 0;
}

.content-2col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.content-2col-text {
    width: 60%;
}

.content-2col-image {
    width: 35%;
}

.content-2col-image {
    max-width: none;
}

.content a.research-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px 30px;
    border-left: 2px solid #00AFD7;
    margin-bottom: 40px;
    color: black;
}

.content a .re-title h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #00AFD7;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
}

.content a:hover .re-title h2 {
    color: #C4D600;
}

.content .re-title h2+p {
    margin-top: 1em;
}

.content-link-button a,
span.content-link-button {
    display: inline-block;
    position: relative;
    padding: 10px 18px 12px 18px;
    color: white;
    background-color: #00AFD7;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.content-link-button.small a {
    font-size: 1.6rem;
}

.content-link-button a:hover,
a:hover span.content-link-button {
    background-color: #C4D600;
}

.content-link-button+h1 {
    margin-top: 1em;
}

.content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #FF671F;
    font-size: 3rem;
    font-weight: 700;
}

.content h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #A4343A;
    font-size: 2.2rem;
    font-weight: 700;
}

.content th {
    color: white;
    background-color: #00AFD7;
    font-weight: 700;
}

.content th:nth-child(even) {
    background-color: #C4D600;
}

.content td {
    text-align: center;
}

.content th,
.content td {
    padding: 10px;
}

.content-images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
}

.content-image {
    max-width: 50%;
    margin: 0 auto 36px auto;
}

.content-images .content-image {
    margin: 0 0 36px 0;
}

.content-image img {
    display: block;
    margin: 0 auto 15px auto;
}

.content-image p {
    text-align: center;
}

.content p a,
.content li a,
.content th a,
.content td a {
    color: #00AFD7;
    font-weight: 700;
}

a.regular {
    font-weight: 400 !important;
}

.blog-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.blog-nav.first {
    justify-content: flex-end;
}

.blog-nav.last {
    justify-content: flex-start;
}

a.blog-nav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: #00AFD7;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
}

.blog-entry {
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

a.blog-nav-link:hover {
    color: #C4D600;
}

.content a .be-title h2 {
    margin-top: 0;
    color: #00AFD7;
}

.content a .be-title h2 span {
    font-size: 0.65em;
}

.content a p.be-date {
    color: black;
}

.content a:hover .be-title h2 {
    color: #C4D600;
}

.blog-entry-2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.be-text {
    width: 70%;
}

.hs3-3-2 {
    background-color: #eee;
    padding: 40px 0 0;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.col-right {
    flex-basis: 58%;
    padding-bottom: 40px;
}

.col-left {
    flex-basis: 36%;
}

.hs3-3-2 h3 {
    font-size: 4rem;
    color: #00afd7;
    margin-bottom: 0.5em;
}

.hs3-3-2 a {
    background: #00afd7 url(images/icon-talk.png) no-repeat 14px center;
    background-size: 21px auto;
}

.hs3-3-2 a:hover {
    background-color: #C4D600;
}

.hs3-3-2 p {
    font-size: 2rem;
    margin-bottom: 1.5em;
}

.hs3-3-2 img {
    display: block;
}


/* Edit by Poppy */

.search-form-text,
.search-form-submit {
    display: inline-block;
    vertical-align: middle;
}

.header-search .search-form {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #dbdbdb;
    width: 315px;
    padding: 8px 12px;
    border-radius: 20px;
}

.search-form-text {
    background-color: transparent;
    width: 250px;
    padding-right: 10px;
    font-size: 18px;
}

.search-form-submit {
    background-image: url(images/icon-search@2x.png);
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-bottom: 2px;
    margin-left: 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    font: 0/0 a;
    cursor: pointer;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.grey-btn {
    background: #f2f2f2;
    padding: 7px 16px;
    font-size: 1.1em;
    border: 0;
}

.grey-btn:hover {
    background: #cecece;
}

.search-content {
    display: none;
}

.content-pr {
    max-width: 1100px;
    margin: 0 auto;
}
.content-pr h1 {
    margin-bottom: 1em;
    font-size: 3rem;
    text-align: center;
}
.content-pr h2 {
    color: #00AFD7;
    font-size: 2.2rem;
}
.content-pr p {
    margin-bottom: 1em;
    text-align: left;
}
.content-pr hr {
    margin-top: 4rem;
}