/*
***************************

		Colour Scheme

	Ministry of Awesome Yellow: #FFD532

	Background Wrapper Grey: #E6E6E6;


	Bright: Dark orange : EA8021

	Launch: Light orange : F1C026

	Running: Yellow : EBE200

	Scale: Green : A1C437


	Gradient:

	background: #ea8021; 
	background: -moz-linear-gradient(left,  #ea8021 0%, #ea8021 25%, #f1c026 25%, #f1c026 50%, #ebe200 50%, #ebe200 75%, #a1c437 75%, #a1c437 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea8021), color-stop(25%,#ea8021), color-stop(25%,#f1c026), color-stop(50%,#f1c026), color-stop(50%,#ebe200), color-stop(75%,#ebe200), color-stop(75%,#a1c437), color-stop(100%,#a1c437));
	background: -webkit-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: -o-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: -ms-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: linear-gradient(to right,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8021', endColorstr='#a1c437',GradientType=1 ); 



***************************
*/


/* 
***************************
		Global CSS
***************************
*/

*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 98%;
}

body{
	color: black;
	font-family: 'Lato', 'Arial', sans-serif;
	overflow-x: hidden; 
}

body a{
	cursor: pointer;
}

.colourBorder{
	padding: 0 !important;
	height: 10px;
	background: #ea8021; 
	background: -moz-linear-gradient(left,  #ea8021 0%, #ea8021 25%, #f1c026 25%, #f1c026 50%, #ebe200 50%, #ebe200 75%, #a1c437 75%, #a1c437 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea8021), color-stop(25%,#ea8021), color-stop(25%,#f1c026), color-stop(50%,#f1c026), color-stop(50%,#ebe200), color-stop(75%,#ebe200), color-stop(75%,#a1c437), color-stop(100%,#a1c437));
	background: -webkit-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: -o-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: -ms-linear-gradient(left,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%); 
	background: linear-gradient(to right,  #ea8021 0%,#ea8021 25%,#f1c026 25%,#f1c026 50%,#ebe200 50%,#ebe200 75%,#a1c437 75%,#a1c437 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8021', endColorstr='#a1c437',GradientType=1 ); 
}

.clearFix{
	clear: both !important;
}

#reset{
	text-decoration: none;
	color: white;
	border: 2px solid white;
	padding: 10px;
	position: relative;
	top: 20px;
}

#copyright{
	font-size: 0.8em;
	vertical-align: bottom;
}

/* 
***************************
		Header
***************************
*/

.header{
	background: white;
	text-align: center;
}

#headTitle{
	font-size: 1.5em;
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
}

.headMenu{
	display: inline-block;
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	padding: 5px;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}

.headerIcon{
	display: inline-block;
	height: auto;
	width: 30px;
	padding-bottom: 10px;
}

#homeLink{
	color:black;
}

/* 
***************************
		Footer
***************************
*/

.pageFooter{
	position: relative;
	background: white;
	margin-right:0;
	height: 8em;
}

.footWrapper{
	margin-top: 10px;
	text-align: right;
}

.footerText{
	margin-right: 2%;
	display: inline-block;
	font-size: 1.1em;
	text-align: left;
	vertical-align: middle;
	line-height: 0.8em;
}

.powered{
	display: inline-block;
	max-width: 100px;
	height: auto;
}

.push {
	position: relative;
	min-height: 8em;
}

#footContainer{
	min-width: 550px;
}

#downloadLink{
	margin-top: 25px;
	margin-left: 20%;
	max-width: 525px;
	text-align: justify;
}

/* 
***************************
		Social media
***************************
*/

#twitterIcon{
	display: inline-block;
	background-image: url(assets/twitter_small.png);
	height: 30px;
	width: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 5px;
}

#facebookIcon{
	display: inline-block;
	background-image: url(assets/facebook_small.png);
	height: 30px;
	width: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 5px;
}

#twitterIcon{
	margin-left: 10px;
}

#twitterIcon:hover{
	background-position: 0% 100%;
}

#facebookIcon:hover{
	background-position: 0% 102%;
}

/* 
***************************
		Wrappers
***************************
 */

.pageWrapper{
	position: relative;
    background: url(assets/IMG_4015.jpg) no-repeat center;
    background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 100px;
	min-height: 99%;
	height: auto !important;
	height: 99%;
	margin: 0 auto -8em;
}

#menuWrapper{
	text-align: right;
	padding-top: 15px;
	min-width: 310px;
}

#aboutContainer{
	margin-top: 40px;
	background: white;
	padding: 20px;
	margin-bottom: 2em;
}

#aboutContainer h2{
	margin-top: 0;
}

#stageOneContainer{
	position: relative;
}

#stageTwoContainer{
	position: relative;
	left: 100%;
}

#listContainer{
	background: white;
	margin-top: 30px;
	padding: 20px;
}

#formContainer{
	background: white;
	margin-top: 30px;
	padding: 20px;
	margin-bottom: 30px;
}

/*
*************************** 
	About Page
***************************
*/

#aboutShowAll{
	padding:15px;
	padding-top: 5px;
}

#aboutListOrgs{
	margin-top: 20px;
	padding-bottom: 20px;
}

/*
*************************** 
	Stage One Section
***************************
*/

#stageOneMenu{
	margin-top: 50px;
	display: block;
	min-width: 510px !important;
	max-width: 600px !important;
}

.stageOneOption{
	display: block;
	background: white;
	margin: 5px;
	padding:10px;
	margin-top: 15px;
	min-height: 90px;
	max-height: 100px;
	cursor: pointer;
}

.stageOneIcon{
	display: inline-block;
	margin-right: 30px;
	min-width: 80px;
	max-width: 80px;
	height: auto;
	vertical-align: top;
}

.stageOneTitle{
	display: inline-block;
	margin-top: 24px;
	vertical-align: middle;
}

.stageOneArrow{
	display: inline-block;
	font-size: 3em;
	vertical-align: bottom;
	float: right;
	margin-right: 10px;
	margin-top: 18px;
}

#brightTitle{
	color: #EA8021;
}

#launchTitle{
	color: #F1C026;
}

#runningTitle{
	color: #EBE200;
}

#scaleTitle{
	color: #A1C437	;
}

/* 
***************************
	Stage Two Section
***************************
*/

#stageTwoHead{
	margin: 0px;
	padding: 5px;
}

#stageTwoHeadInfo{
	display:inline-block;
	width: 75%;
}

#stageTwoMenu{
	position: relative;
	display: block;
	background: white;
	margin: 5px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	padding-top: 0;
	overflow:hidden;
}

#stageTwoIcon{
	margin: 10px;
	margin-right: 30px;
	max-width: 100px;
	min-width: 100px;
	display: inline-block;
	vertical-align: top;
}

#stageTwoHeadTitle{
	margin: 0;
	margin-top: 10px;
}

#stageTwoHeadText{
	margin-top: 10px;
	display:inline-block;
}

#stageTwoLeft{
	padding-left: 50px;
}

#stageTwoServices{
	list-style: none;
}

.services{
	border: 1px solid black;
	background: white;
	display:inline-block;
	margin: 1px;
	padding: 2px;
	padding-left: 4px;
	cursor: pointer;
}

#stageTwoOrgs{
	list-style: none;
	padding-left: 10px;
}

.orgList{
	display: inline-block;
	min-width: 100px;
	min-height: 100px;
	margin-left: 3%;
}

.orgLogos{
	display: inline-block;
	width: 100%;
	height: 100%;
	min-width: 100px;
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
	background: url(assets/CDCLogo.png) no-repeat center;
	cursor: pointer;
	background-size:100px;
}

#stageTwoOrgs:first-child{
	margin-left: 0;
}

/* 
***************************
	Stage Three Section
***************************
*/

#stageThreeBottom{
	padding-left: 30px;
	position: relative;
}

#stageThreeServicesList{
	list-style: none;
}

#stageThreeColOne{
	padding:0;
	margin: 15px;
	margin-top: 8px;	
}

#stageThreeColThree{
	padding-top:28px;
	padding-right: 40px;
}

#stageThreeContact, #stageThreeLocationHeader{
	margin-top: 20px;
	padding-bottom: 5px;
}

#stageThreeOrgTitle{
	display: inline-block;
}

#stageThreeIcons{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}

.stageThreeSmallIcon{
	display: inline-block;
	height: auto;
	width: 20px;
	padding-bottom: 10px;
	margin-left: 2px;

}

#stageThreeServices{
	margin-top: 50px;
}

.notClickServices{
	background: white;
	display:inline-block;
	margin: 1px;
	padding: 2px;
	padding-left: 4px;
}

#stageThreeOrgEmail{
	margin:0;
}

#stageThreeOrgPhone{
	margin:0;
}

#stageThreeOrgWebsite{
	margin:0;
}

#stageThreeOrgWebsite a{
	color: black;
}

/* 
***************************
	Form Classes
***************************
*/

#loginForm{
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

#loginForm label{
	display:inline-block;
	width: 80px;
}

.error{
	color:red;
}

.line{
	padding: 5px;
	display: inline-block;
	width: 400px;
	margin-bottom: 5px;
}

#logoDisplay{
	margin-left: 170px;
}

.editBtn{
	margin-right: 5px;
}

.info{
	height:auto;
	width: 20px;
}

.formLabel{
	width: 150px;
}

#listForm{
	margin-top: 20px;
}

#listForm input{
	margin-bottom: 5px;
}

.textBoxWidth{
	width: 60%;
}

.formCheck{
	margin-right: 10px !important;
}

#uploadLogo{
	display: inline-block;
}

.submitButton{
	margin-top: 10px;
}

.description{
	width: 100%;
	height: 180px;
}

.checkboxCategory{
	margin-left: 175px;
}

.checkboxServices{
	margin-left: 175px;
}

/* 
***************************
	Javascript Classes
***************************
*/

.hidden{
	display: none;
}

	/* Orange - Bright */

.orangeBorder{
	border: 1px solid #EA8021;
}

.orangeOutline{
	outline: 1px solid #EA8021;
}

.orangeBackground{
	background-color: #EA8021;
	color: white;
}

.orangeText{
	background-color: white;
	color: #EA8021;
}

.orangeBottomBorder{
	border-bottom: 2px solid #EA8021;
}

	/* Gold - Launch */

.goldBorder{
	border: 1px solid #F1C026;
}

.goldOutline{
	outline: 1px solid #F1C026;
}

.goldBackground{
	background-color: #F1C026;
	color: white;
}

.goldText{
	background-color: white;
	color: #F1C026;
}

.goldBottomBorder{
	border-bottom: 2px solid #F1C026;
}

	/* Yellow - Running */

.yellowBorder{
	border: 1px solid #EBE200;
}

.yellowOutline{
	outline: 1px solid #EBE200;
}

.yellowBackground{
	background-color: #EBE200;
	color: white;
}

.yellowText{
	background-color: white;
	color: #EBE200;
}

.yellowBottomBorder{
	border-bottom: 2px solid #EBE200;
}

	/* Green - Scale */

.greenBorder{
	border: 1px solid #A1C437;
}

.greenOutline{
	outline: 1px solid #A1C437;
}

.greenBackground{
	background-color: #A1C437;
	color: white;
}

.greenText{
	background-color: white;
	color: #A1C437;
}

.greenBottomBorder{
	border-bottom: 2px solid #A1C437;
}

.stageOneSelected{
}

.serviceSelected{
}

.stageThreeSelected{
	outline-width: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orgNamesPrint{
	display: none;
}

/* 
***************************
	btn classes
***************************
*/


.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*
***************************
		Media Querys
***************************
*/
	/* 1540px */
@media screen and (max-width:1540px){
	#headControl{
		margin-top: 10px;
	}
}

	/* 768px */

@media screen and (max-width:768px){
	#stageTwoRight{
		margin-left: 40px;
		margin-right: 20px;
	}
	.pageWrapper{
		background-image: url(assets/smallBackground.jpg);
	}

	#downloadLink{
		margin-top: 25px;
		margin-left: 35%;
		width: 270px;
		text-align: justify;
	}
}

@media screen and (max-width: 480px){
	#stageOneMenu{
		min-width: 300px!important;
		max-width: 301px!important;
	}
	.stageOneIcon{
		margin-right: 10px;
		margin-top: 15px;
		min-width: 30px;
		max-width: 30px;
	}
	.stageOneArrow{
		margin-top: 20px;
		font-size: 1.5em;
	}
	.stageOneTitle{
		font-size: 1.2em;
	}
	#stageThreeIcons{
		display: block;
	}
	#footContainer{
		min-width: 300px;
	}
	.footerText{
		display:block;
		text-align: center;
	}

	#downloadLink{
		margin-top: 25px;
		margin-left: 10%;
		width: 270px;
		text-align: justify;
	}
}