﻿/* Express CSS 2.2 */
/* GLOBALS */

body, p, div {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	/*margin: 0px;*/
	padding: 0px;
}
ul {
	list-style: disc;
}
/*HEADINGS*/

h1, h2, h3, h4, h5, h6 {
	color: #005188;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h1.icon {
	margin-top: 5px;
}
h1.intro {
	font-size: 52px;
	line-height: 60px;
}
h1.jthead {
	color: #58595b;
	margin-top: 30px;
	text-transform: uppercase;
	text-align: center;
}
.page-description h1 {
	font-size: 52px;
}
/* PARAGRAPHS */

p.icon {
	margin: 0px;
	padding: 0px;
}
p.intro {
	margin: 0px;
	padding: 0px;
	max-width: 720px;
}
p.jtbox {
	max-width: 270px;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}
.page-description p {
	color: #4d4d4d !important;
	font-size: 15px !important;
	line-height: 22px !important;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
}
/* DIVS */
div.iconblock {
	/* max-width: 380px; i */
	display: inline-block;
	position: relative;
	float: left;
	/* margin-bottom: 60px; */
	padding-bottom: 25px;
}
div.icon {
	float: left;
	position: relative;
	display: inline-block;
	/* width: 100px !important; i */
	margin-right: 20px;
	padding-bottom: 10px;
	max-width: 20%;
}
div.icon2 {
	float: left;
	position: relative;
	display: inline-block;
	max-width: 74%;/* padding-left: 20px; *//* max-width: 245px; ii */
}
div.iconrow {
	display: inline-block;
	position: relative;
	width: 100%;
}
div.icon a {
	text-decoration: underline;
}
div.icon2 ul {
	padding-left: 19px;
}
div.process {
	width: 220px;
	float: left;
	display: inline-block;
	position: relative;
	padding-bottom:25px;
}
/* HR */

hr {
	border-bottom: 1px #cbcbcb solid;
	margin: 25px 0px 25px 0px;
	width: 100%;
}
/* NAVIGATION */

#pageTopLinks a {
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#pageTopLinksLeft a {
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu>li>a {
	color: #4d4d4d;
}
#wrap .main-sticky-nav a.primary-nav {
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#wrap .main-sticky-nav a.smalltext {
	text-transform: none;
	font-weight: lighter;
}
/* INNER NAVIGATION */

.center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.linkbox {
	padding: 0px 0px 50px 0px;
	margin-bottom: 50px
}
.linkrow {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0px !important;
}
.linkrow:first-child {
	border-left: 1px #cbcbcb solid;
}
.linkrow li {
	float: left;
	border-right: 1px #cbcbcb solid;
}
.linkrow a {
	padding: 0px 17px 0px 17px;
	color: #0057b4;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-top: 5px;
	text-transform: uppercase;
}
.midlink {
	padding: 0px 17px 0px 17px;
	color: #0057b4;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-top: 5px;
	text-transform: uppercase;
	border-right: 1px #cbcbcb solid;
}
/* BOXES AND BORDERS */

.subbox {
	background-color: #e5e5e5;
	border: 1px #cbcbcb solid;
	/* margin-left: 35px; */
	padding: 25px;
	float: left;
}
.subboxapply {
	background-color: #009fe5;
	/* margin-left: 35px; */
	padding: 25px;
	float: left;
}
.rborder {
	border-right: 1px #cbcbcb solid;
	padding-right: 50px;
	margin-right: 20px;
}
.bborder {
	border-bottom: 1px #cbcbcb solid;
	margin-bottom: 40px;
	width: 100%;
}
/* BUTTONS AND CONTROLS */

.purpleButton {
	background-color: #683ca5;
}
.blueButton {
	background-color: #0057b4;
}
ul.expButton {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0px !important;
	margin-bottom: 25px;
}
ul.expButton li {
	float: left;
}
ul.expButton a:hover {
	text-decoration: none;
	background: rgba(11, 44, 92, 0.79);
}
ul.expButton a img {
	margin-right: 20px;
}
ul.expButton a {
	display: inline-block;
	font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 400ms linear 0ms;
	-moz-transition: background-color 400ms linear 0ms;
	-o-transition: background-color 400ms linear 0ms;
	transition: background-color 400ms linear 0ms;
	width:115px;
	height: 39px;
	padding:10px;
}
.banner a {
	background-color: #683ca5;
	width: 320px !important;
	margin: 0px 0px 0px;
	padding: 30px 0;
	height: 84px !important;
}

.learnMore a {
	width: 115px !important;
	padding: 10px 0;
	height: 39px !important;
	background-color: #009fe5;
}

.payNow {
	float: right;
}

.payNow a {
	background-color: #005187;
	width: 115px !important;
	margin: 0px 0px 0px;
	padding: 10px 0;
	height: 39px !important;
}
.form-control {
	border: none;
	border-radius: 0px;
	margin-bottom: 10px;
	height: 39px;
}

