/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	background: 
		linear-gradient(rgba(31, 58, 147, 1), rgba(31, 58, 147, 1));
}

body {
	font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
	width: 70%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 25px;
}
/*buttons*/
#msform .action-button {
	width: 70%;
	background: rgba(39, 174, 96, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(39, 174, 96, 1);
}

#msform .action-button2 {
	width: 70%;
	background: rgba(5, 144, 218, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button2:hover, #msform .action-button2:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(5, 144, 218, 1);
}

input[type=submit], input[type=Reset]{ -webkit-appearance:none; }

#msform .action-button3 {
	width: 70%;
	background: rgba(255, 123, 0, 1);
	font-weight: bold;
	-webkit-appearance: none;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button3:hover, #msform .action-button3:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(255, 123, 0, 1);
}

#msform .action-button4 {
	width: 70%;
	background: rgba(89, 0, 255, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button4:hover, #msform .action-button4:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(89, 0, 255, 1);
}

#msform .action-button5 {
	width: 70%;
	background: rgba(242, 0, 77, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button5:hover, #msform .action-button5:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(242, 0, 77, 1);
}

#msform .action-button6 {
	width: 70%;
	background: rgba(0, 42, 255, 1);
	font-weight: bold;
	-webkit-appearance: none;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button6:hover, #msform .action-button6:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(0, 42, 255, 1);
}

#msform .action-button7 {
	width: 70%;
	background: rgba(141, 211, 0, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button7:hover, #msform .action-button7:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(141, 211, 0, 1);
}

#msform .action-button8 {
	width: 70%;
	background: rgba(242, 96, 29, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button8:hover, #msform .action-button8:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(242, 96, 29, 1);
}

#msform .action-button9 {
	width: 70%;
	background: rgba(238, 29, 242, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button9:hover, #msform .action-button9:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(238, 29, 242, 1);
}


#msform .action-button10 {
	width: 70%;
	background: rgba(0, 225, 202, 1);
	font-weight: bold;
	-webkit-appearance: none;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button10:hover, #msform .action-button10:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(0, 225, 202, 1);
}

#msform .action-button11 {
	width: 70%;
	background: rgba(39, 177, 0, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button11:hover, #msform .action-button11:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(39, 177, 0, 1);
}

#msform .action-button12 {
	width: 70%;
	background: rgba(227, 0, 113, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button12:hover, #msform .action-button12:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(227, 0, 113, 1);
}


#msform .action-button13 {
	width: 70%;
	background: rgba(0, 4, 223, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button13:hover, #msform .action-button13:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(0, 4, 223, 1);
}

#msform .action-button14 {
	width: 70%;
	background: rgba(223, 97, 0, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button14:hover, #msform .action-button14:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(223, 97, 0, 1);
}


#msform .action-button15 {
	width: 70%;
	background: rgba(0, 188, 213, 1);
	font-weight: bold;
	color: white;
	-webkit-appearance: none;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button15:hover, #msform .action-button15:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(0, 188, 213, 1);
}

#msform .action-button16 {
	width: 70%;
	background: rgba(234, 62, 0, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button16:hover, #msform .action-button16:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(234, 62, 0, 1);
}

#msform .action-button17 {
	width: 70%;
	background: rgba(140, 0, 234, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button17:hover, #msform .action-button17:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(140, 0, 234, 1);
}

#msform .action-button18 {
	width: 45%;
	background: rgba(75, 75, 75, 1);
	font-weight: bold;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .action-button18:hover, #msform .action-button18:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(75, 75, 75, 1);
}


/*buttons*/
#msform .refresh-button {
	width: 230px;
	background: #fff;
	font-weight: bold;
	color: black;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 8px 5px;
	margin: 5px 5px;
}
#msform .refresh-button:hover, #msform .refresh-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #000;
}
/*headings*/
.fs-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}