.hero {
    margin-top: 2px;
    padding: 2rem 0;
    background: #fff;
}

.hero__title {
    line-height: 1.2;
}

.hero__content {
    height: 100%;
}

.hero--dark-theme>* {
    color: #fff;
}

.hero--dark-theme a:focus,
.hero--dark-theme a:hover {
    color: #fff;
    text-decoration: none;
}

.hero--with-image {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 400px;
}

.hero--with-image .hero__img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    max-width: none;
    height: 450px;
}

.hero--with-image.expanded {
    height: 530px;
}


/* over 768px */

@media only screen and (min-width: 769px) {
    .hero--with-image .hero__img {
        height: 530px
    }
}

.hero--with-image .hero__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.u-grey-bg {
    background: #f5f5f5;
}

.warning {
    background: #3C388E;
    padding: 1rem 0;
}

.warning .panel--warning .panel__text {
    color: #fff;
}

.warning .panel--warning .panel__icon {
    background: #fff;
    border: 3px solid #fff;
    color: #3C388E;
}

.grid__col .card {
    padding-right: 1rem;
}


/* Hero */

.hero {
    padding: 2rem 0;
    background-color: #902082;
}

.hero__content {
    height: 100%;
}

.hero__title {
    font-size: 2.3rem;
    line-height: 1.2;
}

.hero--census {
    display: flex;
    position: relative;
    margin: 2px 0;
    padding: 0;
    overflow: hidden;
    background-image: linear-gradient(46deg, #3c388e 0%, #902082 100%);
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;
}

.hero--census .hero__container {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 400px;
}

.hero--census .hero__circle-image,
.hero--census .hero__circle-gradient,
.hero--census .hero__circle-lined,
.hero--census .hero__circle-white {
    position: absolute;
}

.hero--census .hero__circle-image {
    background-color: #fff;
    z-index: 2;
    top: -117px;
    right: -8px;
    width: 382px;
    height: 382px;
    border-radius: 50%;
}

.hero--census .hero__circle-image img {
    border-radius: 50%;
    display: block;
    height: 100%;
}

.hero--census .hero__circle-gradient {
    z-index: 3;
    display: block;
    top: 1rem;
    right: -117px;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-image: linear-gradient(-45deg, #902082 0%, #902082 20%, #3c388e 60%, #005489 90%);
}

.hero--census .hero__circle-white {
    z-index: 1;
    display: block;
    top: 27px;
    left: 50%;
    margin-left: -495px;
    width: 990px;
    height: 990px;
    border-radius: 50%;
    background-color: #fff;
}

.hero--census .hero__circle-lined {
    z-index: 4;
    top: 148px;
    right: -24px;
    width: 171px;
    height: 171px;
    fill: #fff;
    opacity: 0.4;
}

.hero--census .hero__details {
    z-index: 5;
    position: relative;
    padding-top: 283px;
    padding-bottom: 2rem;
}

.hero--census .hero__details--ondark {
    color: #fff;
}

@media (min-width: 740px) {
    .hero--census .hero__title {
        font-size: 3rem;
    }
    .hero--census .hero__details {
        padding-top: 2rem;
    }
    .hero--census .hero__circle-white {
        top: -288px;
        left: -331px;
        margin: auto;
    }
    .hero--census .hero__container {
        align-items: center;
    }
}

@media (min-width: 980px) {
    .hero--census .hero__details {
        padding-right: 2.5rem;
    }
    .hero--census .hero__circle-image {
        top: -176px;
        right: 0;
        margin: auto;
        width: 558px;
        height: 558px;
    }
    .hero--census .hero__circle-gradient {
        right: -171px;
        width: 342px;
        height: 342px;
    }
    .hero--census .hero__circle-white {
        top: -369px;
    }
    .hero--census .hero__circle-lined {
        top: 292px;
        right: 0;
        width: 243px;
        height: 243px;
    }
}

.social-list--inline {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.social-list {
    margin: 0 -1rem -1rem;
    padding-left: 0;
}

.social-list__item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0 1rem 1rem;
}

.social__icon {
    fill: #222;
    height: 32px;
    width: 32px;
}

.fulfilment-help {
    border-bottom: 1px solid #acacac;
    margin-bottom: 2rem;
}

@media (min-width: 740px) {
    .fulfilment-help {
        border-bottom: none;
    }
}