html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* clearfix */
* html .clearfix {
    height: 1%;
}
/* IE5-6 */
* + html .clearfix {
    display: inline-block;
}
    /* IE7not8 */
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
* {
    box-sizing: border-box;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: #8DC1EA;
}

li ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li ul li:before {
    content: "- ";
    color: #8DC1EA;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover, a:active, a:link, a:visited
{
    color: #0064df;
	text-decoration: none;
}

h1
{
	border: 0;
	color: #8DC1EA;
	font-size: 24px;
	font-family: "Avenir Next Rounded Demi", Helvetica, Arial, sans-serif;
	line-height: 24px;
}

h2
{
	border: 0;
	color: #0E0038;
	font-size: 24px;
	font-family: "Avenir Next Rounded Bold", Helvetica, Arial, sans-serif;
	line-height: 24px;
}

em
{
	font-weight: normal !important;
	font-style: italic;
}

strong
{
	font-weight: bold !important;
}

sup
{
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
}

body
{
    min-height: 100%;
	padding: 0 5px;
	border: 0;
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
}

html
{
    min-height: 100%;
}

#master-container
{
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
}
#master-header {
    float: left;
    width: 100%;
}
#master-content
{
    display: inline-block;
    width: 960px;
}

.Callout-Button-Link
{
    background-color: #E33937;
	border-radius: 4px;
	color: #fff !important;
    display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
	height: 25px;
	margin: 0px auto 15px auto;
	min-width: 149px;
	padding: 4px 0;
	text-align: center;
}

.system-maintenance {
    padding: 20px;
    background-color: #8b0000;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
#contact-thankyou
{
    padding-left: 10px;
}
    #contact-thankyou h1
    {
        font-size: 20px;
    }
    #contact-thankyou p
    {
        font-family: Helvetica, Arial, sans-serif;
        padding-top: 10px;
        font-size: 15px;
    }
    .g-recaptcha { width: 304px; height: 78px;}