/* =============================================
   Image banner on new program page
   ============================================= */

	 .flex {
		 display: flex;
	 }

	 .announcement-bar {
  display: block !important;
}

	 article {
		 width: 75%;
	 }

	 aside, .stripe aside {
	     width: 25%!important;
	     margin-right: 45px;
	     margin-left: 0;
	     max-width: 100%!important;
	 }

section.banner-image {
	position: relative;
	background-size: cover;
}

section.banner-image img {
	display: block;
	width: 100%;
	height: auto;
}
section.banner-image .banner-text-box {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-left: 0;
	height: 100%;
	background: transparent;
}

.margin-bottom-none {
	margin-bottom: 0!important;
}

ul.margin-bottom-none li:last-child {
    padding-bottom: 0;
}

.banner-text-box p, .banner-text-area h2, .banner-text-area a {
	color: #fff;
}

h1 {
    font-weight: 400;
    font-size: 35px;
    padding: 20px 20px 22px;
    background: #3e3931;
    margin-bottom: 0px;
    text-align: center;
    background: rgb(226,224,220);
    background: -moz-linear-gradient(0deg, rgba(226,224,220,1) 0%, rgba(244,242,239,1) 40%, rgba(244,242,239,1) 60%, rgba(226,224,220,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(226,224,220,1) 0%, rgba(244,242,239,1) 40%, rgba(244,242,239,1) 60%, rgba(226,224,220,1) 100%);
    background: linear-gradient(0deg, hwb(0deg 93% 7%) 0%, rgb(249 247 243) 40%, rgb(246 246 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e0dc",endColorstr="#e2e0dc",GradientType=1);
    color: #36342f;
}

h2 {
	 color: #4c4943;
}

article h2 {
    margin-top: 0;
	}

	article h3 {
		margin-top: 0;
	}

	.stripe h3 {
		font-size: 26px;
	}

	.body {
		border-top: none;
	}

	.body p {
		margin: 0 0 15px 0;
	}

.grey-text.entry-text p {
	font-size: 21px;
}

span.added-info {
  display: block;
  text-transform: initial;
  font-style: italic;
  font-weight: 100;
	    font-size: .9em;
			    color: #21201e;
}
.added-info span {
    opacity: 0.6;
}

.banner-text-box p {
	text-align: left;
}

.banner-text-box .banner-text-area{
	background:#a01818d1;
	width: 45%;
	color: #fff;
	/* padding: 2% 10px 5% 7%; */
	box-sizing: border-box;
}
.cta-buttons {
	float: right;
	margin: 0 0 10px 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.cta-buttons a {
	border-radius: 7px;
	padding: 8px 7px;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px solid #fff;
	min-width: 80px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.cta-buttons a span {
	font-weight: 600;
}

.cta-buttons a strong {
	font-weight: 600;
	display: block;
}

.banner-text-area .cta-buttons a {
	color: #fff;
}

.cta-buttons a em {
	text-transform: initial;
	    font-size: 14px;
	    display: block;
	    padding: 4px 0 0;
	    border-top: 1px solid #ffffff78;
	    margin-top: 9px;
}

.cta-buttons a  span {
    display: block;
    font-size: .85em;
    padding: 0px 0px 7px;
    border-bottom: 1px solid #f4b395;
    margin-bottom: 6px;
		font-weight: 400;
}

.cta-buttons a.cta-red {
	background-color: #f86e2d;
}

.cta-buttons a.cta-orange {
    background-color: #ff9d00;
}

.banner-text-area h2 {
    font-weight: 300;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-text-area .explore-program {
	text-decoration: none;
	    border: 1px solid rgba(255,255,255,.4);
	    padding: 12px 23px 15px;
	    font-weight: 600;
	    border-radius: 5px;
			transition: all .5s linear;
}

.banner-text-area .explore-program:hover {
    background: rgba(0,0,0,.18);
}

.banner-text-area a.explore-program {
	position: relative;
	    border: none;
	    font-size: 25px;
	    transition: color 0.5s, transform 0.2s, background-color 0.2s;
	    outline: none;
	    padding: 20px 28px 21px;
	    background: rgba(255,255,255,.25);
	    border-radius: 5px;
}

.banner-text-area  a.explore-program:active {
    transform: translateY(3px); }

.banner-text-area .shrink-border {
  background-color: transparent;
}

  .banner-text-area .shrink-border:hover {
    background-color: transparent;
    box-shadow: none;
    color: #e6e6e6;
	}

  .banner-text-area .shrink-border::after {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 3px solid #e6e6e6;
    opacity: 0;
    z-index: -1;
    transform: scaleX(1.1) scaleY(1.3);
    transition: transform 0.3s, opacity 0.3s;
		border-radius: 5px;
	}

  .banner-text-area .shrink-border:hover::after {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
	}

.banner-text-box p {
	font-size: inherit;
	margin-bottom: 20px;
}
	
.banner-text-box p.smaller {
	font-size: 1.1em;
	font-weight: 300;
	margin-top: 40px;
}

.banner-text-area ul{
	margin: 0 0 40px 20px;
}

.banner-text-area ul.smaller {
	margin: 0 0 0 20px;
}

.banner-text-area li {
    font-size: 25px;
    font-weight: 400;
		line-height: 1.3;
}

.banner-text-area ul.smaller li {
	font-size: 1.1em;
	font-weight: 300;
}

.banner-text-area ul li:before {
  content: "•";
  margin: 0 7px 0 -17px;
  color: rgba(255,255,255,.38);
  font-weight: 400;
}

.banner-text-area ul.smaller li:before {
	content: "";
}

.arrow-frame {
	float: right;
	position: relative;
	right: -20px;
	bottom: -25px;
}

.link-arrow {
	border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#subnav a {
	text-decoration:none;
}

#subnav .apply a {
    color: #fff;
}

#subnav .apply p {
    font-size: 18px;
    line-height: 1.3;
}

#subnav .apply a strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.helpful-links {
  padding-bottom: 20px;
  margin-top: -20px;
}

.helpful-links a, .helpful-links strong {
    padding: 10px;
    font-weight: bold;
		color: #4c4943;
    font-style: normal;
}

.quote-container {
  float: none;
  width: 100%;
  clear: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.quote-container .stripe {
    padding: 0px;
}

.quote-container .flex {
    gap: 3px;
    max-width: 1400px;
}

.quote-container h3 {
	font-weight: 600;
	color: #555;
	margin-top: 0;
}
.quote-container .quote {
width: 50%;
border-bottom: none;
padding: 25px;
background: #eff6fe;
    margin-bottom: 0;
}
.quote p{
	font-weight: normal;
	margin-bottom: 0;
}

.video-container {
    margin-bottom: 35px;
}

body .quote img {
    width: 100px !important;
    margin: 40px 20px 10px 0 !important;
}

.grey-text.entry-text p {
    line-height: inherit;
}

.entry-text-with-call-out {
	border-bottom: none !important;
	/*padding-bottom: 0px !important;*/
	margin-bottom: 0px !important;
}

.entry-text-with-call-out h2 {
		color: #4c4943;
}

.stripe.top-section.sub-section{
	padding-top: 0px;
}

.stripe article img.video-still {
    max-width: 100%!important;
    margin-top: 25px;
}

@media screen and (min-width: 1920px) {
	.banner-text-box .banner-text-area {
	    padding: 4vw 100px;
	    margin-left: 6%;
	    width: 42%;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
	section.banner-image {
    background-position-x: 65%!important;
}
	.banner-text-box .banner-text-area {
		width: 50%;
    padding: 3% 4%;
    margin-left: 0;
	}
}

@media screen and (min-width: 1440px) {
	.stripe.top-section {
	    padding: 70px 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
	section.banner-image {
		background-position-x: 85%!important;
}
	.banner-text-box .banner-text-area {
	    padding: 2.8% 3.5%;
	    margin-left: 0;
	}
	.banner-text-area h2 {
    font-size: 36px;
	}
	.banner-text-area ul {
    margin: 0 0 30px 20px;
}
	.banner-text-area li {
    font-size: 21px;
    line-height: 1.3;
}

.banner-text-area a.explore-program {
    padding: 16px 22px 18px;
     font-size: 21px;
}
.stripe article img {
	max-width: 600px !important;
}
}


@media screen and (min-width: 1024px) {
.banner-text-area p.buttons a.explore-program {
  padding: 11px 20px 12px;
}

.midterm .flex {
	border-top: 1px solid #ffffff5e;
	margin-top: 7px;
	padding-top: 2px;
	align-items: center;
}

.midterm .flex div {
    flex: 1.8; /* avoid wrapping Next Entries when program is online only */
    line-height: 1;
    margin-top: 5px;
	font-size: .95em;
}

.midterm .flex div:first-child {
	text-align: left;
    line-height: 1.1;
    flex: 1;
	font-size: .9em;
	font-weight: 600;
}

.midterm .flex div:last-child {
    flex: 2.5;
}

.midterm em {
    font-size: .8em;
    line-height: 1;
}
}


@media screen and (max-width: 1023px) {

.banner-text-area h2 {
	font-weight: 300;
	font-size: 22px;
}

.toggle span.drop-down-arrow {
	float: none;
}

.stripe {
    padding: 25px;
}

.stripe article img {
	max-width: 100% !important;
}

}

@media screen and (min-width: 640px) and (max-width: 1023px) {

	section.banner-image {
  background-position-x: 70% !important;
}

.banner-text-box .banner-text-area {
    width: 50%;
    padding: 17px 3% 15px;
}

h1, h2.large {
    font-size: 25px;
    line-height: 1.3;
}

article h2 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 15px;
}

.banner-text-area h2 {
    margin-bottom: 8px;
		    font-size: 3.5vw;
}

.banner-text-area ul {
    margin: 0 0 15px 20px;
}

.banner-text-area li {
    font-size: 20px;
	}

	.banner-text-area a.explore-program {
    font-size: 22px;
    padding: 14px 15px 16px;
    display: inline;
	}

	aside, .stripe aside {
		min-width: 188px;
		margin-right: 25px;
	}
}

@media screen and (max-width:639px) {

	h1 {
    font-weight: 400;
    font-size: 24px;
		padding: 15px 20px 18px;
	}

	h2 {
    font-size: 26px;
	}

	.banner-text-box .banner-text-area h2 {
		margin-bottom: 15px;
	}

	.stripe h3 {
		font-size: 22px;
	}

	section.banner-image {
	    background-position-x: 29%!important;
	    padding-bottom: 60%;
	}

	.stripe.top-section {
		padding: 23px 0 15px!important;
	}

.top-section article {
    margin-bottom: 0;
		padding: 0 20px;
}

	.banner-text-box .banner-text-area {
	    width: 100%;
	    padding: 20px;
	    background: #b41717fa;
		overflow: hidden;
	}

	.banner-text-area ul {
    margin: 0;
}

	.banner-text-area li {
	    font-size: 17px;
	}

	.banner-text-box p:last-child {
    display: none;
}

.cta-buttons a span {
	font-weight: 600;
}

aside.body-subnav {
	display: none;
}

.nama-sub {
    background: #eaeaea;
    margin-left: -18px;
    margin-right: -20px;
    padding: 10px 20px 0;
    margin-top: -11px;
}

.top-section .flex {
	flex-wrap: wrap;
}

.top-section article, .top-section aside {
	width: 100%;
}

aside .not-mobile {
    display: block;
}

	.stripe article img.video-still {
	    max-width: 100%!important;
	    margin-top: 15px;
	}

	.quote-container {
		padding: 0 20px 15px !important;
	}

	.quote{
		height: auto;
	}
	.body .quote img{
		float: none;
		margin: 10px 0 10px 0 !important;
	}
	.quote.nih {
    padding-bottom: 0;
}
	.quote.nih, .quote.hopkins{
		width: auto;
	}
	.stripe.quote-container {
		padding: 23px!important;
	}
	.stripe.quote-container .quote {
		padding: 0;
	}
	.quote-container .flex {
  gap: 18px;
  flex-wrap: wrap;
}
	.quote-container h3 {
		margin-top: 10px;
	}
	.quote.nih, .quote.hopkins {
		background-color: transparent;
	}
	.nama-sub {
	    background: #eaeaea;
	    margin-left: -18px;
	    margin-right: -20px;
	    padding: 10px 20px 1px 20px;
	    margin-top: -11px;
			margin-bottom: 20px;
	}
	.nama-sub div {
    width: 50%;
    float: left;
	}
	.nama-sub a.fancybox-page.nowrap {
    width: 50%;
    display: flex;
    padding: 10px 5px 5px 5px;
	}
	banner-text-area ul {
    margin-bottom: 0px;
	}
	hr {
     margin-bottom: 30px;
		 margin-left: -15px;
     margin-right: -15px;
	}
	aside, .stripe aside {
    width: 100%!important;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%!important;
}
.helpful-links strong {
	display: block;
}
}
