

	/*///////////////////////////////////////BEGIN Banner///////////////////////////////////////*/
	/**************BEGIN Image***************/
	
	.wideload-banner {
		background-color: #231F20;
		background-image: url("images/banners/Bio_home_banner_1280x300.jpg");
		min-height: 350px;
		background-size: cover;
		background-position: left;
		position: relative;
		width: 100%;
	}
	
	.wideload-overlay {
		background: rgba(50, 50, 50, 0.50);
		min-height: 350px;
		overflow: hidden;
		z-index: 2;
	}
	
	.wideload-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 50%;
		margin-right: -50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 70%;
	}
	/*---BEGIN Mobile---*/
	
	@media only screen and (min-width: 1025px) {
		.wideload-banner {
			background-image: url("/cas/biology/images/banners/Bio_home_banner_1280x300.jpg");
		}
	}
	
	@media only screen and (min-width:760px) and (max-width: 1024px) {
		.wideload-banner {
			background-image: url("/cas/biology/images/banners/Bio_home_banner_1020x300.jpg");
		}
	}
	
	@media only screen and (min-width:550px) and (max-width: 760px) {
		.wideload-banner {
			background-image: url("/cas/biology/images/banners/Bio_home_banner_768x300.jpg");
		}
	}
	
	@media only screen and (min-width:300px) and (max-width: 550px) {
		.wideload-banner {
			background-image: url("/cas/biology/images/banners/Bio_home_banner_420x300.jpg");
		}
	}
	/*---END Mobile---*/
	/**************END Image***************/
	/**************BEGIN Text***************/
	
	.wideload-banner h1,
	.wideload-banner h2 {
		text-align: center;
	}
	
	.wideload-banner h1 {
		color: #fff;
		margin: 0px;
	}
	
	.wideload-banner h2 {
		color: #A3CD65;
		margin: 0px;
	}
	
	.wideload-content h1 {
		font-size: 48pt;
		text-shadow: 2px 2px 2px black;
	}
	
	.wideload-content h2 {
		font-size: 24pt;
		font-family: din-condensed, san-serif !important;
		text-transform: uppercase;
		text-shadow: 2px 2px 2px black;
	}
	/*---BEGIN Mobile---*/
	
	@media only screen and (max-width: 980px) {
		.wideload-content {
			width: 95%;
		}
		.wideload-content h1 {
			font-size: 48px !important;
		}
		.wideload-banner h2 {
			font-size: 24px !important;
		}
	}
	/*---END Mobile---*/
	/**************END Text***************/
	/*---BEGIN Interior Banner---*/
	
	.wideload-banner-interior {
		background-image: url("/cas/biology/images/banners/bio_internal_banner_option3_1280x300.jpg");
		background-size: cover;
		height: 180px;
	}
	
	@media only screen and (min-width:760px) and (max-width: 1024px) {
		.wideload-banner-interior {
			background-image: url("/cas/biology/images/banners/bio_internal_banner_option3_1020x300.jpg");
		}
	}
	
	@media only screen and (min-width:550px) and (max-width: 760px) {
		.wideload-banner-interior {
			background-image: url("/cas/biology/images/banners/bio_internal_banner_option3_768x300.jpg");
		}
	}
	
	@media only screen and (min-width:300px) and (max-width: 550px) {
		.wideload-banner-interior {
			background-image: url("/cas/biology/images/banners/bio_internal_banner_option3_20x300.jpg");
		}
	}
	/*---END Mobile---*/
	/*---End Interior Banner---*/
	/*///////////////////////////////////////END Banner///////////////////////////////////////*/
	/*///////////////////////////////////////   BEGIN  Buttons   ///////////////////////////////////////*/
	
	.fp_Buttons {
		font-size: 1.5em!important;
		text-shadow: 1px 1px 1px black;
	}
	/*///////////////////////////////////////   END  Buttons   ///////////////////////////////////////*/
	/*///////////////////////////////////////BEGIN Calendar///////////////////////////////////////*/
	
	.custom-calendar-wrap {
		background: none!important;
	}
	
	span.gcal_event_title {
		display: none;
	}
	
	span.gcal_event_title_value {
		font-size: 2em;
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		display: block;
		padding-bottom: 10px;
	}
	
	.newsEvents .ui-widget-content {
		border: 1px solid #eee;
		background: #fff;
	}
	
	.newsEvents .ui-state-default,
	.newsEvents .ui-widget-content .ui-state-default,
	.newsEvents .ui-widget-header .ui-state-default {
		background: #fff;
	}
	
	.newsEvents .google1 {
		background-color: #1E6B52 !important;
	}
	
	.newsEvents span.fc-event-title,
	.newsEvents .fc-event-title,
	.newsEvents span.fc-event-time,
	.newsEvents .fc-event-time {
		color: #fff;
		display: block;
	}
	
	.newsEvents .fc-event-inner.tooltipstered {
		padding-left: 2px;
	}
	
	.newsEvents a.fc-event.fc-event-hori.google1 {
		text-align: center;
		color: #fff;
	}
	
	.newsEvents .ui-widget-header {
		border: 1px solid #fff;
		background: #fff;
		color: black;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 2px solid #eee !important;
	}
	
	.newsEvents a.fc-event.fc-event-hori.google1:hover,
	.newsEvents a.fc-event.fc-event-vert.fc-event-start.fc-event-end.google1:hover {
		color: #fff !important;
	}
	
	.newsEvents span.fc-button.ui-state-default.ui-state-active {
		background-color: #1E6B52;
		color: #fff;
	}
	
	.newsEvents .fc-event-vert .fc-event-time {
		white-space: nowrap;
		font-size: 16px;
		font-weight: bold;
	}
	
	.newsEvents #content {
		margin: 0px auto !important;
	}
	
	.fc-header {
		margin-bottom: 20px;
		margin-top: 70px;
	}
	
	span.fc-button {
		font-weight: bold;
		color: black;
		text-transform: capitalize;
		padding: 8px 15px 0 15px;
	}
	
	.fc-header .fc-button {
		border-radius: 0;
	}
	
	.gcal_month {
		color: #ffffff;
		font-size: 11px !important;
		font-weight: 500;
		height: 19px;
		margin-bottom: 0;
		margin-top: -21px;
		padding-top: 5px;
		position: relative;
		text-align: center;
	}
	
	.gcal_day {
		color: #555;
		font-size: 16px !important;
		font-weight: bold;
		line-height: normal;
		text-align: center;
		width: 42px;
	}
	
	span.ui-icon.ui-icon-circle-triangle-w,
	span.ui-icon.ui-icon-circle-triangle-e {
		margin-top: -12px;
	}
	
	@media all and (max-width: 768px) and (min-width: 300px) {
		#events-calendar {
			display: none;
		}
	}
	
	@media only screen and (min-width: 769px) {
		.custom-calendar-wrap.custom-calendar-full {
			display: none;
		}
	}
	
	@media only screen and (max-width: 768px) and (min-width: 300px) {
		.newsEvents #content {
			display: none !important;
		}
	}
	
	@media only screen and (max-width: 768px) {
		div#calendar_container {
			display: none!important;
		}
	}
	/*///////////////////////////////////////END Calendar///////////////////////////////////////*/

/***BEGIN External Links ***/

a.external-link--gray-to-green:after {
    content: '\f08e' !important;
    font-family: FontAwesome;
    margin-left: 5px;
    color: #888;
    font-size: .9em;
    position:relative !important;
    background-color:transparent !important;
    display:inline !important;
    margin-left:5px !important;
    text-decoration:none !important;
}


a.external-link--gray-to-green:hover:after {
    content: '\f08e';
    font-family: FontAwesome;
    margin-left: 5px;
    color: #82c140;

    position: initial;
    display: inline-block;
    font-size: .9em;
}

/***END External Links ***/

	/*///////////////////////////////////////   BEGIN  Focus Box   ///////////////////////////////////////*/
        .focusBox h2 {
           text-align: center; 
           margin-bottom: -10px;
        }

        .focusBox ul {
           list-style: none;
        }

        .focusBox {
           margin-bottom: 20px; 
           overflow: hidden;
           text-align: center;
        }
	/*///////////////////////////////////////   END  Focus Box   ///////////////////////////////////////*/
	/*///////////////////////////////////////   BEGIN  Footer   ///////////////////////////////////////*/
	
	.unitCustomFooter {
		background-color: #f5f5f5;
	}
	
	.customFooterLinks {
    margin: -15px;
}

	/*///////////////////////////////////////   END  Footer   ///////////////////////////////////////*/
	/*///////////////////////////////////////  BEGIN Homepage Graphic ///////////////////////////////////////*/
	
	.biology .biology-home-image--container {
		background-image: url(/cas/biology/images/images/graphics/purple-gloves.jpg);
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: 650px;
	}
	
	.biology .biology-home-text--container {
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	
	.biology .biology-home-text--heading {
		color: #fff;
		font-family: din-condensed, san-serif !important;
		font-size: 2.5em;
		line-height: 110%;
		text-shadow: 1px 1px 1px black;
	}
	
	.biology .biology-home-text--subheading {
		color: #fff;
		font-family: din-condensed, san-serif !important;
		font-size: 1.5em;
		line-height: 120%;
		text-shadow: 1px 1px 1px black;
	}
	
	.biology .biology-home-text--button {
		color: #fff !important;
		border: 1px solid #eee;
		padding: 5px;
		text-align: center;
		border-radius: 3px;
		font-family: din-condensed, san-serif !important;
		font-size: 1.3em;
		text-shadow: 1px 1px 1px black;
		font-weight: normal !important;
		width: 250px;
		display: block;
		margin-top: 1em;
	}
	
	.biology .biology-home-text--button:hover {
		font-weight: normal !important;
		text-decoration: none;
		background-color: #fafafa;
		text-shadow: none;
		transition: all 0.5s;
        color:#444 !important;
	}
	
	@media only screen and (max-width: 1024px) and (min-width: 300px) {
		.biology .biology-home-image--container {
			margin-top: 1em !important;
		}
	}
	
	@media all and (max-width:768px) and (min-width: 480px) {
		.biology .biology-home-image--container {
			height: 550px;
			background-size: cover;
			background-position: -100px
		}
	}
	
	@media all and (max-width:480px) {
		.biology .biology-home-image--container {
			height: 370px;
			background-size: cover;
			background-position: -150px
		}
		.biology .biology-home-text--heading {
			font-size: 1.75em;
		}
		.biology .biology-home-text--subheading {
			font-size: 1.3em;
		}
	}
	/*///////////////////////////////////////  END Homepage Graphic ///////////////////////////////////////*/
	/*///////////////////////////////////////   BEGIN  Horizontal Rule  ///////////////////////////////////////*/
	
	hr {
		border-top-color: #D3D3D3!important;
	}
	/*///////////////////////////////////////   END  Horizontal Rule  ///////////////////////////////////////*/
	/*///////////////////////////////////////   BEGIN Minimum Height   ///////////////////////////////////////*/
	
	.page-min-height-1200 div#content {
		min-height: 1200px;
	}
	
	.page-min-height-1100 div#content {
		min-height: 1100px;
	}
	
	.page-min-height-650 div#content {
		min-height: 650px;
	}
	
	@media only screen and (min-width: 1024px) {
		.item-page.shortPage {
			min-height: 550px;
		}
	}
	/*Adds a minimum height to short pages.  Add class .shortPage to menu item to add this minimum height.*/
	/*///////////////////////////////////////   BEGIN Minimum Height   ///////////////////////////////////////*/
	/*///////////////////////////////////////BEGIN Mobile Images///////////////////////////////////////*/
	
	@media only screen and (max-width: 700px) {
		.mobileImage {
			width: 100%;
			margin: 0px auto!important;
		}
	}
	/*///////////////////////////////////////END Mobile Images///////////////////////////////////////*/
	/*///////////////////////////////////////   BEGIN News Feed  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	
	.customNewsFeed .feed-link a {
		font-size: 17px !important;
	}
	
	.customNewsFeed .feed-item-description .K2FeedIntroText p {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#rightsidebar .feed-link>a {
		font-family: proxima-nova, sans-serif !important;
	}

@media only screen and (max-width: 1024px) {
.customNewsFeed>li:first-child {
    border-top: none;
}
}

	/*///////////////////////////////////////   END News Feed   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	/*///////////////////////////////////////   BEGIN Popular Links  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	
	.mostread span {
		color: #555555;
		font-weight: 700 !important;
		font-size: 17px;
	}
	
	ul.mostread.homepageModule>li:first-child {
		border-top: 1px solid #d3d3d3;
	}

@media only screen and (max-width: 1024px) {
ul.mostread.homepageModule>li:first-child {
    border-top: none;
}
}

	/*///////////////////////////////////////   END Popular Links  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	/*///////////////////////////////////////   BEGIN Profiles  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	/******Postdoc Profiles******/
	
	@media all and (max-width:500px) {
		.blog.postdoc .span4 {
			min-height: 810px!important;
		}
	}
	
	@media all and (min-width:500px) and (max-width:767px) {
		.blog.postdoc .span4 {
			min-height: 1100px!important;
		}
	}
	
	@media all and (min-width:767px) {
		.blog.postdoc .span4 {
			min-height: 580px!important;
		}
	}
	
	.blog.facultyStaffProfile .span4 {
		border: 1px solid #eee;
		position: relative;
	}
	/******Grad Student Profiles******/
	
	@media all and (max-width:500px) {
		.blog.gradProfile .span3 {
			min-height: 780px!important;
		}
	}
	
	@media all and (min-width:767px) {
		.blog.gradProfile .span3 {
			min-height: 500px!important;
		}
	}
	
	@media all and (min-width:500px) and (max-width:575px) {
		.blog.gradProfile .span3 {
			min-height: 900px!important;
		}
	}
	
	.blog.gradProfile .span3 {
		border: 1px solid #eee;
		position: relative;
	}
	/******Faculty Profiles******/
	
	@media all and (max-width:500px) {
		.blog.facultyStaffProfileCol4 .span3,
		.blog.facultyStaffProfileCol3 .span4 {
			min-height: 850px;
		}
	}
	
	@media all and (min-width:575px) and (max-width:767px) {
		.blog.facultyStaffProfileCol4 .span3,
		.blog.facultyStaffProfileCol3 .span4 {
			min-height: 400px;
		}
	}
	
	@media all and (min-width:500px) and (max-width:575px) {
		.blog.facultyStaffProfileCol4 .span3,
		.blog.facultyStaffProfileCol3 .span4 {
			min-height: 925px;
		}
	}
	
	@media all and (min-width:767px) {
		.blog.facultyStaffProfileCol3 .span4 {
			min-height: 680px;
		}
		.blog.facultyStaffProfileCol4 .span3 {
			min-height: 690px!important;
		}
	}
	
	.facultyStaffProfile .readmore .btn {
		padding: 5px 35px!important;
	}
	
	.staffHeight .uk-panel.uk-panel-box {
		min-height: 570px;
	}
	/*///////////////////////////////////////   END Profiles \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
	/*///////////////////////////////////////BEGIN Related Articles Module///////////////////////////////////////*/
	
body.hd #whitebox .two_thirds, #whitebox .third:nth-of-type(1) {
   border-bottom: none;
   margin: .3em;
}

	.relatedHead {
		font-size: 22px!important;
		margin-left: 20px!important;
	}
	
	@media screen and (max-width: 959px) {
		.relatedHead,
		.moduletable.relatedArticles {
			text-align: center;
		}
	}
	
	@media screen and (max-width: 1024px) {
		.moduletable.relatedArticles {
			margin: 0 15px!important;
		}
	}
	
	.moduletable.relatedArticles {
		border-top: 1px solid #eee;
		padding-top: 10px;
		margin: 0 1.5%;
	}
	
	ul.relateditems.relatedArticles:before {
		content: "";
		font-weight: bold;
	}
	
	.relatedArticles li {
		border: 1px solid #ddd;
		padding: 7px !important;
		margin-top: -1px;
	}
	
	.relatedArticles li a {
		font-weight: 900;
	}
	/*///////////////////////////////////////END Related Articles Module///////////////////////////////////////*/
	/*///////////////////////////////////////BEGIN Resources Menu Navigation///////////////////////////////////////*/
	
@media (max-width: 1024px) {
body.hd #whitebox .full {
   margin: 0 !important;
   width: 100%; } }

	.middle-nav--page li.item-807 {
		border-top: none;
	}
	
	#rightsidebar ul.nav.menu.biology-submenu>li>a {
		border: none;
		font-size: 16px;
		padding: 2.25% 1.25%;
	}
	
	ul.nav.menu.biology-submenu {
		border-top: 1px solid #d3d3d3;
		padding-top: .5em;
	}
	
	.resourceContent {
		font-size: 16px;
		line-height: 30px;
	}
	/* BEGIN .middle_content nav list */
	
	.middle_content>li:not(:first-child) {
		border-top: 4px solid #D2D2D2;
		float: left;
		margin: 10px 0 0;
		padding: 20px 0 0;
		width: 100%;
	}
	
	.middle_content .noShowMenu {
		display: none;
	}
	
	.middle_content>li a:hover {
		text-decoration: underline !important;
		color: #1E6B52 !important;
	}
	
	.middle_content>li:last-of-type {
		border-bottom: 4px solid #d2d2d2;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	
	.middle_content span.nav-header::after {
		clear: both;
		content: attr(title);
		float: left;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		font-weight: normal !important;
		line-height: 1.6em;
		margin-top: 0.6em;
		position: relative;
		text-align: right;
		text-transform: none;
	}
	
	.middle_content span.nav-header {
		color: #333333 !important;
		float: left;
		font-family: "din-condensed", "din-condensed-web", sans-serif !important;
		font-size: 3rem !important;
		font-weight: normal;
		line-height: normal;
		margin: 0 10px 2px 0 !important;
		padding: 2%;
		text-align: right;
		text-shadow: none;
		text-transform: uppercase;
		border-right: 9px solid #0A6142;
	}
	
	.middle_content li span {
		background-color: rgba(235, 232, 229, 1.0);
		border-radius: 6px 0 0 6px;
		float: left;
		margin-bottom: 10px;
		margin-left: 2%;
		margin-right: 2%;
		min-height: 117px;
		padding: 2% 1%;
		width: 43%;
	}
	
	.middle_content p {
		color: #333;
		font-family: "Montserrat", sans-serif !important;
		font-size: 1rem;
		line-height: 1.6em;
		margin: 2px 10px;
		text-align: right;
	}
	
	.middle_content .nav-child {
		float: left;
		margin: 0;
		min-height: 100px;
		padding-bottom: 5px;
		padding-left: 2%;
		padding-top: 10px;
		width: 48%;
	}
	
	.middle_content ul.nav-child.small {
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}
	
	.middle_content .nav-child li {
		line-height: inherit;
		list-style: outside none none;
		padding: 0 0 1em 2em;
		text-indent: -1.5em;
	}
	
	.middle_content .nav-child li::before {
		color: #a4a4a4;
		content: "•";
		font-size: 2em;
		padding-right: 0.4em;
		vertical-align: sub;
	}
	
	.middle_content .nav-child a {
		color: #333333;
		font-family: "Montserrat", sans-serif;
		font-size: 1.2em;
	}
	
	#middle_content_bottom {
		background-repeat: no-repeat;
		height: 3px;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.miniMiddleContent li span {
		min-height: 40px !important;
	}
	
	.miniMiddleContent span.nav-header {
		font-size: 2.5rem !important;
	}
	
	.linkPage .rightBorderUABGreen {
		border-right: 9px solid #0A6142;
	}
	
	.clear {
		clear: both;
	}
	
	@media screen and (max-width: 800px) {
		.middle_content li span {
			border-radius: 4px 4px 0 0;
			display: table;
			min-height: 0;
		}
		.middle_content .nav-child {
			min-height: 0px;
		}
		.middle_content span.middleTitle {
			text-align: center;
			width: 94%;
			height: 20px !important;
			float: left;
			margin: auto;
			margin-bottom: 20px !important;
		}
		.middle_content span.middleTitle:after {
			font-size: .4em !important;
			text-align: center !important;
		}
		.middle_content li>ul {
			width: 94% !important;
			text-align: center;
			margin: auto;
		}
		.rightBorderUABGreen {
			border-right: none!important;
			border-bottom: 9px solid #1e6b52;
		}
		body.hd .middle_content h3,
		.middle_content p {
			font-size: 1.5rem;
			text-align: center;
		}
		ul.middle_links {
			font-size: 0.8em;
			padding: 0 4%;
			text-align: center;
			width: 92%;
		}
		.middle_links li {
			list-style: outside none none;
			padding: 0 0 0.8em;
		}
		.middle_links li::before {
			content: none;
			font-size: 0;
			padding-right: 0;
			vertical-align: sub;
		}
	}
	/* END .middle_content nav list */
	/*///////////////////////////////////////END Resources Menu Navigation///////////////////////////////////////*/
	/*///////////////////////////////////////BEGIN Right Sidebar///////////////////////////////////////*/
	
	#rightsidebar .nav-header.middleTitle {
		padding: 0px;
		font-size: 1em;
		border-bottom: 1px solid #eee;
		margin-top: 1.6em;
		margin-bottom: -5px;
	}
	
	#rightsidebar ul.nav.menu>li>ul {
		border-top: 0px solid #D3D3D3;
	}
	/*removes border on all headings in menu*/
	
/*	#rightsidebar ul.nav.menu>li:first-child>ul {
		border-top: 1px solid #D3D3D3;
	}
	only applies gray underline to first heading in menu*/
	
	#rightsidebar ul.nav.menu>li:first-child>span.nav-header {
		font-weight: normal;
		text-transform: capitalize;
	}
	@media only screen and (max-width: 650px) {
           .sidebarMobile {
              width: 90%!important;
              float: none!important;
              margin: 0 auto!important;
           }
           }

	/*///////////////////////////////////////END Right Sidebar///////////////////////////////////////*/
	/*///////////////////////////////////////BEGIN Widgetkits///////////////////////////////////////*/
	
	.rcrSwitcher .uk-switcher {
		background-color: #f5f5f5;
		padding: 0px 20px !important;
	}
	
	.gridStackPhotoBorder img {
		border: 1px solid #d7d7d7;
	}
	
/*	.learnMoreGroups .uk-accordion-content {
		background-color: #eee;
	}*/
	
	.learnMoreGroups .uk-accordion-title {
		
		border-bottom: none !important;
	}
	
/*	.learnMoreGroups .uk-accordion-content {
		padding: 0 20px 10px;
	}*/



	

	/***BEGIN Quicklinks ***/

	#search .btn-primary {
		padding: 1em .6em;
		border: none;
		line-height: 0;
		background-image: none;
		background-color: #1E6B52;
		text-shadow: none;
		transition: color .2s ease-out, background-color .2s ease-out;
		color: #fff;
	}

	#search .btn-primary:hover {
		color: #fff;
		background-color: #808285;
	}

	body.hd #quicklinks .nav.menu.nav-pills {
		margin-right: 0;
	}

	@media all and (min-width:1024px) {
		body.hd #quicklinks .divider.dropdown.deeper.parent:hover {
			text-decoration: none;
		}

		#quicklinks {
			display: flex;
			justify-content: flex-start;
			margin-top: .5em;
			flex-direction: row-reverse;
		}

		#quicklinks .nav.menu.nav-pills>li>.separator {
			cursor: pointer;
			text-decoration: none;
		}

		body.linear.hd #siteName {
			width: 65%;
		}

		body.linear.hd div.searchpanel {
			width: 33%;
		}

		#search .inputbox.search-query {
			border-radius: 5px 0 0 5px;
			width: 60%;
		}

	}

	@media all and (max-width:1024px) {
		#quicklinks .nav.menu.nav-pills>li>.separator {
			font-size: 1.2em;
			font-weight: bold;
		}

		#quicklinks .nav.menu.nav-pills>li>.separator {
			border-bottom: 1px solid #82c140 !important;
			width: 100%;
		}

		#quicklinks ul.nav.menu.nav-pills>* {
			width: 100% !important;
		}

		#quicklinks .feed.nav-pills,
		#quicklinks .moduletable,
		#quicklinks ul.nav-child.unstyled.dropdown-menu {
			background-color: transparent !important;
		}
	}

	/***END Quicklinks ***/

	/** BEGIN TIGHTEN HEADER **/

	@media (min-width: 980px) {
		.navbar-static-top {
			margin-top: 0px;
		}

		body.hd #whitebar {
			margin-top: 20px;
		}
	}

	/** END TIGHTEN HEADER **/

	/** BEGIN FOOTER SPACING FIX **/

	#footer {
		padding: 0 !important;
	}

	#footer_required {
		margin-bottom: 0 !important;
	}

	.staffHeight .uk-panel.uk-panel-box {
		min-height: 610px !important;
	}

	/** END FOOTER SPACING FIX **/