@font-face {
    font-family: 'Guardian Text Sans Web';
    src: url('https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.eot');
    src: url('https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.woff') format('woff'),
    url('https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Guardian Egyptian Web';
    src: url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Bold.woff2') format('woff2'),
    url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Bold.woff') format('woff'),
    url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Bold.ttf') format('truetype');
    font-weight: bold; // 700
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Guardian Egyptian Web';
    src: url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Semibold.woff2') format('woff2'),
    url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Semibold.woff') format('woff'),
    url('https://interactive.guim.co.uk/fonts/guss-webfonts/GHGuardianHeadline/GHGuardianHeadline-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

body,
html {
    margin: 0;
    font-family: 'Guardian Text Sans Web';
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    max-width: 390px;
    background-color: #fff;
}


.title {
    font-family: 'Guardian Egyptian Web';
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.content {
    position: relative;
    color: #121212;
    font-family: 'Guardian Text Sans Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
}

@media screen and (max-width: 240px) {
    .content {
        font-size: 16px;
    }

    a.button {
        font-size: 18px;
    }
}

a.button {
    background-color: #333;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 6px 40px 6px 12px;
    border-radius: 32px;
    transition: background 0.4s ease-out;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.button:hover {
    text-decoration: none;
    background-position: right center;
}

.button svg{
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    height: 100%;
    fill: #fff;
    transition: transform 0.4s ease-out;
}
.button svg path{
    fill: #fff;
}


.links {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.header--climate, .subtitle--climate{
    display: none;
}

.wrapper--climate .button {
    background-color: #000;
    margin-left: 8px;
    color: #fff;
}


.wrapper {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.wrapper--climate .button:hover {
    background-color: #ffe500;
    color: #333;
}

.subtitle--climate {
    display: block;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Guardian Egyptian Web';
    font-weight: 600;
    line-height: 1.1em;
    padding-bottom: 10px;
    color: #333333;
}

.content
{
    padding-left: 8px;
    padding-right: 8px;
}

.header--climate-content {
    max-width: 100%;
    position: relative;
    right: 0;
    font-family: 'Guardian Egyptian Web';
    font-weight: 600;
    font-weight: 600;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 3px;
    padding-bottom:6px;
    line-height: 1.15em;
}

.header_anim {
    background: linear-gradient(328deg, #8c0000, #ffca79);
    background-size: 400% 400%;
    -webkit-animation: gradientAnim 2.8s ease infinite;
    -moz-animation: gradientAnim 2.8s ease infinite;
    animation: gradientAnim 2.8s ease infinite;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
}

.header--climate {
    display: block;
    font-family: 'Guardian Egyptian Web';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
    min-height: 130px;
    position: relative;
    margin-top: 0px;
    padding-top: 12px;
    overflow: hidden;
}

.header--climate span {
    position: relative;
    bottom: 0px;
    left: 6px;
    color: #f6f6f6;
    font-size: 24px;
    font-weight: 700;
    padding: 4px;
    background-color: #ff4e36;
    //margin-right: 140px;
    line-height: 1.2;
    margin-top: 20px;
}

.logo {
    max-width: 100%;
    display: block;
    left: 0px;
    position: absolute;
    top: -10px;
}

.wrapper--climate {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

@-webkit-keyframes gradientAnim {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}
@-moz-keyframes gradientAnim {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}
@keyframes gradientAnim {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}

.links {
    margin-top: 0px;
}

.links a {
    color: #333;
    transition: color 0.2s linear;
}

.link:after {
    content: '';
    background-image: url("data:image/svg+xml; utf8, <svg class='uit-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path d='M38.65 25.58L37 27.21 26.79 37.44l-1.1-1.11 8.53-10.19H12.5v-2.28h21.72l-8.53-10.19 1.1-1.1L37 22.79l1.63 1.63v1.16z'/></svg>");
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: auto;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-left: 5px;
    padding-top: 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    margin: auto;
    display: block;
    transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
    background-color: #f6f6f6;
    margin-right: 8px;
}

.link {
    position: relative;
    padding-top: 4px;
    padding: 4px 42px 16px 0;
    margin-top: 4px;
    border-top: 1px solid #ededed;
    font-family: 'Guardian Egyptian Web';
    font-size: 18px;
    font-weight: 500;
}

.link {
    border-top: 0;
    background-image: linear-gradient(to right,#dcdcdc 50%,transparent 0);
    background-size: 10px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    font-family: 'Guardian Egyptian Web';
    font-size: 18px;
    padding-top: 6px;
    font-weight: 600;
    color: #333333;
    padding-left: 8px;
}

@media screen and (max-width: 450px) {

    .link:hover {
        background-color: #ededed;
    }
    .link:hover:after {
        background-color: #767676;
        border: #121212;
    }

    .link:after {
        top: 0;
        right: 0;
        bottom: 0px;
    }

    .title {
        font-size: 24px;
    }

    .content {
        font-size: 16px;
    }
}
