@charset "utf-8";
/* CSS Document */

html, body {

    height:100%;
    /*background: linear-gradient(to bottom,  #fff 0%,#eee 100%);*/

}

body {

    line-height:150%;
    border-top:6px solid rgb(0,104,56);

}

h3 {

    color:var(--colour-1);

}

.info-column {

    display:flex; gap:10px; align-items:center;

}

.info-number {

    border-radius:100px; background:#fff; padding:5px 5px 7px 5px; width:30px; font-size:1.6em; display:inline-block; font-family: 'Raleway'; line-height:100%;

}

.bullet {

    width:35px; display:inline-block;

}

.logo-container {

    padding:40px 20px 20px 20px; background:#006838; border-radius:0 0 10px 10px; position:absolute; left:10px; top:-20px;

}

.header-container-2 {

    position:absolute; top:20px; right:10px; text-align:right;

}

.header-container-3 {

    position:absolute; right:10px; bottom:40px; text-align:right;

}

.header-container-2-inner {

    font-size:1.5em; padding:5px 20px 0 0;

}

.info-container {

    color:#fff; padding:20px 30px 20px 30px;

}

.info-column-icon {

    flex:1; text-align:right;

}

.flex-1 {

    min-width: 250px;

}