@charset "UTF-8";
/* CSS Document */

.companyLogo {
  padding-bottom: 5px;
}
.nav-item {padding:10px;}
ul[aria-labelledby="dropdownMenu"] > li.dropdown-item > a:hover, li.dropdown-item:hover > a {
	color: #fff !important;
}

ul[aria-labelledby="dropdownMenu"] > li.dropdown-item.active > a {
	color: #fff !important;
}

.i4a_header_row1 {
   background-color: #000;
}

.i4a_header_row2 {
   padding-top: 15px;
   padding-bottom: 5px;
   background-color: #000;
   margin-bottom:30px;
}

#header_row2_column1 {
	padding-left: 0px;
	padding-right: 0px;
}

.btn.buttonGreen:hover, .btn.buttonGreen:focus, .btn.buttonPurple:hover, .btn.buttonPurple: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-color: #47675c;
  	background-image:none !important;
    filter: none !important;
    border: 1px solid #47675c !important;
}

.btn.buttonPurple, .btn.buttonPurple:hover, .btn.buttonPurple:active:hover, .btn.buttonPurple:active, .btn.buttonPurple.active, .btn.buttonPurple:focus {
    background-image: none !important;
    filter: none !important;
  	background-color: #8921BD;
    border: 1px solid #8921BD !important;
  	color: #fff !important;
  	text-shadow: 0px !important;
}

.btn-secondary.buttonPurple {
  	color: #fff !important;
}

nav.mainNavigation {
  min-height: 30px !important;
  max-height: 40px !important;
  font-size: 1.2rem;
  background-color: #000 !important;
  background-image: none !important;
  border: none !important;
  color: #fff !important;
}

.navbar-nav .nav-link {
    color: #c9b9e8 !important;
}

.sub-arrow {
	display: none !important;
}

.widget_responsivemenu {
	padding-bottom: 10px;	
}


.widget_responsivesearch {
	float: right !important;
}

.nav-link {
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-nav .dropdown-menu {
	min-width: 20em !important;
	/*max-width: 40em !important;*/
}

ul.dropdown-menu > li > a {
	text-transform: none !important;	
}

.navbar-nav > li > a {
  color: #c9b9e8 !important;
}

.navbar-nav > li:hover {
  color: #fff !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #000 !important;
}

.navbar-nav > .dropdown-menu > li > a:hover {
  color: #fff !important;
}

nav .dropdown-menu > li > a:focus, nav .dropdown-menu > li > a:hover {
	color: #fff !important;
}

nav .dropdown-menu > li > a {
  color: #c9b9e8 !important;
}

.dropdown-submenu > .dropdown-menu {
  background-color: #000;
}

#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:#660099;
   padding-left:15px;
   display:block;
   line-height: normal;
   padding-top: 8px;
   padding-bottom: 8px;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#660099;
  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:#660099;
   padding-left:15px;
   display:block;
   line-height: normal;
   padding-top: 8px;
   padding-bottom: 8px;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#660099;
  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:#660099;
    line-height: 30px;
    display: block;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    background-color: #660099;
    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:#660099 !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;
}

/* below is styles for different screen sizes */

/* large tablets
---------------------------------------------------------------*/
@media (max-width: 991px) {

}

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {
	
	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 0px !important;
	}
	
	.navbar-toggler {
    	border-color: #dddddd !important;
    	margin-left: auto !important;
    	margin-top: -5px;
	}
	
	.navbar-toggler:hover {
    	background-color: #000 !important;
	}
	
	
	.navbar-collapse {
		height: auto !important;
		background-color: #000 !important;
		background-image: none !important;
	}
  
  div#header_row2_column1 {justify-content:end !important;}
	
	#mainNavbar {
		margin-left: -15px !important;
		margin-right: -15px !important;
		border-top: 1px solid !important;
		margin-top: 2px !important;
	}
	
	#mainNavbar > ul > li > a {
		padding-left: 15px !important;
	}

}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {
	
	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 0px !important;
	}
	
	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;
	}

}

/*---bootstrap default button color override---*/
/*
.btn-secondary, .btn-secondary:hover {
background-color: #ccc !important;
background-image: none !important;
}
*/

/*---breaking news category select override---*/
#headlinesCatSelect {
    font-weight: bold;
    font-size: 15px;
    color: #777 !important;
}

/*---profile small button overrides---*/
#contactTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}

#activitiesTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}

#individualsTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8921BD;
}

.dropdown-item:hover {
  background-color:#8921BD;}