
#CoverImageWrapper { 
  width: 100%;
  position: relative;
  margin: 0;
  display: block;
}

#DELegHall {
  width: 100vw;
  height: auto;
  position: relative;
  margin: 0;
  z-index: 0;
  display: block;
}
#DELegHallBroken {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  animation: fadeOut 1s ease-in forwards 6s; /* starts fading out after 8s */
  display: block;
}


/* 
#CoverImageWrappe video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 */
#MPWrapper {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 900;
  opacity: 0;               /* start invisible */
  animation: slideIn 1s ease-out forwards;  /* apply the animation */
  animation-delay: 6s;      /* <- starts 4s after page load */
}

#MarkPugh {
	position: absolute;
	bottom: 10px;
	max-width: 460px;
	width: 33vw;
	height: auto;
}

/* Overlay text positioning */
#DelawareIsBroken {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  animation:
    slideIn 2s ease-out forwards 2s,
    fadeOut 1s ease-in forwards 6s; /* starts fading out after 8s */
}

/* Slide-in keyframes */
@keyframes slideIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* Fade-out keyframes */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#DelawareIsBroken h1 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	color: #006699;
	font-size: 80px;
	line-height: 1.3;
	word-spacing: 0.1em;
	text-shadow:
     -2px -2px 0 white,
      2px -2px 0 white,
     -2px  2px 0 white,
      2px  2px 0 white, 0px 0px 12px rgba(0,0,0,0.5), 0px 0px 18px rgba(0,0,0,0.5), 0px 0px 24px rgba(0,0,0,0.5);

    white-space: nowrap;
}

br.h1 {
	display: none;
}

#DelawareIsBroken h2 {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 700;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.1;
	word-spacing: 0.1em;
	text-shadow: 2px 2px 2px #000000, 0px 0px 12px rgba(0,0,0,0.5), 0px 0px 18px rgba(0,0,0,0.5), 0px 0px 24px rgba(0,0,0,0.5);
	white-space: nowrap;
}

br.h2 {
	display: none;
}

@keyframes slideFromLeft {
  from { margin-left: -200px; opacity: 0; }
  to   { margin-left: 0; opacity: 1; }
}



#Tagline {
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: 800;
	width: 400px;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	opacity: 0;
	animation: slideIn 1s ease-out forwards 5s;
}
#Tagline span {
  font-family: 'Racing Sans One';
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  opacity: 0;
  display: inline-block;
  animation: fadeIn 1s ease-in forwards;
  text-shadow: 2px 2px 2px #000000, 0px 0px 12px rgba(0,0,0,0.2), 0px 0px 18px rgba(0,0,0,0.2), 0px 0px 24px rgba(0,0,0,0.2);
}

/* staggered delays */
#Tagline span:nth-child(1) { animation-delay: 6s; }
#Tagline span:nth-child(2) { animation-delay: 6.2s; }
#Tagline span:nth-child(3) { animation-delay: 6.4s; }
#Tagline span:nth-child(4) { animation-delay: 6.6s; }
#Tagline span:nth-child(5) { animation-delay: 6.8s; }
#Tagline span:nth-child(6) { animation-delay: 7s; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#Tagline2 {
  position: absolute;
  top: 70%;
  left: 40%;
  z-index: 1100;
  width: 800px;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  animation: slideIn 1s ease-out forwards 5s;
  white-space: nowrap
}
#Tagline2 span {
	color: #ffffff;
	font-family: 'Yellowtail'!important;
	font-style: normal!important;
	font-weight: 400!important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: 0px -1px 0px -1px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 40px;
	opacity: 0;
	letter-spacing: 0px !important;
	display: inline-block;
	animation: fadeIn 1s ease-in forwards;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3), 0px 0px 12px #ffc600, 0px 0px 18px #ffc600, 0px 0px 24px #ffc600;
}

#Tagline2 span:nth-child(1)  { animation-delay: 8s; }
#Tagline2 span:nth-child(2)  { animation-delay: 8.05s; }
#Tagline2 span:nth-child(3)  { animation-delay: 8.1s; }
#Tagline2 span:nth-child(4)  { animation-delay: 8.15s; }
#Tagline2 span:nth-child(5)  { animation-delay: 8.2s; }
#Tagline2 span:nth-child(6)  { animation-delay: 8.25s; }
#Tagline2 span:nth-child(7)  { animation-delay: 8.3s; }
#Tagline2 span:nth-child(8)  { animation-delay: 8.35s; }
#Tagline2 span:nth-child(9)  { animation-delay: 8.4s; }
#Tagline2 span:nth-child(10) { animation-delay: 8.45s; }
#Tagline2 span:nth-child(11) { animation-delay: 8.5s; }
#Tagline2 span:nth-child(12) { animation-delay: 8.55s; }
#Tagline2 span:nth-child(13) { animation-delay: 8.6s; }
#Tagline2 span:nth-child(14) { animation-delay: 8.65s; }
#Tagline2 span:nth-child(15) { animation-delay: 8.7s; }
#Tagline2 span:nth-child(16) { animation-delay: 8.75s; }
#Tagline2 span:nth-child(17) { animation-delay: 8.8s; }
#Tagline2 span:nth-child(18) { animation-delay: 8.85s; }
#Tagline2 span:nth-child(19) { animation-delay: 8.9s; }
#Tagline2 span:nth-child(20) { animation-delay: 8.95s; }
#Tagline2 span:nth-child(21) { animation-delay: 9s; }
#Tagline2 span:nth-child(22) { animation-delay: 9.05s; }
#Tagline2 span:nth-child(23) { animation-delay: 9.1s; }
#Tagline2 span:nth-child(24) { animation-delay: 9.15s; }
#Tagline2 span:nth-child(25) { animation-delay: 9.2s; }
#Tagline2 span:nth-child(26) { animation-delay: 9.25s; }
#Tagline2 span:nth-child(27) { animation-delay: 9.3s; }
#Tagline2 span:nth-child(28) { animation-delay: 9.35s; }
#Tagline2 span:nth-child(29) { animation-delay: 9.4s; }
#Tagline2 span:nth-child(30) { animation-delay: 9.45s; }
#Tagline2 span:nth-child(31) { animation-delay: 9.5s; }
#Tagline2 span:nth-child(32) { animation-delay: 9.55s; }
#Tagline2 span:nth-child(33) { animation-delay: 9.6s; }
#Tagline2 span:nth-child(34) { animation-delay: 9.65s; }
#Tagline2 span:nth-child(35) { animation-delay: 9.7s; }
#Tagline2 span:nth-child(36) { animation-delay: 9.75s; }
#Tagline2 span:nth-child(37) { animation-delay: 9.8s; }
#Tagline2 span:nth-child(38) { animation-delay: 9.85s; }
#Tagline2 span:nth-child(39) { animation-delay: 9.9s; }
#Tagline2 span:nth-child(40) { animation-delay: 9.95s; }
#Tagline2 span:nth-child(41) { animation-delay: 10s; }
#Tagline2 span:nth-child(42) { animation-delay: 10.05s; }
#Tagline2 span:nth-child(43) { animation-delay: 10.1s; }
#Tagline2 span:nth-child(44) { animation-delay: 10.15s; }

br.brtg2 {
	display: none
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.Word {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

#CoverImage { 
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 0;
}
#H1Wrapper { 
	width: 100vw;
	position: absolute;
	z-index: 10;
	font-size: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#AltSubHeading {
	display: inline-block;
	max-width: 900px;
	padding: 0px 10px 0px 10px;
}

#AltSubHeading h2 {
	font-family: 'Lora' !important;
	font-style: italic !important;
	font-weight: 700 !important;
	font-size: 42px;
	color: #006699;
	line-height: 1.2;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: auto;
	text-align: center;
}


#BulletPointsWrapper {
	max-width: 1200px;
	margin: 20px 0px 0px 0px;
}

#BulletPointsContainer {
	display: inline-block;
	max-width: 900px;
}


.BulletPointsTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px 10px 0px 10px;
}

.BulletPointsTR {
	display: table-row;
	margin: 0px 0px 0px 0px;
}

.BulletPointsTD1 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 10px 10px;
	vertical-align: top;
	font-size: 32px;
	color: #ffcc00;
}

.BulletPointsTD2 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: left;
}


.BulletPointsTD2 h3 {
	text-align: left;
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 32px;
	transform: scaleX(1.5);
	transform-origin: left;
	margin: 5px 10px 0px 10px;
	line-height: 1.3;
	color: #990000;
}

.BulletPointsTD2 p {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
    margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	max-width: 900px;
}

#To10PointPlan {
	width: 80vw;
	max-width: 500px;
	height: auto
}


#To10PointPlanWrapper {
    margin: 30px 10px 30px 10px;
}

.plankWrapper {
	background: #006699;
	margin: 20px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.plankHeaderTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

.plankHeaderTR {
	display: table-row;
	margin: 0px 0px 0px 0px;
}

.plankHeaderTD1 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 10px;
	vertical-align: top;
}
.plankHeaderTD2 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 5px;
	vertical-align: top;
}

.circle {
	
	width: 40px;
	height: 40px;
	font-weight: bold;
	background-color: #fbc040;
	color: #006699;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
}
.circle1 {
	padding-top: 3px;
}

h2.PlatformPlank {

	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	font-size: 1.3em;
	line-height: 1.5em;
	display; block;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin:  5px 0px 0px 0px;
	width: auto;
	text-align: left;
}


.accordion-header {
  padding: 0px 10px 0px 0px;
  cursor: pointer;
  margin: 0;
}

.accordion-content {
	display: none;
	border: 2px solid #999999 !important;
	background: #ececec;
	margin: -10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
}


.accordion-content a { color: #006699; }
.accordion-content a:hover { color: #cc0000; }
.accordion-content a:active { color: #fbc040; }

.popup-content a { color: #006699; }
.popup-content a:hover { color: #cc0000; }
.popup-content a:active { color: #fbc040; }

.accordion-content  ul {
	list-style-type: disc !important;
	margin-left: 20px !important;
}
.popup-content  ul {
	list-style-type: disc !important;
	margin-left: 20px !important;
}

.accordion-content  li {
	margin: 20px 0px 20px 0px !important;
}
.popup-content  li {
	margin: 20px 0px 20px 0px !important;
}

.accordion-arrow {
	cursor: pointer;
	background: #fbc040;
	border: 2px solid white;
	color: #006699;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.DownArrow {
	font-style: normal !important;
	display: inline-block;
	transform: scaleX(1) scaleY(1) rotate(0deg);
}
.DownArrowUp {
	font-style: normal !important;
	display: inline-block;
	transform: scaleX(1.5) scaleY(0.7) rotate(-90deg);
}

.accordion-content p iframe {
	
	width: 560px;
	height: 315px;
	max-width: 78vw;
	max-height: calc(78vw * 0.56);
	margin: 20px 0px 40px 0px;
	display: block
}

.accordion-content h4,
.popup-content h4 {

	font-size: 1.25em !important;
	font-weight: bold !important;
	font-style: italic !important;
	line-height: 1.3;
	display; block;
	color: #ffffff;
	background: black;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 30px 0px 10px 0px;
	width: auto;
	text-align: left;
}

.accordion-content h5,
.popup-content h5 {

	font-size: 1em !important;
	font-weight: bold !important;
	font-style: normal !important;
	line-height: 1.3;
	display; block;
	color: #000000;
	margin: 20px 0px 10px 0px;
	width: auto;
	text-align: left;
}

.accordion-content i,
.popup-content i {

	font-style: italic !important;
}

.accordion-content b,
.popup-content b {

	font-weight: bold !important;
}

h3.PlatformPlank {

	font-size: 1em;
	font-style: italic !important;
	line-height: 1.3;
	display; block;
	color: #000000;
	margin: 10px 30px 10px 0px;
	width: auto;
	text-align: left;
}

h3.PlatformPlank b, .accordion-content b {
	font-weight: bold !important;
}

/* Basic styles */
body {
    font-family: Arial, sans-serif;
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    display: none; /* Hidden by default */
    z-index: 999;
}

/* Popup Container */
.popup-container {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    max-width: 1000px;
    width: calc(100% - 20px); /* 10px margin on both sides */
    max-height: 70vh; /* Limit height */
    overflow-y: auto; /* Scrollable content */
    z-index: 1000;
    border-radius: 10px;
    border-top: 6px solid white !important;
    border-bottom: 6px solid white !important;
}

.popup-content {
    margin: 10px 10px 10px 10px !important;
}
.popup-content .plankWrapper {
	margin: 10px 5px 10px 0px !important;
	padding: 0px 0px 0px 0px;
}


/* Close Button */
.popup-close {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: black;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    cursor: pointer;
    z-index: 1001; /* Ensure the close button is on top */
    border: 3px solid white;
}

/* Accordion styles */
.accordion-content {
    display: none;
}

.accordion-arrow {
    cursor: pointer;
}

.ThatsWhy {
	font-weight: bold;
	font-style: italic;
	padding: 0px 10px 0px 0px;
	max-width: 1100px;
	font-size: 1.5em;
	margin: 30px 20px 20px 0px;
}

.Why h2 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 3em;
	color: #0c5fa1;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 50px 10px 0px 10px;
}

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

	#MarkPugh {
		width: 32vw;
	}
}
@media screen and (max-width:1150px) {

	#Tagline {
		top: 25%;
		left: 25%;
		font-size: 50px;
	}
	#Tagline2 span {
		font-size: 32px;
	}
}
@media screen and (max-width:1060px) {

	#Tagline2 {
  		top: 60%;
	}
}

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

	br.h1 {
		display: inline;
	}

	br.h2 {
		display: inline;
	}
}

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

	#Tagline {
		top: 25%;
		left: 25%;
		font-size: 38px;
		width: 300px;
	}
	
	#Tagline2 span {
		font-size: 25px;
	}

	#Tagline2 {
  		left: 50%;
 		top: 60%;
	}
}

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

	.BulletPointsTD1 {
		padding: 8px 0px 10px 10px;
	}

	.BulletPointsTD2 h3 {
		font-size: 28px;
	}
}

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

	#CoverImageWrapper { 
		width: 100%;
		position: relative;
		margin: 17vw 0px 0px 0px;
	}

	#AltSubHeading h2 {
		font-size: 36px;
	}

	.accordion-header {
	  padding: 0px 0px 0px 0px;
	}

	.circle {
	
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 24px;
	}
	.circle1 {
		padding-top: 1px;
	}

	h2.PlatformPlank {

		font-size: 20px;
		line-height: 1.5;
		margin: 0px 10px 10px 0px;
	}
}


@media screen and (max-width: 715px) {
	.BulletPointsTD2 h3 {
		font-size: 24px;
		max-width: 50vw !important;
	}
	.BulletPointsTD2 p {
		font-size: 23px;
	}
	#MarkPugh {
		width: 30vw;
	}
}


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

	#DelawareIsBroken h1 {
		font-size: 60px;
	}
	
	#DelawareIsBroken h2 {
		font-size: 30px;
	}
}


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

	#CoverImageWrapper { 
		margin: 26vw 0px 0px 0px;
	}

}

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

	#Tagline {
		top: 25%;
		left: 25%;
		font-size: 32px;
		width: 260px;
	}
	
	#Tagline2 span {
		font-size: 25px;
	}

	#Tagline2 {
  		left: 45%;
 		top: 60%;
	}
}

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

	#Tagline2 span {
		font-size: 20px;
	}

	#Tagline2 {
  		left: 50%;
 		top: 60%;
	}
}

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

	#Tagline {
		top: 25%;
		left: 25%;
		font-size: 28px;
		width: 220px;
	}
	#Tagline2 span {
		font-size: 20px;
	}

	#Tagline2 {
  		left: 50%;
 		top: 60%;
	}
}


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


	#AltSubHeading h2 {
		font-size: 28px;
	}

	#DelawareIsBroken h1 {
		font-size: 40px;
	}
	
	#DelawareIsBroken h2 {
		font-size: 24px;
	}

	.ThatsWhy {
		font-size: 1.3em
	}

	.Why h2 {
		font-size: 2em;
	}
}

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


	#Tagline2 {
  		left: 30%;
 		top: 70%;
 		width: 230px;
 		line-height: 1.1
	}

	br.brtg2 {
		display: inline
	}
}

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

	.BulletPointsTB {
		margin: 0px 10px 0px 0px;
	}

	.BulletPointsTD1 {
		padding: 8px 0px 10px 0px;
		font-size: 28px;
	}

	.BulletPointsTD2 h3 {
		font-size: 18px;
	}
	.BulletPointsTD2 p {
		font-size: 18px;
	}

	#Tagline {
		top: 25%;
		left: 25%;
		font-size: 24px;
		width: 200px;
	}
	#Tagline2 {
  		left: 30%;
 		top: 70%;
 		width: 230px;
 		line-height: 1.1
	}
}

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

	#Tagline {
		font-size: 20px;
		width: 160px;
	}
	#Tagline2 {
  		left: 30%;
 		top: 70%;
 		width: 230px;
 		line-height: 1.1
	}
	#Tagline2 span {
		font-size: 18px;
	}

	.ThatsWhy {
		font-size: 1.2em;
		text-align: left
	}

	.Why h2 {
		font-size: 1.65em;
	}

}


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

	#DelawareIsBroken h1 {
		font-size: 34px;
	}
	
	#DelawareIsBroken h2 {
		font-size: 20px;
	}

	#AltSubHeading h2 {
		font-size: 22px;
	}

	.accordion-header {
	  padding: 0px 0px 0px 0px;
	}

	.circle {
	
		width: 24px;
		height: 24px;
		font-size: 20px;
		line-height: 20px;
	}
	.circle1 {
		padding-top: 1px;
	}

	h2.PlatformPlank {

		font-size: 16px;
	}
}

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

	#Tagline {
		font-size: 18px;
		width: 150px;
	}
	#Tagline2 span {
		font-size: 16px;
	}
}
