@import url('https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap');

body {
    margin: 0;
    padding: 0;
    position: relative;
    color: #4d4d4f;
    font-size: 1.15rem;
}

#content-wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #1f3e6f;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/images/page-outer-background.webp);
}

.container.body-container {
    min-height: 100vh;
    background-color: #fff;
    max-width: 1225px;
    padding-left: 35px;
    padding-right: 35px;
}

header {
    padding: 40px 0 0;
}

header > .row:first-child > div:first-child {
    padding-right: 35px;
}

header > .row:first-child > div:last-child {
    padding-left: 35px;
}

@media only screen and (max-width: 767px) {
    header > .row:first-child > div {
        max-width: 50%;
    }
}

.contour {
    height: 47px;
    background-color: transparent;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/images/top-bar.webp);
    margin: 40px -35px;
}

.contour.contour-bottom {
    background-image: url(/images/bottom-bar.webp);
}

.grey-container {
    background-color: #e3e3e3;
    border: solid 1px #6f6f6f;
    border-radius: 10px;
    padding: 35px 40px;
}

ul {
    list-style-image: url(/images/bullet.webp);
    margin-left: 0;
    padding-inline-start: 20px;
}

ul li {
    padding-left: 20px;
    line-height: 2rem;
}

.content-1 p {
    padding-left: 6.5%;
    padding-right: 6.5%;
}

.content-3 > div:last-child p {
    padding-right: 25%;
    padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
    .content-3 > div:last-child p {
        padding-right: 0;
    }
}

.strapline {
    font-size: 2.45vw;
}

@media only screen and (max-width: 767px) {
    .strapline {
        font-size: 2.95vw;
    }
}

.montserrat-normal, .montserrat-bold, .montserrat-bolder, .montserrat-extrabold, .montserrat-black {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

    .montserrat-bold, .montserrat-normal b, .montserrat-normal strong {
        font-weight: 600;
    }

.montserrat-bolder {
    font-weight: 700;
}

.montserrat-extrabold {
    font-weight: 800;
}

.montserrat-black {
    font-weight: 900;
}

.orange {
    color: #f9ae09;
}

.green {
    color: #94c01e;
}

.grey {
    color: #c2c2c2;
}

.dark-grey {
    color: #878787;
}

h1, p {
    margin-bottom: 35px;
}

h1:last-child, p:last-child {
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 1.75rem;
}

p {
    line-height: 2rem;
}

.h4 {
    line-height: inherit;
}