/* 
This is the section css for
Finance and Business Services 
*/

#home-content .topBannerMessage{
	padding: 3% 5% 3% 15%;
	background-color: #382140;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage a,
#home-content .topBannerMessage a:visited{
	color: #FFE800;
}


#home-content #faq h4 {
	clear: both;
	margin-bottom: 0;
	margin-top: 1em;
}
#home-content .grid3, #home-content .grid4, #home-content .grid8, #home-content .grid9{
	padding: 0px 10px;
}


/* ======= SEARCH BOX [ Start ] ======= */
#home-content .searchBox {
	background-color: #fff;
	border: 3px solid #382140;
}

#home-content .searchBox .searchTitle,
#home-content .searchBox .searchDescription {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 100%;
}

#home-content .searchBox .searchTitle {
	background-color: #382140;
	border: 3px solid #382140;
	color: #FFF;
	font-size: 1.5em;
}

#home-content .searchBox .searchDescription {
	clear: both;
}

#home-content .options {
	margin-top: 4px;
}

#home-content .searchBox a {
	border: 3px solid #e5e5e5;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: calc( (100% - 12px) / 3 );
}

#home-content .searchBox a:nth-child(3n+1) {
	margin-left: 2px;
}

#home-content .searchBox a:nth-child(3n) {
	margin-right: 2px;
}

#home-content .searchBox a:hover {
	background-color: #FFF;
}

#home-content .searchBox a:hover {
	background-color: #FFF;
	border-color: #FFE800;
}

#home-content .searchBox .active {
	background-color: #FFE800;
	border-color: #FFE800;
	color: #382140;
	cursor: default;
}

#home-content .searchBox .active:hover {
	background-color: #FFE800;
	border-color: #FFE800;
	color: #382140;
}

/* DEPARTMENTS */
#home-content #departments{width: 100%;}
#home-content #departments .row-responsive { margin-bottom: 10px; }

#home-content #departments .grid3:nth-child(1) { padding-right: 10px; }
#home-content #departments .grid3:nth-child(2) { padding-left: 5px; padding-right: 7.5px; }
#home-content #departments .grid3:nth-child(3) { padding-left: 7.5px; padding-right: 5px; }
#home-content #departments .grid3:nth-child(4) { padding-left: 10px; }


/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin: 0;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 5px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}



/* ======= SEARCH BOX [ End ] ======= */

@media only screen and (max-width: 768px) {
	#home-content .searchBox a {
		margin-left: 2px;
		margin-right: 2px;
		width: calc( (100% - 4px) );
	}
}