@charset "utf-8";
@import url("style.css");

body {
	border-top:solid 5px #1E62B0!important;
}

#catchBGhover {
	width:100%!important;
	border-top:solid 5px #1E62B0;
	border-bottom:solid 5px #1E62B0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,168,222,1)), color-stop(20%,rgba(51,51,145,1)), color-stop(40%,rgba(233,19,136,1)), color-stop(60%,rgba(235,45,46,1)), color-stop(80%,rgba(251,176,59,1)), color-stop(100%,rgba(0,158,84,1)));
	background: linear-gradient(to right, rgba(0,168,222,1) 1%,rgba(51,51,145,1) 20%,rgba(233,19,136,1) 40%,rgba(235,45,46,1) 60%,rgba(251,176,59,1) 80%,rgba(0,158,84,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8de', endColorstr='#009e54',GradientType=1 );
}

#catchBGdefault {
	width:100%!important;
	background-color: rgba(30,98,176,1);
	padding:30px 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#catchBGdefault:hover {
	background-color: rgba(30,98,176,0);
}
#FooterBG {
	background-color: rgba(30,98,176,1)!important;
}
#FooterLeft, #FooterRight, #FooterRight a {
	border-bottom: solid 1px #1E62B0;
}
h1, p a, p a:hover, h2, h2:before{
	color:#1E62B0!important;
}


#TopC4 a, #TopC6 a {
	width:100%!important;
	padding-left:0!important;
	padding-right:0!important;
}
p a:hover {
	border-bottom: solid 1px #1E62B0!important;
}

#MiddleContent {
	padding-bottom:30px!important;
}
.pure-table th {
	background-color: #1E62B0!important;
	padding:10px!important;
	color:#fff;
	font-weight:400!important;
	font-size:1.2rem;
}
.pure-table th span {
	font-size:1rem!important;
}
.pure-table tbody {
	background-color:#e5f0f8;
}
.pure-table td.Centre {
	padding-bottom:15px!important;
}
.pure-button {
	border:solid 2px #1E62B0!important;
}
.pure-button:hover {
	background-color: #1E62B0!important;
}

a.linkCounseling.currentPage {
	background-color: #1E62B0;
	color:#fff;
}
a.linkCounseling.currentPage:hover {
	cursor: text;
}

