@charset "utf-8";
    @font-face {
    font-family: 'Sharp Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Italic'), url('Sharp Sans Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Book';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Book'), url('Sharp Sans.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Thin Italic'), url('Sharp Sans Thin Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Thin'), url('Sharp Sans Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Light Italic'), url('Sharp Sans Light Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Light'), url('Sharp Sans Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Medium Italic'), url('Sharp Sans Medium Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Medium'), url('Sharp Sans Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Semibold Italic'), url('Sharp Sans Semibold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Semibold'), url('Sharp Sans Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Bold Italic'), url('Sharp Sans Bold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Bold'), url('SharpSansBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Extrabold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Extrabold Italic'), url('Sharp Sans ExtraBold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sharp Sans Extrabold';
    font-style: normal;
    font-weight: normal;
    src: local('Sharp Sans Extrabold'), url('Sharp Sans Extrabold.woff') format('woff');
    }
/* CSS Document */
/*

Colors:
#006895
#FFA002
#5A4483
#007D67

*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family: sans-serif;
	color: #f42531; /* TODO: confirm intended brand color — original spec "#f4253" was invalid */
}

#mainwrapper header {
	/*Header */
	background-color: #E8F0EE;
	font-family: sans-serif;
}

#title {
    font-size: 60px;
    line-height: 1.1em;
    color: #f42531; /* TODO: confirm intended brand color */
    margin: 0 0 0 0px;
    vertical-align: top;
    width: 10px;
}

#logo {
    text-align: center;
}

#logo img {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    width: 80%;

}

#mainContent {
    max-width: 1000px;
    margin: 0 auto;
}

#mainContent > p {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

#footerbar {
    height: 100%;
    padding: 20px 30px;
    width:  auto;
    background-color: #E8F0EE;
    color: #f42531; /* TODO: confirm intended brand color */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#footerbar .copyright {
    text-align: left;
    padding: 15px 20px;
}

#footerbar .footer-logo {
    text-align: right;
    padding: 15px 20px;
}

#footerbar img {
    margin: 10px 0;
}