#schooldiv{
	display : none;
}
#deptdiv{
    display : none;
}

.loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #990000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader1 {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 75px 0 0 -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #990000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* CFR CSS */

    h4.entry-title {
        margin-top: 0px;
    	margin-bottom: 4px;
    }
    .org_name {
    	font-size: 0.875rem;
    	font-family: BentonSansBold,Helvetica,Arial,sans-serif;
    	font-weight: 400;
    	font-style: normal;
    	color: #333;
    	text-transform: uppercase;
    }
    .rfp_deadline, .search .rfp_deadline, .single .rfp_deadline {
    	font-size: 0.875rem;
    	line-height: 1em;
    	margin-bottom: 1em;
    }

    a.limsub_label {
    	font-size: 0.75rem;
    	line-height: 1em;
    	display: inline-block;
    	text-transform: uppercase;
    	background-color: #4A3C31 !important;
    	color: #FFFFFF;
    	padding-top: 5px;
    	padding-bottom: 4px;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-radius: 10px;
	}
    a.limsub_label:hover {
        background-color: #990000 !important;
    }
	.rfp_award_description {
    	font-size: 1rem;
    	line-height: 1.2em;
	}
    .archive .hentry, .search .hentry {
        margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #b7b1ad;
	}
    .feed-item .content1 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
/* END of CFR CSS */