.health-workforce-content-area {
	overflow-x: hidden;
}

.health-workforce-content-area .page-entry-header {
	margin-bottom: 0;
}

@media (min-width: 768px) {
    .health-workforce-content-area .page-entry-header {
        background-image: url("/Content/Images/health-workforce-new/workforce-hero.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom: 1px solid #cbd7e7;
        margin-top: -72px;
        padding-top: 72px;
        min-height: 388px;
    }
}

@media (min-width: 1024px) {
	.health-workforce-content-area .page-entry-header {
		background-position: calc(50% - 132px) 50%;
	}
}

@media (min-width: 1280px) {
	.health-workforce-content-area .page-entry-header {
		background-position: calc(50% - 72px) 50%;
	}
}

@media (min-width: 1920px) {
	.health-workforce-content-area .page-entry-header {
		background-size: cover;
		background-position: center center;
	}
}

.health-workforce-content-area .breadcrumb {
	position: relative;
}

@media (min-width: 768px) {
	.health-workforce-content-area .breadcrumb {
		width: 75%;
	}
}

.health-workforce-heading {
	font-size: 24px;
	margin-bottom: 40px;
}

.health-workforce-block {
	margin-bottom: 40px;
}

.health-workforce-block .btn {
	white-space: normal;
}

@media (min-width: 768px) {
	.health-workforce-block-body {
		padding-left: 48px;
	}
}

.health-workforce-content-area .page-entry-content {
	padding-top: 32px;
}

@media (min-width: 768px) {
	.health-workforce-content-area .page-entry-content {
		padding-top: 64px;
	}
}

.health-workforce-content-area .img-thumbnail {
	padding: 8px;
}

.question-cta {
	border: 1px solid #cbd7e7;
	border-radius: 8px;
	color: #205493;
	font-family: "Merriweather",serif;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	padding-top: 33px;
	padding-bottom: 33px;
	margin-top: 48px;
	margin-bottom: 48px;
	padding-left: 15px;
	padding-right: 15px;
}

.question-cta .glyphicon {
	color: #205493;
	font-size: 32px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 8px;
}

.question-cta a {
	color: #205493;
	text-decoration: underline;
}

.question-cta a:hover,
.question-cta a:focus {
	text-decoration: none;
}

.page-nav {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 1024px) {
	.page-nav {
		border-bottom: 1px solid #cbd7e7;
		margin-left: 0;
		margin-right: 0;
	}
}

.page-nav-menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.page-nav-menu {
		flex-direction: row;
	}
}

.page-nav-menu-item {
	border-bottom: 1px solid #cbd7e7;
	font-family: "Merriweather",serif;
	text-align: center;
	line-height: 22px;
	display: flex;
	min-height: 44px;
}

@media (min-width: 1024px) {
	.page-nav-menu-item {
		border-right: 1px solid #cbd7e7;
		border-bottom: 0;
		min-height: 64px;
	}
}

.page-nav-menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

.page-nav-menu-item.active a {
    background-color: #205493;
    color: #fff;
    position: relative;
}

@media (min-width: 1024px) {
	.page-nav-menu-item.active a::after {
		content: "";
		display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 12px 0 12px;
    border-color: #205493 transparent transparent transparent;
		position: absolute;
		bottom: -9px;
		left: 0;
		right: 0;
		z-index: 1;
		margin-left: auto;
		margin-right: auto;
	}
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.m-spacer {
	margin-top: 40px;
	margin-bottom: 40px;
}