/* ****************** Introduction Section ****************** */
#introduction {
	padding: 0;
	background-color: #053740;
	color: white;
}

#introduction h1 {
	color: white;
	font-weight: 400;
	font-size: 38px;
	margin-top: 40px;
}

#introduction .guest-panel {
	color: rgba(255, 255, 255, 0.7);
	padding: 2px;
	margin: 10px 30px 0 0;
}

#introduction .guest-panel {
	font-size: 16px;
	line-height: 2;
}

#introduction .guest-panel a {
	text-decoration: underline;
	color: #25BAD0;
}

/* ****************** Demo Section ****************** */
#demo {
	display: table;
	width: 100%;
	height: 100%;
	background: url(../../images/contact-bg.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

#demo .overlay {
	padding: 60px 0 50px 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%,
		rgba(5, 55, 64, 0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%,
		rgba(5, 55, 64, 0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%,
		rgba(5, 55, 64, 0.75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740',
		endColorstr='#bf053740', GradientType=0); /* IE6-9 */
}

#demo form {
	padding: 20px 0;
}

label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}

#demo .form-group {
	padding: 0 30px 0 0;
	color: #0FA1B7;
}

#demo .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #0FA1B7;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#demo .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
	color: #03252b;
	text-transform: uppercase;
	font-weight: normal;
}

.form-control:-moz-placeholder {
	color: #03252b;
	text-transform: uppercase;
	font-weight: normal;
}

.form-control::-moz-placeholder {
	color: #03252b;
	text-transform: uppercase;
	font-weight: normal;
}

.form-control:-ms-input-placeholder {
	color: #03252b;
	text-transform: uppercase;
	font-weight: normal;
}

#demo .btn {
	margin-top: 20px;
	padding: 15px 50px;
}

.msf_multiselect_container textarea {
	height: 64px !important;
	width: 100% !important;
}

ul.msf_multiselect {
	color: #03252b !important;
	height: 295px !important;
	text-transform: none !important;
	border: 1px solid #25BAD0 !important;
}

ul.msf_multiselect input[type=checkbox] {
	display: inline-block !important;
	margin-right: 10px;
}

ul.msf_multiselect label {
	font-size: 14px !important;
}

/* ****************** Response Panel Section ****************** */
.page-content {
	width: 100%;
	padding: 10px 10%;
}

.card {
	width: 70%;
	margin: 10px auto;
	padding: 25px;
	line-height: 25px;
	background-color: white;
	color: #03252b;
	font-size: 15px;
}

.card h1 {
	text-align: center;
	text-transform: none !important;
}

.footer-panel {
	height: 50px;
	padding: 5px 0;
}

#responsePanel {
	height: 100%;
	display: none;
	background-color: white;
}

#messageId {
	font-size: 40px;
}	
