<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;900&amp;amp;display=swap');

@font-face {
	font-family: "Work Sans";
	src: url("https://dotdash-prod-adlab-static-us-east-1.s3.amazonaws.com/premium/shop-hacks/common/fonts/workSans.woff2");
}

@font-face {
	font-family: "Merriweather";
	src: url("https://dotdash-prod-adlab-static-us-east-1.s3.amazonaws.com/premium/shop-hacks/common/fonts/merriweather.woff2");
}

@font-face {
	font-family: "Merriweather700";
	src: url("https://dotdash-prod-adlab-static-us-east-1.s3.amazonaws.com/premium/shop-hacks/common/fonts/merriweather-700.woff2");
}


#info-modal {
	padding: 60px;
	width: 50%;
	left: 25%;
	height: auto;
}

@media screen and (max-width: 500px) {
	#info-modal {
	
		width: 100%;
		left: 0%;
	}

}



.d-container {
  display: flex;
}

.d-column {
  /* flex: 1; */
  padding: 10px;
}

.d-left {
	flex: 70%;
}

.d-right {
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: center; /* Center items vertically */
  flex: 25%;
}

.d-right a {
	border-radius: 5px;
}

/* Adjust width as needed */
.d-column:nth-child(1) {
	/* flex: 50%; */
  /* background-color: #f0f0f0; */
}

.d-column:nth-child(0) {
	/* flex: 60%; */
  /* background-color: #f0f0f0; */
}

.d-column:nth-child(2) {
  /* background-color: #e0e0e0; */
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Right-align items in the second column */
  justify-content: center; /* Vertically center items in the second column */

}

.d-column:nth-child(2) a {
	/* display: inline-block; */
	margin: 0 0 0 0;
}

.d-column h2 {
	color: rgb(167, 14, 19);
	font-size: 2em !important;
}

.yt-video {
	/* border: 1px solid red; */
	/* width: 100%; */
	/* width: 1200px; */
	/* width: 1200px;
	height: 500px; */
}


.modal-fullscreen {
  max-width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.modal-fullscreen .modal-content {
  height: fit-content;
  width: 100%;
}


 .modal-dialog {
	max-width: 100% !important;
	margin: 10px !important;
	height: 100%;
}
.modal-content {
	width: 100% !important;
	height: fit-content;
} 

  #video-content iframe {
	  width: 100%;	  
	  min-height: 80vh;
	  /* --startingWidth: 100%; */
 	  /* width: var(--startingWidth); */
	  /* height: calc(var(--startingWidth) * 9 / 12); */
   }




.d-article {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.d-article h1 {
	color: black;
	font-family: "Work Sans", tahoma, verdana, arial, sans-serif;
	font-weight: 800;
	font-size: 48px;
	text-align: left;
	margin-bottom: 0px;
}

.d-article p {
	color: black;
	font-family: "Merriweather", sans;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.d-article * a {
	color: #333;
}

.d-article h2 {
	font-family: "Merriweather700", sans;
	font-weight: 700;
	font-size: 16px;
	color: rgb(167, 14, 19);
	margin-bottom: 5px;
	/* text-transform: capitalize; */

}


.hack-video.out {
	opacity: 0.5;
}

.hack-videos-container a {
	display: none;
}

.hack-videos {
	width: 100%;
	display: flex;
}

.hack-video {
	flex: 1 0 22%; /* 100% / 4 = 25% */
	height: 400px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* Align items at the start by default */
}

.hack-video a {
	display: inline-block;
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	align-self: flex-end;
	font-size: 16px;


	background-color: rgb(167, 14, 19);
	color: white;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}




.hack-videos-container {

}

.hack-video-image {
	width: 100%;
	margin-bottom: 10px;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	text-align: center;
	color: rgb(167, 14, 19);
	font-size: 44px;
	background-size: cover;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
}

.hack-video-image i {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
}

.hack-video iframe {
	border-radius: 5px;
	margin-bottom: 10px;

}

.d-article .hack-videos {
	display: flex;
}

.d-article .hack-video-grid {

}

.d-article .hack-video {
	/* border: 3px solid rgb(167, 14, 19); */
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
	background-color: #ebebeb;
	margin-bottom: 15px;
}

.d-article h4 {
	color: rgb(167, 14, 19);
	font-size: 18px !important;
	font-family: "Merriweather700", sans;
	font-weight: 700;
	margin: 20px 0 20px 10px;

}



.vote-button {
	border: 3px solid rgb(167, 14, 19);
	background-color: rgb(167, 14, 19);
	text-align: center;
	width: 100%;
	max-width: 250px;
	display: block;
	height: 60px;
	color: white !important;
	font-family: "Work Sans", sans;
	text-decoration: none;
	line-height: 50px;
	font-weight: 600;
	font-size: 20px;
	margin: 40px auto 40px auto;
}

.d-article p.disclaimer {
	font-size: 12px;
	text-align: center;
}

.d-article p.disclaimer a {
	color: #888;
}



.d-article h3 {
	font-family: "Merriweather", sans;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.d-article h3 {
	color: #666;
}

.d-article h3 span {
	color: black;
}

#d-header-image {
	background-image: url('../jpg/header.jpg');
	background-position: center center;
	background-size: cover;
	padding-bottom: 50px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	padding-top: 40px;
}

#d-header-image h1, #d-header-image h2, #d-header-image h3,  #d-header-image h4 {
	color: white;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);

}

#d-header-image h1 {
	font-weight: 800;
	font-size: 6em;
	margin-bottom: 0.4em;

}

#d-header-image h2 {
	font-weight: 500;
	font-size: 3em;
	margin-bottom: 20px;
}

#d-header-image h3 {
	font-weight: 500;
	font-size: 3em;
	border-top: 4px solid yellow;
	border-bottom: 4px solid yellow;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#d-header-image h4 {
	font-size: 2em;
}

.big-hack-video {
	max-width: 800px;
	margin: 40px auto 0 auto;
	font-family: "Merriweather", sans;

}

.big-hack-video h2 {
	color: rgb(167, 14, 19);
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.big-hack-video h3 {
	font-size: 14px;
}






@media screen and (max-width: 1000px) {
	.hack-videos {
		flex-wrap: wrap;
	}
	.hack-video {
		flex: 1 0 48%;
	}

}

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

  /* #video-content iframe {
	  --startingWidth: 480px;
	   width: var(--startingWidth);
	  height: calc(var(--startingWidth) * 9 / 16);
   } */


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

  #video-content iframe {
	  --startingWidth: 100%;
	   width: var(--startingWidth);
	  height: 30vh;
	  min-height: 30vh;
   }



	.d-article .hack-video-grid {
			/* flex-basis: 100%; /* Full width on mobile */ */
	}

	.d-article .hack-video:nth-child(odd) {
		margin-right: 0px;

	}


	h4 {
		text-align: center;
		margin-bottom: 40px;
	}


	.hack-videos {
		width: 100%;
		display: flex;
		overflow-x: auto;
		height: fit-content;
		margin-bottom: 20px;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}

	.hack-video {
 	   	flex: 0 0 auto;
		width: 200px;
		height: 280px;
		margin: 5px;
	}

	.hack-video-image {
		height: 120px;
		min-height: 120px;
		max-height: 120px;
	}

	.hack-videos-container {
		display: flex;
		justify-content: space-evenly;

	}

	.hack-videos-container a {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  text-decoration: none;
	  padding: 5px;
	}

	.hack-videos-container a i {
		font-size: 30px;
		color: rgb(167, 14, 19);
	}



	.d-column:nth-child(2) a {
		/* display: inline-block; */
		margin: 0 auto 0 auto;
	}


	.d-container {
		flex-direction: column; /* Display as rows on mobile */
	  }

	  .d-column {
		  text-align: center;
	  }

	  .d-column h2 {
		  font-size: 1.5em !important;
	  }


	  #d-header-image h1 {
		  font-size: 2.5em;

	  }

	  #d-header-image h2 {
		  font-size: 1.5em;
		  margin-bottom: 20px;
	  }

	  #d-header-image h3 {
		  font-size: 2em;

	  }

	  #d-header-image h4 {
		  font-size: 1.8em;
	  }

	  #current-results {
		  display: none;
	  }



}



@media screen and (max-width: 300px) {
	#current-results {
		  display: none;
	  }
	
}



</pre></body></html>