/* Global Styles */
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	}
ul{
	padding:0;
	margin:0;
	list-style:none;
	}
a:hover,a:focus{
	text-decoration:none !important; 
	}
a:focus{
	outline:none !important;
	}
html,body {
	height: 100%;
	width: 100%;
	font-family:Arial !important;
	/*background:url(../images/bg.jpg) repeat;*/
	background-color: #fff;
	margin:0;
	padding:0;
	/*background: -webkit-linear-gradient(#5ddb53, #f6f84f); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#5ddb53, #f6f84f); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(top, #5ddb53, #f6f84f); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#5ddb53, #f6f84f); /* Standard syntax (must be last) */
	background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: 0px 0px;
	}

.wrapper{
	max-width:100%;
	margin:0 auto;
	background:#fff;
	}
.header{
	width:100%;
	background:#fff;
	border-bottom:1px solid #796445;
	padding-top:20px;
	}
.logo{
	margin-left:15px;
	}



.main_nav{
	padding-top:10px;
	padding-bottom:10px;
	}
.main_nav ul li{
	position:relative;
	list-style:none;
	float:left;
	padding:0 20px;
	z-index:5
	}
.main_nav ul li > ul{
	display:none;
	position:absolute;
	background:#fff;
	border: 1px solid #5ddb53;
}
.main_nav ul li > ul li{
	display:block;
	float:none;
}
/*.main_nav ul li:hover > ul{
	display:block
}*/
.main_nav ul li table tr td{
	min-width:150px;
	border-right:1px solid #ccc;
	border-left:0;
	border-top:0;
	border-bottom:0;
	}
.main_nav ul li table tr td:last-child{
	border-right:0px solid #ccc;
	padding-left:10px;
	}
.main_nav ul li a{
	font-size:14px;
	font-weight:bold;
	/*color:#fff !important;*/
	line-height:28px;
	}
.main_nav ul li a:hover /*,.main_nav ul li.selected a*/{
	/*color:#5ddb53;*/

	}
.main_nav ul li.selected a:hover{
	color:#66cdaa !important ;
	}
/*#mainMenu .selected:nth-child(2){ 
	display:none; 
	}*/
.subcontent h1{
	line-height:26px;
	color:#c60c1a;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	font-family:"Myriad Pro";
	}
.subcontent ul li{
	list-style:none;
	float:left;
	padding:0;
	}
.subcontent ul li a{
	font-size:14px;
	/*color:#5ddb53;*/
	color:#fff ;
	line-height:28px;
	/*text-transform:uppercase;*/
	font-family:sans-serif;
	}
.subcontent ul li a:hover{
	color:#000 !important;
	text-decoration:underline !important;
	
	}
.search{
	margin-top:5px;
	max-width:130px;
	height:28px;
	border:0px solid #7a7e81;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom:5px;
	}
/*.search_input{
	font-size:12px;
	color:#fff;
	line-height:28px;
	height:28px;
	max-width:104px;
	float:left;
	padding:3px 10px;
	text-transform:uppercase;
	background:none;
	border:none;
	}*/
.searchBox input{
	font-size:12px;
	color:#fff;
	line-height:28px;
	height:28px;
	max-width:104px;
	float:left;
	padding:3px 10px;
	/*text-transform:uppercase;*/
	background:none;
	border:none;
	}
/*.search_btn{
	width:17px;
	height:17px;
	float:left;
	border:0;
	margin-top:5px;
	background:url(../images/search_icon.png) no-repeat;
	cursor:pointer;
	}*/
	
.searchBox button.search{
	width:17px;
	height:17px;
	float:left;
	border:0;
	margin-top:5px;
	background:url(../images/search.png) no-repeat;
	cursor:pointer;
	}
	
.content_part{
	width:100%;
	overflow:hidden;
	padding:20px 20px;
	}
.content_box{
	margin-bottom:20px;
	float: left;
	width: 100%;
	height: auto;
	background:#E7EFF6;
	padding:15px;
	}
.content_sub h1{
	line-height:35px;
	/*background:#3b3f98;*/
	color:#f7941d;
	font-size:20px;
	padding-left:0px;
	margin-bottom:15px;
	font-family:sans-serif;
	}
.content_sub p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	padding-bottom:15px;
	font-family:"Times New Roman";
	}
.content_box h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#f7941d;
	font-size:18px;
	padding-left:0px;
	font-family:sans-serif;
	}
.contBox_text{
	padding:15px 0 ;
	overflow:hidden;
	}
.content_box p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	font-family:"Times New Roman";
	}
.individual { background:url(../images/individual.png) no-repeat; width:100%; height:252px; float:left }
.individual:hover { 
	background:url(../images/individual_h.png) no-repeat;		
}
/*.micro { background:url(../images/micro.png) no-repeat; width:150px; height:152px; float:left }
.micro:hover { 
	background:url(../images/micro_h.png) no-repeat;		
}*/
.group { background:url(../images/group.png) no-repeat; width:100%; height:252px; float:left }
.group:hover { 
	background:url(../images/group_h.png) no-repeat;		
}
.see_more{
	line-height:20px;
	color:#2184c5;
	display:block;
	float:right;
	font-size:14px;
	font-family:"Myriad Pro";
	font-weight:bold;
	margin-top:20px;
	}
.see_more:hover{
	color:#f7941d;
	}
.see_more00{
	line-height:20px;
	color:#f25623;
	display:block;
	float:right;
	font-size:14px;
	margin-bottom:20px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.see_more00:hover{
	color:#2184c5;
	}
.video_spotlight{
	margin-bottom:20px;
	}
.video_spotlight h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:15px;
	font-family:"Myriad Pro";
	}
.video_caption{
	line-height:28px;
	display:block;
	text-align:center;
	color:#fff;
	margin:0;
	font-size:18px;
	font-family:"Myriad Pro";
	}
.cap_00{
	background:#db933e;
	}
.cap_01{
	background:#59a8c6;
	}
.cap_02{
	background:#8a8a8a;
	}
.video{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	}
.news_events{
	margin-bottom:15px;
	padding:10px 10px 10px 0px;
	}
.news_events h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#106a0a;
	margin-bottom:10px;
	font-size:20px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.media_coverage{
	margin-bottom:15px;
	}
.media_coverage h1 a{
	line-height:35px;
	background:#3b3f98;
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:20px;
	font-family:"Myriad Pro";
	}
.news_box{
	margin-bottom:15px;
	overflow:hidden;
	}
.news_box img{
	float:left;
	width:40%;
	margin-right:15px;
	}
.news_box p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	font-family:"Times New Roman";
	}
.see_more01{
	line-height:20px;
	color:#232077;
	display:block;
	float:right;
	font-size:14px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.see_more01:hover{
	color:#f7941d;
	}
.featured_album{
	width:100%;
	overflow:hidden;
	padding:0 15px;
	}
.featured_album h1 a{
	line-height:35px;
	background:#3b3f98;
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:20px;
	font-family:"Myriad Pro";
	}
.feature_inner{
	min-height:178px;
	margin-bottom:15px;
	padding:30px 0 0 0;
	background:url(../images/bg_featured.jpg) repeat-x;
	}
.feature_box{
	padding:10px 0 0 10px;
	max-width:175px;
	min-height:124px;
	background:url(../images/feature_box.png) no-repeat;
	}
.feature_box img{
	max-width:158px !important;
	max-height:92px !important;
	}
.page_bottom{
	width:100%;
	overflow:hidden;
	background:#e2e6e9;
	padding:0;
	}
.page_bottom h1{
	font-size:14px;
	color:#0b507a;
	line-height:30px;
	border-bottom:1px solid #caced1;
	margin:10px 0;
	text-transform:uppercase;
	}
.pageTop_box{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	}
.pageTop_box ul li{
	list-style:none;
	float:left;
	width:100%;
	}
.pageTop_box ul li a{
	line-height:30px;
	color:#000002;
	font-size:12px;
	font-family:"Myriad Pro";
	}
.pageTop_box ul li a:hover{
	text-decoration:underline !important;
	}
.pageBot_box{
	width:100%;
	overflow:hidden;
	padding:20px;
	background:#d9dbda;
	}
.footer_left{
	width:100%;
	overflow:hidden;
	}
.footer_left h2{
	font-size:16px;
	color:#55555d;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:capitalize;
	}	
.footer_menu{
	width:100%;
	overflow:hidden;
	}
.footer_menu ul li{
	list-style:none;
	float:left;
	padding:0 15px;
	border-right:1px solid #bebfc3;
	}
.footer_menu ul li a{
	line-height:20px;
	color:#4792af;
	font-size:14px;
	font-weight:300;
	font-family:"Myriad Pro";
	}
.footer_menu ul li a:hover{
	text-decoration:underline !important;
	}
.footer_menu ul li:first-child{
	padding:0 15px 0 0;
	}
.footer_menu ul li:last-child{
	border-right:none;
	}
.footer_social{
	width:100%;
	overflow:hidden;
	}
.footer_social img{
	float:left;
	margin-right:8px;
	}
.footer{
	padding:15px 0;
	overflow:hidden;
	}
.footer p{
	line-height:20px;
	color:#53575a;
	font-size:14px;
	font-family:"Myriad Pro";
	}
.content{
	width:100%;
	overflow:hidden;
	background:#E7EFF6;
	margin-bottom:15px;
	}
.row1{
	margin-left:-15px;
	margin-right:-15px;
	}
	
/* Responsive Styles */
@media (min-width: 768px) and (max-width: 991px) {
.main_nav ul li{
	padding:0 6px;
	}
.main_nav ul li a{
	font-size:12px;
	
	}
p.date {
font-size:12px;
font-weight:bold;
color:white;
}
.wrapper00 {padding:0px 50px 0px 20px;}
.feature_box{
	width:100%;
	height:100%;
	background:url(../images/feature_box.png) no-repeat;
	background-size:cover;
	}
.feature_box img{
	max-width:100px !important;
	max-height:92px !important;
	}

}

/*top button start*/
.topcontrol-arrow-up {
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: 10px;
}

#topcontrol > div {
    border-radius: 4px;
    bottom: 15px;
    box-shadow: 1px 1px 3px 0 navy;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 15px;
    transition: all 0.3s linear 0s;
    width: 27px;
    z-index: 5;
}
.colored-bg {
    background-color: #3B3F98;
}
.colored-bg:hover {
    background-color: #F7941E;
}

/*top button End*/

@media (max-width: 767px) {
.flex-direction-nav a  {width:20px; height:37px;}
.flex-direction-nav .flex-prev { left: 0px !important; background: url(../images/button-top-previous.png) no-repeat !important; }
.flex-direction-nav .flex-next { right: 0px !important; background: url(../images/button-top-next.png) no-repeat !important }
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
#toggleDemo{


}

#marquee{
background-color:#fff; 
padding:10px;
border:1px solid #5ddb53;
border-top:none;
border-radius:0px 0px 6px 6px;
}
#marquee2{
background-color:#fff; 
padding:10px;
border:1px solid #5ddb53;
border-top:none;
border-radius:0px 0px 6px 6px;

}

.marquee_head{
width:100%;
margin:0px;
padding:0px;
border:1px solid #5ddb53;
border-radius:6px 6px 0 0;
text-align:center;
color:#106a0a;

border-bottom:none;
}
h1.marquee_head{
text-align:center;
color:#106a0a;
background-color:#f6f84f;
border:none;
}
h1.marquee_head > a {
  color: #c60c1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 0;
}

.marquee_head  > a:hover,
.marquee_head > a:focus {
color:teal;
}
.marq{
height:140px;
padding:10px;
}
.marq p {
color:#3b3f98;
text-align:justify;
}

.marq a{
color:#106a0a;
}

.marq  a:hover,
.marq  a:focus{
color:teal;
}
.products_all {
/*border:1px solid #106a0a;*/
border-radius: 0px;
background-color:transparent;
padding-top:10px;
}
.products {
border:0px solid #106a0a;
border-radius: 6px;
background-color:106a0a;
color:red;
padding-right: 0;
}
.products h4, .products h4 {
padding: 10px 0px 10px 0px;
}
li.planID  {
color:red;
}
li.planName a {
color:blue;
}

.tMenu {
color: #106a0a ;
font-size:14px; 
font-weight:bold;
max-width:160px
}
.tMenu2 {
color: #106a0a ;
font-size:14px; 
font-weight:bold;
width:100px;
}
.tMenu a, .tMenu2 a {
color:#106a0a !important;
}


ul.cent {
        width:100%;
        background:red;
        
        text-align:center;
}
.cent li {
        display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        background:blue;
        color:white;
        margin-right:10px;
}
.on {
color:#000;
}
.profile {
border:1px solid #000;
margin-bottom:10px;
border-radius:6px;
}
td.profile {
vertical-align:middle;
text-align:left;
border:none;
}

p.just {
/* text-align:justify;
background-color:white;
padding:5px;
border-radius:6px; */
}

div.just {
/* 
border: 5px solid #f0f0f0;
padding-top:0px;
border-radius:0px;
border-top:0px;
 */
text-align:left;
background-color:#C0C0C0;
padding:5px;
min-height: .01%;
overflow-x: auto;
  
}
div.just1 {
border: 5px solid #f0f0f0;
text-align:left;
background-color:#C0C0C0;
padding:10px;
border-radius:6px;
min-height: .01%;
  overflow-x: auto;
}
div.just2 {
border: 5px solid #f0f0f0;
text-align:left;
background-color:#C0C0C0;
padding:10px;
border-radius:6px;
min-height: .01%;
}
.compinfo{
border:0px solid #106a0a;
}
.tabcol1{
border:0px solid #106a0a;
vertical-align:top;
width:30%;
font-weight:bold;
padding:10px;
color:#c60c1a
}

.tabcol2{
border:0px solid #106a0a;
vertical-align:top;
width:70%;
padding:10px;
}

.pageHead3 {
border: 2px solid #f0f0f0;
background-color:#fff;
margin: 0 auto;
text-align: center;
padding:5px;
border-radius:3px;
font-size:1.2em;
}
.pageHead4 {
border: 2px solid #f0f0f0;
background-color:#fff;
margin: 0 auto;
text-align: center;
padding:5px;
border-radius:3px;
font-size:1.2em;
}
.pageHead5{
border: 2px solid #f0f0f0;
background-color:#fff;
margin: 0 auto;
text-align: center;
padding:5px;
border-radius:3px;
font-size:1.2em;
}

.feedback0{
padding:10px;
max-width:500px;
margin:auto;
text-align:left;
border:1px solid #000;
background-color:#fff;
border-radius:6px;
}
.feedback1{
position:relative;
text-align:left;
margin-top:10px;
}
.feedback2{

}
input, textarea{
border-radius:3px;
background-color:#fff;
font-weight:bold;
}

a {
  color: #FFF;
  text-decoration: none;
}
a:hover,a:focus {
  color: red;
  text-decoration: none;
}

ul.subjects { padding-left: 0; list-style: square; }
ul.pages { padding-left: 2em; list-style: none; }
.selected { font-weight: bold; }

.readonly{
	background-color:white;
	padding:5px 10px;
	border-radius:3px;
}
.d_thumb {
   margin: 20px auto; 
   text-align: center;
}
.success{
	background-color:#3CB371;
	color:#fff;
	margin: 10px auto; 
	text-align: center;
	padding:5px 15px ;
	border-radius:6px;
}
.fail{

background-color:#E80000;
color:#fff;
	margin: 10px auto; 
	text-align: center;
	padding:5px 15px ;
	border-radius:6px; 
}
.error{

color:#E80000;
	 
}
.LCentemr{
	display:block;
	text-align:center;
}
.home_button{
	border:5px solid #f0f0f0;
	min-height:50px;
	min-width:190px;
	font-weight:bold;
	margin:5px;
}

.total{
	color:red;
	font-weight:bold
}
.required{
	color:red;
	font-weight:bold;
}
.c11{
	background-color:#ffc0cb
}
.c22{
	background-color:#caffe6
}
.c33{
	background-color:#fff2cc;
	font-weight:bold;
	
}
.submit{
	margin-top:10px;
}
.reportHead{
	font-size:0.92em;
}
.pageHead2 {
text-align: center;
padding-bottom:5px;
margin-bottom:5px;
font-size:1.25em;
font-weight:bold;
background-color:#fff;
padding:5px;
border-radius:3px;
}
.sub_head{
	margin-bottom:10px;
}
.search_head{
	font-weight:bold;
	color:#265a88
}
.home_grid:first-child{
	border:none;
	margin-top:0px;
}
.v-form-ele{
	display:block;
	margin-top:5px;
}

fieldset[disabled] .btn-danger.active {
  /* background-color: #d9534f;
  border-color: #d43f3a; */
}

.btn-danger .badge {
  /* color: #d9534f;
  background-color: #fff; */
}
.btn-secondary {
	/* color: #fff;background-image: linear-gradient(to bottom, #b30000 0%, #e60000 100%);
	border-color: #b30000; */
}
.btn-secondary {
	color: #fff;
    background-image: linear-gradient(to bottom, #FF4500 0%, #d43f3a 100%);
}
.input1{width:100px;text-align:right}
.input2{width:100px;text-align:right;font-weight:bold;background-color:yellow}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .6rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}
.alert-heading {
	color: inherit;
	text-transform: capitalize !important;
	font-weight: 700;
	font-size: 1.4rem;
}
.alert-success p {
	color: #019748;
}