header[role="banner"] #logo-main {
  display: block;
  margin:  0;
}

body {background:#fff6e6;		font: 15px 'trebuchet MS', 'lucida sans';}
header{
background:
		-webkit-linear-gradient(45deg, hsla(75, 76%, 28%, 1) 0%, hsla(75, 76%, 28%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(155, 56%, 65%, 1) 10%, hsla(155, 56%, 65%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(141, 94%, 30%, 1) 10%, hsla(141, 94%, 30%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(155, 56%, 3%, 1) 100%, hsla(155, 56%, 3%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(75, 76%, 28%, 1) 0%, hsla(75, 76%, 28%, 0) 70%),
		linear-gradient(135deg, hsla(155, 56%, 65%, 1) 10%, hsla(155, 56%, 65%, 0) 80%),
		linear-gradient(225deg, hsla(141, 94%, 30%, 1) 10%, hsla(141, 94%, 30%, 0) 80%),
		linear-gradient(315deg, hsla(155, 56%, 3%, 1) 100%, hsla(155, 56%, 3%, 0) 70%); }
.menucls {
  background-color: #347634;
  border-color: #006633;    
}


.gpage
{
    
 margin-top:40px;margin-bottom:20px; 
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );border-radius:4px   ;
}
.gpage h5{
font-size:20px;color:#990000;
}
.gpage p,td,a
{
    font-size:14px;line-height:22px;
}

.gpage a{color:#333;}
.menucls .navbar-brand {
  color: #101213;
}
.menucls .navbar-brand:hover, .menucls .navbar-brand:focus {
  color: #aba8a9;
}
.menucls .navbar-text {
  color: #fff;
}

.menucls .navbar-nav 
{
margin-left:5%;
}
.menucls .navbar-nav > li > a {
  color: #FFFF00;
}
.menucls .navbar-nav > li > a:hover, .menucls .navbar-nav > li > a:focus {
  color: #aba8a9;
}

.menucls .navbar-nav > li a:hover
{
background:#FF9900;
color:#000000

}
.menucls .navbar-nav > li > .dropdown-menu {
  background-color: #FFFFFF;
}
.menucls .navbar-nav > li > .dropdown-menu > li > a {
  color: #101213; border-bottom:1px dotted #B0EC9F;
}
.menucls .navbar-nav > li > .dropdown-menu > li > a:hover,
.menucls .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: #FF9900;
}
.menucls .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #FF9900;
}
.menucls .navbar-nav > .active > a, .menucls .navbar-nav > .active > a:hover, .menucls .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #FF9900;
}
.menucls .navbar-nav > .open > a, .menucls .navbar-nav > .open > a:hover, .menucls .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #FF9900;
}
.menucls .navbar-toggle {
  border-color: #FF9900;
}
.menucls .navbar-toggle:hover, .menucls .navbar-toggle:focus {
  background-color: #FF9900;
}
.menucls .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.menucls .navbar-collapse,
.menucls .navbar-form {
  border-color: #101213;
}
.menucls .navbar-link {
  color: #101213;
}
.menucls .navbar-link:hover {
  color: #aba8a9;
}

@media (max-width: 767px) {
  .menucls .navbar-nav .open .dropdown-menu > li > a {
    color: #101213;
  }
  .menucls .navbar-nav .open .dropdown-menu > li > a:hover, .menucls .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #aba8a9;
  }
  .menucls .navbar-nav .open .dropdown-menu > .active > a, .menucls .navbar-nav .open .dropdown-menu > .active > a:hover, .menucls .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #aba8a9;
    background-color: #FF9900;
  }
}

.teaser-page{ 
	height: 350px; 
	width: 100%; 
	background-color: #E5933B !important;
}

.teaser-page-list{
	height: 150px; 
	width: 100%; 
	background-color: #E5933B !important;
}

.teaser-page-404 {
	height: 400px;
	width: 100%;
	background-color: #E5933B !important;
}

.list-unstyled li 
{color:#000000;
}
ol{
				counter-reset: li;
				list-style: none;
				*list-style: decimal;
				font: 15px 'trebuchet MS', 'lucida sans';
				padding: 0;
				margin-bottom: 2em;  
				text-shadow: 0 1px 0 rgba(255,255,255,.5);  	margin: 0 ; 
			}
.rectangle-list { padding:10px;border:1px solid #DFD586;  /* IE10+ */ 
background-image: -ms-linear-gradient(top, #ffffff 0%, #F6F6F6 47%, #ededed 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #ffffff 0%, #F6F6F6 47%, #ededed 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #ffffff 0%, #F6F6F6 47%, #ededed 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(47, #F6F6F6), color-stop(100, #ededed));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #ffffff 0%, #F6F6F6 47%, #ededed 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #ffffff 0%, #F6F6F6 47%, #ededed 100%); border-radius:3px; }
		 
		.rectangle-list a{
				position: relative;
				display: block;
				padding: .1em .1em .1em .4em;
				*padding: .1em;
				margin: .1em 0 .5em 0em;
				background: none;
				color: #444;
				text-decoration: none;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;	 padding:2px;border-bottom:1px dotted #DFD586; 
			}

			.rectangle-list a:hover{
				background: #FFFF99;
			}	

			.rectangle-list a:before{
				content: counter(li);
				counter-increment: li;
				 
				top: 50%;
				margin-top: -1em;
				background: none;
				height: 2em;
				width: 2em;
				line-height: 2em;
				text-align: center;
				font-weight: bold;  display:none; margin:0;padding:0; 
			}
			
			.rectangle-list a:after{
				position: absolute;	
				content: '';
				border: .5em solid transparent;
				left: -.7em;
				top: 50%;
				margin-top: -.5em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;		margin:0;padding:0;	
			}

			.rectangle-list a:hover:after{
				left: -.7em; 
				border-left-color: #4E8947;		padding:0; margin-top:-8px;		
			}
			
#slideshow {
    position:relative;
    height:250px; margin:15px 0 0 15px
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
    background-color: #FFF;  
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height:200px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
		.footer-distributed, .page-wrapper:after {
 
}

.footer-distributed{
 
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
 	padding: 15px 10px;
 
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 33%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	 
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 34%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

} 


section {
  zoom: 1;
  position: relative;
  height: auto; font-size:12px;
}
section:after,
section:before {
  content: "";
  display: table;  
}
section:after {
  clear: both; 
}
section ul h3 {  background: rgba(169,3,41,1);
background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 ); color:#fff;padding:4px; border-radius:3px; margin-top:0; margin-bottom:25px;
} 
section h4 {
  background:#002f52;
  cursor: pointer;
   border-top: none;
  padding: 10px 15px; color:#fff; font-size:16px; border-radius:3px; 
}



section h4:first-child {
 }
@media screen and (min-width: 600px) {
  section h4 {
    position: relative;
    width: 23.333333333333336%;
    height: 20%;
    display: block; 
  }
}
section ul {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
   border-left: none;
  display: none;font-size:12px; text-align:justify; 
}

section ul p{
line-height:18px; }
section ul:after,
section ul:before {
  content: "";
  display: table;
}
section ul:after {
  clear: both;
}
section ul li {
  list-style: circle;
}
@media screen and (min-width: 600px) {
  section ul {
    position: absolute;
    width: 76.66666666666667%;
    right: 0;
    top: 0;
    padding: 15px 30px;
  }
}
section .active {
  cursor: default;
 
  border-right: none;color:#660032;  background: #ffbb42;
}
@media screen and (min-width: 600px) {
  section .active {
 
 
  }
}
section .active + ul {
  display: block;
}

  /**
   * Base styles for horizontal navigation
   */
  .horizontal-nav {
    background: #efefef;
    border-radius: 6px;
  }
  .horizontal-nav ul {
    background: #128F9A;
    float: left;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #0e7079;
  }
  .horizontal-nav ul li {
    float: left;
    border-left: 1px solid #0e7079;
  }
  .horizontal-nav ul li:first-child {
    border-left: 0 none;
  }
  .horizontal-nav ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255, 0.25);
    border-left: 1px solid rgba(255,255,255, 0.25);
  }
  .horizontal-nav ul li:first-child a {
    border-left: 0 none;
  }
  .horizontal-nav ul li a:hover {
    background: #12808a;
  }
  .horizontal-nav ul li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .horizontal-nav ul li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  
  
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0;border-bottom: 1px solid #ddd; padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item { background: #eee; padding: 10px 20px;  margin-right: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; border-bottom-color: #fff;}

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #ddd;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}
.gpage .col-md-9 a{ color:#990000;font-weight:300;}

.ggroup a{ color:#990000;font-weight:800;}

.ggroup li{  list-style:disc; margin-bottom:5px; margin-left:10px;}

.footer-distributed  h3{background:none;}
/* END - Optional - Basic Skin */
    