/* Add here all your CSS customizations */
.colorblue
{
	margin-top: 35px;
	color:#1E2F5C;
	font-size: 20px;
	font-weight: 700;
}
.loginbg
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	height: auto;
	min-height: 400px;
	padding:30px;
}
.mylogin
{
	background-image: url(../images/loginbg.jpg);
	background-repeat: repeat;
	background-color: #999;
	height: auto;
	padding:30px;
}
.tml-label
{
	color: #fff;
}
.tml-links
{
	padding:0px;
	margin:0px;
	list-style:none;
	color: #fff;
}
.tml-links a
{
	color: #fff;
}
.tml-submit-wrap button
{
	width: 100%;
	background-color: #1E2F5C;
	border-color: #1E2F5C;
	color: #fff;
	padding: 10px;
	font-size:16px;
	font-weight:bold;
}
.blueborder
{
	border: 3px solid #1E295B;
}
.bluetitlebg
{
	margin-top: 50px;
	background-color:#1E295B;
	padding:20px;
	color:#fff;
	font-size:25px;
	width: 50%;
	text-align:center;
	line-height: 30px;
}
.padding20
{
	padding:20px;
}
.bluesect
{
	background-color:#1E295B;
	padding:25px;
	height: auto;
	color:#fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	min-height: 280px;
}
.bluesect a
{
	color:#fff;
	text-decoration: none;
}
.bluesect a:hover
{
	color:#fff;
	text-decoration: none;
}
.nav {
    margin-top: 5px !important;
	background-color: #0B7AC2;
	color: #fff;
	padding-top:20px;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.sub-bnr {
	min-height: 450px;
	background: #f3f3f3;
	position: relative;
	z-index: 1;
}
.sub-bnr h3 {
	color: #232227;
	font-size: 26px;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
}
.sub-bnr h1 {
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.sub-bnr .position-center-center {
	width: 100%;
	z-index: 3;
	text-align: center;
}
.sub-bnr .breadcrumb {
	background: none;
	height: 40px;
	margin-top:150px;
	padding: 0px 40px;
	background: #02AA52;
	display: inline-block;
	border-radius: 20px;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #fff;
}
.sub-bnr .breadcrumb li {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;
	font-size: 15px;
	margin: 0px 0;
}
.sub-bnr .breadcrumb li a {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
.redbg
{
	position: relative;
	margin-top: -310px;
	background-color: #0B7AC2;
	padding: 30px;
	color:#fff;
	margin-bottom:50px;
	z-index: 1000;
}
.redbg p
{
	color:#fff;
}
.redbg h2
{
	color:#fff;
}
@media (max-width: 450px) {
.dropdown-menu>li>a {
    color: #fff !important;
}
}
.page-numbers {
	
	 padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	color:#000;
}
.page-numbers.current, a.page-numbers:hover {
    background: #f9f9f9;
}