/* ================================================================================================
 * ANY SITE-WIDE/APPLICATION CSS PLACED IN THIS DOCUMENT
 * For more assistance, visit http://www.auburn.edu/template/2013
 * ================================================================================================
 */

/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
/*****  Content Section  **************************************/
   .staff-title { margin-bottom: 20px
   }
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/


@media (min-width: 768px) {
/*****  General Page Formatting  ******************************
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a, .header-wrap .navbar .nav > li:last-child > a  {padding: 4px 31px 3px;}
/*****  Content Section  **************************************/
 
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 992px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a, .header-wrap .navbar .nav > li:last-child > a  { padding:4px 58px 3px}
/*****  Content Section  **************************************/
.staff-title { margin-bottom: 0px
   }
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 1200px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.picture  { }
.header-wrap .navbar .nav > li > a, .header-wrap .navbar .nav > li:last-child > a { padding: 4px 87px 3px;}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}
.content-division .bar {
	max-width: 100%;
	background-color: rgba(173,217,233,1.00);
	color: #000000;
	border-radius: 2px;
	border-spacing: 24em 24em;
	padding-right: 0.5px;
	padding-left: 0.5px;
	padding-top: 0.25px;
	padding-bottom: 0.25px;
	margin-top: 5px;
	text-indent: 1mm;
}
.content-division .divided-bar {
	max-width: 600px;
	background-color: rgba(173,217,233,1.00);
	color: #000000;
	border-radius: 2px;
	border-spacing: 24em 24em;
	padding-right: 0.5px;
	padding-left: 0.5px;
	padding-top: 0.25px;
	padding-bottom: 0.25px;
	margin-top: 5px;
	text-indent: 1mm;
}
.content-division .table {
	width: 100%;
}
.media .media-body .media-heading {
	font-size: large;
	font-weight: bold;
}
	blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.25;
}
