.itl-intro {
    padding-top: 40px;
    padding-bottom: 40px;

    @media (min-width:768px) {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.itl-intro__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;

    @media (min-width:768px) {
        margin-top: -15px;
    }

    @media (min-width:992px) {
        font-size: 36px;
    }
}

.itl-intro__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--brand-grey-light);

    p {
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (max-width:var(--screen-xs-max)) {
        margin-bottom: 30px;
    }
}

.itl-intro__boxes {
    margin: -7px;

    li {
        padding: 7px;
    }

    @media (min-width:480px) {
        li {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            margin-right: -4px;
        }
    }
}

.itl-intro__box {
    margin-bottom: 30px;
    text-align: center;

    h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }

    p {
        margin-bottom: 10px;
        font-size: 12px;
        color: var(--brand-grey-light);
    }

    @media (min-width:480px) {
        margin-bottom: 0;

        p {
            margin-bottom: 30px;
        }
    }
}

.itl-source {
    text-align: center;

    +.itl-results {
        padding-top: 110px;
        margin-top: -90px;
    }
}

.itl-source__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;

    strong {
        display: block;
        color: var(--brand-primary);
    }

    @media (min-width:768px) {
        font-size: 36px;
    }
}

.itl-source__text {
    max-width: 720px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    font-weight: 300;
    color: var(--brand-grey-light);

    p {
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width:768px) {
        font-size: 18px;
    }
}

.itl-source__pic {
    margin-top: 25px;

    @media (min-width:768px) {
        background-image: url(../../../../img/layout/itl-pic-bg-left.png), url(../../../../img/layout/itl-pic-bg-right.png);
        background-position: left 0 top 40%, right 0 top 40%;
        background-repeat: no-repeat;
    }

    @media (min-width:1200px) {
        background-position: left 35px top 40%, right 35px top 40%;
    }
}

.itl-results {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brand-green);
    color: #fff;
}

.itl-results__column {
    margin-bottom: 30px;

    &:last-child {
        margin-bottom: 0;
    }

    @media (min-width:768px) {
        display: inline-block;
        vertical-align: top;
        width: 33.333333%;
        margin-right: -4px;
        margin-bottom: 0;
        padding-right: 30px;
    }
}

.itl-results__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;

    @media (min-width:768px) {
        margin-top: -5px;
        font-size: 38px;
    }

    @media (min-width:1200px) {
        font-size: 44px;
    }
}

.itl-results__subtitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-color);
    text-transform: uppercase;
}

.itl-results__text {
    font-size: 14px;

    p {
        margin-bottom: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.itl-value {
    padding-top: 40px;
    padding-bottom: 40px;

    @media (min-width:768px) {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.itl-value__column {
    margin-bottom: 40px;

    &:last-child {
        margin-bottom: 0;
    }

    @media (min-width:768px) {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        margin-bottom: 0;
        width: 33.3333333%;
        padding-left: 30px;

        &:first-child {
            padding-left: 0;
        }

    }

    @media (min-width:992px) {
        padding-left: 50px;
    }

    @media (min-width:1200px) {
        padding-left: 100px;
    }
}

.itl-value__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;

    strong {
        display: block;
        color: var(--brand-primary);
    }

    @media (min-width:992px) {
        font-size: 36px;
    }
}

.itl-value__subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.itl-value__text {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--brand-grey-light);

    p {
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width:992px) {
        font-size: 18px;
    }
}

.itl-value__list {
    li {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        color: var(--brand-grey-light);
        position: relative;

        i {
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--brand-green);
        }
    }
}

.itl-value__more {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: var(--brand-green);
    text-decoration: underline;
    transition: color .2s ease-in-out;

    &:hover,
    &:focus {
        color: var(--brand-green);
        text-decoration: none;
    }
}

.graph-slider-box {
    padding: 25px 15px 10px 15px;
    background-color: var(--brand-grey-dark);

    @media (min-width:992px) {
        margin-top: -25px;
    }
}

.graph-slider-box__title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.graph-slider {
    .slick-dots {
        margin-top: 55px;
        text-align: center;

        li {
            display: inline-block;
            padding: 0 4px;

            &.slick-active {
                button {
                    background-color: #fff;
                }
            }
        }

        button {
            display: block;
            padding: 0;
            margin: 0;
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            border-radius: 50%;
            text-indent: -10000px;
            background-color: transparent;
        }
    }
}

.graph__item {
    margin-top: 5px;

    &:first-child {
        margin-top: 0;
    }
}

.graph__text {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding-right: 10px;
    margin-right: -4px;
    font-size: 12px;
    text-align: right;
    color: #999a9f;
}

.graph__bar {
    display: inline-block;
    vertical-align: middle;
    width: 60%;

    span {
        display: block;
        height: 20px;
        background-color: var(--brand-green);
    }
}