/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* START standard boilerplate stuff that's been edited */
body {
	margin: 0;
	line-height: 1.4;
}
a {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
blockquote {
	margin: 1em 40px;
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
::-moz-selection {
	text-shadow: none;
}
::selection {
	text-shadow: none;
}
pre {
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
}
/* END standard boilerplate stuff that's been edited */


/* Generic elements */
img.center {
	display: block;
	margin: 2em auto 0 auto;
}
p.center {
	text-align: center;
}
p.image-label {
	margin: 1em 0;
	text-align: center;
	font-size: 92.9%;
	font-style: italic;
}
blockquote.pullquote {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	margin: 1.5em 0 1.5em 1em;
	padding: .75em .5em .75em 1em;
	border-left: 0.5em solid #DDD;
	line-height: 1.5;
	color: #666;
}
blockquote.pullquote::before {
	display: block;
	height: 0;
	content: "“";
	margin-left: -1em;
	font: italic 400%/1 Cochin,Georgia,"Times New Roman", serif;
	color: #999;
}
table {
	table-layout: fixed;
}
caption {
	font-size: 108%;
	margin: 0 0 .5em 0;
	font-weight: bold;
}
td, th {
	vertical-align:middle;
	border: 1px solid #ddd;
	padding: 1em;
	word-wrap: break-word;
}
th {
	text-align: center;
	background-color:#f4f4f4;
}
td {
	text-align: left;
}
.float-left {
	float: left;
}
.icon img {
	padding-right: 0.5em;
}
.red {
	color: #f00;
}

div.row { margin-bottom: 10px; }
*:focus{ outline:none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

.hr {
	height: 2px;
	width: 100%;
	background-color: #bbb;
}


/* Not generic but often-repeated bits / boxes */
.showcase_box {
	padding: 1em;
	border: 2px dashed #bbb;
	margin-bottom: 1em;
	/* Need the border to be inside to not interfere with the grid spacing */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.showcase_box > div {
	height: 120px;
	width: 428px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.showcase_box > div img {
	margin-top: 0;
	margin-bottom: 0;
}
.showcase_box span {
	display: block;
	text-align: right;
}
.showcase_box h1,
.showcase_box h2,
.showcase_box h3,
.showcase_box h4,
.showcase_box h5,
.showcase_box h6 {
	margin-top: 0;
	text-align: center;
}

/* Often-repeated spacing boxes */
.small-spaced-bottom {
	margin-bottom: 0.5em;
}
.medium-spaced-bottom {
	margin-bottom: 1em;
}
.large-spaced-bottom {
	margin-bottom: 2em;
}


.bluebox {
	background: #c9d0de;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 0px 8px #444;
}
.bluebox h2 {
	color: #243648;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 1px 0px #f2f2f2;
}
.bluebox  h3 {
	color: #243648;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px 0;
	text-shadow: 0px 1px 0px #f2f2f2;
}
.bluebox ul {
	color: #243648;
	text-shadow: 0px 1px 0px #f2f2f2;
}
.bluebox li {
	margin-bottom: 5px;
}
.bluebox p {
	color: #243648;
	text-shadow: 0px 1px 0px #f2f2f2;
	text-align: center;
}
.bluebox label {
	margin: 0;
	color: #243648;
	text-shadow: 0px 1px 0px #f2f2f2;
	text-align: left;
	vertical-align: baseline;
}
.bluebox legend {
	margin: 0 20px 0 0;
	color: #243648;
	text-shadow: 0px 1px 0px #f2f2f2;
	text-transform: uppercase;
	font-weight: bold;
}
.bluebox fieldset {
	margin-bottom: 20px;
}
.bluebox input, .bluebox textarea {
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 123.1%;
	color: #f2f2f2;
}
.bluebox input {
	margin: 10px 5px 0 20px;
	background: #5E768D;
	vertical-align: baseline;
}
.bluebox input[type=radio] {
	background: none;
}
.bluebox textarea {
	padding: 12px 20px 0px 20px;
	margin: 0 0 20px 20px;
	background: #5E768D;
}
.bluebox input:focus, .bluebox textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}
.bluebox input[type=radio]:focus {
	background: none;
}
.bluebox input::-webkit-input-placeholder,
.bluebox input:-moz-placeholder,
.bluebox textarea::-webkit-input-placeholder,
.bluebox textarea:-moz-placeholder {
	color: #a1b2c3;
	text-shadow: 0px -1px 0px #38506b;
}

.bluebox input[type=submit] {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: #5E768D;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
	text-align: center;
}


/* START template stuff */

#fullheader {
	width: 100%;
}

#fullheader #headerbar {
	height: 24px;
	position : fixed;
	left : 0px;
	top : 0px;
	width : 100%;
	z-index: 1000;
}
#headerbar-contents {
	position: relative;
	width: 1000px;
	top: 50%;
	height: 16px;
	margin: -10px auto 0 auto;
	font-size: 85.8%;
}
#headerbar #inline-info {
	display: inline-block;
	width: 418px;
	margin: 0 40px;
}
#headerbar #inline-account {
	display: inline-block;
	width: 418px;
	margin: 0 40px;
	text-align: right;
}
#inline-account a {
	margin-left: 1em;
}



#fullheader #logocontainer {
	position: relative;
	width: 990px;
	margin: 30px auto 0 auto;

}
#fullheader #logo {
	padding: 15px 15px 0 15px;
}
#fullheader #logo a {
	background: none;
}
#fullheader #logo > div {
	padding: 5px 0 0 10px;
	font-style: italic;
	color: #000;
}



#main {
	padding: 15px;
}

#main #content {
}

.navlinks {
	margin-bottom: 1em;
}
.navlinks li {
	display: inline;
}
.navlinks a {
	font-size: 85.8%;
}

#footerwide {
	width: 100%;
	margin: 0;
	padding: 1em 0;
}

#footerlinks {
	position: relative;
	overflow: hidden;
	font-size: 92.9%;
}
#footerlinks li.category {
	margin: 0.5em 0;
}
#footerlinks li.page a {
	background: none;
	font-size: 92.4%;
}

#links{
	position: relative;
}

#footerinfo {
	text-align: left;
	font-size: 92.9%;
}
#footerinfo > p {
	margin: 0.5em 0;
}

.social {
	display: inline-block;
}
.social a {
	height: 30px;
	padding-left: 35px;
	margin: 2px;
	display: block;
	font-size: 92.4%;
	vertical-align: middle;
	line-height: 30px;
}
.social.twitter a {
	background: url(../img/social/twitter.png) no-repeat;
}
.social.facebook a {
	background: url(../img/social/facebook.png) no-repeat;
}
.social.linkedin a {
	background: url(../img/social/linkedin.png) no-repeat;
}
.social a:hover {
	margin: 1px 3px 3px 1px;
}

#terms {
	font-size: 78.6%;
	text-align: center;
}


/* Reset spacings for nav menu */

ul.mega-container {
	margin: 1em 0 0 0;
}
.mega-container ul {
	margin: 0;
	padding: 0;
}

/* END template stuff */





/* START forms */

.light_form {
	margin-top: 10px;
}
.light_form label {
	display: inline-block;
	padding-right: 0.5em;
	text-align: left;
	width: 25%;
}
.light_form input[type=text],
.light_form input[type=email],
.light_form textarea {
	padding: 0.5em;
	border: 1px solid #000000;
	color: #777;
	outline: none;
	resize: none;
	width: 65%;
	-moz-box-shadow: 0 0 5px 5px #cfcfcf;
	-webkit-box-shadow: 0 0 5px 5px #cfcfcf;
	box-shadow: 0 0 5px 5px #cfcfcf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.light_form input:focus,
.light_form textarea:focus {
	-moz-box-shadow: 0 0 2px 2px #cfcfcf inset;
	-webkit-box-shadow: 0 0 2px 2px #cfcfcf inset;
	box-shadow: 0 0 2px 2px #cfcfcf inset;
}
.light_form textarea {
	width: 65%;
	overflow: auto;
}
.light_form input[type=submit] {
	float: right;
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-family: 'Bitter', serif;
	font-size: 228.6%;
	margin: 1em 0;
}
.light_form .star{
	color: #e20000;
}

/* END forms */





































@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
