/***** HOME *****/
#home-content .homeLeft{
	padding-right: 10px;
}
#home-content .homeLinks{
	list-style-type: none;
	margin-left: 0;
}
#home-content .homeLinks li a{
	display: block;
	margin: 5px 70px;
	padding: 5px;
	background: #763775;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#home-content .homeLinks li a:hover{
	color: #FFBD07;
}
#home-content .homeLinks li a:visited{
	color: #FFF;
}
.fancybox-skin, .fancybox-outer, .fancybox-inner{
	min-width: 400px;
}
/***** POLICIES *****/
table{
	width: 100%; 
	border-collapse: collapse;
}
tr:nth-of-type(odd){ 
	background: #eee; 
}
th{ 
	background: #763775; 
	color: white; 
	font-weight: bold; 
}
td, th{ 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left;
	width: calc(100% / 5);
}
.row-responsive#pTable{
	margin-bottom: 0;
}
.invisible{
	display: none;
}
.btnSearch{
	margin: 0;
	margin-left: 5px;
}
.searchPolicies{
	margin: 0;
}
#home-content .searchPolicies{
	padding: 5px;
}
#home-content .searchPolicies label{
	color: #575757;
}
#home-content #searchPolicies{
	width: 20em;
	padding: 5px;
}
#home-content .noResultsAlert{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 6px;
	margin: 0;
	clear: left;
}
#home-content #searchDivisions{
	border: 2px solid #eee;
	padding: 5px;
}
#home-content #searchDivisions > p:first-of-type{
	display: inline-block;
	margin: 0;
}
#home-content #searchDivisions .chkContainer{
	display: inline-block;
}

@media only screen and (max-width:900px){
	/***** DIVISIONS *****/
	#home-content #searchDivisions > p:first-of-type{
		display: block;
	}
	#home-content #searchDivisions .chkContainer{
		display: block;
	}
}

@media only screen and (max-width:768px){
	/***** HOME *****/
	#home-content .homeLeft{
		padding-right: 0;
	}

	/***** POLICIES *****/
	table, thead, tbody, th, td, tr{ 
		display: block; 
	}
	thead tr{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr{
		border: 1px solid #CCC;
	}
	tr:nth-of-type(odd){
		background: #EEE;
	}
	td{ 
		width: 100%;
		border: none;
		border-bottom: 1px solid #CCC; 
		position: relative;
		padding-left: 50%;
	}
	tr td:last-of-type{
		border-bottom: none;
	}
	td:before{ 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	td:before{
		content: attr(data-label);
	}
	.searchPolicies{
		margin-bottom: 10px;
	}
}


#home-content li {
	margin: 10px 0;
}

#home-content svg {
	width: 1em;
	height: 1em;
	fill: #6e3061;
}

#home-content .purpleBackground {
	background-color: #382140;
	color: white;
	padding: 10px 25px;
	border-radius: 20px;
}

#home-content .purpleBackground a {
	color: #ffe800;
}

#home-content .cardSection .grid5 {
	padding-right: 15px;
}
#home-content .cardSection > .row-responsive {
	display: flex;
}
#home-content .cardSection {
	width: 100%;
	display: block;
	float: left;
	padding: 20px 0 15px 0px;
}
#home-content .cardSection .card {
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	padding: 0 15px;
	float: left;
	width: 100%;
	height: 100%;
}
#home-content .cardSection .orCard {
    color: #382140;
    font-size: 1.5em;
    text-align: center;
    padding: 15px 15px 0px 0px;
}

@media only screen and (max-width:768px){
	#home-content .cardSection .orCard {
		padding-top: 0px;
	}
	#home-content .cardSection > .row-responsive {
		display: block;
	}
	#home-content .cardSection {
		padding: 0px;
	}

}