
	/*#region Home Banner */

	.banner-background--container {
		background-image: url('/postdocs/images/banners/2560x800.jpg');
		background-position: 84% 0;
	}

	/* BEGIN General Styles */

	.banner-background--container {
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	/*#endregion Home Banner */


	/* Adjust Middle Menu New Window Icon */
	.middle-nav--page .middle_content .nav-child a i {
		margin-left: 1.4em;
		font-size: 1.1rem;
	}


	/*BEGIN Adjust padding on full-width */

	@media all and (max-width:1280px) {
		.postdoc-full-width #maincolumn-wide #content {
			padding: 0 20px 1em !important;
			width: 100%;
			box-sizing: border-box;
		}

		.postdoc-full-width * {
			box-sizing: border-box;
		}
	}

	/*END Adjust padding on full-width */


	/*BEGIN Styled Ordered List */
	ol.postdocs-styled-number-list {
		list-style: none;
		counter-reset: styled-counter;
		margin-left: 40px;
	}

	ol.postdocs-styled-number-list>li {
		counter-increment: styled-counter;
		position: relative;
		margin-bottom: 30px !important;
	}

	ol.postdocs-styled-number-list>li::before {
		content: counter(styled-counter);
		color: #1E6B52;
		font-weight: bold;

		width: 25px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 25px;
		border: 2px solid #80BC00;
		border-radius: 50%;
		left: -40px;
		top: -2px;
		position: absolute;

	}

	.postdocs-styled-number-list .emphasis-text {
		font-size: 20px;
		color: #1E6B52;
		font-weight: 700 !important;

	}


	/*END Styled Ordered List */


	/*BEGIN Lists */

	.nested-list {
		margin-left: 40px;
		margin-top: 20px;
	}

	/*END Lists */

	/*BEGIN Widgekit Grid */

	.postdoc-grid-resources h2 a {
		font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
		font-size: 22px;
		line-height: 1 !important;

	}

	.postdoc-grid-resources h2 {
		line-height: 1 !important;
		color: #1E6B52 !important;
	}

	/*END Widgekit Grid */

	/*BEGIN Accordion */

	.postdoc-accordion .wk-accordion-title {
		border-bottom: 1px solid #1E6B52 !important;
	}

	/*END Accordion */


	/****************Prospective Postdocs Page***************/
	.postdoc-title-underline {
		position: relative;
		text-align: center;
		font-weight: 500 !important;
	}

	.postdoc-title-underline::after {
		width: 40px;
		height: 2px;
		background-color: #80bc00;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translatex(-50%);
	}

	.bham-facts-grid .wk-card-default {
		background: #1e6b52;
		color: #fff;
	}

	.bham-facts-box {
		line-height: 2;
	}

	.facts-text-lg {
		font-size: 1.3rem;
		font-weight: 700;
		display: block;
		line-height: 1.2;
		color: #fff;
	}

	.postdoc-accent-icons {
		font-size: 1.3rem;
		background: #80bc00;
		color: #fff;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 4px solid #fff;
		top: -1em;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: 100%;
		box-sizing: border-box;
	}

	.bham-facts-heading {
		padding: 0.2em 0 0.5em;
		position: relative;
		font-weight: 500 !important;
	}

	.bham-facts-gridstack .wk-grid:nth-child(2n+1) .bham-facts-heading::before {
		content: '';
		position: absolute;
		width: 8rem;
		height: 2px;
		bottom: 0;
		background-color: #80bc00;
	}

	@media only screen and (min-width: 960px) {
		.bham-facts-gridstack .wk-grid:nth-child(2n+1) .bham-facts-heading::before {
			left: -2.5rem;
		}
	}

	.bham-facts-gridstack .wk-grid:nth-child(2n) .bham-facts-heading::before {
		content: '';
		position: absolute;
		width: 8rem;
		height: 2px;
		bottom: 0;
		background-color: #1e6b52;

	}

	.bham-facts-gridstack .wk-grid:nth-child(2n) .bham-facts-heading::before {
		right: -2.5rem;
	}

	@media only screen and (min-width: 960px) {
		.bham-facts-gridstack .wk-grid:nth-child(2n) .bham-facts-heading {
			text-align: right;
		}

	}

	@media only screen and (max-width: 960px) {
		.bham-facts-gridstack .wk-grid * {
			text-align: center !important;
		}

		.bham-facts-gridstack .wk-grid .bham-facts-heading::before {
			left: 50%;
			transform: translatex(-50%);
		}
	}
