* { box-sizing: border-box; }
.order_form_header h2 { font-size: 42px; font-weight: bold; margin: 0; text-align: center; }
.order_form_header h1 { font-size: 50px; font-weight: normal; margin: 0; text-align: center; }
.nomobile { display: none; }
/* For mobile phones: */
[class*="col-"] { width: 100%; }
@media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-m-1 { width: 8.33%; }
	.col-m-2 { width: 16.66%; }
	.col-m-3 { width: 25%; }
	.col-m-4 { width: 33.33%; }
	.col-m-5 { width: 41.66%; }
	.col-m-6 { width: 50%; }
	.col-m-7 { width: 58.33%; }
	.col-m-8 { width: 66.66%; }
	.col-m-9 { width: 75%; }
	.col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.nomobile { display: block; }
}
@media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-1 { width: 8.33%; }
	.col-2 { width: 16.66%; }
	.col-3 { width: 25%; }
	.col-4 { width: 33.33%; }
	.col-5 { width: 41.66%; }
	.col-6 { width: 50%; }
	.col-7 { width: 58.33%; }
	.col-8 { width: 66.66%; }
	.col-9 { width: 75%; }
	.col-10 { width: 83.33%; }
	.col-11 { width: 91.66%; }
	.col-12 { width: 100%; }
}
[class*="col-"] { float: left; padding: 15px; /*border: 1px solid red;*/ }
.row::after { content: ""; clear: both; display: table; }
.container { max-width: 1040px; margin: auto; }
.container920 { max-width: 920px; margin: auto; }
.margintop2 { margin-top: 2em; }
#header { background-color: #343434; padding: 1em 1em 1em 3em; color: white; font-weight: bold; }
.fullbg-black { background-color: #343434; }
.fullbg-gray { background-color: #F2F4F8; }
[class*="fullbg-"] { width: 100%; display: table; }
body { margin: 0; font-family: "Noto Sans", Helvetica, sans-serif !important; color: rgb(47, 47, 47); font-size: 18px; background-color: #F2F4F8; background-image: url('https://www.tradewins.com/PromoEmails/weekendwinners/images/order_bg.jpg'); background-attachment: fixed; background-size: cover; }
#footer { font-weight: normal; font-size: 14px; color: grey; }
#disclaimer, .disclaimer { font-size: 12px; }
.centered { text-align: center; }
.greenbox { background-color: #E3EFD8; padding: 0.5em 1em 0.5em 1em; margin-top: 2em; }
.thin { padding-left: 50px; padding-right: 50px; }
.nobullet { list-style: none; }
li { margin-bottom: 1em; }
.bigbullet { }
.greencheck li { list-style: none; padding-left: 10px; }
.greencheck li:before { font-size: 24px; color: rgb(30, 184, 44); content: "\f00c"; font-family: FontAwesome; /*+placement: displace -43px 0px;*/ position: absolute; margin-left: -1.5em; margin-top: 0px; }
.yellowcheck li { list-style: none; padding-left: 10px; }
.discount_total_price { color: #6EBF40; font-weight: bold; }
.ordertotal { font-weight: bold; }
.yellowcheck li:before { font-size: 18px; color: rgb(204, 158, 69); content: "\f00c"; font-family: FontAwesome; /*+placement: displace -43px 0px;*/ position: absolute; margin-left: -1.5em; margin-top: 0px; }
.fullbg-white { background-color: white; }
.greybg { background-color: rgb(242, 242, 242); padding: 15px 25px; }
.yellowbg { background-color: rgba(255, 255, 188, 0.341176); padding: 0px; height: 100%; margin-left: 0.2em; margin-right: 0.8em; margin-bottom: 1em; }
.lessmargin { margin-top: -3em; }
.order_form_header { padding: 0; }
.tcontent { background: #F2F4F8; font-style: italic; color: #6F6F6F; }
.tauthor { text-align: right; color: #6F6F6F; }
.timer { text-align: center; color: white; background-color: #537BC0; margin-bottom: 10px; }
.timer p { padding: 0; margin: 2px; }
.timer img { padding: 0; max-width: 252px; }
.right { text-align: right; }
.nopadding { padding: 0; }
.bottomborder { border-bottom: 1px solid black; }
.countdown-mid { background-color: #363636; width: 100%; padding: 5px; border-collapse: separate; }
.countdown-ext { background-color: #989A99; padding: 3px; font-size: 24px; }
.countdown-row { background-color: #555555; }
.shadowborder { 
	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	
}
.radius25 { border-radius: 25px; }
.pname { color: #316034; font-size: 46px; }
.red { color: #ff0000; }
.highlight-green { background-color: #00ff00; text-decoration: underline; }
.highlight-darkgreen { background-color: #92c47c; }
.highlight-yellow { background-color: yellow; }
.highlight-red { background-color: rgb(255, 54, 54); }
.callout { font-style: italic; font-size: 36px; font-weight: bold; text-align: center; }
.greenbtn {
	background-color: rgb(19,199,14); /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	border-radius: 8px;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	transition: box-shadow .5s;
	transition-timing-function: ease-out;
}
.greenbtn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bluebtn {
	background-color: rgb(72, 133, 237); /* Blue */
	border: none;
	color: white;
	padding: 25px 42px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
	transition: box-shadow .5s;
	transition-timing-function: ease-out;
}
.bluebtn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.yes { color: blue; text-decoration: underline; cursor: pointer; font-size: 18px; }
.no { color: blue; text-decoration: underline; cursor: pointer; font-size: 16px; }
.disclaimer { text-align: center; font-size: 16px; font-style: italic; }
.green { color: #69a74f; }