﻿/*Mobile design*/
.bodyText {
    color: #435363;
    font-size: 30px;
    font-family: "Source Sans Regular", sans-serif;
    margin-left: 15px;
}

.statisticTitle {
    font-size: 95px;
    line-height: 95px;
    color: #85d0cc;
    text-align: center;
    font-family: "Source Sans Light", sans-serif;
}

body.violet .statisticTitle {
    color: #7e6992;
}

body.gold .statisticTitle {
    color: #c4aa2f;
}

.statisticQuote {
    font-size: 70px;
    line-height: 73px;
    color: #85d0cc;
    padding: 0 50px 0 50px;
    text-align: center;
    font-family: "Source Sans Light", sans-serif;
}

body.violet .statisticQuote {
    color: #7e6992;
}

body.gold .statisticQuote {
    color: #c4aa2f;
}

.statisticQuote:before {
    content: "\201C";
}

.statisticQuote:after {
    content: "\201D";
}

.subText {
    font-size: 40px;
    color: #85d0cc;
    text-align: center;
    font-family: "Source Sans Light", sans-serif;
    padding: 0 55px 20px 55px;
}

body.violet .subText {
    color: #7e6992;
}

body.gold .subText {
    color: #c4aa2f;
}

.lightBody {
    font-size: 30px;
    margin-bottom: 30px;
    color: #435363;
    font-family: "Source Sans Light", sans-serif;
    padding: 0;
}

.contentHead {
    font-size: 60px;
    margin-top: 65px;
    margin-bottom: 25px;
    text-align: center;
    color: #435363;
    font-family: "Source Sans Light", sans-serif;
}

.linkHeadingText {
    color: #85d0cc;
    font-size: 39px;
    text-align: center;
    padding-bottom: 55px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-family: "Source Sans Light", sans-serif;
}

    .linkHeadingText:hover,
    .linkHeadingText:active {
        color: #00a2ad;
    }

.blueSubHeadline {
    color: #0067ac;
    font-size: 38px;
    font-family: "Source Sans Regular", sans-serif;
}

    .blueSubHeadline.no-padding {
        padding: 0;
    }

.greyBulletPoint {
    margin-bottom: 10px;
    color: #435363;
    font-size: 23px;
    font-family: "Source Sans Light", sans-serif;
}

.greyBulletPointItalic {
    margin-bottom: 10px;
    color: #435363;
    font-size: 23px;
    font-family: "Source Sans IT", sans-serif;
}

.sfContentBlock ul {
    list-style-type: initial;
    padding-left: 20px;
}

.sf_colsOut .wrapper {
    padding: 0;
}

.ajax__calendar .ajax__calendar_container {
    overflow: hidden;
}

.paragraph, p {
    word-break: break-word;
}

.light-blue-body {
    font-size: 43px;
    color: #0067ac;
    margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
    /*Tablet  design*/
    .statisticQuote {
        font-size: 72px;
        line-height: 75px;
    }

    .statisticTitle {
        font-size: 87px;
        line-height: 78px;
    }

    .bodyText {
        font-size: 20px;
    }

    .lightBody {
        font-size: 23px;
        margin-bottom: 45px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .sfContentBlock .lightBody {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
    }

    .lightBody.no-padding {
        padding: 0;
    }


    .contentHead {
        margin: 25px 0;
        font-size: 40px;
    }

    .linkHeadingText,
    .linkHeadingText:hover,
    .linkHeadingText:active {
        font-size: 30px;
        padding-bottom: 30px;
        text-decoration: none;
    }

    .blueSubHeadline {
        font-size: 28px;
        /*padding-left: 110px;*/
    }

    .light-blue-body {
        font-size: 28px;
    }
}

@media screen and (min-width: 1200px) {
    /*Desktop design*/
    .statisticTitle {
        font-size: 80px;
        line-height: 80px;
    }

    .blueSubHeadline {
        /*padding-left: 85px;*/
    }

    .light-blue-body {
        font-size: 34px;
    }
}
