/*-----------------------------------*\
  PAGE
\*-----------------------------------*/

.atsection {
	margin-bottom: 60px;
}

.atsection-intro {
	text-align: center;
	margin-bottom: 40px;
}

h2.broken {
	margin-bottom: 0;
}

h2.broken br {
	display: none;
}

@media only screen and (min-width: 768px) {

	h2.broken br {
		display: block;
	}

}

@media only screen and (min-width: 1024px) {

	.atsection {
		margin-bottom: 96px;
	}

	.atsection-intro {
		margin-bottom: 60px;
	}

}

@media only screen and (min-width: 1280px) {

	.atsection {
		margin-bottom: 120px;
	}

	.atsection-intro {
		margin-bottom: 80px;
	}

}

@media only screen and (min-width: 1440px) {

	.atsection {
		margin-bottom: 150px;
	}

}

/*-----------------------------------*\
  HERO
\*-----------------------------------*/

#artisthero {
	padding: 196px 0 60px;
	background: url(../img/artisthero-sm.jpg) no-repeat left top;
	background-size: cover;
}

#artisthero.atsection {
	margin-bottom: 0;
}

.artistlogo {
	width: 94px;
	margin-bottom: 30px;
}

#artisthero h1 {
	font-weight: 400;
}

#artisthero h1 sup {
    font-size: 65%;
    top: -0.45em;
}

.artistlogo {
	opacity: 0; transform: translateY(30px);
	transition: all 0.7s ease-in-out 0.4s;
}

.hero.inview .artistlogo {
	opacity: 1; transform: translateY(0);
}

#artisthero .btn {
	z-index: 2;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {

	#artisthero {
		padding: 0;
		background: url(../img/artisthero.jpg) no-repeat left top;
		background-size: cover;
		aspect-ratio: 32 / 15;
	}

	.ah-inner {
		padding: 14.583vw 0 0;
	}

	.artistlogo {
		width: 8.23vw;
		margin-bottom: 1.5625vw;
	}

	#artisthero h1 {
		font-size: clamp(3rem, 3.125vw, 6rem);
		line-height: 1.4;
	}

	#artisthero .btn {
		margin-top: 1vw;
	}

}

@media only screen and (min-width: 1920px) {

	#artisthero {
		width: 100%;
		height: 900px;
	}

	.ah-inner {
		padding: 280px 0 0;
	}

	.artistlogo {
		width: 158px;
		margin-bottom: 30px;
	}

	#artisthero .btn {
		margin-top: 30px;
	}

}

/*-----------------------------------*\
  STUDY
\*-----------------------------------*/

#study {
	padding-top: 60px;
}

.studyrow {
	margin-bottom: 40px;
}

.ssbox {
	height: 222px; display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 10px;
}

.ssbox:last-of-type {
	margin-bottom: 0;
}

.ssb-inner {
	text-align: center;
}

.ssb-number {
	color: #1578C5; font-weight: 500;
	font-size: 7.2rem; line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 8px;
}

.ssb-number span {
	font-size: 0.28em;
	letter-spacing: -0.03em;
}

.ssb-label {
	font-size: 1.6rem; font-weight: 500;
	line-height: 1.4;
}

@media only screen and (min-width: 768px) {

	.studystats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
	}

	.ssbox {
		margin-bottom: 0;
	}

	.ssb-number {
		font-size: 6.4rem; 
	}

	.ssb-label {
		font-size: 1.4rem;
	}

}

@media only screen and (min-width: 1024px) {

	#study {
		padding-top: 96px;
	}

	.studyrow {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
	}

	.sr-col1 {
		width: 49.2361%;
	}

	.sr-col1 h2 {
		margin-bottom: 0;
	}

	.sr-col2 {
		width: 44%;
	}

	.studystats {
		grid-column-gap: 16px;
	}

	.ssb-number {
		font-size: 7.2rem; 
	}

	.ssb-label {
		font-size: 1.6rem;
	}

}

@media only screen and (min-width: 1280px) {

	#study {
		padding-top: 120px;
	}

	.studyrow {
		margin-bottom: 80px;
	}

	.studystats {
		grid-column-gap: 24px;
	}

	.ssbox {
		height: 300px;
	}

	.ssb-number {
		font-size: 10rem; 
	}

	.ssb-label {
		font-size: 2rem;
	}

}

@media only screen and (min-width: 1440px) {

	#study {
		padding-top: 150px;
	}

	.sr-col2 {
		font-size: 1.8rem;
	}

}

/*-----------------------------------*\
  CONSIDER
\*-----------------------------------*/

.diagram {
	margin-bottom: 30px;
}

.endpoint {
	padding: 24px;
	border-radius: 20px;
	border: 1px solid rgba(204, 204, 204, 0.30);
}

.ep-label {
	margin-bottom: 16px;
	text-align: center;
	line-height: 1.4;
}

.epl-intro {
	font-size: 1.6rem; font-weight: 500;
	margin-bottom: 4px;
}

.epl-subintro {
	font-size: 1rem; font-weight: 500;
	color: #818181;
}

.ep-pills {
	margin: 0 -8px 16px;
	text-align: center;
}

.ep-pill {
	display: inline-flex; height: 40px;
	align-items: center; padding: 0 14px;
	background: #EDEDED; border-radius: 9999em;
	margin-bottom: 4px;
}

.ep-pill:last-of-type {
	margin-bottom: 0;
}

.pillicon {
	width: 24px;
}

.pillcopy {
	font-size: 1.2rem; font-weight: 500;
	line-height: 1.4; margin-left: 8px;
}

.followup {
	position: relative;
	text-align: center;
}

.followup:after {
	content: ""; position: absolute;
	inset: 50% 0 auto; height: 1px;
	background: #F0F0F0;
	transform: translateY(-50%);
}

.followup-copy {
	display: inline-block; background: #fff;
	font-size: 1rem; line-height: 1.4;
	font-weight: 500; color: #818181;
	padding: 0 16px; position: relative;
	z-index: 2;
}

@media only screen and (min-width: 1024px) {

	.diagram {
		margin-bottom: 48px;
	}

	.ep-row {
		display: flex; align-items: center;
		margin-bottom: 16px;
	}

	.ep-label {
		margin-bottom: 0;
		text-align: left;
	}

	.ep-pills {
		margin: 0 0 0 auto;
		text-align: left;
	}

	.ep-pill {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1280px) {

	.diagram {
		margin-bottom: 60px;
	}

	.ep-pill {
		margin-left: 16px;
	}

	.ep-pill:first-of-type {
		margin-left: 0;
	}

	.epl-intro {
		font-size: 2rem;
	}

	.epl-subintro, .followup-copy {
		font-size: 1.4rem;
	}

	.pillcopy {
		font-size: 1.6rem;
	}

}

@media only screen and (min-width: 1520px) {

	.ep-pill {
		height: 48px; padding: 0 16px;
	}

	.pillicon {
		width: 32px;
	}

	.pillcopy {
		font-size: 2rem;
	}

}

/*-----------------------------------*\
  ELIGIBILITY
\*-----------------------------------*/

.criteria-box {
	background: #f5f5f5; border-radius: 20px;
	padding: 24px 20px 50px; margin-bottom: 10px;
	position: relative; max-height: 434px;
	overflow: hidden;
	transition: all 0.25s linear;
}

.criteria-box.expanded {
	max-height: 5000px;
}

.boxctrl {
	position: absolute; inset: auto 0 0;
	background: #f5f5f5; height: 50px;
	padding: 12px 20px 0;
}

.expandbox {
	display: inline-block; position: relative;
	color: #033065; font-size: 1rem;
	line-height: 1.4; font-weight: 500;
	padding-right: 22px;
}

.expandbox:after {
	content: ""; position: absolute;
	top: 0; right: 0; width: 14px;
	height: 14px;
	background: url(../img/icn-cb.png) no-repeat left top;
	background-size: 14px;
	transition: all 0.25s linear;
}

.expandbox.expanded:after {
	transform: rotate(180deg);
}

.cb-intro {
	display: flex; align-items: flex-start;
	margin-bottom: 12px;
}

.icn-cbi {
	width: 28px;
}

.cbi-copy {
	font-size: 1rem; font-weight: 500;
	line-height: 1.4; color: #369E94;
	margin-left: 8px;
}

.cbi-copy span {
	font-size: 1.2rem;
	display: block;
}

#exclusion-box .cbi-copy {
	color: #BD2915;
}

.level1 {
	margin: 0 0 0 14px;
}

.level1 li {
	font-size: 1.2rem; line-height: 1.4;
	margin-bottom: 6px; padding-left: 5px;
}

.level1 li .choice {
	text-align: center;
}

.level1 li::marker {
	font-weight: 500;
}

.level2 {
	list-style-type: upper-alpha;
	margin: 8px 0 0 14px;
}

.cbstar {
	font-size: 1rem; line-height: 1.4;
	padding: 4px 0 10px;
}

@media only screen and (min-width: 768px) {

	.criteria-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
	}

	.criteria-box {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1024px) {

	.criteria-row {
		grid-column-gap: 30px;
	}

	.criteria-box {
		padding: 30px;
	}

	.cb-intro {
		margin-bottom: 24px;
		margin-left: -8px;
	}

	.icn-cbi {
		width: 32px;
	}

	.cbi-copy {
		font-size: 1.2rem;
		line-height: 1.35;
	}

	.cbi-copy span {
		font-size: 1.4rem;
	}

}

@media only screen and (min-width: 1280px) {

	.criteria-box {
		padding: 36px 30px 64px;
		max-height: 582px;
	}

	.cb-intro {
		margin-left: -9px;
	}

	.boxctrl {
		height: 64px;
		padding: 16px 30px 0;
	}

	.expandbox {
		font-size: 1.4rem;
		line-height: 18px; 
		padding-right: 26px;
	}

	.expandbox:after {
		width: 18px;
		height: 18px;
		background: url(../img/icn-cb.png) no-repeat left top;
		background-size: 18px;
	}

	.criteria-row {
		grid-column-gap: 40px;
	}

	.level1 {
		margin: 0 0 0 18px;
	}

	.level1 li {
		font-size: 1.6rem;
		margin-bottom: 10px; padding-left: 8px;
	}

	.level2 {
		margin: 14px 0 0 18px;
	}

	.cbstar {
		font-size: 1.4rem; 
		padding: 4px 0 14px;
	}

}

@media only screen and (min-width: 1440px) {

	.criteria-row {
		grid-column-gap: 60px;
	}

}

/*-----------------------------------*\
  TRILOGY SLIDES
\*-----------------------------------*/

#trilogyslides .slidecounter {
	margin-top: 40px;
	margin-bottom: 0;
}

#trilogyslides h2 {
	max-width: 437px;
}

@media only screen and (min-width: 1024px) {

	#trilogyslides .row {
		align-items: center;
	}

}

@media only screen and (min-width: 1440px) {

	.ts-desc {
		font-size: 1.8rem;
	}

}

/*-----------------------------------*\
  ARTIST MODULE
\*-----------------------------------*/

#artistmod {
	margin-bottom: 40px;
}

#artistmod .btn {
	z-index: 2;
}

.amwide {
	margin-left: auto; margin-right: auto;
	padding: 0 20px; max-width: 1920px;
}

.amwide-inner {
	position: relative; border-radius: 10px;
	overflow: hidden; 
}

.am-inner {
	padding: 16px;
	background: #F5F5F5;
}

.am-row {
	max-width: 1520px;
	margin: 0 auto;
}

.am-img {
	background: linear-gradient(180deg, #E2EAF6 0%, #CCDDF0 100%);
	margin-bottom: 30px; border-radius: 16px;
	padding: 13px 11px;
}

.lottieDim {
	width: 100%;
	height: 100%;
}

.amph {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	background: linear-gradient(180deg, #E2EAF6 0%, #CCDDF0 100%);
}

#artistmod h2 {
	font-size: 2.4rem; line-height: 1.4;
	margin-bottom: 8px;
}

#artistmod p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {

	.amwide {
		padding: 0 30px;
	}

	.am-inner {
		padding: 20px;
	}

	.am-row {
		display: flex; align-items: center;
		justify-content: space-between;
	}

	.am-img {
		margin-bottom: 0;
		width: 51%;
		padding: 13px 20px;
	}

	.am-copy {
		width: 43%;
	}

}

@media only screen and (min-width: 1024px) {

	#artistmod {
		margin-bottom: 60px;
	}

	.am-inner {
		border-radius: 24px;
		padding: 30px;
	}

	.am-img {
		padding: 13px 30px;
	}

}

@media only screen and (min-width: 1280px) {

	#artistmod {
		margin-bottom: 80px;
	}

	.amwide-inner {
		border-radius: 25px;
	}

	.am-inner {
		border-radius: 24px;
		padding: 40px;
	}

	.am-img {
		padding: 13px 40px;
	}

	#artistmod h2 {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}

	#artistmod p {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

}

@media only screen and (min-width: 1440px) {

	.am-inner {
		border-radius: 24px;
		padding: 60px 40px;
	}

	.am-img {
		padding: 13px 64px;
	}

	#artistmod h2 {
		font-size: 4.4rem;
		margin-bottom: 16px;
		line-height: 1.36;
	}

	#artistmod p {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}

}

/*-----------------------------------*\
  ARTIST FOOTNOTES
\*-----------------------------------*/

#artistnotes {
	font-size: 1.2rem;
}

.risks {
	margin-bottom: 40px;
	color: rgba(0, 0, 0, 0.7);
}

.risks strong {
	color: #000;
}

.risks h5 {
	margin-bottom: 20px;
}

.references h5 {
	margin-bottom: 16px;
}

.risks p:last-of-type {
	margin-bottom: 0;
}

.references {
	color: #000;
}

.references ol {
	font-family: "roboto", sans-serif;
	margin: 0 0 0 12px;
	letter-spacing: normal;
}

.references ol li {
	margin-bottom: 3px;
}

@media only screen and (min-width: 1024px) {

	#artistnotes {
		font-size: 1.4rem;
		margin-bottom: 60px;
	}

	.references ol {
		margin: 0 0 0 14px;
	}

}

/*-----------------------------------*\
  LOCATOR
\*-----------------------------------*/

.locator-inner {
	background: #f6f6f6;
	padding: 60px 16px;
	max-width: 1860px;
	margin: 0 auto;
}

.locator-content {
	max-width: 1560px;
	margin: 0 auto;
}

.locator-top {
	text-align: center;
	margin-bottom: 20px;
}

.locator-top p:last-of-type {
	margin-bottom: 0;
}

.locator-top h2 {
	margin-bottom: 10px;
}

#siteSearch {
	width: 288px; margin: 0 auto 40px;
	display: flex; justify-content: space-between;
}

input#zip {
	color: rgba(0, 0, 0, 0.60);
	font-size: 1.6rem;
	font-weight: 400;
	width: 188px; height: 40px;
	padding: 0 1.6rem;
	margin: 0; line-height: 38px;
	border-radius: 9999px;
	border: 1px solid #CECECE;
	background: #fff;
}

button#zipSearch {
	background: #1578C5; color: #fff;
	font-size: 1.1rem; font-weight: 500;
	padding: 0; width: 92px; height: 40px;
	border-radius: 9999px; text-align: center;
	text-transform: uppercase;
}

.locResults {
	margin-bottom: 10px;
	border: 1px solid #EAEAEA;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	color: #000;
}

.siteInfo {
	padding: 16px;
}

.sitelogowrap {
	height: 18px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.siteLogo {
	width: auto; height: 18px;
}

#ART-012.siteLogo {
	height: 12px;
}

.siteName {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 5px;
}

.siteLocation {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 12px;
}

.pi-info {
	margin-bottom: 16px;
}

.pi-details {
	display: flex;
	align-items: center;
}

.pi-details.pi2 {
	margin-top: 8px;
}

.pi-details.hidepi2 {
	display: none;
}

.pi-img {
	width: 30px;
}

.pi-name {
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 16px;
}

.contact-label {
	font-size: 1.2rem;
	margin-bottom: 8px;
	font-weight: 500;
	opacity: 0.56;
}

.crc-info {
	margin-bottom: 16px;
}

.crc-details.crc2 {
	margin-top: 10px;
}

.crc-details.hidecrc2 {
	display: none;
}

.crc-name {
	font-size: 1.4rem; font-weight: 500;
	margin-bottom: 6px; line-height: 1.2;
}

.sc-link {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem; font-weight: 500;
	color: #000; text-decoration: underline;
	padding-left: 28px; line-height: 2rem;
}

.sc-email {
	background: url(../img/site/email-icon.svg) no-repeat left center;
	background-size: 20px;
}

.sc-phone {
	background: url(../img/site/phone-icon.svg) no-repeat left center;
	background-size: 20px;
}

.sc-directions {
	background: url(../img/site/map-icon.svg) no-repeat left center;
	background-size: 20px;
}

.sc-website {
	background: url(../img/site/web-icon.svg) no-repeat left center;
	background-size: 20px;
}

.mdot {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.btn-site {
	display: inline-flex; align-items: center;
	justify-content: center;
	width: 160px; height: 34px;
	border-radius: 9999px;
	border: 1px solid #1578C5;
	color: #1578C5; font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 16px;
}

.btn-site span, .icn-ext {
	display: inline-block;
}

.icn-ext {
	width: 10px; margin-left: 4px;
}


@media only screen and (min-width: 768px) {

	#locator {
		padding: 0 30px;
	}

	.locator-inner {
		padding: 60px 16px;
		border-radius: 24px;
	}

	.locator-top {
		margin-bottom: 24px;
	}

	#siteSearch {
		width: 380px;
	}

	input#zip {
		width: 272px; height: 48px;
		line-height: 46px;
	}

	button#zipSearch {
		font-size: 1.3rem;
		width: 100px; height: 48px;
	}

	#locResultsWrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		max-width: 1700px;
		margin: 0 auto;
	}

	.locResults {
		margin-bottom: 0;
	}

	.siteName {
		font-size: 1.6rem;
	}

	.pi-img {
		width: 36px;
	}

}

@media only screen and (min-width: 1024px) {

	#locator {
		padding: 0 40px;
	}

	.locator-inner {
		padding: 60px 20px;
	}

}

@media only screen and (min-width: 1280px) {

	.locator-inner {
		padding: 80px 40px;
	}

	.locator-top h2 {
		margin-bottom: 24px;
	}

	.locator-top {
		font-size: 1.8rem;
	}

	.siteName {
		font-size: 1.8rem;
	}

	#locResultsWrapper {
		grid-column-gap: 20px;
	}

}

@media only screen and (min-width: 1440px) {

	#locResultsWrapper {
		grid-column-gap: 30px;
	}

	.siteInfo {
		padding: 24px;
	}

	.sitelogowrap {
		margin-bottom: 8px;
		height: 24px;
	}

	.siteLogo {
		height: 24px;
	}

	#ART-012.siteLogo {
		height: 18px;
	}

	.siteName {
		font-size: 2rem;
	}

	.siteLocation {
		font-size: 1.6rem;
		margin-bottom: 18px;
	}

	.pi-info {
		margin-bottom: 24px;
	}

	.piLabel {
		font-size: 1.4rem;
	}

	.piName {
		font-size: 1.8rem;
	}

	.contact-label {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.crc-info {
		margin-bottom: 24px;
	}

	.crc-name {
		font-size: 1.6rem; 
		margin-bottom: 8px;
	}

	.sc-link {
		font-size: 1.6rem; 
		padding-left: 32px; line-height: 2.4rem;
	}

	.sc-email {
		background: url(../img/site/email-icon.svg) no-repeat left center;
		background-size: 24px;
	}

	.sc-phone {
		background: url(../img/site/phone-icon.svg) no-repeat left center;
		background-size: 24px;
	}

	.sc-directions {
		background: url(../img/site/map-icon.svg) no-repeat left center;
		background-size: 24px;
	}

	.sc-website {
		background: url(../img/site/web-icon.svg) no-repeat left center;
		background-size: 24px;
	}

	.mdot {
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}

	.btn-site {
		width: 200px; height: 46px;
		font-size: 1.3rem;
		margin-top: 24px;
	}

	.icn-ext {
		width: 14px; margin-left: 8px;
	}

}