/* ============================================================================
   CSS Variables
   ============================================================================ */

:root {
  --sdsBrand: #2A66F4;
  --sdsBlue700: #1F57D6;
}

/* ============================================================================
   Base Styles
   ============================================================================ */

a img {
	border: none;
}

body {
	background: #fff;
}

/* ============================================================================
   Layout Containers
   ============================================================================ */

#white-background {
	background: #fff;
	overflow: hidden;
	text-align: center;
	width: 930px;
}

#giveaway-content #giveaway-header {
	margin: 2rem 1.25rem;
}

#giveaway-content img {
	display: block;
	max-width: calc(100% - 2rem);
	margin: 0 auto;
	border-radius: 16px;
}

#giveaway-content h1 {
	color: #757575;
	float: left;
	font-size: clamp(1.5rem, 3.75vw, 2.25rem);
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0.5rem 0 0;
	padding: 0;
}

#giveaway-content > h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0px;
	padding: 6px 17px;
	text-align: center;
}

#giveaway-content .products-headline {
	font-size: 32px;
	padding: 6px 17px;
	margin: 0;
	text-align: center;
	box-shadow: none;
	color: #ffffff;
}

#giveaway-content .manlogo img {
	max-width: 120px;
	height: auto;
	max-height: 40px;
	width: auto;
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}

#giveaway-content .productlisting .image-cont img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 230px;
	width: auto;
	vertical-align: middle;
	line-height: 230px;
}

/* ============================================================================
   Header Elements
   ============================================================================ */

#month {
	color: #757575;
	float: right;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#winners {
	color: var(--sdsBrand);
	clear: right;
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#winners:focus,
#winners:hover {
	color: var(--sdsBlue700);
	text-decoration: underline;
}

#winners br {
	display: none;
}

/* ============================================================================
   Copy Box Styles
   ============================================================================ */

.copy-box {
	display: inline-block;
	width: 880px;
}

.copy-box p {
	line-height: 1.5;
}

.copy-box h3,
.copy-box h4 {
	margin: 3px 0px;
}

.copy-box ul,
.copy-box ol {
	padding: 0px 0px 0px 20px;
}

.copy-box li {
	margin-bottom: 8px;
}

.copy-box ol {
	counter-reset: li-counter;
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
}

.copy-box ol > li {
	margin-bottom: 10px;
	padding-left: 3px;
	position: relative;
}

.copy-box ol > li:before {
	color: #757575;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-size: 14px;
	font-weight: bold;
	left: -25px;
	line-height: 1;
	position: absolute;
	text-align: right;
	top: 0;
	width: 20px;
}

.copy-box a {
	font-weight: bold;
	text-decoration: none;
}

.copy-box a:hover {
	text-decoration: underline;
}

.copy-box a.winner-prize-value {
	text-decoration: none;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	color: #6c6c6c;
	font-weight: normal;
}

.two-col {
	display: inline-block;
	margin: 15px 0px;
	padding: 0px 30px;
	text-align: left;
	vertical-align: top;
	width: 375px;
}

.one-col {
	display: inline-block;
	padding: 0px 30px;
	text-align: left;
	margin: 25px 0px;
}

.col1 {
	border-right: 1px solid #c2c2c2;
}

/* ============================================================================
   Form Box Container
   ============================================================================ */

#form-box {
	background: #faf9f8;
	font-size: 12px;
	width: 880px;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eeebe7;
	margin-bottom: 10px;
}

#form-box .giveaway__placeholder {
	height: 256px;
}

#form-box #giveawayForm + .giveaway__placeholder {
	display: none;
}

#form-box h3 {
	margin: 10px 0px 0px 0px;
}

#form-box h3.form-title {
	margin: 0px;
	padding: 7px 0px;
	font-size: 16px;
	font-weight: 600;
}

#form-box p {
	margin: 0px 0px 10px 0px;
}

#form-box label {
	color: #707070;
	left: 12px;
	position: absolute;
	text-indent: -9999px;
	transform: translateY(-50%);
	top: 50%;
	width: auto;
	z-index: 10;
}

#form-box #email-popup label {
	color: #333;
	line-height: 28px;
	position: relative;
	left: 0px;
	z-index: 22;
	width: auto;
}

#form-box span.field {
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
	height: 100%;
	line-height: 26px;
	max-width: 100%;
	padding: 0 10px;
	position: relative;
	z-index: 20;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #fff, inset -1px 0 0 #fff, inset 0 -1px 0 #fff, inset 1px 0 0 #fff;
	border: 1px solid #a8a8a8;
}

#form-box .col1 input,
#form-box textarea {
	height: 100%;
	line-height: 26px;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 20;
	border: none;
	background: transparent;
}

#form-box fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#form-box .field {
	position: relative;
	display: inline-block;
	margin: 3px 0px;
	height: 26px;
}

#form-box .legend {
	text-align: left;
	display: block;
	margin-top: 10px;
}

#form-box #textarea {
	height: auto;
}

#email-popup {
	width: 730px;
	background: #eaf9ff;
	text-align: left;
	padding: 10px;
	display: inline-block;
	border: 1px solid #a8a8a8;
	border-radius: 6px;
	margin-bottom: 10px;
}

#email-popup fieldset {
	border: none;
}

/* ============================================================================
   Form Layout
   ============================================================================ */

.form {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.form li {
	display: inline-block;
}

.form .half,
.half .field {
	width: 170px;
}

.form .second,
.second .field {
	margin-left: 2px;
	width: 199px;
}

.form .full,
.full .field {
	width: 375px;
}

.form-col {
	display: inline-block;
	width: 375px;
	padding: 0px 30px;
	text-align: left;
	margin: 15px 0px;
	vertical-align: top;
}

/* ============================================================================
   Buttons
   ============================================================================ */

.button {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}

.greenbutton,
.greenbtn {
	background: #00ae01;
	background: -moz-linear-gradient(top, #00ae01, #008001);
	background: -webkit-linear-gradient(top, #00ae01, #008001);
	background: -ms-linear-gradient(top, #00ae01, #008001);
	background: linear-gradient(top, #00ae01, #008001);
	color: #FFF !important;
	font-size: 24px;
	padding: 8px 32px;
}

.greenbutton:hover,
.greenbtn:hover {
	background: #009900;
	background: -moz-linear-gradient(top, #009900, #006b00);
	background: -webkit-linear-gradient(top, #009900, #006b00);
	background: -ms-linear-gradient(top, #009900, #006b00);
	background: linear-gradient(top, #009900, #006b00);
}

.greenbutton:active,
.greenbtn:active {
	background: #006600;
	background: -moz-linear-gradient(top, #006600, #009400);
	background: -webkit-linear-gradient(top, #006600, #009400);
	background: -ms-linear-gradient(top, #006600, #009400);
	background: linear-gradient(top, #006600, #009400);
}

.submit-button {
	display: block;
	text-align: center;
	margin-bottom: 14px;
}

#winners-button {
	text-decoration: none;
	padding: 10px 15px;
	color: #ffffff;
	border: 1px solid #33617b;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin: 20px 0 0 0;
	background: rgb(83, 153, 186); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(83, 153, 186, 1) 0%, rgba(56, 124, 163, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(83, 153, 186, 1) 0%, rgba(56, 124, 163, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(83, 153, 186, 1) 0%, rgba(56, 124, 163, 1) 100%); /* W3C */
	font-size: 15px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 2px #88b8d4;
}

#winners-button:hover {
	text-decoration: none;
	background: rgb(64, 133, 165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(64, 133, 165, 1) 0%, rgba(41, 100, 132, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(64, 133, 165, 1) 0%, rgba(41, 100, 132, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(64, 133, 165, 1) 0%, rgba(41, 100, 132, 1) 100%); /* W3C */
}

/* ============================================================================
   Share and Thanks Components
   ============================================================================ */

#giveaway-share {
	width: 80%;
	height: auto;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 7px;
	padding: 0 0 30px 0;
	text-align: center;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#giveaway-share h3 {
	margin: 0;
	padding: 15px 30px;
	display: block;
	font-size: 25px;
}

.thanks {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px;
}

#giveaway-thanks {
	width: 930px;
	text-align: center;
}

#giveaway-thanks h1 {
	font-weight: bold;
	font-size: 37px;
	margin: 0;
	padding: 0;
	color: #838383;
	line-height: 40px;
	letter-spacing: -2px;
}

/* ============================================================================
   Error Messages
   ============================================================================ */

.error {
	margin: 25px 25px 0px 25px;
	display: block;
	padding: 15px;
	background: #fffe9a;
	border: 1px solid #ffc76e;
	text-align: left;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	border-radius: 5px;
	font-weight: bold;
	line-height: 15px;
}

/* ============================================================================
   Winner Display
   ============================================================================ */

.winner-tile {
	background: #eaf7ff;
	border-radius: 5px;
	border: 1px solid #b4e2fd;
	overflow: hidden;
}

.winner-col-1 {
	float: left;
	max-width: 185px;
	box-sizing: border-box;
	padding: 15px;
}

.winner-col-1 a {
	display: block;
}

.winner-col-2 {
	background: #ffffff;
	float: right;
	width: 185px;
	border-left: 1px solid #b4e2fd;
}

.winner-col-2 img {
	max-width: 100%;
	display: block;
	margin: 3px auto;
}

.winner-col-2 a {
	max-width: 100%;
	display: block;
}

.clear {
	width: 100%;
	clear: both;
}

.winner-headline {
	font-size: 20px;
	line-height: 20px;
	color: #6c6c6c;
}

.winner-name {
	font-size: 15px;
	line-height: 15px;
	color: #6c6c6c;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.winner-location {
	font-size: 12px;
	line-height: 12px;
	color: #6c6c6c;
	font-weight: normal;
	margin: 0;
}

.winner-prize-name {
	text-decoration: none;
	margin: 15px 0 0 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}

/* ============================================================================
   Prize Items
   ============================================================================ */

.prize-items {
	text-align: center;
}

.prize-item {
	background: white;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #bbb;
	position: relative;
}

.prize-item img {
	max-width: 100%;
}

.prize-item a {
	display: block;
}

.prize-item.small {
	width: 205px;
	margin: 10px 5px;
	min-height: 375px;
}

.small .prize-img img {
	max-width: 203px;
}

.prize-item.full {
	width: 866px;
	margin: 10px 5px;
}

.prize-item.half {
	width: 425px;
	margin: 10px 5px;
}

.bow {
	display: none;
}

.prizewon {
	position: absolute;
	width: 100%;
	top: 115px;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
}

.prize-img img,
.prize-logo img {
	display: block;
	margin: 0 auto;
}

.prize-img {
	height: 205px;
	text-align: center;
}

.prize-img img {
	max-height: 205px;
	height: auto;
	max-width: 100%;
}

.prize-logo {
	height: 60px;
	text-align: center;
}

.prize-images {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 10px 0;
}

.prize-text {
	text-align: center;
	padding: 10px 5px;
	display: block;
}

.prize-text a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.prize-text .prize-value .name {
	font-size: 20px;
	color: darkgreen;
}

/* ============================================================================
   Product Listing
   ============================================================================ */

.productlisting {
	list-style-type: none;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
	flex-wrap: wrap;
	padding: 12px 0 0;
	background-color: #fff;
	border-top: 2px solid #dddddd;
}

.productlisting .product {
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	width: 25%;
}

.productlisting .product > a {
	z-index: 10;
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
}

.productlisting .product:hover .background-color-prize {
	box-shadow: inset 0 0 0 3px #003567;
}

.productlisting .half {
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	width: 50%;
}

.tile-information {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
}

.tile-information img {
	max-width: 100%;
	height: auto;
}

.background-color-prize {
	position: absolute;
	z-index: 0;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background-color: white;
	box-shadow: inset 0 0 0 1px #c5beb1;
	transition: box-shadow 200ms, background-color 200ms;
}

.half {
	width: 66.666666666%;
}

/* ============================================================================
   Product Tile Elements
   ============================================================================ */

.iwhack {
	position: absolute;
	left: 0;
	top: 0;
}

.headline-text {
	color: #d95312;
	margin: 0;
	padding: 10px;
	min-height: 30px;
	line-height: 30px;
	font-size: 30px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	vertical-align: center;
	box-sizing: border-box;
}

.manlogo {
	max-width: 120px;
	max-height: 40px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}

.image-cont {
	width: 100%;
	height: 230px;
	text-align: center;
	line-height: 230px;
	background: transparent;
}

.pheadline {
	font-size: 18px;
	line-height: 20px;
	color: #2e2d2b;
	padding: 10px 0;
}

.priceline {
	font-size: 24px;
	line-height: 30px;
	padding: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

.priceline sup {
	font-size: 15px;
}

.pricelead {
	font-size: 16px;
	font-weight: normal;
}

/* ============================================================================
   Utility Classes
   ============================================================================ */

.gearnet-box {
	background: #fff;
	width: 355px;
	padding: 10px;
	border: 1px solid;
	text-align: center;
	margin-top: 10px;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
	font-size: 11px;
}

#rules {
	margin-top: 20px;
}
