/* style standards */
@font-face {
    font-family: 'RFIPageHead';
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/AlexBrush-Regular.ttf') format('truetype');
}

:root {
    --bgColor1: rgba(0, 0, 250);
    --bgColor2: rgba(243, 241, 246);
}

body, html {
    background: linear-gradient(to bottom, var(--bgColor2), white);
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

a:link { color: black; }
a:active { color: #999900; }
a:visited { color: black; }
a:hover { color: #999900; }

img.logo {
    width: 17.5%;
    margin-left: 1.75em;
	margin-top: 1em;
    float: left;
}

p {
    margin-left: 1em;
	margin-right: 1em;
}

div.pageHead {
    background: linear-gradient(to bottom, var(--bgColor1), var(--bgColor2));
	border-color: var(--bgColor1);
	border-style: solid;
	border-radius: 0.4em;
	border-width: 2px;
	color: white;
    font-family: 'RFIPageHead';
    font-weight: 900;
    font-size: 200%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.1em;
    margin-bottom: 0;
    max-width: 9in;
    padding-top: 0.25em;
	padding-right: 0;
    padding-bottom: 0.35em;
    text-align: center;
}

div.content {
    background: linear-gradient(to bottom, var(--bgColor1), var(--bgColor2));
	border-style: solid;
	border-radius: 0.75em;
	border-width: 2px;
	border-color: var(--bgColor1);
	color: white;
    font-family: sans-serif;
    font-size: 12pt;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    max-width: 9in;
	overflow-x: hidden;
	overflow-y: auto;
    padding-bottom: 7px;
	padding-left: 0;
    padding-top: 0;
	padding-right: 0;
    text-align: left;
    word-wrap: normal;
}

div.contact {
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 15px;
	padding-top: 1em;
	padding-bottom: 1em;
    background: linear-gradient(to bottom, var(--bgColor1), var(--bgColor2));
    max-width: 9in;
	border-style: solid;
	border-radius: 0.75em;
	border-width: 2px;
	border-color: var(--bgColor1);
    font-family: OCCAContent, sans-serif;
	color: white;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
}

p.headline {
    color: white;
    font-family: sans-serif;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

p.fiText {
    color: white;
    font-family: sans-serif;
    font-size: 14pt;
    text-align: center;
}

div.fiPic {
    display: inline-block;
    height: 100px;
    text-align: center;
}

img.fiPic {
    max-width: 15%;
}

hr.fiDiv {
    clear: both; 
    color: white;
    width: 80%; 
}

p.instructions {
    color: black;
    font-family: sans-serif;
    font-size: 10pt;
    margin-top: 2em;
    text-align: center;
}

div.popup {
    background: linear-gradient(to bottom, var(--bgColor2), white);
    border-style: solid;
    border-width: 2px;
    color: black;
    display: none;
    font-family: sans-serif;
    font-size: medium;
    left: 35%;
    max-width: 9in;
    padding-bottom: 1em;
    padding-top: 1.5em;
    position: absolute;
    text-align: center;
    top: 12%;
    width: 30%;
  	z-index: 1;
}

img.lgImg {
    width: 90%;
}
