.page-title {
    margin-top: 0px;
    margin-bottom: 10px;

    text-transform: uppercase;

    color: #d14c47;

    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.page-title.yell {
    color: #ffaa00;
}

.page-title.blue, .page-title.blue a {
    color: #36b7df;
}

.page-title.without-offset {
    margin-top: 0px;
}

.section-title {
    margin: 10px 0px 15px;

    text-transform: uppercase;

    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.section-title.without-offset {
    margin-top: 0px;
}

.section-title.blue, .section-title.blue a {
    color: #36b7df;
}

.article-title-container .h1,
.article-title-container .h2 {
    margin: 0;

    text-transform: uppercase;

    font-size: 1.5em;
}

.with-arrow {
    padding-right: 20px;

    background-image: url(../svg/arrow_blue_right.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px 20px;
}
.with-arrow-red {
    padding-right: 20px;

    color: #d14c47;
    background-image: url(../svg/arrow_red_right.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px 20px;
}

.article-title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
}

/* Small Devices, Tablets */
@media (min-width: 720px) {
    .article-title {
        font-size: 28px;
        line-height: 32px;
    }

    .page-title {
        margin-bottom: 20px;

        font-size: 36px;
    }

    .section-title {
        margin: 15px 0px;

        font-size: 28px;
        line-height: 28px;
    }
}



/* Large Devices, Wide Screens */
@media (min-width: 1020px) {
    .article-title {
        font-size: 26px;
        line-height: 30px;
    }

    .page-title {
        margin-top: 30px;
        margin-bottom: 20px;

        font-size: 30px;
    }

    .section-title {
        margin: 15px 0px;

        font-size: 22px;
        line-height: 30px;
    }
}
