@charset "UTF-8";
/* CSS Document */

body { 
  padding-top: 190px;
}

.company-logo {
	max-width: initial;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li .dropdown-item.active {
	color: #000 !important;
}

ul[aria-labelledby="dropdownMenu"] > li.dropdown-item.active > a {
	color: #fff !important;
}

.companyLogo {
  padding-bottom: 5px;
}

.i4a_header_row1 {
   background-color: #fff;
}

.i4a_footer_row1 {
	padding-top: 20px;
	padding-bottom: 40px;
}

.i4a_footer_row2_col1 {
	padding-bottom: 20px;
}

#i4a_header_row2_column1 {
	padding-left: 0px;
	padding-right: 0px;
}

.i4a_footer_row3 {
	font-size: 15px;
	line-height: 22px;
}

.btn.buttonGreen:hover, .btn.buttonGreen:focus {
    background-position: 0;
}

.btn.buttonGreen, .btn.buttonGreen:hover, .btn.buttonGreen:active:hover, .btn.buttonGreen:active, .btn.buttonGreen.active, .btn.buttonGreen:focus {
    text-transform: uppercase !important;
  	background-image: -webkit-linear-gradient(#4da309, #469408 6%, #3f8507);
	background-image: -o-linear-gradient(#4da309, #469408 6%, #3f8507);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4da309), color-stop(6%, #469408), to(#3f8507));
	background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4da309', endColorstr='#ff3f8507', GradientType=0);
	-webkit-filter: none;
	filter: none;
	border: 1px solid #2f6405;
}

.navbar-nav {
  margin-bottom: 0px !important;
}

nav.mainNavigation {
  min-height: 40px !important;
  max-height: 54px !important;
  background-color: #439541 !important;
  background-image: none !important;
  border-color: #e7e7e7;
}

.sub-arrow {
  display: none !important;
}

ul.dropdown-menu > .nav-item > .nav-link {
	padding-top: 2px !important;
  	padding-bottom: 2px !important;
}

.dropdown-submenu > .nav-link {
	padding-top: 2px !important;
  	padding-bottom: 2px !important;
}

.navbar-nav > li > a {
  font-size: 1rem !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #fff;
}

/*.navbar-nav .nav-link {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}*/

.navbar-nav > li:hover {
  background-color: #222222 !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #009933 !important;
}

.navbar-nav > .dropdown-menu > li > a:hover {
  background-color: #009933 !important;
}

nav .dropdown-menu > li > a:focus, nav .dropdown-menu > li > a:hover {
	background-color: #222222 !important;
  	background-image: none !important;
}

nav .dropdown-menu > li > a {
  color: #fff !important;
}

.navbar-nav .dropdown-menu {
	min-width: 20em !important;
	/*max-width: 40em !important;*/
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: none !important;	
}
.dropdown-submenu > .dropdown-menu {
  background-color: #009933;
}

#menu_submenu_wrapper #level1_currentSection  {
   margin-top: 5px;
   background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
   margin-top:5px;
   background-color:#efefef;
   color:#333333;
   padding-left:15px;
   display:block;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#666666;
  text-decoration:none;
  color:#ffffff;
}

#menu_submenu_wrapper #level1_currentSection_currentPage  {
   margin-top: 5px;
   background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:link {
   margin-top:5px;
   background-color:#efefef;
   color:#333333;
   padding-left:15px;
   display:block;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#666666;
  text-decoration:none;
  color:#ffffff;
}

#menu_submenu_wrapper #level2_currentSection_currentPage {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
} 

#menu_submenu_wrapper #level2_currentSection_currentPage a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    color:#333333;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    background-color: #666666;
    color:#ffffff;
    text-decoration:none;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    color:#333333 !important;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    background-color: #660099;
    color:#ffffff !important;
    text-decoration:none;
    line-height: 30px;
    display: block;
}

.login-wrapper {
    margin: 30px 0 0;
    /*background-color: #ddd;*/
    padding: 10px 10px 10px 10px;
    padding-left: 20px !important;
	padding-right: 20px !important;
}

/* —————————— menus - begin —————————— */

/* —————————— PRIMARY MENU CUSTOMIZATION BEGIN —————————— */
ul.level-1.first-of-type {
 text-transform:uppercase; 
  float:left;
}
ul.level-2.first-of-type {
 text-transform:initial; 
}
.menu_secondarymenu_link a:hover {
text-decoration:none !important; 
}
/* —————————— PRIMARY MENU CUSTOMIZATION END —————————— */

/* —————————— SECONDARY MENU CUSTOMIZATION BEGIN —————————— */
#menu_secondarymenu_wrapper {
background-color: #999999;
text-transform: uppercase;
font-weight: 100;
padding: 0px 10px;
}

#menu_secondarymenu_wrapper a:link {
text-transform: uppercase;
font-weight: 100;
color: #fff !important;
}
#menu_secondarymenu_wrapper a:hover {
background-color: #999999;
text-transform: uppercase;
font-weight: 100;
  text-decoration:none;
}
#menu_secondarymenu_wrapper a:visited {
text-transform: uppercase;
font-weight: 100;
color: #fff !important;
}
/* —————————— SECONDARY MENU CUSTOMIZATION END —————————— */

/* —————————— SIDEBAR MENU CUSTOMIZATION BEGIN —————————— */

#menu_submenu_wrapper #level1_currentSection  {
margin-top: 5px;
background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
margin-top:5px;
background-color:#efefef;
color:#333333;
  padding-left:15px;
  display:block;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
background-color:#336699;
  text-decoration:none;
color:#ffffff;
}
#menu_submenu_wrapper #level1_currentSection_currentPage  {
margin-top: 5px;
background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:link {
margin-top:5px;
background-color:#efefef;
color:#333333;
  padding-left:15px;
  display:block;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
background-color:#336699;
  text-decoration:none;
color:#ffffff;
}

#menu_submenu_wrapper #level2_currentSection_currentPage {
    margin: 0;
        margin-top: 5px;
        margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection_currentPage a:link {
    margin: 0;
        margin-top: 5px;
        margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
  color:#333333;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
        margin-top: 5px;
        margin-left: -15px;
    padding-left: 15px;
    background-color: #336699;
  color:#ffffff;
  text-decoration:none;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection {
    margin: 0;
        margin-top: 5px;
        margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection a:link {
    margin: 0;
        margin-top: 5px;
        margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
  color:#333333;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection a:hover {
    margin: 0;
        margin-top: 5px;
        margin-left: -15px;
    padding-left: 15px;
    background-color: #336699;
  color:#ffffff;
  text-decoration:none;
    line-height: 30px;
    display: block;
}
  
/* —————————— breaking news - begin  —————————— */
div.headlines {
    height: 350px;
  padding:0px;
}
div.headline-teaser-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
	color:#333333;
}
div.headline-teaser-text {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 0 0;
}
div.headlines-more-link {
    font-size: 15px;
    font-style: italic;
    padding: 0px 0 0 0;
}
div.headlines-title {
    font-size: 17px;
    margin: 0;
    padding: 0 0 0 0;
    font-weight: bold;
	text-transform:uppercase;
	color:#009933;
}
div.headlines-container {
    margin: 0;
    padding: 0 0 20px 0px;
	text-align:left;
	width:670px;
	overflow:scroll;
	height: 350px;
}
div.headlines-wrapper {
    border: 0px solid #000000;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
/* ——————————  breaking news - end  —————————— */

/* below is styles for different screen sizes */

/* large tablets
---------------------------------------------------------------*/
@media (max-width: 991px) {

}
	
/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {

	body {
	    padding-top: 230px;
	}
	
	.navbar-toggler {
    	border-color: #eee !important;
    	margin-left: auto !important;
    	/*margin-top: -5px;*/
	}
	
	.navbar-toggler:hover {
    	background-color: #ccc !important;
	}
	
	
	.navbar-collapse {
		height: auto !important;
		background-color: #439541 !important;
		background-image: none !important;
	}
	
	#mainNavbar {
		margin-left: -15px !important;
		margin-right: -15px !important;
		margin-top: 7px !important;
	}
	
	#mainNavbar > ul > li > a {
		padding-left: 15px !important;
	}
	
	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 0px !important;
	}

}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {
	
	body {
	    padding-top: 230px;
	}
	
	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 0px;
	}
	
	a.menu_secondarymenu_link_link, a.menu_secondarymenu_link_link:link, a.menu_secondarymenu_link_link:active, a.menu_secondarymenu_link_link:visited {
		font-size: 11px !important;
	}

}
/*--------------home page image carousel----------*/
/*change or remove if using images wider than 1200px*/

.carousel {
	position: relative;
	max-width: 1200px;
}
