@charset "UTF-8";

a, .RadGrid a, .RadToolTip a  {
	color: #f27226 !important;
}

.navbar-header > .WTZone > .ContentItemContainer{
	display: inline-block;
}


.nav-primary {
	float: none;
	margin: 0;
}
.navbar-toggle {
	background: #f27226;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background: #f8b258;
}
.primary-navigation-area .RadMenu{
	float: none;
}
.RadMenu .rmHorizontal .rmItem {
    clear: both !important;
}

.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
	color: #fff !important;
}
table.rgMasterTable h4 {
	color: #000;
}
.RadGrid_MetroTouch .rgSelectedRow h4 {
	color: #fff;
}
table.rgMasterTable td {
	vertical-align: top;
}

.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
	text-transform: none;
	letter-spacing: 0;
}
.rsmColumnWrap {
	display: none;
}
.col-secondary {
	display: none;
}

.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, 
.RadGrid.RadGrid_MetroTouch .rgActiveRow td, 
.RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted, 
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td, 
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, 
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell, 
.RadGrid.RadGrid_Metro .rgActiveRow td, 
.RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted, 
.RadGrid.RadGrid_Metro .rgSelectedRow td, 
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, 
.RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell,
.RadMenu.rmResponsive .rmGroup,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink {
	background: #f27226;
}
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td {
	border-color: #fff;
}
.footer-content{
	background: #fcb838;
}

.footer-copyright {
	padding: 1em 0;
	text-align: center;
}
.footer-nav-copyright{
	padding-top: 0.35em;
}
.footer-nav-copyright .NavigationUnorderedList{
	padding-bottom: 1rem;
}

.TextButton {
	margin-bottom: 1em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.header-bottom-container{
	background: #24275f;
}
.footer-nav-copyright {
    background-color: #24275f;
	color: #fff;
    
}

.nav-auxiliary a{
	text-decoration: none;
}
.footer-nav-copyright a{
	text-decoration: none;
}

.searchformobile .UtilityNavigationToggle{
	display: none;
}
.searchformobile .UtilitySearch{
   display: none;
}
.searchbar-collapse{
	background-color: #333;
	margin-left: -15px;
	margin-right: -15px;
}

.searchfordesktop .searchbar-collapse{
   display: none;
}


@media (min-width: 768px) and (max-width: 960px) {
	.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
		font-size: .75em;
	}
}
@media (min-width: 768px) {
	ul.rmHorizontal {
		display: flex !important;
		justify-content: space-around;
	}
	.searchformobile{
		display: none;
	}

 
}

@media (max-width: 450px) {
.header-logo-container {
  
    max-width: 130px;
}

}