@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #fff;
	}
	
	.container{
		max-width: 1024px;
		margin: 0 auto;
	}

	
	body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
		{
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			color: #000;
			font-size: 1.15em;
			line-height: 1.9em;
		}
	
	h1, h2, h3, h4, h5, h6
	{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		color: #000;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		text-decoration: none;
		color: inherit;
	}
	
	h1{
		color: #4d4d4f;
		font-size: 1.625em;
		font-weight:bold;
	}
	
	#banner h1{
	  color: #000;
	  text-align: left;
	  margin-bottom: 0;
	  font-weight: normal;
    }
	
	h2{	
		color: #041e41;
		font-size: 1.5em;
	}

	
	h2.major
	{
		position: relative;
		border-top: solid 5px #e7eae8;
	}

		h2.major span
		{
			background: #fff;
			position: relative;
			display: inline-block;
		}
	h3{	
			color: #217097;
		}
	
	a
	{
		color: #041e41;
		text-decoration: underline;
	}
	
	.contact_links a, .contact_links a:hover{
	 text-decoration: underline;
		
	}

		a:hover
		{
			text-decoration: underline;
			color: #041e41;
			-webkit-transition: 0.1s;
			-moz-transition: 0.1s;
			-ms-transition: 0.1s;
			-o-transition: 0.1s;
			transition: 0.1s; 			
		}

	b, strong
	{
    font-weight: 700;
    text-align: center;
	}
	
	i, em
	{
		font-style: italic;
	}
	
	br.clear
	{
		clear: both;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 2px #E7EAE8;
		margin: 0 0 3em 0;
	}
	
	
	::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777 !important;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #777 !important;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #777 !important;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #777 !important;
	}

	blockquote
	{
		padding: 0 0 0 2.5em;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p{
		line-height: 1.5em;
	}
	
	ul.content_list{
		list-style-type: disc;
		padding: 0 2em 1em 2em;
		line-height: 1.5em;
	}
	ol.alpha_list{
		list-style-type:lower-alpha;
		padding: 0 2em 1em 2em;
		line-height: 1.5em;
	}
	
	/* Section/Article */
	
		section,
		article
		{
			margin-bottom: 1em;
			margin-top: 1em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		header > p
		{
			display: block;
			font-family: "myriad-pro",sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			color: #6093af;
		}
		
		.clearfix{
			clear:both;
		}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border-radius: 8px;
		}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 8px;
			}
			
			.image:before
			{
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
				border-radius: 8px;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
	
	
	/* List */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}
				
		ul.divided
		{
		}
		
			ul.divided > li
			{
				border-top: solid 2px #e7eae8;
				padding-top: 2.35em;
				margin-top: 2.35em;
			}
			
			ul.divided > li:first-child
			{
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

		ul.actions
		{
		}

			ul.actions li
			{
				display: inline-block;
				margin: 0 0 0 1em;
			}
			
				ul.actions li:first-child
				{
					margin-left: 0;
				}

		ul.contact
		{
			cursor: default;
		}
		
			ul.contact li
			{
				position: relative;
				display: inline-block;
				margin: 0 0.25em 0 0.25em;
				top: 0;
				-moz-transition: top .15s ease-in-out;
				-webkit-transition: top .15s ease-in-out;
				-o-transition: top .15s ease-in-out;
				-ms-transition: top .15s ease-in-out;
				transition: top .15s ease-in-out;
			}

				ul.contact li a
				{
					display: block;
					position: relative;
					width: 48px;
					height: 48px;
					border-radius: 6px;
					outline: 0;
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-o-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					background: #c1cac5;
					text-align: center;
				}
				
					ul.contact li a:before
					{
						color: #f2f5f3;
						font-size: 32px;
						line-height: 48px;
					}
				
				ul.contact li:hover a.fa-facebook		{ background-color: #3C5A98; }
				ul.contact li:hover a.fa-twitter		{ background-color: #2DAAE4; }
				ul.contact li:hover a.fa-dribbble		{ background-color: #C4376B; }
				ul.contact li:hover a.fa-linkedin		{ background-color: #006599; }
				ul.contact li:hover a.fa-instagram		{ background-color: #2E5E86; }
				ul.contact li:hover a.fa-google-plus	{ background-color: #DA2713; }

				ul.contact li:hover
				{
					top: -5px;
				}

				ul.contact li:active
				{
					top: 0;
				}

		ul.special
		{
			cursor: default;
		}
		
			ul.special li
			{
				position: relative;
				display: inline-block;
				margin: 0 1.5em 0 1.5em;
				top: 0;
				-moz-transition: top .15s ease-in-out;
				-webkit-transition: top .15s ease-in-out;
				-o-transition: top .15s ease-in-out;
				-ms-transition: top .15s ease-in-out;
				transition: top .15s ease-in-out;
			}

				ul.special li:hover
				{
					top: -10px;
				}

					ul.special li:hover a
					{
						background: #b9d2ce;
					}

				ul.special a
				{
					display: block;
					position: relative;
					background: #c1cac5;
					width: 12em;
					height: 12em;
					border-radius: 6em;
					outline: 0;
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-o-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
				}

					ul.special a:before
					{
						position: absolute;
						width: 128px;
						height: 128px;
						font-size: 96px;
						line-height: 128px;
						left: 50%;
						top: 50%;
						margin-top: -64px;
						margin-left: -64px;
						color: #fff;
						text-align: center;
					}

		ul.meta
		{
			font-size: 1em;
			color: #a1aaa5;
		}
		
		.meta, .subhead
		{
			font-size: 1.15em;
			color:#777;
			margin-bottom: 1em;
		}
		
			ul.meta li
			{
				position: relative;
				display: inline-block;
				margin-left: 1em;
			}

				ul.meta li a
				{
					color: inherit;
					outline: 0;
				}

			ul.meta li:first-child
			{
				margin-left: 0;
			}
			
			ul.meta li:before
			{
				opacity: 0.5;
				cursor: default;
				margin-right: 0.5em;
			}

		ul.menu li
		{
			border: 0;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child
			{
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

		ol
		{
		}	

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}






	/* Forms */
.newsletter-wrapper { 
   overflow:hidden;
	 padding: 10px;
}



.left-one {
  background-color: none;
  float:left; 
  margin-right:20px;
  width:35%;

}
.right-one { 
  background-color: white;
  overflow:hidden;
  margin:10px;
  min-height:170px;
}


div.row {
	background:#fff;
	border:2px solid #fff;
	margin:0 0 5px 0;
	float:left;
	width:100%;
	padding:6px 0;
}
div.row label {
	float:left;
	display:block;
	width:15em;
	font-weight:bold;
	padding:0 6px;
}
div.row label:hover {background:#fff;cursor:pointer;}

div.row fieldset {border:1px solid gray;margin:0 6px;}
div.row fieldset span {display:block;}
div.row fieldset span label {float:none;display:inline;}
div.row fieldset legend {font-weight:bold;}



div.row input[type="text"]{
    margin-top: 0;
	vertical-align: middle;
} 
div.row input[type="text"]:focus{
    border: 3px solid #555;
} 
input[type="submit"].email {
    -webkit-appearance: none;
	vertical-align: middle;
			display: inline-block;
			font-family: "myriad-pro",sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			text-decoration: none;
			background: #041e41;
			color: #fff;
			cursor: pointer;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
} 




/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			display: inline-block;
			font-family: "myriad-pro",sans-serif;
			font-weight: 400;
			text-transform: none;
			text-decoration: none;
			background: #041e41;
			color: #fff;
			border: 0;
			line-height: .5em;
			border-radius: 1px;
			outline: 0;
			cursor: pointer;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background: #666f8d;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background: #217097;
			}
		
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #6093af;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #77b2d2;
				}
				
				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background: #6093af;
				}
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			display: inline;
			font-size: 1em;
			padding: 0.85em 1em;
		}
		
		.search input[type="button"], .search input[type="submit"], .search input[type="reset"], .button {
		  font-size: 1rem;
		  padding: 0.5rem;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1.65em;
				padding: 0.85em 1.85em;
			}


	/* Tables */
	
		table
		{
			width: 100%;
		}
		
		.stats_table{
			width:45%;
		}
		
			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 2px #E7EAE8;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}
			
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					margin: 0 0 1em 0;
					font-family: "myriad-pro",sans-serif;
					font-weight: 700;
					text-transform: uppercase;
					color: #6b7770;
				}
			
				table.default thead
				{
					background: #E7EAE8;
					color: #fff;
				}
				
				table.default tfoot
				{
				}
				
				table.default tbody
				{
				}

	/* Box */

		.box
		{
		}

			.box.highlight
			{
				
			}

			.box.features
			{
			}
			
			.box.feature
			{
			}

			.box.blog
			{
			}

			.box.post
			{
			}

			.box.post-summary
			{
			}

			.box.page-content
			{
				padding-top: 1em;
			}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Sidebar + Content                                                             */
/*********************************************************************************/

	.sidebar
	{
	}
	
	.content
	{
	}

	.imageHolder31 {
		position: relative; 
		border: 1px solid #888888; 
		box-shadow: 5px 5px 5px #888888; 
		width: 320px; 
		height: 415px; 
		margin: 0 auto;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper {
	  padding: 0;
	  background-color: #217097;
	  margin: 0 auto;
	}

	#main-wrapper
	{
		/*background: #fff;*/
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		text-align: center;
		font-size: 2em;
		font-family: "myriad-pro",sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		background: #fff;
		margin: 0 auto;
	}

		#header .logo
		{
			position: relative;
			text-align: left;
		}

			#header .logo div
			{
				background: #fff;
				position: relative;
				padding: 0.5em 0 0.5em 0;
				text-transform: none;
				text-align: left;
				line-height: 1.2em;
			}
			
			#header .logo a
			{
				text-decoration: none;
				font-weight:600;
			}
		
			#header .logo h1,
			#header .logo p
			{
				display: inline;
			}
			
			#header .logo p
			{
				color: #C1CAC5;
			}
			
			.details{
				background-color: #000;
				padding: 0.1em 0 0.5em 0;
				text-align: left;
				color:#fff;
			}
			
			.details a{
				color:#fff;
				font-size:1em;
				text-transform: none;
			}
			
			.details a:hover{
				text-decoration: underline;
				-webkit-transition: 0.1s;
				-moz-transition: 0.1s;
				-ms-transition: 0.1s;
				-o-transition: 0.1s;
				transition: 0.1s;  
			}
			
			.logo{
				width:60%;
				float:left;
			}
			
			.search{
				width: 40%;
				float: right;
				padding-top: 2.1rem;
				text-align: right;
			}
			
			.search.mobile{
				display:none;
			}
			
			.search #bsc-head-searchfield, .search #searchfield{
				line-height: 1.85em;
				border-radius: 2px 0 0 2px;
				border: 1px solid #ccc;
				position: relative;
				right: -0.5em;
				top: -0.05em;
				width: 15em;
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	.nav
	{
	}
	
	.nav.mobile
	{
		display:none;
	}


/*********************************************************************************/
/* Skip                                                                          */
/*********************************************************************************/

    .skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 	
		outline: 3px dotted white;
    }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		text-align: center;
		margin: 0;
	}

		#banner h2
		{
			color: #fff;
		}
		
		#banner p
		{
			display: block;
			font-family: "myriad-pro",sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			color: #575d59;
		}

		#banner .button
		{
			color: #b4b7b5;
			background: transparent !important;
			border: solid 4px #575d59;
			border-color: rgba(87, 93, 89, 0.35);
			border-radius: 16px;
			-moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			-ms-transition: border-color .2s ease-in-out, color .2s ease-in-out;
			transition: border-color .2s ease-in-out, color .2s ease-in-out;
		}

			#banner .button:hover
			{
				color: #e4e7e5;
				border-color: rgba(87, 93, 89, 0.75);
			}

			#banner .button:active
			{
				color: #fff;
				border-color: rgba(97, 103, 99, 1.0);
			}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
		#footer a
		{
			color: inherit;
			
		}
	#footer a:focus {
		outline: 3px dotted blue;
	
	}
		#footer .menu a:hover
		{
		}

		#footer h2.major span
		{
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		display: inline-block;
		padding: 0 0 4em 0;
		color: #000;
	}
	
		#copyright a
		{
			color: inherit;
			text-decoration: underline;
			
		}
		
		#copyright .menu
		{
			margin: 0;
		}
		
			#copyright .menu li
			{
				
				border-width: 2px;
				line-height: 1em;
			}
			

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0.5em 0;
	}
	
		header h1
		{
			margin: 0 0 1em 0;
		}

	h2
	{
		font-size: 1.2em;
		margin-top: 0.5em;
	}

		h2.major
		{
			font-size: 1.65em;
			text-align: center;
			margin: 0 0 3em 0;
		}

			h2.major span
			{
				top: -0.775em;
				padding: 0 1.5em 0 1.5em;
			}

	h3
	{
		font-size: 1.1em;
	}

	h4
	{
		font-size: 1.25em;
	}

	
	
	/* List */
	
	
			ul.actions
			{
				text-align: center;
				margin: 2em 0 0 0;
			}
	
	/* Box */

		.box
		{
		}

			.box.highlight
			{
			}
			
				.box.highlight .special
				{
					margin: 0 0 4em 0;
				}

				.box.highlight h2
				{
					font-size: 3em;
					margin: 0 0 0.75em 0;
				}

				.box.highlight header > p
				{
					font-size: 1.65em;
					margin: 0 0 1.5em 0;
				}
				
				.manitoba{
					float:right;
					width:50%;
					text-align:right;
					padding-top: 0.25em;
					font-size: 0.5em;
				}
			

			.box.feature
			{
				text-align: center;
			}
			
			.box.post
			{
			}

				.box.post header
				{
					margin: 0 0 2.5em 0;
				}

				.box.post h3
				{
					font-size: 3em;
					margin: 0 0 0.5em 0;
				}

				.box.post header > p
				{
					font-size: 1.65em;
					margin: 0 0 0.5em 0;
				}

				.box.post ul.meta
				{
					margin: 0 0 0.5em 0;
				}
			
			.box.post-summary
			{
			}
			
				.box.post-summary h3
				{
					line-height: 1em;
					margin: 0 0 0.75em 0;
				}

				.box.post-summary .meta
				{
					margin: 0;
					line-height: 1em;
				}

			.box.page-content
			{
			}

				.box.page-content header
				{
					margin: 0 0 1em 0;
				}


				.box.page-content header > p
				{
					font-size: 1.65em;
					margin: 0 0 0.5em 0;
				}

				.box.page-content ul.meta
				{
					margin: 0 0 0.5em 0;
				}

/*********************************************************************************/
/* Sidebar + Content                                                             */
/*********************************************************************************/

	.sidebar
	{
		padding-top: 0.5em;
	}
	
		.homepage .sidebar
		{
			padding-top: 0;
		}

		.sidebar h2.major
		{
			text-align: left;
			margin: 0 0 1em 0;
		}
		
			.sidebar h2.major span
			{
				padding-left: 0;
			}

	.content
	{
	}

		.content-left
		{
			padding-right: 2em;
		}
	
		.content-right
		{
			padding-left: 2em;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper
	{
		padding: 0;
		background-color:#d3d4d6;
		margin: 0 auto;
		height: 6em;

	}
	
	#main-wrapper
	{
		border-top-width: 35px;
		border-bottom-width: 10px;
	}
	


/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	/*==================================================
  $A11Y Dropdown
  ==================================================*/

/* Top level nav */




.nav_outter {
	
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #041e41;
		width: 100%;
		height: 3em;
		line-height: 3.25em;
		text-align: center;
		font-family: "myriad-pro",sans-serif;
		font-size: .8em;
		font-weight: 600;
		text-transform: uppercase;
		cursor: default;
		
		
}

.nav_outter_fr {
	
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #041e41;
		width: 100%;
		height: 4.75em;
		line-height: 4em;
		text-align: center;
		font-family: "myriad-pro",sans-serif;
		font-size: .8em;
		font-weight: 600;
		text-transform: uppercase;
		cursor: default;
		
		
}

.nav_inner
		{
			max-width: 1024px;
			margin: 0 auto;
			text-align: left;
			
		}

/* Dropdowns */
.nav ul {
	position: absolute;
	z-index: 1001;
	background: #666f8d;
	left: -9999px;
	font-weight: 200;
	opacity: 0;
	transition: 0.1s linear opacity;
	min-width: 14em;
	border-radius: 2px;
	top: 3em;
}

.nav li {
	float: left;
	position: relative;
	padding: 0.5em 0.5em 0.5em .75em;
}

/* Top level nav items */
.nav li > a {
	float: left;
	padding: 0.3em 1.25em 0.25em 0;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.25em;
	font-weight:inherit;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;  
	
}


/* Top level hover state, preserve hover state when hovering dropdown  */
.nav li > a:hover,
.nav li:focus > a,
.nav li:hover > a {

	 text-decoration: underline;
}
.nav li > a:focus {
	outline: 3px dotted white;
	
}
	.nav li.current a
			{
			  font-weight: bold;
			}
			
			.nav li.current a:hover
			
			{
			  color: #fff;
			  font-weight: bold;
			  -webkit-transition: 0.1s;
			  -moz-transition: 0.1s;
			  -ms-transition: 0.1s;
			  -o-transition: 0.1s;
			  transition: 0.1s;  
			  text-decoration: underline;
			}

.nav li:hover ul,
.nav li:focus ul,
ul.show-menu {
	left: 0;
	opacity: 0.99;
	
}

.nav li:focus a {

outline: 3px dotted white;
}

.nav ul li {
	float: none;
	position: static;
}

.nav ul a {
	float: none;
	display: block;
	font-family: "myriad-pro",sans-serif;
	font-weight: bold;
	text-shadow: none;
	transition: 0.1s linear all;
	
}

.nav ul a:hover {
	text-shadow: none;
}
.nav ul a:focus {
	
	outline: 3px dotted white;
}

.nav li.toppoint:hover .level-2:before, 
.nav li.toppoint:focus .level-2:before
			{
				content: '';
				position: absolute;
				left: 50%;
				margin-left: -5em;
				top: -0.65em;
				border-bottom: solid 1em #666f8d;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
			}

			

.vh { 
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}


/*==================================================
  $Helpers
  ==================================================*/

.list-reset {  
	margin: 0;
	padding: 0;
	list-style: none;
}


		/*==================================================
Sticky Right Banner
  ==================================================*/
		#newsletter_callout {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #E3E3E3;
    background-image: none;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    display: block;
}



/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		max-width: 1024px;
		margin: 0 auto;
		padding: 1em 0 1em 0;	
		min-height: 3em;	
	}
	
	.home #banner
	{
		padding: 2em 0 2em 0;
		
	}
	
	
	
		#banner h2
		{
			font-family: "myriad-pro-condensed",sans-serif;
			font-size: 1.8em;
			text-align: left;
			letter-spacing: 1px;
			margin-top: 0;
		}
		
		#banner p
		{
			font-size: 1.35em;
			margin: 0 0 1.25em 0;
		}

		#banner .button
		{
			font-size: 1.5em;
		}
		
/*********************************************************************************/
/* Home Slider                                                                   */
/*********************************************************************************/		
		
		.slide_img{
			background-size:cover;
			background-position: right center;
			background-repeat: no-repeat;
			min-height: 250px;
			
		}
		
		.home_slider h2{
			color:#fff;
			text-transform: uppercase;
			font-family: "myriad-pro-condensed",sans-serif;
			font-weight: bold;
			font-size: 2.0em;
			margin-bottom: 0.25em;
			line-height: 0.8em;
		}
		
		.home_slider h1{
			color:#fff;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 1.5em;
			font-size: 1.2em;
			text-shadow: 1px 1px 2px #000;
		}
		
		.slide_content{
			width: 50%;
			padding-top: 4em;
			padding-left: 1.2em;
		}
		
		.slide_content.french {
			width: 40%;
			padding-top: 2.5em;
			padding-left: 2em;
		}
		
		.home .main_content{
			/*padding-top: 1em;

			padding-bottom: 2em;*/			
			padding: 1em 1em 2em;
		}
		
/*********************************************************************************/
/* Theme page                                                                    */
/*********************************************************************************/		
		
		.theme_img{
			background-size:cover;
			background-position: right center;
			background-repeat: no-repeat;
			min-height: 250px;
			margin-top: 2em;
			
		}
		
		

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 1em 0 6em 0;
	}

	#main a:focus {
	outline: 3px dotted blue;
	}
	
	.home #main
	{
		padding:0;
	}




/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
		  padding: 1em 0 1em 0;
	}
	
		#footer h2.major
		{
			margin: 0 0 1em 0;
		}	
		
		#footer a:hover{
			color:#777;
			-webkit-transition: 0.1s;
			-moz-transition: 0.1s;
			-ms-transition: 0.1s;
			-o-transition: 0.1s;
			transition: 0.1s;  
		}	

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	}
	
	
/*********************************************************************************/
/* Map                                                                           */
/*********************************************************************************/
	
	
	.first_location{
		padding-top: 2em;
	}

/* BOUNCE STYLES */
.language {
	display: none;
}

.search {
	/*display: none;*/
}

.red, .need {
	color: red !important;
}

.italic {
	font-style: italic;
}

.bump {
	margin-top: 30px;
}

table thead td {
	background: #ddd;
	font-weight: bold;
}

table td {
	border: solid 1px #ccc;
	padding: 1% 1.5%;
	width: 47%;
}

table td p {
	padding: 0;
	margin: 0;
}


table.checklist {
table-layout: fixed;
width:100%;
text-align:left;
}

table.checklist th {
	background: #ddd;
	border: solid 1px #ccc;
	font-weight: bold;
	padding: 1% 1.5%;
	text-align:left;
}

table.checklist thead td {
	background: #ccc;
	font-weight: bold;
	text-align:left;
}

table.checklist td {
	border: solid 1px #ccc;
	padding: 1% 1.5%;

}

table.checklist td.alt {
	border-bottom: solid 2px #000;
	padding: 1% 1.5%;

}

.nav.mobile .nav_inner {
	padding-left: 0;
}

@media only screen and (max-width: 1023px) {
	#banner h1 {
		padding-left: 15px;
	}
	
}

@media only screen and (min-width: 765px) {
.nav_mobile {
		display:none;
	}
input#toggle {
           display: none;
      }
}
			
