.page-togethertuesday {
	--tt-navy: #001548;
	--tt-cyan: #0fb8c6;
	--tt-cream: #f7f1c8;
	--tt-teal: #26dbe0;
	--tt-red: #ee1830;
	--tt-orange: #ef6a23;
	--tt-khaki: #ffed87;
	--tt-white: #ffffff;
	--tt-radius: 24px;
}



.page-togethertuesday .tt-page {
	background: var(--tt-cream);
}

.page-togethertuesday .tt-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.page-togethertuesday .tt-page .button {
	margin: 0;
	padding: 15px 22px;
	text-transform: uppercase;
	color: var(--tt-cream);
	background: var(--tt-orange);
	border-radius: 999px;
}

.page-togethertuesday .tt-button-secondary {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}



/* HERO */

.page-togethertuesday .section.tt-hero {
	position: relative;
	min-height: 650px;
	margin: 0;
	padding: 108px 0;
	background-color: var(--tt-navy);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-togethertuesday .tt-hero .tt-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 55% 40%;
	gap: 5%;
	align-items: start;
}



.page-togethertuesday .tt-hero-copy {
	max-width: 540px;
	padding-right: 24px;
	color: var(--tt-cream);
}

.page-togethertuesday .tt-hero-copy .tt-hero-title {
	margin-bottom: 20px;
	color: var(--tt-cream);
	font-size: 70px;
	text-transform: uppercase;
}
.page-togethertuesday .tt-hero-copy .tt-hero-title .tt-hero-title-line {
	display: block;
	font-weight: 700;
}
.page-togethertuesday .tt-hero-copy .tt-hero-title .tt-hero-title-line-bottom {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 400;
}
.page-togethertuesday .tt-hero-copy .tt-hero-title .tt-hero-title-heart {
	width: 60px;
	flex: 0 0 auto;
}

.page-togethertuesday .tt-hero-copy p {
	color: var(--tt-cream);
}

.page-togethertuesday .tt-hero-copy .tt-button-row {
	margin: 36px 0 12px 0;
}

.page-togethertuesday .tt-hero-copy a:not(.button) {
	color: var(--tt-cream);
	text-decoration: underline;
}



.page-togethertuesday .tt-countdown-card {
	position: relative;
	width: 100%;
	padding: 30px;
	background: var(--tt-cyan);
	border-radius: var(--tt-radius);
}

.page-togethertuesday .tt-countdown-card .tt-countdown-date {
	margin: 0 0 18px 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--tt-navy);
	text-align: center;
}

.page-togethertuesday .tt-countdown-card .tt-countdown-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.page-togethertuesday .tt-countdown-card .tt-countdown-grid .tt-countdown-box {
	padding: 24px 16px;
	font-family: Montserrat, sans-serif;
	color: var(--tt-orange);
	background: var(--tt-cream);
	text-align: center;
	border-radius: 12px;
}

.page-togethertuesday .tt-countdown-card .tt-countdown-grid .tt-countdown-box .tt-countdown-number {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
}

.page-togethertuesday .tt-countdown-card .tt-countdown-grid .tt-countdown-box .tt-countdown-label {
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.page-togethertuesday .tt-countdown-card .addeventatc {
	width: 100%;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: center;
	background: none;
	box-shadow: none !important;
}

.page-togethertuesday .tt-countdown-card .addeventatc .tt-calendar-link {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: var(--tt-navy);
}

.page-togethertuesday .tt-countdown-card .addeventatc .addeventatc_icon {
	display: none;
}



/* BANNER */

.page-togethertuesday .section.tt-banner {
	padding-top: 0;
	padding-bottom: 0;
}

.page-togethertuesday .tt-banner-panel {
	width: 100%;
	padding: 64px 204px;
	display: grid;
	grid-template-columns: 55% 40%;
	gap: 5%;
	align-items: center;
	background: var(--default-copy);
	border-radius: 0 0 var(--tt-radius) var(--tt-radius);
}

.page-togethertuesday .tt-banner-panel p {
	color: var(--tt-white);
}
.page-togethertuesday .tt-banner-panel p:last-child {
	margin: 0;
}

.page-togethertuesday .tt-banner-panel .tt-banner-image {
	display: block;
	margin: 0;
	max-width: 100%;
	width: 100%;
}



/* WHAT */

.page-togethertuesday .tt-what .intro {
	width: 100%;
	margin: 0;
	padding-bottom: 3vw;
}

.page-togethertuesday .tt-what .intro h2 {
	color: var(--default-copy);
	font-weight: 700;
}

.page-togethertuesday .tt-what .tt-two-col {
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	gap: 5%;
	align-items: start;
}

.page-togethertuesday .tt-what .tt-two-col .tt-image-col img {
	display: block;
	width: 100%;
}



/* WHY */

.page-togethertuesday .section.tt-why {
	padding-top: 0;
}

.page-togethertuesday .tt-why .intro {
	width: 100%;
	margin: 0;
	padding-bottom: 3vw;
}

.page-togethertuesday .tt-why .intro h2 {
	font-weight: 700;
	color: var(--default-copy);
}

.page-togethertuesday .tt-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px;
}

.page-togethertuesday .tt-why-card {
	text-align: center;
}

.page-togethertuesday .tt-why-card img {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.page-togethertuesday .tt-why-card h3 {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: var(--default-copy);
}



/* PARTICIPATE */

.page-togethertuesday .tt-participate {
	padding: 0 24px;
}

.page-togethertuesday .tt-participate-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 5vw 0;
	background: var(--tt-navy);
	border-radius: var(--tt-radius);
}

.page-togethertuesday .tt-participate-wrap .container {
	padding: 0 8vw;
}

.page-togethertuesday .tt-participate-wrap h2,
.page-togethertuesday .tt-participate-wrap h3,
.page-togethertuesday .tt-participate-wrap p {
	color: var(--tt-white);
}

.page-togethertuesday .tt-participate .intro {
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 3vw;
}

.page-togethertuesday .tt-participate .intro h2 {
	font-weight: 700;
	color: var(--tt-white);
}
.page-togethertuesday .tt-participate .intro p {
	color: var(--tt-white);
}



.page-togethertuesday .tt-participate-cards {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.page-togethertuesday .tt-participate-card {
	position: relative;
	width: 100%;
	/*height: 360px;*/
	margin: 0;
	perspective: 1000px;
}

.page-togethertuesday .tt-participate-card .flip-wrap {
	position: relative;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 900ms cubic-bezier(.23, 1, .32, 1);
}

.page-togethertuesday .tt-participate-card:hover .flip-wrap,
.page-togethertuesday .tt-participate-card:focus-within .flip-wrap,
.page-togethertuesday .tt-participate-card .flip-wrap.is-flipped {
	transform: rotateY(180deg);
}

.page-togethertuesday .tt-participate-card .flip-side {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 36px;
	border-radius: 0;
	background: var(--tt-teal);
	inset: 0;
	backface-visibility: hidden;
}
.page-togethertuesday .tt-participate-card:nth-child(2) .flip-side {
	background: var(--tt-cream);
}
.page-togethertuesday .tt-participate-card:nth-child(3) .flip-side {
	background: var(--tt-orange);
}

.page-togethertuesday .tt-participate-card .flip-side.front {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.page-togethertuesday .tt-participate-card .flip-side.back {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	overflow: auto;
	transform: rotateY(180deg);
}

.page-togethertuesday .tt-participate-card .tt-card-number-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
	background: url(../images/heart-transparent.png) center center no-repeat;
	background-size: contain;
}
.page-togethertuesday .tt-participate-card .tt-card-number {
	align-items: center;
	background: var(--tt-white);
	border-radius: 999px;
	color: var(--tt-navy);
	display: inline-flex;
	font-size: 28px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	margin: 0 auto;
	width: 60px;
}

.page-togethertuesday .tt-participate-card h3 {
	flex: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--default-copy);
}
.page-togethertuesday .tt-participate-card .flip-side.front h3 {
	text-align: center;
}
.page-togethertuesday .tt-participate-card .flip-side.back h3 {
	margin-bottom: 1em;
}

.page-togethertuesday .tt-participate-card ul {
	margin: 1em 0;
	padding: 0 0 0 1em;
	list-style-type: disc;
}
.page-togethertuesday .tt-participate-card li {
	padding: 0;
	background: none;
}
.page-togethertuesday .tt-participate-card p,
.page-togethertuesday .tt-participate-card li {
	font-size: 14px;
	line-height: 1.2;
	color: var(--default-copy);
}

.page-togethertuesday .tt-participate-card .button {
	margin-bottom: 0;
	color: var(--tt-white);
	background: var(--tt-navy);
}



.page-togethertuesday .tt-participate .tt-participate-ticker {
	max-width: 100%;
}

.page-togethertuesday .tt-participate .tt-ticker-intro {
	margin: 60px 0 48px;
	text-align: center;
}
.page-togethertuesday .tt-participate .tt-ticker-outro {
	max-width: 576px;
	margin: 48px auto 60px;
	text-align: center;
}

.page-togethertuesday .tt-ticker {
	overflow: hidden;
	width: calc(100% + 16vw);
	margin-left: -8vw;
}

.page-togethertuesday .tt-ticker-track {
	animation: tt-ticker-scroll 26s linear infinite;
	display: flex;
	gap: 18px;
	min-width: max-content;
}

.page-togethertuesday .tt-ticker-item {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--tt-white);
	white-space: nowrap;
}
.page-togethertuesday .tt-ticker-item:nth-child(3n+1) {
	color: var(--tt-khaki);
}
.page-togethertuesday .tt-ticker-item:nth-child(3n+2) {
	color: var(--tt-teal);
}



.page-togethertuesday .tt-resources-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: 45% 10% 45%;
	align-items: stretch;
}

.page-togethertuesday .tt-resource-feature {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.page-togethertuesday .tt-resource-photo-wrap {
	overflow: hidden;
}

.page-togethertuesday .tt-resource-photo {
	display: block;
	width: 100%;
}

.page-togethertuesday .tt-resource-card {
	padding: 24px;
	align-self: start;
	text-align: center;
}

.page-togethertuesday .tt-resource-card h3 {
	font-weight: bold;
	line-height: 1.2;
}

.page-togethertuesday .tt-resource-card .tt-button-row {
	margin-top: 36px;
}
.page-togethertuesday .tt-resource-card .tt-button-row .button {
	width: 100%;
	color: var(--tt-navy);
	background: var(--tt-cream);
}

.page-togethertuesday .tt-resource-or {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	color: var(--tt-white);
}



/* NEWSLETTER */

.page-togethertuesday .tt-newsletter-inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.page-togethertuesday .tt-newsletter-inner p {
	margin-bottom: 36px;
}

.page-togethertuesday .tt-newsletter .button {
	background: var(--tt-orange);
}

.page-togethertuesday .tt-newsletter .tt-newsletter-image {
	display: inline-block;
}


@keyframes tt-ticker-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}



@media (prefers-reduced-motion: reduce) {
	.page-togethertuesday .tt-ticker-track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		min-width: 100%;
	}
}



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

	.page-togethertuesday .tt-banner-panel {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center;
	}

	.page-togethertuesday .tt-resources-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}



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

	.page-togethertuesday .tt-hero .tt-hero-grid,
	.page-togethertuesday .tt-what .tt-two-col,
	.page-togethertuesday .tt-why-grid,
	.page-togethertuesday .tt-participate-cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}



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

	.page-togethertuesday .tt-hero {
		padding: 72px 0;
	}

	.page-togethertuesday .tt-hero-copy .tt-hero-title {
		font-size: 48px;
	}
	.page-togethertuesday .tt-hero-copy .tt-hero-title .tt-hero-title-heart {
		width: 42px;
		flex: 0 0 auto;
	}

	.page-togethertuesday .tt-countdown-card {
		margin-top: 26px;
		width: 100%;
	}

	.page-togethertuesday .tt-countdown-grid {
		gap: 8px;
	}

	.page-togethertuesday .tt-countdown-number {
		font-size: 31px;
	}

	.page-togethertuesday .tt-page h2 {
		font-size: 34px;
	}

	.page-togethertuesday .tt-banner-panel,
	.page-togethertuesday .tt-resource-copy,
	.page-togethertuesday .tt-resource-card {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-togethertuesday .tt-button-row {
		flex-direction: column;
	}

	.page-togethertuesday .tt-page .button {
		text-align: center;
		width: 100%;
	}
}
