body {
	margin: 0px 0px;
	padding: 0px;
}

* {
	box-sizing: Border-box;
}

#container {
	background-color: white;
	position: absolute;
	overflow: hidden;
	border: 1px solid black;
	opacity: 0;
}

.sprite {
	position: absolute;
	background-repeat: no-repeat;
}

@font-face {
	font-family: "Dunkin Sans Display";
	src: url("../fonts/DunkinSans-Display.woff2");
}

@font-face {
	font-family: "Dunkin Serif Bold";
	src: url("../fonts/DunkinSerif-Bold.woff2");
}

@font-face {
	font-family: "Dunkin Sans Medium";
	src: url("../fonts/DunkinSans-Medium.woff");
}

p {
	margin: 0;
	white-space: pre-line;
}

a {
	text-decoration: none;
	color: white;
}

#bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	image-rendering: -webkit-optimize-contrast;
}

.centered-container {
	height: 75px;
	width: 92%;
	margin-left: 4%;
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#copy1 {
	width: 100%;
	top: 14px;
	font-size: 13pt;
	line-height: 13pt;
	padding: 0 5%;
	text-align: center;
	color: white;
	font-family: "Dunkin Sans Display";
}

#copy2 {
	width: 100%;
	top: 14px;
	font-size: 13pt;
	line-height: 13pt;
	padding: 0 5%;
	text-align: center;
	color: white;
	font-family: "Dunkin Sans Display";
}

#copy3 {
	width: 100%;
	font-size: 13pt;
	line-height: 13pt;
	text-align: center;
	color: white;
	font-family: "Dunkin Sans Display";
}

#copy3Subhead {
	width: 80%;
	font-size: 9pt;
	line-height: 9pt;
	font-family: "Dunkin Sans Display";
}

#bottom-container {
	position: absolute;
	bottom: 0;
	padding: 0 3px 3px 3px;
	width: 100%;
}

#legal {
	margin: 0;
	color: white;
	font-size: 4pt;
	line-height: 4pt;
	font-family: "Arial", sans-serif;
	width: 100%;
}

#cta {
	float: right;
}

#logo-cta-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5px;
}
#logo {
	max-width: 102px;
	max-height: 43px;
}

#outer-logo {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 148px;
	/*height: 22.63px;*/
	height: auto;
}

#ctaText {
	margin: 0;
	background-color: white;
	padding: 5px;
	border-radius: 20px;
	font-family: "Dunkin Sans Display";
	font-size: 10pt;
	color: #ed4f22;
}

#headline-container {
	text-align: center;
	position: absolute;
	color: white;
	top: 10px;
	width: 100%;
}

#efHeadline {
	font-family: "Dunkin Sans Display";
	font-size: 17pt;
	line-height: 17pt;
	line-height: 1;
}

#efLogosContainer {
	display: flex;
	align-content: space-around;
	align-items: center;
	width: 70%;
}

#efLockup {
	width: 40%;
}

#efLogo {
	width: 50%;
}

#efPartnerLogo {
	width: 30%;
}

.partner-logo {
	position: absolute;
	width: 113px;
	height: 33px;
	left: 42px;
	top: 9px;
	background-size: 100%;
}
.delivery-logo {
	position: absolute;
	width: 29.7%;
	height: 11.5%;
	left: 174px;
	top: 10px;
	background-size: 100%;
}

#efSubhead {
	font-family: "Dunkin Sans Medium";
	width: 100%;
	margin: 4px auto;
	text-align: center;
	font-size: 9pt;
	line-height: 9pt;
	line-height: 1;
	position: absolute;
	top: 45px;
}

#outerFrame3Logos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

#frame_3_man_logo {
	height: 30px;
}

#frame3DunkinLogo {
	height: 40px;
}

#products {
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
}

/* weather styles */
.hide {
	display: none;
}

#snowflakes {
	top: -500px;
}

#ice_overlay {
	top: 0px;
}

#sun {
	width: 371px;
	top: -161px;
	left: -38px;
}

#rain {
	top: -500px;
}
