/* Sticky header-footer styles
-------------------------------------------------- */

h1, h2, h3 {
	margin-bottom: 17em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 0.7em;
	
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}



.panelhead {
  position: relative;
  width: 96%;
  top: 91px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom : solid transparent;
  border-color : #FFFFFF;
  border-width: 0 0 10px;
  right: 0;
  left: 0;
  margin: auto;
  
  /* Set the fixed height of the footer here */
  	height: 78px;
  	padding-bottom: 50px;
	font-weight: bold !important;
	text-align: inherit;
	color: #660033;	
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e8e8e8, endColorstr=#f5f5f5);
background-image:-moz-linear-gradient(top, #e8e8e8 10%, #f5f5f5 63%);
background-image:-webkit-linear-gradient(top, #e8e8e8 10%, #f5f5f5 63%);
background-image:-ms-linear-gradient(top, #e8e8e8 10%, #f5f5f5 63%);
background-image:linear-gradient(top, #e8e8e8 10%, #f5f5f5 63%);
background-image:-o-linear-gradient(top, #e8e8e8 10%, #f5f5f5 63%);
background-image:-webkit-gradient(linear, right top, right bottom, color-stop(10%,#F2F2F2), color-stop(72%,#FCFCFC));
}

    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(10%,#F1F1F1), color-stop(63%,#FCFCFC));


.lead {
	font-size: 13px !important;
	font-weight: bold !important;
	text-align: inherit;
	color: #660033;
	}
}

/*----------------- Panel ---------------------- */
.starter-template {
  margin-top: 190px;	
  padding: 40px 15px;
  text-align: left;
}

.row {
	margin-left: 0px !important;
}

/*----------------- Error Message: Already Applied ---------------------- */
.errorMessage {
    color: red;
}

.error_alreadyapp{
	color: red;
	font-size: 15px;
	background-color:#FFCCCC;
	border:1px solid #CC0000;
	width:360px;
	height:45px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -220%);
}
	
.error_alreadyapp li{ 
	margin-top: 12px;
	margin-left: 20px;
}

.error_greenlabel{
	font-size: 16px;
	background-color:#D8EDCA;
	border:1px solid #397D02;
	color: green;
	width:435px;
	height:50px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -220%);
	}

.error_greenlabel li{ 
	margin-top: 12px;
	margin-left: 20px;
}
