@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: gnlight;
	src: url('../fonts/gotham-narrow-light.ttf');
}
@font-face {
	font-family: gnxlight;
	src: url('../fonts/gotham-narrow-x-light.ttf');
}
@font-face {
	font-family: gnbook;
	src: url('../fonts/gotham-narrow-book.ttf');
}
@font-face {
	font-family: gnmedium;
	src: url('../fonts/gotham-narrow-medium.ttf');
}
@font-face {
	font-family: gnbold;
	src: url('../fonts/gotham-narrow-bold.ttf');
}
@font-face {
	font-family: gnitalbold;
	src: url('../fonts/gotham-narrow-bold-italic.ttf');
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist/Geist-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist/Geist-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
}

/* ── Brand fonts: Bebas Neue for headings, Geist for body ── */
body {
	font-family: 'Geist', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.vyap-section-heading,
.vyap-donate-card-title,
.vyap-hero-tagline,
.vyap-hero-copy-lg,
.vyap-hero-copy-sm,
.vyap-money-amount,
.seating-header h1,
.tier-modal h2,
.donor-modal h2,
.sold-modal h2,
.subheading-border > h2,
.heading-border > h1,
.heading-border > h2,
.heading-border > h3 {
	font-family: 'BebasNeue', sans-serif !important;
}

p, li, label, a, button, input, select, textarea,
.intro, .apc-bttn, .nav-sub-headings > .apc-bttn,
.footer-main, .footer-row-2, .seating-legend,
.legend-item, .legend-tier-btn, .donor-modal-subtitle,
.tier-modal-subtitle, .selected-seat-label, .selected-seat-tag,
.seat-tooltip, .seating-instructions, .zoom-btn,
.donate-btn, .deselect-btn, .donor-cancel-btn, .donor-submit-btn,
.sold-modal-close, .vyap-money-label, .vyap-money-amount,
.vyap-donate-card-body p, .vyap-give-more p, strong {
	font-family: 'Geist', Helvetica, sans-serif !important;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}

label, h4, table, ul {
	font-family: gnlight, Helvetica, sans-serif;
	color: #6D6E71 !important;
}
table {
	font-family: gnbook, Helvetica, sans-serif;
	color: #6D6E71 !important;
	font-size: 15px;
}
/* -- LOADING --*/

.loading {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	z-index: 1000;
}
/* -- IDENTITY -- */


/* .hide-v-short hidden rule disabled — always visible */

.identity-top {
	position: fixed;
	width: calc(100% - 150px);
	height: 120px;
	top: 0;
	left: 150px;
	border-bottom: solid 4px #96D6D3;
	background-color: white;
	z-index:10;
	box-sizing: content-box;
}
.inner-top {
	position: relative;
	top: 25%;
	height: 66.66%;
}
.layer-two {
	height: 50%;
	transition: 1s;
}
.layer-two.sub-nav {
	opacity: 0;
	height: 0;
}
.identity-left {
	position: fixed;
	left: 0;
	top: 120px;
	width: 150px;
	height: calc(100% - 120px);
	border-right: solid 4px #96D6D3;
	box-sizing: content-box;
	transform: translate3d(0, 0, 0);
	z-index: 100;
}
.identity-fill {
	width: calc(100% + 4px);
	height: 100%;
	margin-top: -1px;
	background-color: #96D6D3;
	opacity: .7;
	z-index: 99;
	position: relative;
}
.logo-cont {
	position: fixed;
	top: 0;
	display: block;
	left: 0;
	height: 120px;
	width: 150px;
	background-color:white;
	z-index: 100;
	overflow: hidden;
}
.logo-cont>img {
	position: absolute;
	top: 50%;
	width:90%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.A {
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 150px;
	padding: 16px;
	z-index: 101;
}
#svgA {
	width: 100%;
	height: auto;
	display: block;
}
.svgA {
	max-width: 100%;
	max-height: 100%;
	display: table;
	margin: auto;
}
.Aloading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	height: 50%;
    width: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { opacity: .3; }
	70% { opacity: 1; }
	100% { opacity: .3; }
}
@-webkit-keyframes pulse {
	0% { opacity: .3; }
	70% { opacity: 1; }
	100% { opacity: .3; }
}

/* -- NAVIGATION --*/

.apc-navigation {
	height:100%;
	position: relative;
	white-space: nowrap;
}
	/*-- NAV BAR --*/
.identity-top>.navbar-container {
	margin-top: 52px;
	width: calc(100% - 4px);
	float: right;
	border-bottom: 4px solid #96D6D3;
}
.identity-top .navbar-brand {
	padding: 0;
	margin: 0;
}
.identity-top .bg-light {
	background-color: white !important;
}
.identity-top .navbar {
	padding-top: 13px;
	padding-bottom: 3px;
}
.identity-top .navbar button:focus {
	outline: none;
}
.identity-top .dropdown-menu {
	margin: 3px 0 0;
	border-radius: 0;
	border: none;
	border-top: solid 4px #F7D943;
	min-width: 100%;
	-webkit-box-shadow: -1px 25px 34px 8px rgba(0,0,0,0.37);
	-moz-box-shadow: -1px 25px 34px 8px rgba(0,0,0,0.37);
	box-shadow: -1px 25px 34px 8px rgba(0,0,0,0.37);
}
.identity-top .nav-item {
	font-size: x-large;
}
.identity-top .nav-item:last-child .dropdown-menu {
	left: -40px;
}
.identity-top .dropdown-item {
	font-size: large;
}
.identity-top .dropdown-item:active {
	color: black;
}
.identity-top .sub.dropdown-item {
	padding-left: 40px;
}
.identity-top .dropdown-item:active {
	background-color: transparent;
}
.layer-three {
	white-space: nowrap;
}
.nav-headings {
	position: relative;
	height: 38%;
	top: 100%;
	transform: translate(0, -100%);
}
.nav-heading {
	width: 16.666%;
	height: 100%;
	float: left;
	background-color: white;
}
.nav-heading:hover>.nav-sub-headings>.apc-bttn, .nav-heading:hover>.nav-sub-headings>.nav-padding {
	display: block;
}
.nav-heading:hover>.nav-sub-headings {
	border-top: solid 4px #F7D943;
	transition: none;
}
.nav-sub-headings {
	display: block;
	width: 90%;
	left: 5%;
	position: relative;
	transition: 1s;
	background-color: #5b5c5ea1;
}
.nav-sub-headings>.apc-bttn {
	display: none;
	font-size: 2.5vh;
	color: #FFFFFF;
	text-align: left;
	width: 90%;
	padding: 5%;
	white-space: normal;
}
.nav-sub-headings>.apc-bttn:hover {
	font-family: gnmedium, Helvetica, sans-serif;
}
.apc-bttn {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}
a.apc-bttn {
	display: block;
	font-family: gnlight, Helvetica, sans-serif;
	font-size: 2.7vh;
	height: 100%;
	width: 100%;
	color: #6D6E71;
	text-decoration: none;
	position: relative;
}
.btn.clear {
	background: transparent;
	border: none;
}
.btn.clear:active {
	background: #E1E1E1 !important;
}
.apc-bttn:hover {
	text-decoration: none;
}
.apc-bttn:focus {
	text-decoration: none;
}
.apc-bttn.heading {
	border-bottom: solid 2px rgb(247, 217, 67);
	width: 90%;
	margin: 0 5%;
}
.nav-sub-heading>.apc-bttn {
	font-size: 2.4vh;
} 
.sub-bttn.apc-bttn {
	font-size: 2vh;
	padding-left: 3vh;
	width: calc(95% - 3vh);
	white-space: normal;
}
.apc-bttn.break:after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #979797;
	opacity: 65%;
	bottom: 2px;
	left: 0;
	width: 90%;
	margin-left: 5%;
}
.nav-padding {
	display: none;
	width: 100%;
	height: 3vh;
}

/* allows scrolling of nav-bar for mobile */
/* calculated on the basis of 20vh to spare and 120 for identity-top */
.navbar-collapse.show {
	overflow-y: auto;
	margin-bottom: 30px;
	max-height: calc(80vh - 120px);
}
	
/* -- HAMBURGER --*/

.nav-btn-wrap {
	position: relative;
	height: 40px;
	width: 40px;
}
.navbtn {
	-webkit-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-moz-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-o-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.navbtn:hover {
	cursor: pointer;
}
.st00,.st01,.st02 {
	-webkit-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-moz-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-o-transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.navbtn.clicked {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.st00.clicked {
	-webkit-transform: rotate(45deg) translate(0px,5px);
	-ms-transform: rotate(45deg) translate(0px,5px);
	-moz-transform: rotate(45deg) translate(0px,5px);
	-o-transform: rotate(45deg) translate(0px,5px);
	transform: rotate(45deg) translate(0px,5px);
}
.st01.clicked {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity:0;
	-webkit-transition: all .45s cubic-bezier(0.4,0.0,0.2,1), opacity .45s .45s;
	-moz-transition: all .45s cubic-bezier(0.4,0.0,0.2,1), opacity .45s .45s;
	-o-transition: all .45s cubic-bezier(0.4,0.0,0.2,1), opacity .45s .45s;
	transition: all .45s cubic-bezier(0.4,0.0,0.2,1), opacity .45s .45s;
}
.st02.clicked {
	-webkit-transform: rotate(135deg) translate(0px,-5px);
	-ms-transform: rotate(135deg) translate(0px,-5px);
	-moz-transform: rotate(135deg) translate(0px,-5px);
	-o-transform: rotate(135deg) translate(0px,-5px);
	transform: rotate(135deg) translate(0px,-5px);
}


/* -- CONTENT AREA BACKGROUND --*/

.apc-content-back {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#player {
	position: absolute;
	top: 50%;
	left: 50%;
}

/* -- CONTENT AREA -- */
.col-2 {
	width: 50%;
	max-width: none;
}
a.anchor {
	display: block;
	position:relative;
	visibility: hidden;
	top: -160px;
}
.content-body {
	position: absolute;
	top: calc(120px + 4px);
	width: calc(100% - 150px - 4px);
}
.inner-content-body {
	background-color: white;
	margin-left: calc(-150px - 4px);
	width: 100vw;
	padding-left: calc(150px + 4px);
	box-sizing: border-box;
}
.vyap-content-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px 25px;
	box-sizing: border-box;
}
.text-content {
	padding: 4em 16.666% 0;
	position: relative;
	margin-top: 66vh;
}
.heading-border>h1 {
	font-size: 60px;
	font-family: gnxlight, Helvetica, sans-serif;
	margin: 0 10px;
	color: #6D6E71;
}
.heading-border>h2 {
	font-size: 35px;
	font-family: gnlight, Helvetica, sans-serif;
	margin: 0 10px;
	color: #6D6E71;
	padding-top: 50px;
}
.heading-border>h3 {
	font-size: 35px;
	font-family: gnlight, Helvetica, sans-serif;
	color: rgb(247, 217, 67);
}
.heading-border.inc-sub {
	display: inline-block;
	width:100%;
}
.heading-border.inc-sub>h1, .heading-border.inc-sub>h2 {
	width:65%;
	display:inline-block;
}
.page-subheading {
	width: 30%;
	display: inline-block;
	margin: 0;
}
.page-subheading>span {
	position: absolute;
	bottom:10px;
}
.heading-border {
	border-bottom: solid 6px rgb(247, 217, 67);
}
.heading-border.sub-border {
	width: 95%;
	margin-bottom: 40px;
	border-bottom: solid 2px #6D6E71;
}
strong {
	font-family: gnmedium, Helvetica, sans-serif;
}
.intro {
	padding-top: 3em;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-family: gnmedium, Helvetica, sans-serif;
	color: #6D6E71;	
	margin: 0;
}
ul.intro {
	padding-top: 1em;
}
ul>li {
	font-family: gnlight, Helvetica, sans-serif;
}
ul>li>span {
	margin-left: 5px;
}
ol p {
	padding: 0;
}
p, ol li {
	font-size: 16px;
	font-family: gnbook, Helvetica, sans-serif;
	color: #6D6E71;	
	padding: 10px 16px 10px 10px;
	margin: 0;
}
.sentence-heading {
	padding-top: 3em;
}
.small-break {
	position: relative;
	margin: 2em 0 1em;
	height: 3px;
	width: 20%;
	opacity: .3;
	left: 50%;
	border: none;
	background-color: #96D6D3;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.break-quote {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	color: #96D6D3;
    padding: 0 0 1em 0;
}
.sub-text {
	padding: 3em 0;
	width: 100%;
}
.intext-author-img {
	position: relative;
	float: right;
	margin-left: 25px;
	width: 40%;
	padding-bottom: 20px;
}
.intext-img {
	position: relative;
	float: right;
	margin-top: 4.26em;
	margin-left: 25px;
	height: 30em;
	width: 50%;
}
.intext-img-full {
	position: relative;
	width: 100%;
	height: 30em;
	margin: 1em 0;
}
a:hover {
	text-decoration: none;
}

/* Stripe CSS */
.container#cc-donation {
	margin-top: 50px;
}
.container#cc-donation .form-row {
	margin-top: 20px;
}
.container#cc-donation #card {
	padding: 10px;
	height: calc(1.5em + .75rem + 2px);
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.subheading-border {
 	width: 100%;
 	border-bottom: solid 6px #96D6D3;
}
.subheading-border>h2 {
	white-space: nowrap;
	font-family: gnbook, Helvetica, sans-serif;
	font-size: 40px;
	margin: .25em 10px;
	color: #6D6E71;
}
.apc-bttn.default {
	display: block;
}
.apc-bttn.inview {
	font-family: gnmedium, Helvetica, sans-serif;
}
.identity-fill {
	opacity: .85;
}
.banner-image {
	left: 0;
	width: 100vw;
	overflow: hidden;
	position: fixed;
	z-index: -10;
}
.main-body {
	position: absolute;
	left: calc(150px + 4px);
	width: 100%;
}

.inner-banner-img#vyap-main {
	background: url("/images/vyap/VYAP_PICS/VYAP_Hero.webp") no-repeat center center;
	background-size: cover;
	height: 66vh;
	width: 100vw;
	position: relative;
}
.inner-banner-img#vyap-main::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 35%, rgba(0,0,0,0.75) 100%);
	z-index: 2;
	pointer-events: none;
}
.intext-img-full#vyap-01 {
	background: url("/images/vyap/VYAP_PICS/VCASS_Render_edit.webp") center center;
	background-size: cover;
}
.intext-img-full#vyap-02 {
	background: url("/images/vyap/VYAP_PICS/260504_VCASS-AlbertParkC_Ext_1 copy.webp") center center;
	background-size: cover;
}
.intext-img-full#vyap-03 {
	background: url("/images/vyap/VYAP_PICS/vyap-03.jpg") center center;
	background-size: cover;
}
a .square, .square h4 {
	color: black !important;
}
.square {
	height: 200px;
	background-color: #96D6D3;
	margin: 20px 0;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.square .background-img {
	height: 100%;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.square:hover .background-img {
	opacity: .2;
}
.square h4 {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .2s ease-in;
	left: 50%;
}
.square:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.square:hover h4 {
	opacity: 1;
}

.square.no-background {
	background-color: #FFFFFF !important;
	cursor: default;
	transform: scale(1.0);
}

.inner-banner-img {
	position: relative;
	left:0;
	z-index: -20;
	height: 100vh;
	width: 100%;
}
#ib-container {
	width: 100%;
	height: 5em;
	margin: 5em 0;
}
.col-2#ib-one {
	width: 40%;
	height:100%;
	border-right: solid 1px #979797;
	float:left;
}
#ib-one>.IB-logo {
	height: 100%;
	float: right;
	padding-right: 1em;
}
.col-2#ib-two {
	width: calc(60% - 2px);
	height: 100%;
	float: right;
}
#ib-two>img {
	height: 100%;
	padding-left: 1em;
}
/* -- SAFARI FIX -- */

.cke_skin_kama span.cke_browser_webkit,.cke_skin_kama span.cke_browser_gecko18 {
	outline: none !important;
}

/* -- HOME CONTENT --*/

.home {
	height: calc(100vh - 120px + 4px);
	width: 100%;
}
.leadcreateinspire {
	position: relative;
	height: 100%;
	width: 40%;
	float: right;
	margin: 0 5% 0;
}
.leadcreateinspire>img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	float: right;
}
.home-footer {
	position: relative;
	top: 95%;
	height: 5vh;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.home-footer.ios {
	top: 85%;
}
.apc-scroll {
	display: none;
	position: relative;
	opacity: .8;
	width: 50%;
	height: 100%;
}
.apc-scroll>.inner-arrow>.arrow {
	height: 15vh;
}
.outer-scroll {
	position: relative;
	float: right;
	width: 3.25vh;
	height: calc(100% - 4px);
	border: solid white 2px;
	border-radius: 10vh;
}
.outer-scroll:hover {
	cursor: pointer;
}
.inner-scroll {
	position: relative;
	width: 10%;
	height: 10%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	top: 45%;
	border-radius: 20px;
	background-color: white;
	animation: scroll 2s ease-in infinite;
}
@keyframes scroll {
	25% {top: 10%;height:45%;width:10%;}
	50% {top: 10%; height: 10%;opacity:1;}
	55% {opacity: 0;}
	100% {opacity: 0;}
}
@-webkit-keyframes scroll {
	25% {top: 10%;height:45%;width:10%;}
	50% {top: 10%; height: 10%;opacity:1;}
	55% {opacity: 0;}
	100% {opacity: 0;}

}

.tour-btn-center {
	text-align: center;
	padding: 0 0 1em 0;
}

/* -- MOBILE MODIFICATIONS --*/

.mobile-upper {
	position: relative;
	height: 4px;
	width: 100%;
	background-color: white;
	border-bottom: white solid 2px;
}
.mobile-lower {
	position: relative;
	height: 4px;
	width: 100%;
	background-color: white;
	border-top: white solid 2px;
}

/* -- FOOTER -- */

.footer {
	margin-left: calc(-150px - 4px);
	width: 100vw;
	background-color: white;
	padding-bottom: 100px;
	padding-top: 100px;
}
.footer-content {
	height: 149.16px;
	position: relative;
	background-image: linear-gradient(-90deg, rgba(245,247,250,0.20) 0%, rgba(247,248,250,0.20) 24%, rgba(148,149,151,0.30) 99%);
	border: 1px solid rgba(151,151,151,0.31);
}
.footer-main {
	width: 70%;
	height: 100%;
	float: left;
	font-family: gnbook, Helvetica, sans-serif;
	font-size: 12px;
}
.footer-break {
	position: relative;
	height: 100%;
	width: 100%;
	left: 16.665%;
}
.footer-col-3 {
	position: relative;
	height: 90%;
	width: 20%;
	float: left;
	top: 10%;
}
.footer-row-2 {
	height: 50%;
	width: 100%;
}
.footer-row-2>p {
	font-size: 12px;
	padding: 0;
	color: black;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.footer-row-2>a {
	text-decoration: none;
	color: black;
}
.footer-row-2:nth-child(even)>a {
	position: relative;
	/*top: 1em;*/
}
.icon-links {
	position: relative;
	width: 100%;
	height: 50%;
}
.icon-links>a {
	height: 100%;
	max-height: 40px;
	margin-right: 1em;
	text-decoration: none;
	float: left;
}
.icon-links>a>img {
	height: 100%;
}
.footer-add {
	width: 30%;
	height: 100%;
	float: right;
}
.footer-add>.IB-logo {
	position: relative;
	height: 57%;
	top: 50%;
	left: 90%;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

/* -- MEDIA QUERIES -- */

@media only screen and (max-width: 1133px) {
	.heading-border.inc-sub>h3, .heading-border.inc-sub>h4 {
		display: none;
	}
}

/* -- IPAD HORIZONTAL -- */
@media only screen and (max-width: 991px) {
	.identity-top {
		overflow: visible;
	}
	.identity-top .dropdown-item {
		text-align: center;
	}
	.identity-top .navbar {
		padding-bottom: 5px;
	}
	.identity-top .dropdown-menu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-btn-wrap {
		display: block;
	}
	.nav-heading, .footer-main, .intext-img{
		width: 100%;
	}
	.nav-heading {
		height: auto;
		clear: both;
		padding: 10px 0;
	}
	.nav-heading:nth-last-child(1) {
		border-bottom: solid 4px #96D6D3;
	}
	.nav-headings {
		top: 0;
		transform: none;
		height: auto;
	}
	.compass-bttn, .nav-headings, .nav-sub-headings, .layer-two, .footer-add {
		display: none;
	}
	.outer-scroll {
		border-radius: 4px;
		width: 3vh;
		border-bottom: solid white .8vh;
		border-top: solid white .8vh;
		height: calc(100% - 1.6vh);
	}
	.footer-break {
		left: 8px;
		width: 92%;
	}
	.apc-scroll {
		height: 8vh;
	}
	.outer-scroll {
		width: 4.5vh
	}
	.icon-links {
		padding-top: 1vh;
		width: 100%;
		height: 80%;
	}
	.text-content {
		padding: 4.13vh 0;
	}
	.page-heading {
		font-size: 51.2px;
	}
	.break-quote {
		font-size: 20px;
	}
	.heading-border.sub-border {
		width: 100%;
	}
	.subheading-border {
		border-bottom: none;
		border-top: solid 6px #96D6D3;
		margin:4em 0 0 4em;
		width: calc(100% - 4em);
	}
	.subheading-border>h2 {
		white-space: normal;
	}
	.intext-img {
		float: none;
		margin-left: 0;
	}
	.inner-banner-img {
		position: relative;
		height: 100vh;
	}
	#library-blur {
		display: block;
	}
	#danks-high {
		display: block;
	}
}

/* -- FOR MOBILE -- */
@media only screen and (max-width: 736px) {
	/*VIRTUAL OPEN DAY*/
	.square .background-img {
		opacity: .2;
	}
	.square h4 {
		opacity: 1;
	}
	.square:hover {
		transform: none;
	}

	/*END VOD*/
	.newsletter-iframe {
		max-height: 600px;
	}

	.identity-top, .main-body {
		width: 100% !important;
		left: 0;
	}
	.identity-top>.navbar-container {
		width: 100%;
	}
	.logo-cont {
		height: calc(120px - 4px);
	}
	.identity-left {
		display: none;
	}
	a.apc-bttn {
		font-size: 4.6vh;
		padding-bottom: 1vh;
	}
	.content-body {
		width: 100%;
		left: 0;
	}
	.page-heading {
		font-size: 45px;
	}
	.small-break, .break-quote {
		display: none;
	}
	.subheading-border {
		margin: 4em 0 0 0;
		width: 100%;
	}
}

/* === VYAP Landing Page === */
.vyap-hero {
	height: 66vh;
	position: relative;
	margin-left: calc(-150px - 4px);
	width: 100vw;
}
.vyap-hero-top-copy {
	position: absolute;
	bottom: 28px;
	left: max(calc(150px + 4px + 20px), calc((100vw - 1154px) / 2 + 20px + 150px + 4px));
	color: white;
	font-family: gnbold, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.05;
	letter-spacing: 0.08em;
	text-shadow: none;
}
.vyap-hero-copy-sm {
	font-size: clamp(16px, 2.2vw, 32px);
}
.vyap-hero-copy-lg {
	font-size: clamp(36px, 6vw, 90px);
}
.vyap-hero-overlay {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 0;
	margin: 0;
	border-top: 1.5px solid #2c2c2c;
	border-bottom: 1.5px solid #2c2c2c;
}
.vyap-hero-overlay .vyap-hero-tagline {
	color: #2c2c2c;
	text-transform: uppercase;
	font-family: gnbold, Helvetica, sans-serif;
	font-weight: bold;
}
.vyap-hero-overlay .vyap-money-label {
	color: #6D6E71;
}
.vyap-hero-tagline {
	color: white;
	font-family: gnlight, Helvetica, sans-serif;
	font-size: clamp(28px, 3.5vw, 52px);
	font-weight: 300;
	line-height: 1.2;
	padding-right: 28px;
}
.vyap-hero-vert-divider {
	width: 1.5px;
	background: #2c2c2c;
	align-self: stretch;
	min-height: 50px;
}
.vyap-hero-raised {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: flex-end;
	padding-left: 28px;
}
.vyap-money-label {
	font-family: gnmedium, Helvetica, sans-serif;
	font-size: clamp(16px, 1.8vw, 22px);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
	color: white;
	margin: 0 0 2px;
}
.vyap-money-amount {
	font-family: gnmedium, Helvetica, sans-serif;
	font-size: clamp(48px, 7vw, 90px);
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	color: #2c2c2c;
	line-height: 1;
	display: flex;
	align-items: flex-end;
}
.vyap-slot-digit {
	display: inline-block;
	overflow: hidden;
	height: 1em;
	vertical-align: bottom;
}
.vyap-slot-column {
	display: flex;
	flex-direction: column;
	line-height: 1;
}
.vyap-slot-cell {
	flex-shrink: 0;
	height: 1em;
	line-height: 1;
	display: block;
}
.vyap-slot-digit {
	display: inline-block;
	min-width: 0.58em;
	text-align: center;
}
.text-content.vyap-page-content {
	margin-top: 0;
	padding: 2em 0;
}

.vyap-page-content p {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
.vyap-page-content .heading-border {
	margin-bottom: 20px;
}
.vyap-page-content .heading-border.sub-border {
	width: 100%;
}
.vyap-full-story-hr {
	border: none;
	border-top: 1.5px solid #2c2c2c;
	opacity: 1;
}
.vyap-page-content .btn.btn-dark {
	padding: 16px 44px;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	background: white;
	color: #333;
	border: 1.5px solid #333;
	transition: background 0.5s ease, border-color 0.5s ease;
}
.vyap-page-content .btn.btn-dark:hover {
	background: #f59d21;
	color: #333;
	border-color: #333;
}
.vyap-give-more .vyap-section-heading {
	border-bottom: none;
	padding-bottom: 0;
}
.vyap-give-more-hr {
	border: none;
	border-top: 1.5px solid #2c2c2c;
	opacity: 1;
}
.vyap-img-landscape {
	height: 30em;
}
.vyap-img-portrait {
	height: 30em;
}
.vyap-donate-section {
	margin-top: 1em;
}
.vyap-section-heading {
	font-family: gnlight, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: 300;
	color: #2c2c2c;
	border-bottom: 1.5px solid #2c2c2c;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.vyap-donate-heading {}
.vyap-donate-card {
	display: flex;
	flex-direction: column;
	border: 1.5px solid #2c2c2c;
	background: white;
	color: #333;
	text-decoration: none;
	transition: background 0.5s ease, box-shadow 0.5s ease;
	height: 100%;
}
.vyap-donate-card:hover {
	background: #ebebeb;
	box-shadow: none;
	color: #333;
	text-decoration: none;
}
.vyap-donate-card-img {
	height: 380px;
	background: #b0b0b0;
	background-size: cover;
	background-position: center;
	background-origin: content-box;
	background-clip: content-box;
	padding: 12px;
	padding-top: 8px;
	filter: saturate(0.3);
	transition: filter 0.5s ease;
}
.vyap-donate-card:hover .vyap-donate-card-img {
	filter: saturate(1);
}
#vyap-card-donate {
	background-image: url("/images/vyap/VYAP_PICS/vyap-main.webp");
}
#vyap-card-seat {
	background-image: url("/images/vyap/VYAP_PICS/VCASS-AlbertPark_Theatre_Edit.webp");
}
.vyap-donate-card-body {
	padding: 0 1.2em 1.2em;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.vyap-donate-card-copy {
	flex: 1;
	display: flex;
	align-items: flex-start;
}
.vyap-donate-card-copy p {
	margin: 0;
}
.vyap-donate-card-body .vyap-donate-divider-line {
	margin-top: 0.8em;
	margin-bottom: 0;
}
.vyap-donate-card-title {
	font-family: gnmedium, Helvetica, sans-serif;
	font-size: 2rem;
	color: #2c2c2c;
	background: transparent;
	border: 1.5px solid #2c2c2c;
	border-radius: 8px;
	padding: 14px 20px;
	margin: 12px 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vyap-donate-arrow {
	font-size: 1.4rem;
	flex-shrink: 0;
	margin-left: 1em;
}
.vyap-donate-divider-line {
	margin: 0.5em 0 0.8em;
	border-top: 1.5px solid #2c2c2c;
}
.vyap-donate-divider-top {
	margin: 8px 12px 0;
}
.vyap-give-more {
	padding: 1.5em 0 2.5em;
	margin-top: -40px;
}
.vyap-give-more p {
	padding-left: 0;
	font-size: 1.4rem;
	max-width: 70vw;
}
.vyap-give-more-highlight {
	display: inline;
	background-color: #ebebeb;
	padding: 3px 6px;
	line-height: 1.8;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.vyap-give-more-contact {
	margin-top: 0.6em;
}
.vyap-donate-card-body p {
	padding-left: 0;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
	line-height: 1.35;
}
.vyap-give-more-heading {}

.vyap-contacts-row {
    display: flex;
    gap: 40px;
    margin-top: 12px;
}

.vyap-contact-col {
    flex: 1;
}

.vyap-contact-name {
    margin-bottom: 6px;
    font-size: 1rem !important;
}

/* ── VYAP responsive (≤768 px: phones + iPad portrait) ── */
@media (max-width: 768px) {
    .vyap-content-wrap {
        padding: 20px 16px;
    }
    .vyap-donate-card-img {
        height: 200px;
    }
    .vyap-img-landscape,
    .vyap-img-portrait {
        height: 180px;
    }
    .vyap-give-more p {
        max-width: 100%;
    }
    .vyap-section-heading {
        font-size: 2rem;
    }
    .vyap-donate-card-title {
        font-size: 1.5rem;
    }
    .vyap-hero-overlay {
        padding: 12px 0;
    }
    .vyap-hero-tagline {
        font-size: clamp(22px, 5vw, 36px);
        padding-right: 16px;
    }
    .vyap-give-more {
        margin-top: -10px;
    }
}