/* Table of Content
==================================================
	#Site Styles
	#Media Queries

/* #Site Styles
================================================== */

/* Wraps
-------------------------------------------------- */

	#headerWrap, #saveWrap, #breadcrumbWrap, #contentWrap, #footerWrap {
		width: 100%;
		position: relative;
	}
	
	#headerWrap {
		padding: 25px 0 30px;
		z-index: 501;
		border-bottom: 1px solid rgba(10,70,147,0.2);
		background: #fff;
	}
	
	#saveWrap {
		padding: 20px 0 1px;
		z-index: 502;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
		#saveWrap.shadow {
			background: #fff;
			border-bottom: 1px solid rgba(10,70,147,0.15);
		}
	
	#breadcrumbWrap {
		z-index: 100;
		padding: 14px 0 14px;
		border-bottom: 1px dashed rgba(10,70,147,0.2);
		background: #eef2f9;
	}
	
	#contentWrap {
		position: relative;
		padding: 40px 0 40px;
		min-height: 300px;
		background: #eef2f9;
	}
	
	#footerWrap {
		padding: 35px 0 30px;
		background: #1c2b3e;
	}


/* Header
-------------------------------------------------- */

#logo a {
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat 0 0;
	background-size: 500px 500px;
	width: 200px;
	height: 52px;
	text-decoration: none;
	margin-right: 40px;
    position: relative;
    z-index: 2;
}

#logo, #account, #menu {
	height: 52px;
}

#logo p, #account p {
	font-size: 17px;
	line-height: 17px !important;
	margin: 0;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#logo p {
	color: #0a4693;
    position: relative;
    z-index: 1;
}
#account p {
	text-align: right;
}

/* sub navigation */

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subNav {
	margin: 0 0 50px;
}
	
ul.subNav li a {
	font-size: 14px;
	text-transform: uppercase;
	background: #fff;
	display: block;
	padding: 11px 0 9px 0;
	border-bottom: 1px solid #dbd7d5;
}

ul.subNav li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/sprite.png') no-repeat -392px -70px;
	background-size: 500px 500px;
	width: 11px;
	height: 14px;
	margin-right: 10px;
	margin-top: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	ul.subNav li a:hover::after {
		background: url('../images/sprite.png') no-repeat -360px -70px;
		background-size: 500px 500px;
	}

ul.subNav li a.selected, ul.subNav li a.selected:hover {
	border-bottom: 1px solid #aaa;
	color: #000;
	padding-left: 10px;
}
	ul.subNav li a.selected::after {
		background: url('../images/sprite.png') no-repeat -360px -70px;
		background-size: 500px 500px;
		width: 11px;
		height: 14px;
		margin-top: 3px;
	}

ul.subNav li a:hover {
	border-bottom: 1px solid #999;
	color: #333;
	padding-left: 10px;
}


	/* sub sub */
		ul.subNav li ul {
			margin: 0;
		}
	
		ul.subNav li li a {
			text-transform: none;
			color: #555;
			background: #fafafa !important;
			display: block;
			padding: 11px 0 9px 20px;
			border-bottom: 1px solid #ccc;
		}
		ul.subNav li li a:hover {
			color: #000;
			border-bottom: 1px solid #ccc;
			padding: 11px 0 9px 30px;
		}


/* Breadcrumb
-------------------------------------------------- */
	
		#breadcrumbWrap ul, #breadcrumbWrap li {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#breadcrumbWrap ul {
			margin: 0;
		}
		
		#breadcrumbWrap li {
			font-size: 13px;
			line-height: 19px;
			float: left;
			margin: 0;
			color: #888;
		}		
		
/* Content
-------------------------------------------------- */

	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* devs */

.dev, .dev img, .dev h3 {
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dev {
	margin-bottom: 20px !important;
}
	.dev:hover {
		background: #ddd;
	}
	.dev:hover h3 {
		color: #000;
	}
	.dev:hover img {
		-webkit-filter: brightness(0.8);
  	filter: brightness(0.8);
	}

.dev a {
	display: block;
}

.dev img {
	margin-bottom: 15px;
}

.dev p {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	color: #555;
}


/* call out box */

.callOut {
    background: #fff;
    border: 1px solid rgba(10,70,147,0.2);
    padding: 22px 24px 6px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.callOut p:last-child {
    margin-bottom: 20px !important;
}
	
		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/sprite.png') no-repeat -366px 10px;
	background-size: 500px 500px;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

#goTop a:hover {
	display: block;
	background: url('../images/sprite.png') no-repeat -366px -22px;
	background-size: 500px 500px;
}

#footerWrap ul, #footerWrap li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#footerWrap li {
	font-size: 13px;
	margin: 0 0 3px;
}

#footerWrap p {
	font-size: 13px;
	color: #999;
	line-height: 21px;
	margin-right: 0;
}

#footerWrap a {
	color: #f60;
	text-decoration: none;
}

#footerWrap a:hover {
	color: #fff;
}


/* #Media Queries
================================================== */

	@media only screen and (min-width: 1280px) and (max-width: 1480px) {
		input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
			width: 340px;
		}
	}
	
	/* standard desktop and below  */
	@media only screen and (max-width: 1279px)  {
			
	}

	/* Tablet Landscape size to wide monitor  */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		

	}

	/* Tablet Portrait size to standard 960  */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.no-mob-all{
			display: none;
		}
		.mob-only-all {
			display: block !important;
		}
		.no-tab {
			display: none !important;
		}
		.tab-only {
			display: block !important;
		}
		
		.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
			min-width: 100px;
		}
		
		.matchLabel {
			margin-left: 0 !important;
		}
		
	}

	/* All Mobile Sizes  */
	@media only screen and (max-width: 767px) {
		
		/* top bar
		-------------------------------------------------- */
		
		.no-mob, .no-mob-all {
			display: none !important;
		}
		.mob-only, .mob-only-all {
			display: block !important;
		}
		
		.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
			min-width: 100px;
		}
		
		hr {
			margin: 0 0 40px;
		}
		hr.narrow  {
			margin: 20px 0;
		}
		
		p.lead {
			font-size: 14px;
			line-height: 22px;
		}
		
		#headerWrap {
			padding: 20px 0 15px;
		}
		
		#headerWrap p, #saveWrap p {
			font-size: 16px;
			line-height: 16px !important;
			margin: 2px 0 0 0;
		}
		
		#logo a {
			background: url('../images/sprite.png') no-repeat 0 0;
			background-size: 250px 250px;
			width: 50px;
			height: 26px;
			margin-bottom: 15px;
		}
			.progressLogo {
				width: 60px !important;
				margin: 0 auto 10px;
				float: none;
			}
		
		#account p {
			text-align: left;
			font-size: 12px;
			line-height: 12px;
		}
		
		.matchLabel {
			margin-left: 0 !important;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait  */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		

	}

	/* Mobile Portrait Size to Mobile Landscape Size  */
	@media only screen and (max-width: 479px) {
		
		.no-mob-p {
			display: none !important;
		}
		
		.mob-only-p {
			display: block;
		}

		
	}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8); /* Black background with opacity */
	z-index: 101; /* Specify a stack order in case you're using a different order for other elements */
	cursor: default; /* Add a pointer on hover */
}

#text {
	position: absolute;
	top: 25%;
	left: 45%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
