/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/ 

@charset "UTF-8";

/* line 287, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  	font-family: 								"/only screen and (max-width: 40em)/";
  	width: 										0em;
}

/* line 292, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  	font-family: 								"/only screen and (min-width:40.063em) and (max-width:64em)/";
  	width: 										40.063em;
}

/* line 297, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  	font-family: 								"/only screen and (min-width:64.063em)/";
  	width: 										64.063em;
}

/* line 302, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: 									"/only screen and (min-width:90.063em)/";
  width: 										90.063em;
}

/* line 307, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  	font-family: 								"/only screen and (min-width:120.063em)/";
  	width: 										120.063em;
}


/* line 317, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  	-moz-box-sizing: 							border-box;
  	-webkit-box-sizing: 						border-box;
  	box-sizing: 								border-box;
}

html, body 										{ padding: 0; margin: 0; width: 100%; height: 100%; }

html 											{ font-size: 20px; }

body {
	background: 								#fff;	
	margin: 									0;
  	font-size: 									100%;
  	line-height: 								1.4;
  	font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  	color: 										#333;
  	line-height: 								1;
  	position: 									relative;
  	cursor: 									default;
  	background-color: 							#fff;
}

a:hover {
	text-decoration: 							underline;
  	cursor: 									pointer;
}

img,
object,
embed {
  	max-width: 									100%;
  	height: 									100%;
}

object,
embed {
  	height: 									100%;
}

img {
  	-ms-interpolation-mode: 					bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  	max-width: 									none !important;
}

.left {
  	float: 										left !important;
}

.right {
  	float: 										right !important;
}

.clearfix {
  	zoom: 										1;
}

.clearfix:before, .clearfix:after {
  	content: 									" ";
  	display: 									table;
}

.clearfix:after {
  	clear: 										both;
}

.text-left {
 	text-align: 								left !important;
}

.text-right {
  	text-align: 								right !important;
}

.text-center {
  	text-align: 								center !important;
}

.text-justify {
  	text-align: 								justify !important;
}

.hide {
  	display: 									none;
}

.antialiased {
  	-webkit-font-smoothing: 					antialiased;
}

img {
  	display: 									inline-block;
  	vertical-align: 							middle;
}

textarea {
  	height: 									auto;
  	min-height: 								100px;
}

select {
  	width: 										100%;
}

.row {
  	width: 										100%;
  	margin-left: 								auto;
  	margin-right: 								auto;
  	margin-top: 								0;
  	margin-bottom: 								0;
  	max-width: 									62.5rem;
  	zoom: 										1;
}

.row.collapse .column,.row.collapse .columns 	{ position:relative; padding-left:0; padding-right:0; float:left }

.row:before, .row:after {
  	content: 									" ";
  	display: 									table;
}

.row:after {
  	clear: 										both;
}

.row.collapse > .column,
.row.collapse > .columns {
  	position: 									relative;
  	padding-left: 								0;
  	padding-right: 								0;
  	float: 										left;
}

.row.collapse .column,
.row.collapse .columns {
	position:									relative;
	padding-left:								0;
	padding-right:								0;
	float:										left
}

.row.collapse .row {
  	margin-left: 								0;
  	margin-right: 								0;
}

.row .row {
 	width: 										auto;
  	margin-left: 								-0.9375rem;
  	margin-right: 								-0.9375rem;
  	margin-top: 								0;
  	margin-bottom: 								0;
  	max-width: 									none;
  	zoom: 										1;
}

.row .row:before, .row .row:after {
  	content: 									" ";
  	display: 									table;
}

.row .row:after {
  	clear: 										both;
}

.row .row.collapse {
  	width: 										auto;
  	margin: 									0;
  	max-width: 									none;
  	zoom: 										1;
}

.row .row.collapse:before, .row .row.collapse:after {
  	content: 									" ";
  	display: 									table;
}

.row .row.collapse:after {
  	clear: 										both;
}

.column,
.columns {
	position: 									relative;
	
	padding-left: 								0.9375rem;
  	padding-right: 								0.9375rem;
  	/*
  	padding-left: 								0.625rem;
  	padding-right: 								0.625rem;
  	*/
  	width: 										100%;
  	float: 										left;
}

table {
	width:										100%;
	clear: 										both; 
	empty-cells: 								show; 
	font-size: 									16px;
  	color: 										#00385b;
	border:										0;
}

table th,
table td {
  	border: 									0;
  	padding: 									5px 0;
}

@media only screen {

  	.column,
  	.columns {
    	position: relative;
    	padding-left: 0.9375rem;
    	padding-right: 0.9375rem;
    	float: left;
  	}

  	.small-1 {
   	 	position: relative;
    	width: 8.33333%;
  	}

   	.small-2 {
    	position: relative;
    	width: 16.66667%;
  	}

  	.small-3 {
    	position: relative;
    	width: 25%;
  	}

  	.small-4 {
    	position: relative;
    	width: 33.33333%;
  	}

  	.small-5 {
   	 	position: relative;
    	width: 41.66667%;
  	}

  	.small-6 {
    	position: relative;
    	width: 50%;
  	}

  	.small-7 {
    	position: relative;
    	width: 58.33333%;
  	}

  	.small-8 {
    	position: relative;
    	width: 66.66667%;
  	}

  	.small-9 {
    	position: relative;
    	width: 75%;
  	}

  	.small-10 {
   	 	position: relative;
    	width: 83.33333%;
  	}

  	.small-11 {
    	position: relative;
    	width: 91.66667%;
  	}

  	.small-12 {
    	position: relative;
    	width: 100%;
  	}

  	[class*="column"] + [class*="column"]:last-child {
    	float: 									right;
  	}

  	[class*="column"] + [class*="column"].end {
    	float: 									left;
  	}
  
  	.end {float: left }

  	.column.small-centered,
  	.columns.small-centered {
    	position: 								relative;
    	margin-left: 							auto;
    	margin-right: 							auto;
    	float: 									none !important;
  	}

  	.column.small-uncentered,
  	.columns.small-uncentered {
   	 	margin-left: 							0;
    	margin-right: 							0;
    	float: 									left !important;
  	}

  	.column.small-uncentered.opposite,
  	.columns.small-uncentered.opposite {
    	float: 									right !important;
  	}
}


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

  	.column,
  	.columns {
    	position: 								relative;
    	padding-left: 							0.625rem;
    	padding-right: 							0.625rem;
    	float: 									left;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-1 {
  	  	position: 								relative;
    	width: 									8.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-2 {
    	position: 								relative;
    	width: 									16.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-3 {
    	position: 								relative;
    	width:			 						25%;
  	}

 	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-4 {
    	position: 								relative;
    	width: 									33.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-5 {
    	position: 								relative;
    	width: 									41.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-6 {
    	position: 								relative;
    	width: 									50%;
  	}

 	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-7 {
    	position: 								relative;
    	width: 									58.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-8 {
    	position: 								relative;
    	width: 									66.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-9 {
    	position: 								relative;
    	width: 									75%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-10 {
    	position: 								relative;
    	width: 									83.33333%;
  	}

 	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-11 {
    	position: 								relative;
    	width: 									91.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.medium-12 {
    	position: 								relative;
    	width: 									100%;
  	}
  
  	/* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"]:last-child {
    	float: 									right;
  	}

  	/* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"].end {
    	float: 									left;
  	}

  	/* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.medium-centered,
  	.columns.medium-centered {
    	position: 								relative;
    	margin-left: 							auto;
    	margin-right: 							auto;
    	float: 									none !important;
  	}

  	/* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.medium-uncentered,
  	.columns.medium-uncentered {
    	margin-left: 							0;
    	margin-right: 							0;
    	float: 									left !important;
  	}

  	/* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.medium-uncentered.opposite,
  	.columns.medium-uncentered.opposite {
    	float: 									right !important;
  	}

}


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

  	/* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column,
  	.columns {
    	position: 								relative;
    	padding-left: 							0.625rem;
    	padding-right: 							0.625rem;
    	float: 									left;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-1 {
    	position: 								relative;
    	width: 									8.33333%;
  	}	

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-2 {
  	  	position: 								relative;
    	width: 									16.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-3 {
    	position: 								relative;
    	width: 									25%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-4 {
    	position: 								relative;
    	width: 									33.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-5 {
    	position: 								relative;
    	width: 									41.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-6 {
    	position: 								relative;
    	width: 									50%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-7 {
    	position: 								relative;
    	width: 									58.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-8 {
    	position: 								relative;
    	width: 									66.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-9 {
   	 	position: 								relative;
    	width: 									75%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-10 {
    	position: 								relative;
    	width: 									83.33333%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-11 {
    	position: 								relative;
    	width: 									91.66667%;
  	}

  	/* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.large-12 {
    	position: 								relative;
    	width: 									100%;
  	}

  	/* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"]:last-child {
    	float: 									right;
  	}

  	/* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"].end {
    	float: 									left;
	}

  	/* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.large-centered,
  	.columns.large-centered {
    	position: 								relative;
    	margin-left: 							auto;
    	margin-right: 							auto;
    	float: 									none !important;
  	}

  	/* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.large-uncentered,
  	.columns.large-uncentered {
   	 	margin-left: 							0;
    	margin-right: 							0;
    	float: 									left !important;
  	}

  	/* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.large-uncentered.opposite,
  	.columns.large-uncentered.opposite {
    	float: 									right !important;
  	}
}


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

  	/* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column,
  	.columns {
    	position: 								relative;
    	padding-left: 							0.9375rem;
    	padding-right: 							0.9375rem;
    	float: 									left;
  	}

  	/* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"]:last-child {
    	float: 									right;
  	}

  	/* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"].end {
    	float: 									left;
  	}

  	/* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xlarge-centered,
  	.columns.xlarge-centered {
		position: 								relative;
    	margin-left:		 					auto;
    	margin-right: 							auto;
    	float: 									none !important;
  	}

  	/* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xlarge-uncentered,
  	.columns.xlarge-uncentered {
    	margin-left: 							0;
    	margin-right: 							0;
    	float: 									left !important;
 	}

  	/* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xlarge-uncentered.opposite,
  	.columns.xlarge-uncentered.opposite {
		float: 									right !important;
  	}
}

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

  	/* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"]:last-child {
    	float: 									right;
  	}

  	/* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	[class*="column"] + [class*="column"].end {
    	float: 									left;
  	}

  	/* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xxlarge-centered,
  	.columns.xxlarge-centered {
    	position: 								relative;
   	 	margin-left: 							auto;
    	margin-right: 							auto;
    	float: 									none !important;
  	}

 	 /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xxlarge-uncentered,
  	.columns.xxlarge-uncentered {
    	margin-left:	 						0;
    	margin-right: 							0;
    	float: 									left !important;
  	}

  	/* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  	.column.xxlarge-uncentered.opposite,
  	.columns.xxlarge-uncentered.opposite {
   	 	float: 									right !important;
  	}
}

/* line 23, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion {
  	zoom: 										1;
 	 margin-bottom: 							0;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  	content: 									" ";
  	display: 									table;
}
/* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:after {
 	 clear: 									both;
}
/* line 25, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd {
  	display: 									block;
  	margin-bottom: 								0 !important;
}
/* line 28, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd.active a {
  	background: 								#e7e7e7;
}
/* line 29, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > a {
  	background: 								#efefef;
  	color: 										#222222;
  	padding: 									1rem;
  	display: 									block;
  	font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  	font-size:	 								0.9rem;
}
/* line 36, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion dd > a:hover {
  	background: 								#e2e2e2;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .content {
  	display: 									none;
  	padding: 									0.9375rem;
}
/* line 42, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .content.active {
  	display: 									block;
  	background: 								white;
}

/* line 102, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  	border-style: 								solid;
  	border-width: 								1px;
  	display: 									block;
  	font-weight: 								normal;
  	margin-bottom: 								1.25rem;
  	position: 									relative;
  	padding: 									0.875rem 1.5rem 0.875rem 0.875rem;
  	font-size: 									0.9rem;
  	background-color: 							#008cba;
  	border-color: 								#0079a1;
  	color: 										white;
}

/* line 105, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  	font-size: 									1.375rem;
  	padding: 									9px 6px 4px;
 	line-height: 								0;
  	position: 									absolute;
  	top: 										50%;
  	margin-top: 								-0.6875rem;
  	right: 										0.25rem;
  	color: 										#333333;
  	opacity: 									0.3;
}

/* line 87, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  	opacity: 									0.5;
}
/* line 107, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  	-webkit-border-radius: 						3px;
  	border-radius: 								3px;
}
/* line 108, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  	-webkit-border-radius: 						1000px;
  	border-radius: 								1000px;
}
/* line 110, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  	background-color: 							#43ac6a;
  	border-color: 								#3c9a5f;
  	color: 										white;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  	background-color: 							#f04124;
  	border-color: 								#ea2f10;
  	color: 										white;
}
/* line 112, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  	background-color:					 		#e7e7e7;
  	border-color: 								#dadada;
  	color: 										#4e4e4e;
}
/* line 113, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  	background-color: 							#f08a24;
  	border-color: 								#ea7d10;
  	color: 										white;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  	background-color: 							#a0d3e8;
  	border-color: 								#8bc9e3;
  	color: 										#4e4e4e;
}

/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  	display: 									block;
  	padding: 									0;
  	margin: 									0 -0.625rem;
  	zoom: 										1;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  	content: 									" ";
  	display: 									table;
}
/* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  	clear: 										both;
}
/* line 35, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  	display: 									inline;
  	height: 									auto;
  	float: 										left;
  	padding: 									0 0.625rem 1.25rem;
}

/* line 197, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  	height: 									36px;
  	margin: 									0;
  	border: 									0;
  	border: 									1px solid #eaeced;
  	-moz-border-radius: 						5px;
  	-webkit-border-radius: 						5px;
  	-o-border-radius: 							5px;
  	-ms-border-radius: 							5px;
  	-khtml-border-radius: 						5px;
  	border-radius: 								5px;
  	-moz-box-shadow: 							0 0 0 0 transparent;
  	-webkit-box-shadow:  						0 0 0 0 transparent;
  	-o-box-shadow:  							0 0 0 0 transparent;
  	box-shadow:  								0 0 0 0 transparent;
  	font-weight: 								bold;
  	font-size:									100%;
  	color: 										#bf052d;
  	background-color: 							#fff;
  	background-image: 							none;
  	-webkit-box-sizing: 						border-box;
  	-moz-box-sizing: 							border-box;
  	box-sizing: 								border-box;
}

button:hover, button:focus, .button:hover, .button:focus {
  	background-position: 						inherit;
  	border-color: 								#eaeced;
}


@media only screen and (min-width: 40.063em) {
  	button, .button {
    	display: inline-block;
  	}
}

[data-clearing] {
  	zoom: 1;
  	margin-bottom: 0;
  	margin-left: 0;
  	list-style: none;
}

[data-clearing]:before, [data-clearing]:after {
  	content: " ";
  	display: table;
}

[data-clearing]:after {
  	clear: both;
}

[data-clearing] li {
  	float: left;
  	margin-right: 10px;
}

.clearing-blackout {
  	background: #333333;
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 998;
}

.clearing-blackout .clearing-close {
  	display: block;
}

.clearing-container {
  	position: relative;
  	z-index: 998;
  	height: 100%;
  	overflow: hidden;
  	margin: 0;
}

.visible-img {
  	height: 95%;
  	position: relative;
}

.visible-img img {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	margin-left: -50%;
  	max-height: 100%;
  	max-width: 100%;
}

.clearing-caption {
  	color: #cccccc;
  	font-size: 1em;
  	line-height: 1.3;
  	margin-bottom: 0;
  	text-align: center;
  	bottom: 0;
  	background: #333333;
  	width: 100%;
  	padding: 10px 30px 20px;
  	position: absolute;
  	left: 0;
}

.clearing-close {
  	z-index: 999;
  	padding-left: 20px;
  	padding-top: 10px;
  	font-size: 30px;
  	line-height: 1;
  	color: #cccccc;
  	display: none;
}

.clearing-close:hover, .clearing-close:focus {
  	color: #ccc;
}

.clearing-assembled .clearing-container {
  	height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  	display: none;
}

.clearing-feature li {
  	display: none;
}

.clearing-feature li.clearing-featured-img {
  	display: block;
}

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

  	.clearing-main-prev,
  	.clearing-main-next {
    	position: absolute;
    	height: 100%;
    	width: 40px;
    	top: 0;
  	}
  
  	.clearing-main-prev > span,
  	.clearing-main-next > span {
    	position: absolute;
    	top: 50%;
    	display: block;
    	width: 0;
    	height: 0;
    	border: solid 12px;
  	}
  
  	.clearing-main-prev > span:hover,
  	.clearing-main-next > span:hover {
    	opacity: 0.8;
  	}

   	.clearing-main-prev {
    	left: 0;
  	}

  	.clearing-main-prev > span {
    	left: 5px;
    	border-color: transparent;
    	border-right-color: #cccccc;
  	}

  	.clearing-main-next {
    	right: 0;
  	}

  	.clearing-main-next > span {
    	border-color: transparent;
    	border-left-color: #cccccc;
  	}

  	.clearing-main-prev.disabled,
  	.clearing-main-next.disabled {
  	  	opacity: 0.3;
  	}
  
  	.clearing-assembled .clearing-container .carousel {
    	background: rgba(51, 51, 51, 0.8);
    	height: 120px;
    	margin-top: 10px;
    	text-align: center;
  	}

	.clearing-assembled .clearing-container .carousel > ul {
    	display: inline-block;
    	z-index: 999;
    	height: 100%;
    	position: relative;
    	float: none;
  	}
 
  	.clearing-assembled .clearing-container .carousel > ul li {
    	display: block;
   	 	width: 120px;
    	min-height: inherit;
    	float: left;
    	overflow: hidden;
    	margin-right: 0;
    	padding: 0;
    	position: relative;
    	cursor: pointer;
    	opacity: 0.4;
  	}

  	.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    	height: 100%;
    	max-width: none;
  	}
  
  	.clearing-assembled .clearing-container .carousel > ul li a.th {
    	border: none;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	display: block;
 	}
 
  	.clearing-assembled .clearing-container .carousel > ul li img {
    	cursor: pointer !important;
    	width: 100% !important;
  	}
  	
  	.clearing-assembled .clearing-container .carousel > ul li.visible {
    	opacity: 1;
  	}
  	
  	.clearing-assembled .clearing-container .carousel > ul li:hover {
    	opacity: 0.8;
  	}
  	
  	.clearing-assembled .clearing-container .visible-img {
    	background: #333333;
    	overflow: hidden;
    	height: 85%;
  	}

  	.clearing-close {
    	position: absolute;
    	top: 10px;
    	right: 20px;
    	padding-left: 0;
    	padding-top: 0;
  	}
}

/* Buttons */
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
input.form-submit,
.button,
a.button,
a.button:visited {
  	height: 36px;
  	margin: 0;
  	border: 0;
  	border: 1px solid #eaeced;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-khtml-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow:  0 0 0 0 transparent;
  	-webkit-box-shadow:  0 0 0 0 transparent;
  	-o-box-shadow:  0 0 0 0 transparent;
  	box-shadow:  0 0 0 0 transparent;
  	font-weight: bold;
  	color: #bf052d;
  	background-color: #fff;
  	background-image: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
input.form-submit:hover,
input.form-submit:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
a.button:visited:hover,
a.button:visited:focus {
  	background-position: inherit;
  	border-color: #eaeced;
}

/* Legend */
.results-legend {
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
  	font-size: 16px;
  	font-size: 0.8rem;
  	color: #00385b;
}

.results-legend li {
  	display: inline-block;
  	zoom: 1;
  	margin: 0 25px 0 0;
  	word-wrap: normal;
  	word-break: keep-all;
}

.results-legend li::first-letter {
  	font-weight: bold;
}

/* Block title */
.block-title,
.pane-title {
  	margin: 									0 0 20px 0;
  	font-size: 									22px;
  	font-size: 									1.1rem;
  	line-height: 								1.5;
  	font-weight: 								500;
  	color: 										#9cadb3;
}	


@media only screen and (max-width: 40em) {
  	.f-dropdown {
    	max-width: 100%;
    	left: 0;
	}
}

.f-dropdown {
  	position: absolute;
  	top: -9999px;
  	list-style: none;
  	margin-left: 0;
  	width: 100%;
  	max-height: none;
  	height: auto;
  	background: white;
  	border: solid 1px #cccccc;
  	font-size: 16px;
  	z-index: 99;
  	margin-top: 2px;
  	max-width: 200px;
}

.f-dropdown > *:first-child {
  	margin-top: 0;
}

.f-dropdown > *:last-child {
  	margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 0.9rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 124, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 149, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
/* line 54, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 152, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 153, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 118, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.5625rem;
}
/* line 58, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
/* line 93, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 112, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
/* line 119, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.625rem;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 112, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
/* line 120, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 3.0625rem;
}
/* line 83, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 112, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
/* line 121, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 3.625rem;
}
/* line 103, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 112, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* line 45, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 28, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 29, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 34, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 300, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 75, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 81, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 84, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 85, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 97, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 306, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  	font-size: 									0.9rem;
  	color: 										#4d4d4d;
  	/*ursor: 									pointer;*/
  	display: 									block;
  	font-weight: 								normal;
	margin-bottom: 								0.5rem;
  /* Styles for required inputs */
}
/* line 307, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  	float: 										none;
  	text-align: 								right;
}
/* line 308, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 										0 0 1rem 0;
  padding: 										0.625rem 0;
}
/* line 310, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: 								capitalize;
  color: 										#666666;
}

/* line 316, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.9rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

@-moz-document url-prefix() {
  /* line 338, ../bower_components/foundation/scss/foundation/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 339, ../bower_components/foundation/scss/foundation/components/_forms.scss */
  select:hover {
    background: #f2f2f2;
  }
}

/* Attach elements to the beginning or end of an input */
/* line 343, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  	display: 									block;
  	position: 									relative;
  	z-index: 									2;
  	text-align: 								center;
  	width: 										15%;
  	padding-top: 								0;
  	padding-bottom: 							0;
  	border-style: 								solid;
  	border-width: 								1px;
 	overflow: 									hidden;
  	font-size: 									0.9rem;
  	height: 									2.3125rem;
  	line-height: 								2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 346, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  	padding-left: 								0;
  	padding-right: 								0;
  	padding-top: 								0;
  	padding-bottom: 							0;
  	text-align: 								center;
  	line-height: 								2.125rem;
  	border: 									none;
}

/* line 347, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  	padding-left: 								0;
  	padding-right: 								0;
  	padding-top: 								0;
  	padding-bottom: 							0;
  	text-align: 								center;
  	line-height: 								2.125rem;
  	border: 									none;
}

/* line 349, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  	-webkit-border-radius: 						0;
  	border-radius: 								0;
  	-moz-border-radius-bottomleft: 				3px;
  	-moz-border-radius-topleft: 				3px;
  	-webkit-border-bottom-left-radius: 			3px;
  	-webkit-border-top-left-radius: 			3px;
  	border-bottom-left-radius: 					3px;
  	border-top-left-radius: 					3px;
}

/* line 350, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  	-webkit-border-radius: 						0;
  	border-radius: 								0;
  	-moz-border-radius-topright: 				3px;
  	-moz-border-radius-bottomright: 			3px;
  	-webkit-border-top-right-radius: 			3px;
  	-webkit-border-bottom-right-radius: 		3px;
  	border-top-right-radius: 					3px;
  	border-bottom-right-radius: 				3px;
}

/* line 351, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  	-webkit-border-radius: 						0;
  	border-radius:	 							0;
  	-moz-border-radius-bottomleft: 				1000px;
  	-moz-border-radius-topleft: 				1000px;
 	-webkit-border-bottom-left-radius: 			1000px;
  	-webkit-border-top-left-radius: 			1000px;
  	border-bottom-left-radius: 					1000px;
  	border-top-left-radius: 					1000px;
}

/* line 352, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  	-webkit-border-radius: 						0;
  	border-radius: 								0;
  	-moz-border-radius-topright: 				1000px;
  	-moz-border-radius-bottomright: 			1000px;
  	-webkit-border-top-right-radius: 			1000px;
  	-webkit-border-bottom-right-radius: 		1000px;
  	border-top-right-radius: 					1000px;
  	border-bottom-right-radius: 				1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 355, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  	background: 								#f2f2f2;
  	border-color: 								#d9d9d9;
 	border-right: 								none;
  	color: 										#333333;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  	-webkit-border-radius:	 					0;
  	border-radius: 								0;
  	-moz-border-radius-bottomleft: 				3px;
  	-moz-border-radius-topleft: 				3px;
  	-webkit-border-bottom-left-radius: 			3px;
  	-webkit-border-top-left-radius: 			3px;
 	border-bottom-left-radius: 					3px;
  	border-top-left-radius: 					3px;
}

/* line 358, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  	background: 								#f2f2f2;
  	border-color: 								#cccccc;
  	border-left: 								none;
  	color: 										#333333;
}
/* line 359, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  	-webkit-border-radius: 						0;
  	border-radius: 								0;
  	-moz-border-radius-topright: 				3px;
  	-moz-border-radius-bottomright: 			3px;
  	-webkit-border-top-right-radius: 			3px;
  	-webkit-border-bottom-right-radius: 		3px;
  	border-top-right-radius: 					3px;
  	border-bottom-right-radius: 				3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 365, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 368, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 373, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 376, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 396, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  	-webkit-appearance: 						none;
  	-webkit-border-radius: 						0;
  	border-radius: 								0;
  	background-color: 							white;
  	font-family: 								inherit;
  	border: 									1px solid #cccccc;
  	-webkit-box-shadow: 						inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	box-shadow: 								inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	color: 										rgba(0, 0, 0, 0.75);
  	display: 									block;
  	font-size: 									0.9rem;
  	margin: 									0 0 1rem 0;
  	padding: 									0.5rem;
  	height: 									2.3125rem;
  	width: 										100%;
  	-moz-box-sizing: 							border-box;
  	-webkit-box-sizing: 						border-box;
 	box-sizing: 								border-box;
  	-webkit-transition: 						-webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  	-moz-transition: 							-moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  	transition: 								box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  	-webkit-box-shadow: 						0 0 5px #999999;
  	-moz-box-shadow: 							0 0 5px #999999;
  	box-shadow: 								0 0 5px #999999;
  	border-color: 								#999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  	background: 								#fafafa;
  	border-color: 								#999999;
  	outline: 									none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  	background-color: 							#dddddd;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  	margin: 									0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  	display: 									inline-block;
  	margin-left:		 						0.5rem;
  	margin-right: 								1rem;
  	margin-bottom: 								0;
  	vertical-align: 							baseline;
}

input[type="file"] {
  	width: 										100%;
}

fieldset {
  	border: 									solid 1px #dddddd;
  	padding: 									1.25rem;
  	margin: 									1.125rem 0;
}

fieldset legend {
  	font-weight: 								bold;
  	background: 								white;
 	padding: 									0 0.1875rem;
  	margin: 									0;
  	margin-left: 								-0.1875rem;
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error label,
.error label.error {
  color: #f04124;
}

.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

kbd {
  	background-color: 							#ededed;
  	border-color: 								#dbdbdb;
  	color: 										#222222;
  	border-style: 								solid;
  	border-width: 								1px;
  	margin: 									0;
  	font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  	font-size: 									0.9rem;
  	padding: 									0.125rem 0.25rem 0;
  	-webkit-border-radius: 						3px;
  	border-radius: 								3px;
}


.label {
  	font-weight: 								normal;
  	font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  	text-align: 								center;
  	text-decoration: 							none;
  	line-height: 								1;
  	white-space: 								nowrap;
  	display: 									inline-block;
  	position: 									relative;
  	margin-bottom: 								inherit;
  	padding: 									0.25rem 0.5rem 0.375rem;
  	font-size: 									0.9rem;
  	background-color:		 					#008cba;
  	color: 										#fff;
}

.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: white;
}

.label.success {
  background-color: #43ac6a;
  color: white;
}

.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav {
  	margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd {
  	margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav .active {
  	line-height: 1.8em;
}

@-webkit-keyframes rotate {

  	from {
    	-webkit-transform: rotate(0deg);
  	}

  	to {
    	-webkit-transform: rotate(360deg);
  	}
}

@-moz-keyframes rotate {

  	from {
    	-moz-transform: rotate(0deg);
  	}

  	to {
    	-moz-transform: rotate(360deg);
  	}
}

@-o-keyframes rotate {

  	from {
    	-o-transform: rotate(0deg);
  	}

  	to {
    	-o-transform: rotate(360deg);
  	}
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */

.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}

.orbit-container .orbit-timer.paused > span.dark {
  	border-color: transparent transparent transparent #333;
}

.orbit-container:hover .orbit-timer > span {
  	display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  	position: absolute;
  	top: 45%;
  	margin-top: -25px;
 	width: 36px;
  	height: 60px;
  	line-height: 50px;
  	color: white;
  	text-indent: -9999px !important;
  	z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  	background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  	position: absolute;
  	top: 50%;
  	margin-top: -10px;
  	display: block;
  	width: 0;
  	height: 0;
  	border: inset 10px;
}

.orbit-container .orbit-prev {
  	left: 0;
}

.orbit-container .orbit-prev > span {
  	border-right-style: solid;
  	border-color: transparent;
  	border-right-color: white;
}

.orbit-container .orbit-prev:hover > span {
  	border-right-color: white;
}

.orbit-container .orbit-next {
  	right: 0;
}

.orbit-container .orbit-next > span {
  	border-color: transparent;
  	border-left-style: solid;
  	border-left-color: white;
  	left: 50%;
  	margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  	border-left-color: white;
}

.orbit-bullets-container {
  	text-align: center;
}

.orbit-bullets {
  	margin: 0 auto 30px auto;
 	overflow: hidden;
  	position: relative;
  	top: 10px;
  	float: none;
  	text-align: center;
  	display: inline-block;
}

.orbit-bullets li {
  	display: block;
  	width: 0.5625rem;
  	height: 0.5625rem;
  	background: #cccccc;
  	float: left;
  	margin-right: 6px;
  	-webkit-border-radius: 1000px;
  	border-radius: 1000px;
}

.orbit-bullets li.active {
  	background: #999999;
}

.orbit-bullets li:last-child {
  	margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  	display: none;
}

.touch .orbit-bullets {
  	display: none;
}

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

  	.touch .orbit-container .orbit-prev,
  	.touch .orbit-container .orbit-next {
   	 	display: inherit;
  	}
  
  	.touch .orbit-bullets {
    	display: block;
  	}
}
@media only screen and (max-width: 40em) {
  
  	.orbit-stack-on-small .orbit-slides-container {
    	height: auto !important;
  	}
  
  	.orbit-stack-on-small .orbit-slides-container > * {
    	position: relative;
    	margin-left: 0% !important;
  	}

  	.orbit-stack-on-small .orbit-timer,
  	.orbit-stack-on-small .orbit-next,
  	.orbit-stack-on-small .orbit-prev,
  	.orbit-stack-on-small .orbit-bullets {
    	display: none;
  	}
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.9rem;
  margin-left: 0.3125rem;
}

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}

ul.pagination li {
  float: left;
  display: block;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #eeeeee;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a {
  color: #008cba;
}

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid #cccccc;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #008cba;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}


.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
}

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.9rem;
}

.side-nav li a {
  display: block;
  color: #008cba;
}

.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: normal;
  font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  color: #999999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #0079a1;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  background: #008cba;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0079a1;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc;
}

div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}

div.switch input:hover, div.switch input:focus {
  cursor: pointer;
}

div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

div.switch input:not(:checked) + label {
  opacity: 0;
}

div.switch input:checked {
  display: none !important;
}

div.switch input {
  left: 0;
  display: block !important;
}

div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}

div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}

div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}

div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}

div.switch span.custom {
  display: none !important;
}

form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}

@-webkit-keyframes webkitSiblingBugfix {
  	from {
    	position: relative;
  	}

  	to {
    	position: relative;
  	}
}


/* PersonList.xsl, HtmlClubResult.xml, NotificationMenu.xml */
.colHeader {
	background-color:							#209def;
	padding: 									0.5rem 0.625rem 0.625rem;
	font-size: 									0.9rem;
  	color: 										#ffffff;
  	text-align: 								left;
  	border-bottom:								solid 2px #209def;
  	font-weight:								bold;
}

.colContent {
	padding: 									0.5625rem 0.625rem;
  	font-size: 									0.9rem;
  	color: 										#222222;
}

.tabs {
  	zoom: 										1;
  	margin-bottom: 								0 !important;
}

.tabs:before, .tabs:after {
  	content: 									" ";
  	display: 									table;
}

.tabs:after {
  	clear: 										both;
}

.tabs dd {
  	position: 									relative;
  	margin-bottom: 								0 !important;
  	top: 										1px;
  	float: 										left;
}

.tabs dd > a {
  	display: 									block;
  	background: 								#efefef;
  	color: 										#222222;
  	padding-top: 								1rem;
  	padding-right: 								2rem;
  	padding-bottom: 							1.0625rem;
  	padding-left: 								2rem;
  	font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  	font-size: 									0.9rem;
}

.tabs dd > a:hover {
  	background: 								#e2e2e2;
}

.tabs dd.active a {
  	background: 								#fff;
}

.tabs.radius dd:first-child a {
  	-moz-border-radius-bottomleft: 				3px;
  	-moz-border-radius-topleft: 				3px;
  	-webkit-border-bottom-left-radius:	 		3px;
  	-webkit-border-top-left-radius: 			3px;
  	border-bottom-left-radius: 					3px;
  	border-top-left-radius: 					3px;
}

.tabs.radius dd:last-child a {
  	-moz-border-radius-topright: 				3px;
  	-moz-border-radius-bottomright: 			3px;
  	-webkit-border-top-right-radius: 			3px;
  	-webkit-border-bottom-right-radius: 		3px;
  	border-top-right-radius: 					3px;
  	border-bottom-right-radius: 				3px;
}

.tabs.vertical dd {
  	position: 									inherit;
  	float: 										none;
  	display: 									block;
  	top: 										auto;
}

.tabs-content {
  	zoom: 										1;
  	margin-bottom: 								1.5rem;
}

.tabs-content:before, .tabs-content:after {
  	content: 									" ";
  	display: 									table;
}

.tabs-content:after {
  	clear: 										both;
}

.tabs-content > .content {
  	display: 									none;
  	float: 										left;
  	padding: 									0.9375rem 0;
}

.tabs-content > .content.active {
  	display: 									block;
}

.tabs-content > .content.contained {
  	padding: 									0.9375rem;
}

.tabs-content.vertical {
  	display: 									block;
}

.tabs-content.vertical > .content {
  	padding: 									0 0.9375rem;
}

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

  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

.th {
	line-height: 0;
  	display: inline-block;
  	border: solid 4px white;
  	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  	-webkit-transition: all 200ms ease-out;
  	-moz-transition: all 200ms ease-out;
  	transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.th {
  display: inline-block;
  max-width: 100%;
}

p.lead {
  	font-size: 									1.21875rem;
  	line-height: 								1.6;
}

.subheader {
  	line-height: 								1.4;
  	color: 										#6f6f6f;
  	font-weight: 								300;
  	margin-top: 								0.2rem;
  	margin-bottom: 								0.5rem;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  	margin: 										0;
  	padding: 										0;
  	direction: 										ltr;
}

a {
  	color: 											#333;
  	text-decoration: 								none;
  	font-size:										100%;
}

a:hover {
  	text-decoration: 								underline;
}

*, *:focus,
a, a:focus {
  	outline: 										0;
}

a img {
  	border: 										none;
}

p {
  	font-family: 									inherit;
  	font-weight: 									normal;
  	font-size: 										0.9rem;
  	line-height: 									1.6;
  	margin-bottom: 									1.25rem;
  	text-rendering: 								optimizeLegibility;
}

p aside {
  	font-size: 										0.9rem;
  	line-height: 									1.35;
  	font-style: 									italic;
}

h1, h2, h3, h4, h5, h6 {
  	font-family: 									"Museo Sans", Arial, Helvetica, sans-serif;
  	font-weight: 									300;
  	font-style: 									normal;
  	color: 											#222222;
  	text-rendering: 								optimizeLegibility;
  	margin-top: 									0.2rem;
  	margin-bottom: 									0.5rem;
  	line-height: 									1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  	font-size: 										60%;
  	color: 											#6f6f6f;
  	line-height:	 								0;
}

h1 {
  	font-size: 										2.125rem;
}

h2 {
  	font-size: 										1.6875rem;
}

h3 {
  	font-size: 										1.375rem;
  	color: 											#008fef;
  	font-weight: 									bold;
}

h4 {
  	font-size: 										1.125rem;
}

h5 {
  	font-size: 										1.125rem;
}

h6 {
  	font-size: 										1.0rem;
}

hr {
  	border: solid #dddddd;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 0.5rem 0 1.1875rem;
  	height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: 								"Museo Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #bb260d;
}

ul,
ol,
dl {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  /* Override nested font-size change */
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl dt {
	float: 										left; 
  	margin-bottom: 								0.3rem;
  	font-weight: 								bold;
  	width: 										14em;
  	clear:										left; 
}

dl dd {
	margin-top: 								0;
	margin-bottom: 								0.3rem;
	margin-left: 								15em;
	clear: 										right; 
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

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

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.5875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }
}

.print-only {
  	display: none !important;
}

@media print {
	
    * {
    	background: transparent !important;
    	color: #000 !important;
    	/* Black prints faster: h5bp.com/s */
    	box-shadow: none !important;
    	text-shadow: 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;
    /* h5bp.com/t */
  	}

  	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;
  	}

  	.hide-on-print {
    	display: none !important;
  	}

  	.print-only {
    	display: block !important;
  	}

  	.hide-for-print {
    	display: none !important;
  	}

  	.show-for-print {
    	display: inherit !important;
  	}
}

meta.foundation-mq-topbar {
  	font-family: "/only screen and (min-width:40.063em)/";
  	width: 40.063em;
}

.contain-to-grid {
  	width: 100%;
  	background: #333333;
}

.contain-to-grid .top-bar {
  	margin-bottom: 0;
}

.fixed {
  	width: 100%;
  	left: 0;
  	position: fixed;
  	top: 0;
  	z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  	overflow-y: auto;
  	height: auto;
  	width: 100%;
 	max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  	position: fixed;
  	width: 100%;
  	z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  	z-index: 98;
  	margin-top: 45px;
}

.js-generated {
  	display: block;
}

.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
  	-webkit-backface-visibility: hidden;
}

.off-canvas-wrap, .inner-wrap {
  	position: relative;
  	width: 100%;
}

.left-off-canvas-menu, .right-off-canvas-menu {
  	width: 250px;
  	top: 0;
  	bottom: 0;
  	height: 100%;
  	position: absolute;
  	overflow-y: auto;
  	background: #333333;
  	z-index: 1001;
  	box-sizing: content-box;
}

section.left-small, section.right-small {
  	width: 2.8125rem;
  	height: 2.8125rem;
  	position: absolute;
  	top: 0;
}

.off-canvas-wrap {
  	overflow: hidden;
}

.inner-wrap {
  zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
  	content: " ";
  	display: table;
}

.inner-wrap:after {
  clear: both;
}

section.left-small {
  	border-right: solid 1px #1a1a1a;
  	box-shadow: 1px 0 0 #4d4d4d;
  	left: 0;
}

section.right-small {
  	border-left: solid 1px #4d4d4d;
  	box-shadow: -1px 0 0 #1a1a1a;
  	right: 0;
}

a.menu-icon {
  	text-indent: 2.1875rem;
  	width: 2.8125rem;
  	height: 2.8125rem;
  	display: block;
  	line-height: 2.0625rem;
  	padding: 0;
  	color: white;
  	position: relative;
}

a.menu-icon span {
 	position: absolute;
  	display: block;
  	width: 1rem;
  	height: 0;
  	left: 0.8125rem;
  	top: 0.3125rem;
  	-webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  	box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

a.menu-icon:hover span {
  	-webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
  	box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  	-webkit-transform: translate3d(-100%, 0, 0);
  	-moz-transform: translate3d(-100%, 0, 0);
  	-ms-transform: translate3d(-100%, 0, 0);
  	-o-transform: translate3d(-100%, 0, 0);
  	transform: translate3d(-100%, 0, 0);
}

.right-off-canvas-menu {
  	-webkit-transform: translate3d(100%, 0, 0);
  	-moz-transform: translate3d(100%, 0, 0);
  	-ms-transform: translate3d(100%, 0, 0);
  	-o-transform: translate3d(100%, 0, 0);
  	transform: translate3d(100%, 0, 0);
  	right: 0;
}

ul.off-canvas-list {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}

ul.off-canvas-list li label {
  	padding: 0.3rem 0.9375rem;
  	color: #999999;
  	text-transform: uppercase;
  	font-weight: bold;
  	background: #444444;
  	border-top: 1px solid #5e5e5e;
  	border-bottom: none;
  	margin: 0;
}

ul.off-canvas-list li a {
  	display: block;
  	padding: 0.66667rem;
  	color: rgba(255, 255, 255, 0.7);
  	border-bottom: 1px solid #262626;
}

.lt-ie10 .left-off-canvas-menu {
  	left: -250px;
}

.lt-ie10 .right-off-canvas-menu {
  	right: -250px;
}

.lt-ie10 .move-left > .inner-wrap {
  	right: 250px;
}
.lt-ie10 .move-right > .inner-wrap {
  	left: 250px;
}

.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  	display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  	display: none !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {

  	.hide-for-small,
  	.hide-for-small-only,
  	.show-for-medium,
  	.show-for-medium-down,
  	.show-for-medium-up,
  	.show-for-medium-only,
  	.hide-for-large,
  	.hide-for-large-up,
  	.hide-for-large-only,
  	.hide-for-xlarge,
  	.hide-for-xlarge-up,
  	.hide-for-xlarge-only,
  	.hide-for-xxlarge-up,
  	.hide-for-xxlarge-only {
  	  	display: inherit !important;
  	}

  	.show-for-small,
  	.show-for-small-only,
  	.hide-for-medium,
  	.hide-for-medium-down,
  	.hide-for-medium-up,
  	.hide-for-medium-only,
  	.hide-for-large-down,
  	.show-for-large,
  	.show-for-large-up,
  	.show-for-large-only,
  	.show-for-xlarge,
  	.show-for-xlarge-up,
  	.show-for-xlarge-only,
  	.show-for-xxlarge-up,
  	.show-for-xxlarge-only {
    	display: none !important;
  	}
 
}

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

  	.hide-for-small,
  	.hide-for-small-only,
  	.hide-for-medium,
  	.hide-for-medium-down,
  	.hide-for-medium-only,
  	.show-for-medium-up,
  	.show-for-large,
  	.show-for-large-up,
  	.show-for-large-only,
  	.hide-for-xlarge,
  	.hide-for-xlarge-up,
  	.hide-for-xlarge-only,
  	.hide-for-xxlarge-up,
  	.hide-for-xxlarge-only {
    	display: inherit !important;
  	}

  	.show-for-small-only,
  	.show-for-medium,
  	.show-for-medium-down,
  	.show-for-medium-only,
  	.hide-for-large,
  	.hide-for-large-up,
  	.hide-for-large-only,
  	.show-for-xlarge,
  	.show-for-xlarge-up,
  	.show-for-xlarge-only,
  	.show-for-xxlarge-up,
  	.show-for-xxlarge-only {
    	display: none !important;
  	}

}

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {

  	.hide-for-small,
  	.hide-for-small-only,
  	.hide-for-medium,
  	.hide-for-medium-down,
  	.hide-for-medium-only,
  	.show-for-medium-up,
  	.show-for-large-up,
  	.show-for-xlarge,
  	.show-for-xlarge-up,
  	.show-for-xlarge-only,
  	.hide-for-xxlarge-up,
  	.hide-for-xxlarge-only {
    	display: inherit !important;
  	}

  	.show-for-small-only,
  	.show-for-medium,
  	.show-for-medium-down,
  	.show-for-medium-only,
  	.show-for-large,
  	.show-for-large-only,
  	.show-for-large-down,
  	.hide-for-xlarge,
  	.hide-for-xlarge-up,
  	.hide-for-xlarge-only,
  	.show-for-xxlarge-up,
  	.show-for-xxlarge-only {
  	  	display: none !important;
  	}

}

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {

  	.hide-for-small,
  	.hide-for-small-only,
  	.hide-for-medium,
  	.hide-for-medium-down,
  	.hide-for-medium-only,
  	.show-for-medium-up,
  	.show-for-large-up,
  	.show-for-xlarge-up,
  	.show-for-xxlarge-up,
  	.show-for-xxlarge-only {
    	display: inherit !important;
  	}

  	.show-for-small-only,
  	.show-for-medium,
  	.show-for-medium-down,
  	.show-for-medium-only,
  	.show-for-large,
  	.show-for-large-only,
  	.show-for-large-down,
  	.hide-for-xlarge,
  	.show-for-xlarge-only,
  	.hide-for-xxlarge-up,
  	.hide-for-xxlarge-only {
    	display: none !important;
  	}

}

.show-for-landscape,
.hide-for-portrait {
  	display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  	display: none !important;
}

@media only screen and (orientation: landscape) {

  	.show-for-landscape,
  	.hide-for-portrait {
    	display: inherit !important;
  	}

  	.hide-for-landscape,
  	.show-for-portrait {
    	display: none !important;
  	}

  	table.show-for-landscape, table.hide-for-portrait {
    	display: table;
  	}

  	thead.show-for-landscape, thead.hide-for-portrait {
    	display: table-header-group !important;
  	}

  	tbody.show-for-landscape, tbody.hide-for-portrait {
    	display: table-row-group !important;
  	}

  	tr.show-for-landscape, tr.hide-for-portrait {
    	display: table-row !important;
  	}

  	td.show-for-landscape, td.hide-for-portrait,
  	th.show-for-landscape,
  	th.hide-for-portrait {
    	display: table-cell !important;
  	}
}

@media only screen and (orientation: portrait) {
  	
  	.show-for-portrait,
  	.hide-for-landscape {
    	display: inherit !important;
  	}

  	.hide-for-portrait,
  	.show-for-landscape {
    	display: none !important;
  	}
}

.show-for-touch {
  	display: none !important;
}

.hide-for-touch {
  	display: inherit !important;
}

.touch .show-for-touch {
  	display: inherit !important;
}

.touch .hide-for-touch {
  	display: none !important;
}

table.hide-for-touch {
  	display: 									table;
}

.touch table.show-for-touch {
  	display: 									table;
}

thead.hide-for-touch {
  	display: 									table-header-group !important;
}

.touch thead.show-for-touch {
  	display: 									table-header-group !important;
}

tbody.hide-for-touch {
  	display: 									table-row-group !important;
}

.touch tbody.show-for-touch {
  	display: 									table-row-group !important;
}

tr.hide-for-touch {
  	display: 									table-row !important;
}

.touch tr.show-for-touch {
  	display: 									table-row !important;
}

td.hide-for-touch {
  	display: 									table-cell !important;
}

.touch td.show-for-touch {
  	display: 									table-cell !important;
}

th.hide-for-touch {
  	display: 									table-cell !important;
}

.touch th.show-for-touch {
  	display: 									table-cell !important;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* Mobile */
@media only screen and (max-width: 400px) {

	/* eingef�gt si / 01.12.2014 / 17:44 Uhr */
	.column,
  	.columns {
    	position: 								relative;
    	padding-left: 							0.9rem;
    	padding-right: 							0.9rem;
    	float: 									left;
  	}

	dl dt {
		float: 									left; 
	  	margin-bottom: 							0.3rem;
	  	font-weight: 							bold;
	  	width: 									10em;
	  	clear:									left; 
	}
	
	dl dd {
		margin-top: 							0;
		margin-bottom: 							0.3rem;
		margin-left: 							11em;
		clear: 									right; 
	}
  	
  	img {
  		max-width: 								40%;
  		height: 								auto;
  	}
  	
  	h2 {
  		font-size:								1.2em;
  		text-align:								center;
  	}
  	
  	.tHeader {
  		border-top: 							4px solid #d2dadd;
  		border-bottom: 							4px solid #d2dadd;
	}
  	
  	.tContent1 {
		padding: 								0.8rem 0.8rem;
	  	font-size: 								0.9rem;
	  	color: 									#222222;
	  	background-color:						#ffffff;
	}

	.row .mobile-one 							{ width: 25% !important; float: left; padding: 0 5px; }
	.row .mobile-one:last-child 				{ float: right; }
	.row .mobile-one.end 						{ float: left; }
	.row.collapse .mobile-one 					{ padding: 0; }
	.row .mobile-two 							{ width: 50% !important; float: left; padding: 0 5px; }
	.row .mobile-two:last-child 				{ float: right; }
	.row .mobile-two.end 						{ float: left; }
	.row.collapse .mobile-two 					{ padding: 0; }
	.row .mobile-three 							{ width: 75% !important; float: left; padding: 0 5px; }
	.row .mobile-three:last-child 				{ float: right; }
	.row .mobile-three.end 						{ float: left; }
	.row.collapse .mobile-three 				{ padding: 0; }
	.row .mobile-four 							{ width: 100% !important; float: left; padding: 0 5px; }
	.row .mobile-four:last-child 				{ float: right; }
	.row .mobile-four.end 						{ float: left; }
	.row.collapse .mobile-four			 		{ padding: 0; }
	.push-one-mobile 							{ left: 25%; }
	.pull-one-mobile 							{ right: 25%; }
	.push-two-mobile 							{ left: 50%; }
	.pull-two-mobile 							{ right: 50%; }
	.push-three-mobile 							{ left: 75%; }
	.pull-three-mobile 							{ right: 75%; }

	table {
		width:									95%;
		font-size: 								48%;
	}

}

