/* CSS Document */
html{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin:0px;
	padding:0px;
	background:#e7eef4;
}
#wrapper{
	width:1014px;
	margin:auto;
	padding-bottom:30px;
}

.top-column{
	width:1014px;
}

#main{
    padding: 0px 24px 24px 24px;
    background-color: #cccccc;
    border-left: solid 10px #ffffff;
    border-right: solid 10px #ffffff;
	border-bottom: solid 10px #ffffff;
    margin: 0px 15px 30px 15px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#main .logo{
	float:left;
	width:268px;
	background:#0162ac;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.logo-sm{display:none;}
.logo-lg{display:block;}

#main .flashcontent{
	float:right;
	width:636px;
	position: relative;
}

#main .flashstatic{
	float:right;
	width:636px;
	position: relative;
	display:none;
}

#main .headercontent{
	float:right;
	width:636px;
}

/*Main Navigation*/
.mainnav{
	margin:24px 0px 11px 0px;
	height: 37px;
	width:916px;
	background:#606060;
	border-radius:10px;
	font-size:16px;
	color:#FFF;
}
.mainnav ul{
	margin:auto;
	padding:0px;
	width:800px;
	display:block;
}
.mainnav ul li{
	float:left;
	list-style-type:none;
	display:block;
	height:37px;
}
.mainnav a{
	height:37px;
	line-height:37px;
	padding:0px 15px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
.mainnav a:hover{
	background:#333333;
}

.mobilenav{
	display:none;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	background: #606060;
	border-radius:10px;
}

.mobilenav {
  overflow: hidden;
  position: relative;
}

#mobile-nav {
	display: none;
}

.mobilenav ul{
	padding-left:0px;
}

.mobilenav ul li{
	float:left;
	list-style-type:none;
	display:block;
	height:37px;
	width: 100%;
	border-bottom:solid 1px #ddd
}

.mobilenav ul li:last-child{
	border-bottom:none;
	height:47px;
}

.mobilenav ul li a{
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.mobilenav a{
	color:#fff;
}
.mobilenav a.icon {
	background: #606060;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 21px;
    text-align: center;
}
.mobilenav ul li.active a{background:#99cde1;color:#2a485c;}

.mobilenav a:hover {
  background-color: #ddd;
  color: black;
}

.mobilenav ul li.tier-2 a{padding-left:40px;font-size:15px;}
.mobilenav ul li.tier-3 a{padding-left:80px;font-size:14px;}
.mobilenav ul li.tier-4 a{padding-left:120px;font-size:13px;}

/*End Main Navigation*/

.maincontent{
	width:100%;
	/*background:url(../images/main-content-back.jpg) repeat-y;*/
	background-color:#f6f6f6;
	border-radius:20px;
}
.mainctop{
	width:916px;
	height:20px;
	background:url(../images/main-content-top.jpg) no-repeat;
}
.maincbot{
	width:916px;
	height:20px;
	background:url(../images/main-content-bottom.jpg) no-repeat;
}

/*Content Styles*/
.content{
	background-color:#fff;
	padding:22px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.content img{max-width:100%;}

.content h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#02985e;
}
.content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0162ac;
}
.Header1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#02985e;
	font-weight:bold;
}
.Header2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0162ac;
	font-weight:bold;
}

/*End Content Styles*/

/*General Styles*/
.w-100{width:100%;}
.all-padd-1{padding:1rem;}
.bot-padd-1{padding-bottom:1rem;}
.top-padd-1{padding-top:1rem;}

.form-control {
    width: calc(100% - 16px);
    height: 21px;
    padding: 7px 8px 7px 8px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.form-control{
	height:40px;
	width: 100%;
}
textarea.form-control{
	height:100px;
}
.e-check-left{width:23px;display:inline;float:left;padding-bottoM: 20px;}
.e-check-right{display:inline;}

.btn-submit{background:#03c387;border:none;color:#fff;padding:10px 22px;border-radius:10px;}
.btn-submit:hover{background:#0162ac;cursor:pointer;}


/*End General Styles*/

.breadcrumbs{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	font-size:10px;
}
.breadcrumbs li{
	float:left;
	list-style:none;
	background:url(../images/sep.gif) left no-repeat;
	padding-left:10px;
	margin-left:10px;
}
.breadcrumbs li:first-child{
	background:none;
	margin:0px;
	padding:0px;
}

.leftcolumn{
	background-color:#f6f6f6;
	width:230px;
	float:left;
	padding:22px;
	display:inline;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
.rightcolumn{
	float:right;
	width:597px;
	min-height:550px;
	display:inline;
	background:#fff;
	border-left:solid 1px #d7d7d7;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.bottomcolumn{
	display:none;
	width:100%;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:15px;
}
/*Subnav Start*/
.subnav{
	width:230px;
	margin-bottom:32px;
}
.subnav ul{
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #D7D7D7;
}
.subnav li{
	list-style:none;
}
.subnav li:first-child{
	background:url(../images/sub-nav-top.jpg) no-repeat top;
	width:195px;
	height:31px;
	padding-left:35px;
	color:#FFF;
	line-height:31px;
	font-size:14px;
	font-weight:bold;
}
.subnav a{
	display:block;
	width:208px;
	height:32px;
	padding-left:20px;
	border-top:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-left:solid 1px #D7D7D7;
	line-height:32px;
	text-decoration:none;
	color:#333333;
}
.subnav a:hover{
	background: #D9E8F3;
}
.subnav .active{
	background: #CCECE2;
}
#thirdnav a{
	display:block;
	width:198px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-left:solid 1px #D7D7D7;
	padding-left:30px;
	font-size:90%;
	/*background-color:#EEEEEE;*/
}
#thirdnav a:hover{
	background: #D9E8F3;
}
#thirdnav .active{
	background: #CCECE2;
}

#fourthnav a{
	display:block;
	width:188px;
	height:20px;
	line-height:20px;
	border-top:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	border-left:solid 1px #D7D7D7;
	padding-left:40px;
	font-size:80%;
	/*background-color:#EFEFEF;*/
}
#fourthnav a:hover{
	background: #D9E8F3;
}
#fourthnav .active{
	background: #CCECE2;
}


.cta{
}
.cta ul{
	padding:0px;
	margin:0px;
}
.cta ul li{
	margin: 0px 0px 15px 0px;
	list-style:none;
	display:block;
}
.bottomcolumn .cta ul li{
	text-align:center;
}

.base{
	width:1014px;
	height:46px;
	background:url(../images/background-base.png) no-repeat;
}

#footer{
	width:1014px;
	height:120px;
	font-size:11px;
	color: #73777a;
}
#footer a{
	color:#1870b3;
}
.footer-nav{
	float:left;
	width:230px;
	height:120px;
	background:url(../images/footer-seperator.jpg) no-repeat left;
	margin-left:50px;
	margin-bottom:30px;
}
.footer-item{
	float:left;
	width:400px;
	height:120px;
	background:url(../images/footer-seperator.jpg) no-repeat left;
	margin-left:30px;
	margin-bottom:30px;
	padding-left:25px;
}
.footer-facebook{
	float:left;
	width:200px;
	height:120px;
	background:url(../images/footer-seperator.jpg) no-repeat left;
	margin-left:30px;
	margin-bottom:30px;
	padding-left:25px;
}

.sitemap li{
	padding-top:3px;
	padding-bottom:3px;
}

/*Tiny MCE styles*/
.LargeFont{
	font-size:150%;
}
.MeduimFont{
	font-size:100%;
}
.SmallFont{
	font-size:50%;
}
.header2{
	color: #0162ac; 
	font-size: 14px; 
	font-weight: bold;
}

@media (max-width:1024px) {
	#wrapper{width:100%;}
	.top-column{width:100%;}

	#main .logo{width:100%;text-align:center;}
	.logo-sm{display:block;margin:auto; padding:10px;}
	.logo-lg{display:none;}

	#main .flashcontent{width:100%;margin-top:15px;}
	#main .flashstatic{width:100%;margin-top:15px;}

	#main .flashcontent img{border-radius:10px;}
	#main .flashstatic img{border-radius:10px;}

	#main .headercontent{width:100%;margin-top:15px;}
	#main .headercontent img{border-radius:10px;}

	.column-head{display:none}	

	.mainnav{width:100%;}

	#maincmid{width:100%}

	.leftcolumn{
		display:none;
	}
	.rightcolumn{
		width:100%;
		display:block;
		border-radius:20px;
	}
	.rightcolumn .content{border-radius:20px;}
	.bottomcolumn{
		display:block;
	}


	#footer{
		width:100%
	}
	.footer-nav{width:calc(20% - 50px);}
	.footer-item{width:calc(50% - 60px);}
	.footer-facebook{width:calc(22% - 30px);}
	.footer-facebook img{width:100%;}
}

@media (max-width:900px) {
	.mainnav{font-size: 14px;text-align: center;}
	.mainnav ul{display: inline-block;list-style: none;padding: 0;width:auto;}
	.mainnav ul li{display: inline-block;}
	.mainnav a{padding:0px 10px;}


	.footer-nav{width:calc(40% - 50px);}
	.footer-item{width:calc(50% - 60px);}
	.footer-facebook{width:calc(40% - 30px);margin-left:50px;}
	.footer-facebook img{width:auto;}
}
@media (max-width:780px) {
	.mainnav{font-size: 13px;}
	.mainnav a{padding:0px 5px;}
}

@media (max-width:680px) {
	.mainnav{display:none;}
	.mobilenav{display:block;}
}


@media (max-width:501px) {
	#main{
		padding:0px 10px 10px 10px;
		margin: 0px 5px 10px 5px;
		border-right:solid 5px #fff;
		border-left:solid 5px #fff;
		border-bottom:solid 5px #fff;
	}

	.footer-nav{
		width:calc(90% - 50px);
		margin-bottom:10px;
	}
	.footer-item{
		width:calc(90% - 50px);
		margin-left:50px;
		margin-bottom:10px;
	}
	.footer-facebook{
		width:calc(90% - 50px);
		margin-left:50px;
	}
}