/** NOTICES **/
#home-content .notices .row-responsive{
	margin: 0;
}
#home-content #emailDiv .imgCenter{
	display: block;
	margin: 10px auto;
}
#home-content #emailDiv .noticeHeader, #home-content #noEmailDiv .noticeHeader{
	color: #763775;
	margin-bottom: 0;
}
#home-content #emailDiv .purpleText{
	color: #763775;
	text-align: center;
	margin: 0;
	font-size: .87em;
}
#home-content #emailDiv .footerEmail{
	border-top: 2px solid #441F49;
	padding-top: 10px;
}
#home-content #noticeTable table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#home-content #noticeTable table th:first-of-type{
	width: 15%;
}
#home-content #noticeTable table th:nth-of-type(2){
	width: 15%;
}
#home-content #noticeTable table th:nth-of-type(3){
	width: 70%;
}
#home-content #noticeTable table th:nth-of-type(4){
	display: none;
}
#home-content #noticeTable table tr td:nth-of-type(3){
	text-align: left;
}
#home-content #noticeTable table tr td:nth-of-type(2){
	font-weight: bold;
}
#home-content #noticeTable table tr td:nth-of-type(4){
	display: none;
}
#home-content #noticeTable table tr:nth-of-type(odd){
	background: #EEE;
}
#home-content #noticeTable table th{
	background-color: #763775;
	color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}
#home-content #noticeTable table td{
	padding: 5px;
	border: 1px solid #ccc;
}
#home-content .fa{
	font-size: 3em;
	margin-bottom: 10px;
}
#home-content .fa-exclamation-triangle{
	color: #441F49;
}
#home-content .fa-wrench{
	color: #763775;
}
#home-content .fa-lock{
	color: #B094B5;
}
#home-content .fa-thumbs-up{
	color: #FFBD07;
}
#home-content .fa-pencil{
	color: #C1C1C1;
}
#home-content .fa-envelope{
	color: #D9AA2A;
}
#home-content .noticeType{
	float: right;
	text-align: center;
	border: 2px solid #441F49;
	padding: 0 10px;
	padding-top: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #441F49;
}
#home-content #noticeFilter{
	border: 2px solid #763775;
	background: #EEE;
	margin: 10px 0;
	padding: 10px;
}
#home-content #noticeFilter .grid3{
	width: 30%;
	padding-left: 10px;
}
#home-content #noticeFilter .grid9{
	width: 70%;
}
#home-content #noticeFilter .btnSuccess{
	margin: 0;
}
#home-content #noticeFilter select{
	width: 50%;
}
#home-content .showButtons{
	list-style-type: none;
	text-align: center;
	margin: 0;
}
#home-content .showButtons li{
	display: inline;
}
#home-content .showMore{
	float: left;
}
#home-content .showLess{
	float: right;
	font-weight: bold;
	color: #763775;
	text-decoration: underline;
}
#home-content .showLess:hover{
	cursor: pointer;
}
#home-content .hideRows{
	display: none;
}

#home-content .bottomEmail .noticeImage img{
	display: block;
	margin: 0 auto;
}
#home-content .hideCell{
	display: none;
}
#home-content .sentToMessage{
	margin-top: 0;
	margin-bottom: 0;
	color: #763775;
}

@media only screen and (max-width:768px){
	.contentHolder div[class^="grid"] > label{
		margin: 0 0 0;
	}
}

@media only screen and (max-width:650px){
	/** NOTICES **/
    #noticeTable table, #noticeTable thead, #noticeTable tbody, #noticeTable th, #noticeTable td, #noticeTable tr{display: block;}
    #noticeTable table tr:first-of-type{position: absolute; top: -9999px; left: -9999px;}
    #home-content #noticeTable table tr{border: 1px solid #ccc;}
    #home-content #noticeTable table td{ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%;}
    #home-content #noticeTable table td{text-align: left;}
    #home-content #noticeTable table td:before{position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-weight: bold;}
    #home-content #noticeTable table td:before{content: attr(data-label);}
}