.home .main-container {
    max-width: 100%;
}

.home .main-grid .main-content-true-full-width{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.home .container {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.home .body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Generic */

.home .body h2 {
    color: #1E5D7A;
}

.home .body h2.center,
.home .body p.center {
    text-align: center;
}

.home .body .button{
    max-width: 250px;
    border: 1px solid #1E5D7A;
}

.home .body .button:hover {
    background: #1E5D7A;
}

.home .desktop-only{
    display: none;
}

.home .button--white-outline {
    background: transparent;
    border: 1px solid #FFF;
}


.home .button--white-outline:hover {
    background: #fff;
    color: #1E5D7A;
    cursor: pointer;
}

.home .slider picture {
    display: flex;
}

.home .slider .slick-slide {
    margin: 0 10px;
}

.home .slider picture,
.home .slider picture img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.home .slider .slick-prev,
.home .slider .slick-next {
    z-index: 10;
}

@media (max-width: 599px){
    .home .slider picture,
    .home .slider picture img {
        height: 500px;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .home .slider .cell {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px){
    .home .slider picture,
    .home .slider picture img {
        height: 440px;
        width: 100%;
    }
}
@media (max-width: 599px){
    .home .slider picture,
    .home .slider picture img {
        height: 500px;
    }
}
@media (min-width: 1024px){
    .home .desktop-only{
        display: block;
    }
}

/* USP */

.home .usp {
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(30,93,122,0.05);
}

.home .usp .icon{
    position: relative;
    top: 1px;
}
.home .usp ul {
    margin-left: 0;
    margin-right: 0;
}
.home .usp .list1 li {
    padding: 0;
}
.home .usp .list1 li a {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    pointer-events: none;
}
.home .usp .list1 h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 8px;
}
.home .usp .list1 li a i {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 0;
}
.home .usp .list1 li a .link {
    display: none;
}
@media (max-width: 599px){
    .home .usp ul{
        row-gap: 0;
    }
    .home .usp .list1 li a {
        padding: 20px;
    }
}
@media (min-width: 600px){
    .home .usp .list1 li {
        width: 33.3%;
        padding: 0 15px 8px 15px;
    }
}

/* cards */

.home .cards {
    padding-top: 30px;
    padding-bottom: 0;
}
.home .cards .blackup {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 3%, rgba(194, 194, 194, 0) 4%, #000 100%);
}
.home .card__excerpt {
    font-size: 15px;
}
.home .cards .button--white {
    border: 1px solid #fff;
}
.home .cards .button--white:hover {
    border: 1px solid #1E5D7A;
    background: #1E5D7A;
    color: #fff;
    cursor: pointer;
    border: none;
}

@media (max-width: 1024px){
    .home .cards .cell {
        display: block;
        margin-bottom: 20px;
    }
}
@media (max-width: 1023px){
    .home .cards .body{
        align-items: center;
    }
}
@media (min-width: 1024px){
    .home .cards {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .home .cards .body p {
        max-width: 83%;
    }
    .home .cards .card {
        height: 450px;
        min-height: 450px;
    }
}
@media print, screen and (min-width: 64em) {
    .home .card--background .card__content {
        padding: 1.4rem 1.7rem;
    }
}

/* Callout */

.home .brochure-callout .grid-x {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.home .brochure-callout {
    background-color: #1e5d7a;
    border-color: #1e5d7a;
    
    padding-top: 30px;
    padding-bottom: 30px;
}
.home .brochure-callout .buttons {
    flex-direction: column;
    margin-bottom: 0;
}
.home .brochure-callout h2,
.home .brochure-callout p {
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .home .brochure-callout{
        background-image: url(../images/icons/haddonstone-h.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    .home .brochure-callout .buttons {
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .home .brochure-callout .buttons .button {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .home .brochure-callout .grid-x .cell{
        display: flex;
        justify-content: center;
    }
    .home .brochure-callout .grid-x .buttons {
        align-items: center;
    }
    .home .brochure-callout .grid-x .buttons .button {
        width: 220px;
    }
    .home .brochure-callout h2,
    .home .brochure-callout p {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .home .brochure-callout {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .home .brochure-callout .buttons {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-width: 1200px) {
    .home .brochure-callout .buttons .button {
        width: 209px;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1420px) {
    .home .brochure-callout .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 64em - 1px) {
    .home .brochure-callout .grid-x p{
        text-align: center;
    }
}
@media only screen and (min-width: 64em) {
    .home .brochure-callout .grid-x{
        flex-direction: row;
        align-items: center;
    }
}

/* Testimonials */

.home .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
}
.home .testimonials .customer-slider .box {
    padding: 25px;
}
.home .testimonials .customer-slider {
    background: #5F8CA1;
}
.home .testimonials .customer-slider p {
    color: #fff;
}
.home .testimonials .customer-slider .name {
    font-size: 18px;
    margin-bottom: 0;
}
.home .testimonials .title.content:after{
    content: ",";
}

@media (max-width: 1023px){
    .home .testimonials .body{
        align-items: center;
    }
    .home .testimonials .body h2 {
        margin-bottom: 20px;
    }
    .home .testimonials .button{
        margin-bottom: 30px;
    }
}
@media (max-width: 599px){
    .home .testimonials .customer-slider {
        max-width: 87%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px){
    .home .testimonials {
        background-image: url(../images/icons/home-testimonials-bg.svg);
        background-position: 20% 100px;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    .home .testimonials .customer-slider .box {
        padding: 45px;
    }
}

@media (min-width: 1024px){
    .home .testimonials {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .home .testimonials .customer-slider {
        position: relative;
        left: -40px;
    }
    .home .testimonials .customer-slider .slick-prev {
        left: -35px;
    }
    .home .testimonials .customer-slider .slick-next {
        right: -35px;
    }
}


/* Further cards */

.home .further-cards {
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (min-width: 1024px){
    .home .further-cards {
        padding-top: 60px;
    }
}

/* Products */

.home .product-slider {
    margin-bottom: 10px;
}
.home .product-name,
.home .price {
    color: #363636;
}
.home .product-name {
    font-weight: 600;
    padding-top: 2px;
    margin-bottom: 9px;
}
.home .product-slider .slick-dots{
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
}
.home .product-slider .slick-prev,
.home .product-slider .slick-next {
    top: unset;
    bottom: 0;
    background: transparent;
    z-index: 10;
}
.home .product-slider .slick-prev {
    left: 50%;
    bottom: -12px;
}
.home .product-slider .slick-next {
    right: 50%;
    bottom: -12px;
}
.home .slider .slick-prev:before,
.home .slider .slick-next:before {
    color: #1E5D7A;
}
.home .slick-dots li {
    margin-left: 8px;
    margin-right: 8px;
}
.home .slick-dots li button {
    background: #F6F6F6;
    width: 15px;
    height: 15px;
}
.home .slick-dots li.slick-active button{
    background: #1E5D7A;
}
.home .slick-dots li button:before {
    border-radius: 0;
    border: none;
}

@media (max-width: 767px){
    .home .products h2 {
        margin-bottom: 25px;
    }
}
@media (max-width: 599px){
    .home .product-slider {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .home .product-slider .slick-prev {
        margin-left: -180px;
    }
    .home .product-slider .slick-next {
        margin-right: -180px;
    }
}
@media (min-width: 600px){
    .home .product-slider .slick-prev {
        margin-left: -200px;
    }
    .home .product-slider .slick-next {
        margin-right: -200px;
    }
}
@media (min-width: 768px){
    .home .products h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 1023px){
    .home .products {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px){
    .home .product-slider .slick-dots{
        margin-bottom: 65px;
    }
}


/* Large image */

.home .large-image {
    background-image: url(../images/large-image-overlay.svg),url(../images/large-image-background.jpg);
    background-size: cover;
    background-position: center;
    padding: 45px 40px;
}
.home .large-image h2,
.home .large-image p {
    color: #FFF;
}
.home .large-image h2 {
    margin-bottom: 25px;
}
.home .large-image p {
    margin-bottom: 20px;
}
@media (max-width: 1023px){
    .home .large-image .body{
        align-items: center;
    }
}

/* News */

.home .latest-news p.intro {
    margin-bottom: 30px;
}

.home .news-slider h2{
    margin-bottom: 30px;
}
.home .news-slider .category {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #848484;
}
.home .news-slider .date {
    font-size: 14px;
    color: #848484;
}

@media (max-width: 599px){
    .home .news-slider picture,
    .home .news-slider picture img {
        height: 328px;
    }
}
@media (min-width: 768px){
    .home .news-slider picture,
    .home .news-slider picture img {
        height: 328px;
        width: 100%;
    }
    .home .latest-news .read-more{
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 599px){
    .home .news-slider picture,
    .home .news-slider picture img {
        height: 328px;
    }
}

/* Image / Text */

.home .image-text {
    padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
    .home .callout--cta {
        background-image: url(../images/icons/haddonstone-h.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 40%;
    }
}

@media only screen and (min-width: 1200px) {
    .home .callout--cta .cell {
        max-width: 88rem;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

    .home .callout--cta h2,
    .home .callout--cta p {
        text-align: left;
    }
    .home .image-text {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .home .image-text .image img {
        width: 100%;
    }
    .home .image-text .image {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .home .image-text .image {
        padding-right: 20px;
        padding-top: 20px;
    }
}

/* Callout spek to our team */

.home .callout--cta {
    padding: 50px;
}

.home .callout--cta .cell{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.home .callout--cta .cell .intro {
    max-width: 635px;
}

.home .callout--cta .cell a {
    min-width: 240px;
    max-height: 50px;
}

.home .callout--cta .cell .intro p {
    font-size: 16px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .home .callout--cta .cell{
        align-items: center;
    }
    .home .callout--cta .cell p{
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .home .callout--cta .cell{
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    .home .callout--cta .cell .intro {
        padding-left: 40px;
        padding-right: 40px;
    }
}