body {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
}

img, table,
audio,canvas, iframe,
img, svg, video {
    max-width: 100%;
}


.clear-float {
    clear:both;
}

.highlight {
    color:#b3b3b3;
    font-family: poynter-oldstyle-display, serif;
}
.blue {
    color: #021D49;
}
.red {
    color: #B11E24;
}

img.display-left {
    float:left;
    max-width: 50%;
    margin-right:20px;
    margin-bottom:10px;
}

img.display-right {
    float:right;
    max-width: 50%;
    margin-left:20px;
    margin-bottom:10px;
}
h1, h2 ,h3 {
    font-family: poynter-oldstyle-display, serif;
    font-weight: 400;
    font-style: normal;
    color:#B11E24;
}
h1 {
    font-size:38px;
}
h2 {
    font-size:32px;
}
h3 {
    font-size:28px;
}
.button {
    display:inline-block;
    vertical-align: middle;
    background:#B11E24;
    padding: 7px 20px;
    text-transform:uppercase;
    font-weight: normal;
    cursor: pointer;
    text-decoration:none;
    color:#ffffff;
    border:none;
    font-size: 18px;
    max-width: 100%;
    box-sizing: border-box;
}
.button.clear {
    border:1px solid #B11E24;
    color:#B11E24;
    background:transparent;
    font-weight:bold;
}
.read-more {
    color:#5E93D3;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 18px;
    text-decoration: none;
}
strong.colour {
    color:#5E93D3;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center; /* fallback */
    justify-content: space-between;
}
.two-col,
.four-col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1%;
}
.two-col {
    width: 48%;
}
.four-col {
    width: 23%;
}
.four-col h2,
.four-col h4 {
    margin: 0px;
}

.staff {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 20px 0px;
}
.staff img {
    display: inline-block;
    vertical-align: top;
    width: 200px !important;
    margin-right: 4%;
    box-sizing: border-box;
}
.staff-profile {
    display: inline-block;
    vertical-align: top;
    width: 75%; /*fallback*/
}
.staff h2,
.staff h3,
.staff h4 {
    margin: 0px;
}


@media only screen and (max-width: 960px){
    .four-col {
        padding: 1%;
        width: 48%;
    }
}
@media only screen and (max-width: 760px){
    h1, h2, h3 {
        line-height: 1;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    img.display-left,
    img.display-right {
        display: block;
        float: none;
        max-width: 100%;
        margin: 20px 0px;
    }
    .four-col,
    .two-col {
        width: 100%;
        padding: 0px;
    }
    .staff {
        display: block;
    }
    .staff img {
        float:left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .staff-profile {
        display: inline;
        width: 100%;
    }
    .staff:after {
        content:"";
        display: block;
        width: 100%;
        height:1px;
        clear: both;
    }
}

@media only screen and (max-width: 500px){
    .staff img {
        float: none;
        margin: 0px auto;
    }
    .button {
        padding: 7px;
    }
}
