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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)e
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, p, samp,
small, strike,  sub, sup, tt, var, u, center,
dl, dt, dd, fieldset, form, label, legend,
caption, 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;
	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;
}
body {
	line-height: 1;    
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p { margin: 10px 0;}

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 0px; /* bottom = footer height */
}

h2 {
text-align: center;
font-weight:bold;

}

.agmAtt .hiddenfields {
	display: none;
    border:1px solid black;
    padding:15px;
    margin-bottom: 20px;
    border-radius: 25px;
}


.agmAtt input[value="2"]:checked ~ .hiddenfields {
	display: block;
}


.addthis_sharing_toolbox {
	padding-bottom: 5px;	
}

iframe[id^='twitter-widget-'] {
height:600px !important;
margin-bottom:10px !important;
width:100% !important;
min-width: 100% !important;
}

/*captcha */
.g-recaptcha {
	z-index: 100px;	
}

#rc-imageselect {transform:scale(0.77);transform-origin:0;-webkit-transform:scale(0.77);transform:scale(0.77);-webkit-transform-origin:0 0;transform-origin:0 0; 0}
/* end captcha */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	line-height: 1;
	color:#353232;
}

h1 {
	font-size: 30px;
	font-family: 'PT Sans', sans-serif;
	color:#FFFFFF;
	font-weight: 600;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
	line-height: 30px;
	text-align:center;
}

h2 {
	font-size: 22px;
	font-family: 'PT Sans', sans-serif;
	color:#000000;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
	line-height: 30px;
	text-align:center;
	text-decoration: underline;
}

.eventList {
	color: #a80000;	
}

.alertmsg {
font-size: 18px;
color:#FF0000;
font-weight: 100;
}

a:link {
  color: #FF0000;
}

/* visited link */
a:visited {
  color: #FF0000;
}

/* mouse over link */
a:hover {
  color: #00ccff;
}

.logos {
 text-align:center;
}

.logos img {
max-width: 280px;
margin-top: 10px;
	
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
h1 {
font-size: 24px;
line-height: 24px;
}
}


.header {
background:#686E6E;
padding:10px;
overflow:auto;
}

#fclogo {
  float:right;
  width:20%;
  text-align: right;
}


.header h1 {
  text-align:center;
  
}

.signature {
    border: 0;
    border-bottom: 1px solid #000;
    font-family: 'Cookie', Helvetica, sans-serif;
  color: #000000;
  font-size: 20px; 
}

.formblockblue {
width: 80%;
background:#F1F2F2;
margin: auto;
padding:10px;
font-size: 14px;
font-family: 'PT Sans', sans-serif;
color:#353232; 
}

.formblockwhite {
width: 80%;
background:#FFFFFF;
margin: auto;
padding:10px;
font-size: 18px;
font-family: 'PT Sans', sans-serif;
color:#353232;
line-height:26px;
}

.footer {
background:#FFFFFF;
color: #9EA1A1;
text-align: center;
}

input[type=submit] {
background-color: #a80000;
  border: none;
  color: white;
  padding: 16px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;  
}

input[type="text"] {
  width: 80%;
  height:24px;
}


input[type="email"] {
  width: 80%;
  height:24px;  
}

textarea {
width: 80%;
height: 120px;
}

select {
  width: 80%;
  height:24px;  
}

.halfformcontainerleft
{
width: 45% !important;
max-width: 100% !important;
float:left;
padding-bottom: 20px;
padding-right: 50px;
}


.halfformcontainerright
{
width: 45% !important;
max-width: 100% !important;
float:left;
padding-bottom: 20px;
}

.quarterformcontainer
{
width: 23% !important;
max-width: 100% !important;
float:left;
padding-bottom: 20px;
}



.newline
{
  clear:both; 
}



@media only screen and (min-width: 0px) and (max-width: 480px) {


.halfformcontainerleft
{
width: 100% !important;
min-width: 100% !important;
padding-bottom: 20px;
padding-right: 0px !important;
clear: both;
}


.halfformcontainerright
{
width: 100% !important;
min-width: 100% !important;
padding-bottom: 20px;
padding-right: 0px !important;
clear: both;
}

.quarterformcontainer
{
width: 100% !important;
min-width: 100% !important;
padding-bottom: 20px;
padding-right: 0px !important;
clear: both;
}




} //end 0 to 480

