  /* ==========================================================================
   Project:     Gadsden State College
   Date:        05/22/19 - File created	
   Created by:  Third Wave Digital (www.thirdwavedigital.com)
   ========================================================================== */
	
/* ==========================================================================
   Faculty Directory
   ========================================================================== */
   
.faculty-staff-select h3, .faculty-staff-search h3 {font-weight:400}   
.faculty-staff-search {position:relative;z-index: 1}  
.faculty-staff-search .close {position:absolute; top: 10px;right: 10px; z-index:2}

.dropdown-toggle {border-radius: 0px} 

/* ==========================================================================
   Faculty Details
   ========================================================================== */
      
.faculty-staff {}

/* ==========================================================================
   Helpers
   ========================================================================== */
  
.margin-top-20 {margin-top: 20px !important}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 0px) {
 .margin-bottom-20-xs {margin-bottom: 20px}
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 768px) {
  .margin-bottom-20-xs {margin-bottom: 0px}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
