.single-program .interior-top::after{
	background: none;
	display: none;
}

.single-program .interior-top {
	min-height: 280px;
}

.programs-grid .programs-top h1 {
	margin-bottom: 10px;
}
.programs-grid form{
	position: relative;
}
.programs-grid .programs-top p{
	color: white;
	text-align: center;
	width: 50%;
	margin: auto;
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.programs-grid .programs-top .shield .program-search-searchbox {
	margin-top: 8%;
}
.programs-grid .programs-top .shield .program-filters {
	width: 72%;
	margin: 2% auto 0 auto;
}
.programs-grid .programs-top .shield .program-filters h2 {
	font-size: 2.0rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}
.programs-grid .programs-top .shield .program-filters .study-area h2 {
	margin-top: 10px;
}
.filter-types,
.study-area {
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(174,174,174,0.5);
}
.filter-levels {
	margin-top: 12px;
	padding-bottom: 3px;
}
.filter-types {
	margin-top: 12px;
}
.programs-grid .programs-top .shield .program-filters label {
	font-weight: normal;
	font-size: 1.6rem;
	color: #FFF;
	margin-right: 30px;
}
.filter-types input[type="checkbox"],
.filter-levels input[type="checkbox"] {
	display: none;
}
.filter-types input[type=checkbox] + label:before, .filter-levels input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 8px;
  padding:5px 0;
  vertical-align:middle;
  margin-right: 8px;
  background-color: #FFFFFF;
  border: 1px solid #363636;
  margin-right: 7px;
  margin-top: 2px;
}
.filter-types input[type=checkbox]:checked + label:before, .filter-levels input[type=checkbox]:checked + label:before {
  content:url('images/checkmark-checked.png');
  color:white;
  background-color: #8E2352;
  text-align:center;
  font-size: 0px;
  border: 1px solid #8E2352;
  margin-right: 7px;
  margin-top: 2px;
}

.study-area-select select {
	background: transparent;
	width: 410px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	outline: none;
}

.study-area-select select::-ms-expand {
    display: none;
}

.study-area-select {
	width: 410px;
	height: 38px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: white;
	border: 1px solid #363636;
}

@-moz-document url-prefix() {
  .study-area-select {
     background-image: none;
  }
}

.ie9 .study-area-select {
	background-image: none!important;
}

.programs-grid .the-grid {
	width: 85%;
	margin: auto;
}
.programs-grid .the-grid .program-card {
	margin-bottom: 52px;
	text-decoration: none;
}
.programs-grid .no-programs {
	margin-top: -150px;
}
.programs-grid .no-programs p{
	font-size:3rem;
	font-weight:100;
	line-height:4rem;
	text-align:center;
	width:70%;
	margin:0 auto;
	position: relative;
	z-index: 1000;
}

.programs-grid .no-programs a{
	display:block;
	color:#902052;
	text-decoration: underline;
	cursor: pointer;
}

.reset-keyword{
	position: absolute;
	right: 0px;
	font-size: 3rem;
	line-height: 4rem;
	margin-right: 10px;
	cursor: pointer;
}
.course-types {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 3%;
  background-color: #115d7c;
  background-image: url(images/course-type-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -25px;
}
.course-types .container {
  width: 65%;
}
.course-types .course-type {
  float: left;
  width: 50%;
  padding-right: 12%;
  padding-left: 12%;
  text-align: center;
}
.course-type-icon {
  height: 80px;
}
.course-type-name {
  margin-top: 2rem;
  margin-bottom: .5rem !important;
  font-size: 2rem !important;
  color: #fff !important;
}
.course-type-desc {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 1.3rem !important;
  line-height: 1.5rem !important;
  color: #fff !important;
}


/*******************************************
NEW PROGRAM PAGE LAYOUT
*******************************************/

.post-type-archive-program .course-types,
.search .course-types {
	margin-top: 25px;
}

.post-type-archive-program .program-search-searchbox,
.search .program-search-searchbox {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	height: 60px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.post-type-archive-program .program-search-searchbox form,
.search .program-search-searchbox form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 25px;
}
.post-type-archive-program .program-search-searchbox input,
.search .program-search-searchbox input{
	background-color: #fff;
	border: 3px solid #095d7e;
	border-radius: 20px;
	padding: 10px;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-left: 45px;
	font-size: 14px;
}
.post-type-archive-program .program-search-searchbox img,
.search .program-search-searchbox img {
	width: 25px;
	float: left;
	z-index: 99;
	position: relative;
	top: 16px;
	left: 9px;
}
.post-type-archive-program .program-grid a,
.search .program-grid a {
	float: left;
}
.post-type-archive-program .programs-grid .programs-top .shield .program-filters,
.search .programs-grid .programs-top .shield .program-filters {
	clear: both;
}
.post-type-archive-program .interior-top::before,
.search .interior-top::before {
	opacity: .6;
}
.post-type-archive-program .interior-top h1,
.search .interior-top h1 {
	margin-bottom: 12px;
}
.post-type-archive-program .program-grid .program-box .contain,
.search .program-grid .program-box .contain {
	position: relative;
	z-index: 99;
}
.post-type-archive-program .program__sub-heading,
.search .program__sub-heading {
	color: white;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0 15px;
	text-shadow: 1px 1px 4px #000;
}
.post-type-archive-program .interior-top h1,
.search .interior-top h1 {
	position: relative;
	z-index: 10;
}
.post-type-archive-program .program-grid .program-box,
.search .program-grid .program-box {
	height: 200px;
}
.post-type-archive-program .program-grid .program-box .overlay,
.search .program-grid .program-box .overlay {
	z-index: 10;
}
.post-type-archive-program .program-grid .program-box .program-key,
.search .program-grid .program-box .program-key {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.post-type-archive-program .contain .wht-btn,
.search .contain .wht-btn {
	left: 25px;
	width: auto;
	color: white;
	visibility: hidden;
	opacity: 0;
	bottom: 1.5em;
	position: absolute;
	line-height: 1;
	-webkit-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
.post-type-archive-program .program-grid .program-box:hover .overlay,
.search .program-grid .program-box:hover .overlay {
	z-index: 60;
}
.post-type-archive-program .program-grid .program-box:hover .contain .wht-btn,
.search .program-grid .program-box:hover .contain .wht-btn {
	bottom: .5em;
	visibility: visible;
	opacity: 1;
}

.nursing-accred-banner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 40px;
	/*border: 3px solid #0A3254;*/
}

.nursing-accred-banner .accred-visit-announcement {
	padding: 40px 50px;
	background: #0A3254;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 1.5em;
}

.nursing-accred-banner .accred-visit-announcement h2 {
	 font-size: 1.8em;
	 font-weight: 600;
	 font-style: italic;
	 padding-bottom: 40px;
}

.nursing-accred-banner .accred-visit-announcement p,
.nursing-accred-banner .accred-comments-info p {
	padding: 10px 0;
}

.nursing-accred-banner .accred-comments-info {
	padding: 40px 10px;
	text-align: center;
	background: #efefef;
	color: #0A3254;
	font-weight: 300;
	font-size: 1.5em;
}

@media all and (min-width: 960px) {

	.post-type-archive-program .interior-top h1 {
		position: relative;
		z-index: 10;
		font-size: 5em;
	}
	.post-type-archive-program .programs-top,
    .search .programs-top {
		width: 25%;
		float: none;
        margin-top: 5rem;
	}
	.post-type-archive-program .shield,
    .search .shield{
		background: rgba(10,50,84,0.6);
		height: auto;
		padding-bottom: 30px;
	}
    .post-type-archive-program .program-grid a,
    .search .program-grid a{
		margin: 0 .5em;
	}
	.post-type-archive-program .program-grid .container,
    .search .program-grid .container {
		width: 100%;
	}
	.post-type-archive-program .HBstudipbarjk,
    .search .HBstudipbarjk {
		width: 75%;
		float: right;
		margin-top: 80px;
	}
	.post-type-archive-program .HBstudipbarjk h2,
    .search .HBstudipbarjk h2 {
		color: white;
		text-shadow: 1px 1px 4px #000;
	}
	.post-type-archive-program .no-programs,
    .search .no-programs {
		margin-top: 80px;
		width: 75%;
		float: right;
	}
	.post-type-archive-program .no-programs p,
    .search .no-programs p {
		color: white;
	}
	.post-type-archive-program .programs-grid .programs-top .shield .program-filters label,
	.post-type-archive-program .programs-grid .programs-top .shield .program-filters h2,
    .search .programs-grid .programs-top .shield .program-filters label,
	.search .programs-grid .programs-top .shield .program-filters h2 {
		color: white;
	}
	.post-type-archive-program .filter-types,
	.post-type-archive-program .study-area,
    .search .filter-types,
    .search .study-area,
	.search .filter-levels{
		padding-bottom: 1em;
	}
	.post-type-archive-program .program-grid .program-box .contain .program-details,
    .search .program-grid .program-box .contain .program-details {
		padding: 0 25px 5px;
	}
	.post-type-archive-program .program-grid .program-box .contain h3,
    .search .program-grid .program-box .contain h3 {
		font-size: 1.8rem;
	}
	.post-type-archive-program .program-grid .program-box .contain h3 span,
    .search .program-grid .program-box .contain h3 span {
		font-size: 2.2rem;
		line-height: 1.1;
    }
	.post-type-archive-program .program-grid,
    .search .program-grid {
		margin-top: 0;
    }
}

@media all and (min-width: 1201px) {

	.post-type-archive-program .programs-grid .programs-top .shield .program-filters label,
	.post-type-archive-program .programs-grid .programs-top .shield .program-filters h2,
    .search .programs-grid .programs-top .shield .program-filters label,
	.search .programs-grid .programs-top .shield .program-filters h2 {
		display: block;
		float: none;
	}
	.post-type-archive-program .programs-top,
    .search .programs-top {
		float: left;
   	}
	.post-type-archive-program .program-grid,
    .search .program-grid {
		width: 75%;
		float: right;
		margin-top: 5rem;
	}
	.post-type-archive-program .study-area-select,
    .search .study-area-select {
		width: 100%;
	}
	.interior-top .sticky-container {
		height: 100%;
		position: absolute;
	}
}

@media all and (max-width: 1201px) {
	.post-type-archive-program .program__sub-heading,
	.search .program__sub-heading {
	}
}
