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

	* {
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: none;
	}

	#wrapper {
		position: relative;
		margin: 0px auto;
		background-color: #FFF;
		float: left;
		width: 100%;
	}
/*
-----------------------------------------------------------------------------------------------------
FONTS 
-----------------------------------------------------------------------------------------------------
*/

	@font-face {
		font-family: 'OpenSansLight';
		src: 	url('/fonts/OpenSans-Light-webfont.eot');
		src: 	url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
				url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
				url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
				url('/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'OpenSansLightItalic';
		src: 	url('/fonts/OpenSans-LightItalic-webfont.eot');
		src: 	url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
				url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
				url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
				url('/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansRegular';
		src: 	url('/fonts/OpenSans-Regular-webfont.eot');
		src: 	url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
				url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
				url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
				url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'OpenSansItalic';
		src: url('/fonts/OpenSans-Italic-webfont.eot');
		src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/OpenSans-Italic-webfont.woff') format('woff'),
			 url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
			 url('/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansSemibold';
		src: 	url('/fonts/OpenSans-Semibold-webfont.eot');
		src: 	url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
				url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
				url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
				url('/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
		font-weight: normal;
		font-style: normal;
	}


/*
-----------------------------------------------------------------------------------------------------
HTML5 ELEMENTS 
-----------------------------------------------------------------------------------------------------
*/

	body {
		font-family: 'OpenSansRegular', sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	h1 {
		font-family: "OpenSansSemibold",sans-serif;
		font-weight: normal;
		font-size: 30px;
		line-height: 35px;
		color: #4A4A4A;
		text-align: center;
	}

	h2 {
		font-family: "OpenSansSemibold",sans-serif;
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		color: #4A4A4A;
		text-align: center;
	}

	h3 {
		font-family: 'OpenSansLight', sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #5AACBF;
		text-align: center;
	}

	h3 img {
		float: left;
		width: 16px;
		heigh: auto;
		margin: 3px 10px 0px 0px;
	}
	
	h4 {
		font-family: 'OpenSansLight', sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #999999;
	}
	
	p {
		margin: 12px 0px 12px 0px;
		color: #666;
		line-height: 20px;
		font-size: 13px;
	}

	a:focus { 
		outline: none; 
	}
	
	a,
	a:link,
	a:visited{
		color: #5AACBF;
		text-decoration: none;
	}
		
	input,
	textarea {
		display: inline-block;
		font-family: 'OpenSansRegular', sans-serif;
		font-size: 14px;
		padding: 3px 0px 2px 5px;
		margin: 0px 0px 5px 0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border: 1px solid #E5E5E5;
		background-color: #FFFFFF;
		background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
		background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
		resize: none;
		overflow: hidden;
		height: 29px;
	}
	
	input:focus,
	textarea:focus  {
		outline: none;
	}

/* 	DROP KICK */

/* One container to bind them...*/
	.dk_container {
  		background-color: #FFFFFF;
  		font-family: 'OpenSansRegular', sans-serif;
		font-size: 14px;
	}
  
  	.dk_container:focus {
    	outline: none; 
	}
  
  	.dk_container a {
    	cursor: pointer;
    	text-decoration: none; 
    	color: #000000; 
	}
	
/* Opens the dropdown and holds the menu label*/
	.dk_toggle {
		border: 1px solid #E5E5E5;
  		padding: 7px 45px 7px 10px;
  		position: relative; 
	}
  
  	.dk_toggle:after {
    	position: absolute;
    	top: 45%;
    	right: 10px;
    	content: '';
    	border-left: 5px solid transparent;
    	border-right: 5px solid transparent;
    	border-top: 5px solid #cccccc; 
	}

/* Applied when the dropdown is focused*/
	.dk_focus .dk_toggle {
  		border-color: #E5E5E5;
  	}

/* Applied whenever the dropdown is open*/
	.dk_open {
  		z-index: 10; 
	}
  
  	.dk_open .dk_toggle {
    	background-color: #ececec;
    	border-color: #E5E5E5;
   }

/* Applied whenever the dropdown is open at the top*/
	.dk_open_top .dk_options, 
	.dk_open_top .dk_options_inner {
  		border-radius: 5px 5px 0 0;
  		-moz-border-radius: 5px 5px 0 0;
  		-webkit-border-radius: 5px 5px 0 0; 
	}

/* The outer container of the options*/
	.dk_options {
  		background: #fefefe;  /* Removes transparent background on iOS5+ scroll */
  		box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		border-radius: 0 0 5px 5px;
  		-moz-border-radius: 0 0 5px 5px;
  		-webkit-border-radius: 0 0 5px 5px; 
	}
  
  	.dk_options a {
    	background-color: #fff;
		color: #666666;
    	border-bottom: 1px solid #E5E5E5;
    	padding: 8px 10px; 
	}
  
  	.dk_options a:hover, .dk_options:focus,
  	.dk_options .dk_option_current a {
    	color: #5AACBF;
    	text-decoration: none;
    }
  	
	.dk_options li:last-child a {
    	border-bottom: none; 
	}
  
  	.dk_options .disabled {
    	cursor: default; 
	}
    
	.dk_options .disabled a {
      	color: #aaa; 
	}
    
	.dk_options .disabled:hover, 
	.dk_options .disabled:hover a
    .dk_options .disabled:focus, 
	.dk_options .disabled:focus a {
      	cursor: default;
      	background-color: #fff;
      	border-bottom-color: #E5E5E5;
      	text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible.*/
	.dk_options_inner {
  		max-height: 250px;
  		border: 1px solid #E5E5E5;
  		border-bottom-width: 2px;
  		border-bottom-color: #E5E5E5;
  		color: #333;
  		border-radius: 0 0 5px 5px;
  		-moz-border-radius: 0 0 5px 5px;
  		-webkit-border-radius: 0 0 5px 5px; 
	}

/* Critical to the continued enjoyment of working dropdowns*/
	.dk_container {
  		display: none;
  		float: left; 
	}
  
  	.dk_container a {
    	outline: 0; 
	}

	.dk_toggle {
  		display: -moz-inline-stack;
  		display: inline-block;
  		*display: inline;
  		position: relative;
  		zoom: 1; 
	}

	.dk_open {
  		position: relative; 
	}
  	
	.dk_open .dk_options {
    	display: block; 
	}
  
  	.dk_open .dk_label {
    	color: inherit; 
	}

	.dk_options {
  		display: none;
  		margin-top: -1px;
  		position: absolute;
  		right: 0;
  		width: 100%; 
	}
  
  	.dk_options a, 
	.dk_options a:link, 
	.dk_options a:visited {
    	display: block; 
	}

	.dk_options_inner {
  		overflow: auto;
  		position: relative;
  		-webkit-overflow-scrolling: touch; 
	}

	.dk_container select {
  		position: absolute;
  		top: -99999em;
  		visibility: hidden; 
	}

	.dk_mobile {
  		position: relative; 
	}
  
  	.dk_mobile select {
    	display: block;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	visibility: visible;
    	opacity: 0;
    	appearance: none;
    	-moz-appearance: none;
    	-webkit-appearance: none; 
	}



/*	PAGE ELEMENTS ============================================================================================================================================================= */

	/*	HEADER ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
		#Header {
			height: 110px;
		}
		
		#logo {
			float: left;
			height: 75px;	
			margin-top: 15px;
		}
		
		#logo img {
			height: 100%;	
		}
		
		#HeaderMenu {
			float: right;
			margin: 45px 0px 0px;
		}
		
		#MenuIcon {
			display: none;	
		}
		
		#HeaderMenu ul {
			list-style: outside none none;	
		}
		
		#HeaderMenu ul li {
			margin: 0px 25px 0px 0px;	
			float: left;
		}
		
		#HeaderMenu ul li a, 
		#HeaderMenu ul li a:visited {
			font-family: "OpenSansRegular",sans-serif;
			font-size: 14px;
			color: #666;
			text-decoration: none;
		}
		
		#HeaderMenu ul li:last-of-type {
			margin-right: 0px;
		}
		
		.ActiveMenuItem {
			font-family: "OpenSansRegular",sans-serif;
			font-size: 14px;
			color: #5AACBF;
		}

		#TitleBar .ContentContainer {
			padding-top: 80px;	
		}
		
		#TitleBar h1 {
			font-family: "OpenSansSemibold",sans-serif;
			font-weight: normal;
			font-size: 30px;
			line-height: 35px;
			margin: 0px 0px;
			color: #FFFFFF;
			text-align: center;
		}
		
		#TitleBar #Separator {
			width: 	100px;
			border-bottom: 2px solid #5AACBF;
			margin: 13px auto;
		}
		
		#TitleBar h4 {
			font-family: "OpenSansRegular",sans-serif;
			font-weight: normal;
			color: #FFFFFF;
			text-align: center;
		}


	/*	MISCELLANEOUS PAGE ELEMENTS  ------------------------------------------------------------------------------------------------------------------------------------------ */

		#Separator {
			width: 	100px;
			border-bottom: 2px solid #5AACBF;
			margin: 11px auto;
		}




	.WhiteBackground {
		float: left;
		width: 100%;
		background-color: #FFF;
		padding: 20px 0px 40px;
	}

	.GreyBackground {
		float: left;
		width: 100%;
		background-color: #F7F7F7;
		padding: 20px 0px 40px;
	}

	.ContentContainer {
		height: 100%;
	}

	.DetailsGroup {
		margin: 5px 17px 0px 10px;	
	}
	
	.DetailsPanel {
		background-color: #F7F7F7;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 5px;
		margin: 10px auto 20px auto;
		display: table;
	}

	.DetailsPanelLabel {
		font-family: "OpenSansLight",sans-serif;
		font-size: 13px;
		color: #666;
		float: left;
		text-align: left;
		width: 100%;
	}
	
	.DetailsPanelCheckLabel {
		float: left;
		margin: 7px 10px 0px 5px;
	}
	
	.RadioGroup {
		float: left;
		width: 100%;	
		height: 20px;
	}
	
	.RadioGroup .DetailsPanelCheckLabel {
		margin-top: 5px;
	}
	
	.DatePicker {
		background-image: url("../icons/DatePickerCalendar.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 22px 22px;	
	}


/* 	BUTTONS ------------------------------------------------------------------------------------------------------------------------------------------------------ */

		.ButtonGroup {
			margin: 0px auto 50px auto;
			width: 500px;
			display: table;
		}
		
		
	/* BUTTON 1 -------------------------------------------------------------------------------------------------------------------------------------------------- */
	
		.Button1 {
			font-family: 'OpenSansRegular', sans-serif;
			font-size: 15px;
			color: #ffffff;
			padding: 5px 10px 7px 0px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			text-align: left;
			height: 22px;
			background-color: #5AACBF;
			
		}
		
		.Button1 img {
			float: left;
			width: 22px;
			height: auto;
			margin: -5px 10px -8px 0px;
			background-color: rgba(0, 0, 0, 0.1);
			padding: 6px 6px 6px 6px;
		}
		
		.Button1 a,
		.Button1 a:link,
		.Button1 a:visited {
			color: #ffffff;
			text-decoration: none;
			margin-right: 10px;
		}


	/* BUTTON 2 -------------------------------------------------------------------------------------------------------------------------------------------------- */
		
		.Button2 {
			font-family: "OpenSansItalic",sans-serif;
			font-size: 13px;
			color: #5AACBF;	
			cursor: pointer;
		}
		
		.Button2 a,
		.Button2 a:link,
		.Button2 a:visited {
			color: #5AACBF;
			text-decoration: none;
		}

	/* PROGRESS BAR ---------------------------------------------------------------------------------------------------------------------------------------------- */
	
	.ProgressBarOuter {
		float: left;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		padding: 5px 5px 0px 5px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border: 1px solid #e0e0e0;
		background-color: #FFFFFF;
		background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
		background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
		resize: none;
		overflow: hidden;
		height: 25px;
	}

	.ProgressBarInner {
		float: left;
		width: 100%;
		height: 20px;
		background-color: #5AACBF;	
	}
	
	.ProgressBarText {
		float: left;
		padding: 7px 0px 0px 5px;
	}


		
/* 	MESSAGES ----------------------------------------------------------------------------------------------------------------------------------------------------- */

	.WRNcontainer {
		padding: 0px 0px 0px 0px;
	}
	
	.Warning {
		font-family: "OpenSansRegular",sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		background-color: #C0392B;
		display: table;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.Warning .WRNimg {
		background-color: rgba(0, 0, 0, 0.1);
		width: 36px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.Warning img {
		width: 22px;
		height: auto;
		margin: 0px 7px;
	}
	
	.Warning .WRNtext {
		padding: 10px;	
		vertical-align: middle;
		display: table-cell;
	}

	.INFOcontainer {
		padding: 0px 5px 0px 5px;
		margin-bottom: 25px;
	}
	
	.Info {
		font-family: "OpenSansRegular",sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		background-color: #5AACBF;
		display: table;
		width: 100%;
	}
	
	.Info .INFOimg {
		background-color: rgba(0, 0, 0, 0.1);
		width: 36px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.Info img {
		width: 22px;
		height: auto;
		margin: 0px 7px;
	}
	
	.Info .INFOtext {
		float: left;
		padding: 10px;	
	}
				
	
	.ContentContainer {
		width: 1100px;	
		padding: 0px;
		margin: 0px auto;
	}

/*	FOOTER ==================================================================================================================================================================== */

	.Footer {
		background-color: #292828;	
		color: #828282;
		margin-top: 100px;
		float: left;
		width: 100%;
	}
	
	.Footer #FooterLogo {
		width: 235px;
		margin: 0px auto;	
	}
	
	.Footer img {
		opacity: 0.6;	
	}
	
	.Footer h2 {
		color: #B3B4B5;
		font-size: 14px;	
		text-align: left;
	}
	
	.Footer .FooterColumn {
		float: left;
		padding: 75px 40px 50px 10px;
	}
	
	.Footer a {
		opacity: 0.6;	
	}
	
	.Footer  #FooterColumnNavigation a {
		color: #666;
		opacity: 1;
	}
	
	.Footer #FooterColumnLogo {
		width: 21%;	
		padding-bottom: 0px;
	}


	.Footer #FooterColumnAbout {
		width: 30%;
		padding-right: 50px;	
	}

	.Footer #FooterColumnContact {
		width: 21%;	
	}

	.Footer #FooterColumnNavigation {
		width: 12%;	
		padding-right: 0px;
	}
	
/*	MEDIA QUERIES ============================================================================================================================================================= */
	
	@media screen and (max-width: 1140px){
	
		.ContentContainer {
			width: 92%;
		}
		
	}	

	@media screen and (max-width: 1100px){

		.Footer #FooterColumnLogo {
			width: 23%;	
		}
		
		.Footer #FooterColumnAbout {
			width: 66%;
			padding-bottom: 30px;
		}

		.Footer #FooterColumnContact {
			width: 32%;
			margin-left: 23%;
			padding-left: 60px;
			padding-top: 0px;
		}
		
		.Footer #FooterColumnNavigation {
			padding-top: 0px;
		}

	}
	
	@media screen and (max-width: 1000px){

		.Footer #FooterColumnLogo {
			width: 100%;
			padding: 20px 0px 0px 0px;
		}
		
		.Footer #FooterColumnAbout {
			width: 100%;
			padding: 20px 0px 0px 0px;
		}
		
		.Footer #FooterColumnAbout h2,
		.Footer #FooterColumnAbout p {
			padding-left: 20px;
			padding-right: 20px;	
		}
		
		.Footer #FooterColumnContact {
			width: 45%;
			margin-left: 0px;
			padding-left: 20px;
			padding-top: 20px;	
		}
		
		.Footer #FooterColumnNavigation {
			width: 40%;
			padding-top: 20px;	
		}
		
	}
	
	@media screen and (max-width: 800px){
		
		#HeaderMenu ul li {
			margin: 0px 15px 0px 0px;	
		}
			
	}

	@media screen and (min-width:751px){
		#HeaderMenu {
			display: inherit !important;	
		}
	}
	
	@media screen and (max-width: 750px){
		
		#MenuIcon {
			display: inherit;	
			float: right;
			margin-top: 29px;
		}
		
		#HeaderMenu {
			display: none;
			margin: 12px 0px 0px 0px;
			width: 100%;
			background-color: #FFFFFF;
			position: absolute;
			top: 98px;
			left: 0px;
			border-top: 1px solid #E5E5E5;
		}

		#HeaderMenu ul li {
			width: 100%;
			margin: 0px;
			padding: 10px 0px 10px 0px;
			border-bottom: 1px solid #E5E5E5;
			background-color: #FFFFFF;
			text-align: center;
		}
		
		#HeaderMenu ul li:first-of-type {
			border-top: 2px solid #F2F2F2;	
		}
		
	}

	@media screen and (max-width: 500px){
		
		.Footer .FooterColumn {
			text-align: center;	
			width: 100%;
			padding: 20px 0px 0px;
		}
		
		.Footer .FooterColumn h2 {
			text-align: center;	
		}
		
		.Footer #FooterColumnContact {
			width: 100%;
			padding-top: 40px;	
			padding-bottom: 0px;
			padding-left: 0px;	
		}
		
		.Footer #FooterColumnNavigation {
			width: 100%;
			padding-top: 40px;	
			padding-left: 0px;	
		}
		
	}
	
	@media screen and (max-width: 480px){
	
		#logo {
			float: left;
			height: 70px;
			margin-top: 19px;
		}	

	}