@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

charset "utf-8";

/*
[struct]		page structure (wrapper, templates, etc.)
[links]			default link treatments
[overrides]		overrides for defaults
[forms]			web forms
[copy]		 	default copy treatments
[extras]		extra effects and utility classes
*/

html {
	-webkit-text-size-adjust: none; 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
img{max-width: 100%;}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
em, strong {
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#353c41;
}

select, textarea, input[type="text"], input[type="password"], .forminput input {float:left; font-size: 16px; font-weight: normal; line-height: 20px; display: inline-block;  padding:6px; color: #000; vertical-align: middle; background-color: #ffffff; border: 1px solid #000; box-sizing: border-box;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {border-color: rgba(59, 89, 152, 0.5); outline: 0; outline: thin dotted \9;  /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6);  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6);}
.form_submission .error-message, .form_submission span.error-span ,.form_submission .xss-error-message{display:block; clear:both; float:left; color:#ed001d; padding:5px 0 0 0;font-weight: 700;font-size: 15px;}
select.disabledfld, textarea.disabledfld, input[type="text"].disabledfld, input[type="password"].disabledfld, .forminput input.disabledfld{opacity:0.6;background-color:#a9a9a9;color:#FFFFFF;}

table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}
pre {
	white-space:pre-wrap; /* css-3 */
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
}
.spacer, .break {
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
.break {
	height:1.231em;
}
.print {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.taleft {
	 text-align:left;
}
.taright {
	text-align:right;
}
.tacenter {
	text-align:center;
}
.mright10 {
	margin-right:10px;
}
.displayblock {
	display:block;
}
.displaynone, a.displaynone {
	display:none;
}

/* [struct] */
#wrapper {
	width:100%;
	margin:auto;
}

#page-body {
	position:relative;
	clear:both;
	max-width:960px;
	margin:auto;
}
.abbrrulescont{max-width:960px;margin:30px auto;}
.abbrrulescont .abbr_rules{padding:15px;}
.abbrrulescont strong{font-weight:bold;}

/* [default css] */
/* We'll move this to set via js */
#page-body::before {content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%;}
#page-body #flashMessage { border: 1px solid #C10000; color: #C10000; float: left; margin: 10px 1%; padding: 5px 0px; text-align: center; width: 98%; }

/* [BROWSER WARNING] */
#browser-warning {width:100%; background:#c73e14; padding:10px 0; color:#fff; text-align:center; font-weight:bold; font-size:14px;}
#browser-warning span {display:inline-block; height:16px; }
span.browser-warning-icon {background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/warning.png) no-repeat 0 0; width:17px; margin-right:5px;}
#browser-warning a {color:#fff; text-decoration:underline;}

/* [hide tabs based on page] */
.confirmation-bdy a.topRefer, .home-bdy a.topHome {display:none;}

/* [like gate] */
.like-gate-image {text-align:center;}
.refreshMsg {color:#353c41; padding:10px 0 5px 5px;; font-weight:bold; font-size:90%}
.refreshMsg a {color:#353c41; text-decoration:underline;}
a.savelf, a.savelf:active, a.savelf:link, a.savelf:focus {text-decoration:none; background:#8a8a8a; border:1px solid #797979; color:#fff; margin:0px 0 0 0; padding:3px 10px; font-weight:bold; cursor:pointer; border-radius: 5px; -moz-border-radius:5px;}
a.savelf:hover {background:#797979; border:1px solid #797979;}
a.new-button-action, a.new-button-action:active, a.new-button-action:link, a.new-button-action:focus {text-decoration:none; background:#6d84b4; border:1px solid #3b5998; color:#fff; margin:0px 0 0 0; padding:3px 10px; font-weight:bold; cursor:pointer; border-radius: 5px; -moz-border-radius:5px;}
a.new-button-action:hover {background:#3b5998; border:1px solid #3b5998;}
#colorbox {top:80px !important;}
.clear{clear:both;}

/* [top bar] */
.topLnkR, .topLnkRPreview {float:left; width:100%; padding:0px;display:none;}
div.topLinkRShareLang {display:block; float:left; width:280px; padding:0px 0px 0px 2%;}
.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {float:right; width:auto; padding: 0px 2% 0px 0px;}
.topLinkRShare {float:left; width:120px;}
.topLinkRShare a, .topLinkRShare a {display:block; float:left; text-align:left; text-indent:-9999px;}
.topLnkRPreview #facebooktop, .topLnkR #facebooktop {margin-left:10px;}
.topLinkRDetails a {color:#fff; display:inline-block; padding:6px 0 0 10px; opacity:1; margin: 5px 0px;}
.topLinkRDetails a:hover {opacity:0.5; transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out;}

.topLnkR div.langdropdown, .topLnkRPreview div.langdropdown {float:left; margin: 5px 10px 5px 0px; width:120px;}
.topLnkR #languageSelector, .topLnkRPreview #languageSelector {z-index:99999;}
.topLnkR a.invite{display:none; width:auto; text-indent:0px;}
.topLnkRPreview a.invite_pre{display:block; width:auto; text-indent:0px;}
.topLnkR .fbloginicon, .topLnkRPreview .fbloginicon{background-image: url("https://dcveehzef7grj.cloudfront.net/img/smb/topficon.png"); background-position: 0 0; background-repeat: no-repeat; display: inline-block;height: 17px;width: 18px;}
.topLnkR .fblogintxt, .topLnkRPreview .fblogintxt{padding:1px 6px;}
.langdropdown span.customSelect {padding: 2px 9px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px; width:85px; text-align:left; margin-top:3px;}
.langdropdown-ind span.customSelect {width:100px;}
.langdropdown span.customSelectInner {width:70% !important;}

/* [header] */
header {clear:both; float:left; width:100%; margin:0;text-align:center; max-width:100%;font-size:0px;}
header table {width:100%; /*height:100%;*/}
header td {text-align:center;}
header td h1 {display:block;}
header {position:relative; background-position: center center; background-repeat: no-repeat;}
header::before {content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%;}
header img.header-graphic{max-width:100%; margin:0 auto; vertical-align:text-bottom;}

/* [click to reveal] */
span.sweep-not-active {text-align:center; display:block; width:100%; text-align:center; clear:both;}
.click-to-reveal {text-align:center; width:80%; padding: 20px 10%;}
.sweeps-description {width:100%; padding:10px 0 20px 0; float:left; text-align:center; font-weight:normal;}
.sweeps-description li {font-weight:normal;}
.sweeps-description strong {font-weight:bold;}
.sweeps-description ol, .sweeps-description ul {padding:10px 0; font-weight:normal;}
.sweeps-description ol li {list-style-type:decimal; list-style-position:inside; font-weight:normal;}
.sweeps-description ul li {list-style-type:disc; list-style-position:inside; font-weight:normal;}
.instantSweepConf img, #confirmation_page_text img, .sweeps-description img {max-width:100%; height:auto !important}

/* [landing page embed] */
#app-media-box, #app-media-box-form, #app-media-box-ended, #app-media-box-form-ended {width:100%; text-align:center;}
#app-media-box iframe, #app-media-box-form iframe, #app-media-box-ended iframe, #app-media-box-form-ended iframe {max-width:100%;}
#app-media-box img, #app-media-box-form img, #app-media-box-ended img, #app-media-box-form-ended img {max-width:100%;}

/* enter button */
.enter-button {clear:both; width:auto; position:relative;}

/* [confirmation] */
/* [embed] */
#app-media-box-conf {width:100%; clear:both; padding:10px 0;}
#app-media-box-conf iframe, #app-media-box iframe { max-width: 100%; }
#app-media-box-conf img {max-width:100%;}
.confirmation {text-align:center; width:90%; padding: 20px 5%;}
.confirmation .conf-copy, .confirmation .instantSweepConf {width:100%; padding:10px 0 10px 0; float:left; text-align:center; font-size: 20px; /*font-weight: bold;*/}
.sharebox {clear:both; margin:auto; text-align:left; position:relative;}
.sharebox .title {padding:10px 0;}
#confirmation_page_text img, .conf-copy img {max-width:100%}

/* [confirmation: viral] */
.personal-referral-link {clear:both; float:left; text-align:center; width:100%; padding:10px 0 10px 0;}
.personal-referral-link span {display:block; width:100%; padding:0 0 5px 0;}
.personal-referral-link input {float:none; text-align:center;}
a.defaultbtncss {margin-top:20px;}
#referral-share-box {display:none; text-align:center; width:800px; left:50%; margin-left:-400px; top:50px; position:absolute; z-index:4; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}
#referral-share-box .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#referral-share-box .details-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left;}


/* [confirmation: trivia answers] */
.confirmation .viralText {padding: 10px; line-height:1.5; float:left; max-width:600px;}
.confirmation .revealTrivia {width:90%; margin:20px 0 20px 0; float:left; font-size:14px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align:center; padding:20px 5%; background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */ background: rgba(255, 255, 255, .2);}
.confirmation .revealTrivia p.trivia-number {display:inline-block; float:left; width:100%; text-align:left; }
.confirmation .revealTrivia p.trivia-number span.final-number {padding:0 5px; font-weight:bold;}
.confirmation .revealTrivia ul {float:left; width:100%; padding:10px 0; text-align:left;}
.confirmation .revealTrivia li {clear:both; float:left; font-size:14px; padding:10px 0; width:100%;}
.confirmation .revealTrivia li span {display:block;}
.confirmation .revealTrivia li span.correct {float:left; width:20px; height:20px; background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/trivia-correct.png) no-repeat 0 0;}
.confirmation .revealTrivia li span.incorrect {float:left; width:20px; height:20px; background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/trivia-incorrect.png) no-repeat 0 0;}
.confirmation .revealTrivia li p {float:left; padding-left:5px; width:90%;}
.confirmation .revealTrivia li .tr-ans {font-weight:bold; clear:left;}
.confirmation .strikeincorrect {color:red; display:inline; font-weight:normal; margin-right:5px; text-decoration:line-through;}

/* [form] */
.form {width:90%; padding:20px 5%;}

/* jstorage implementation */
#alreadyregisteredDiv, #newregisterDiv {text-align:right; padding:0 0 20px 0;}

/* form elements containers */
.forminput, div.customquestions, #Verification {clear:both; width:100%; padding:10px 0; float:left;}
.forminput .inputCont .char_count { display:inline-block; float: left; font-size: 12px; margin-top: 5px; color: #333;width:100%;}
.forminput .inputCont .char_max{ display:none; float: left; font-size: 12px; margin-top: 5px; color: #333; }

/* shared widths */
.forminput input, .forminput textarea, .custominput input, .verification-input input {width:100%;}
.form #SweepuserentryCountry, .customselect select {width:100%;}
    
/* shared paddings */
.customquestions-label, .verification-label, .labelCont {text-align:left; width:100%; float:left; padding-right:0;padding-bottom:3px;}
.form p.example-txt {clear:both; font-size: 88%;}
#captchTxt, #newsletter_text, #rules_text {clear:both; padding:10px 0 0 35%; margin-left:10px;}
p.subbut_cont, div.subbut_cont, p.reqfields {clear:both; padding:20px 0 0 35%; margin-left:10px;}

/* right column */
.customquestions-input, .verification-input, .inputCont {float:left; width:100%;}

/* misc elements */
.form #ContactDateMonth, .form #ContactDateDay {margin-right:5px;}
.customquestions-input i {padding:0 0 5px 0; opacity:0.8; display:inline-block; clear:left; width:100%;}
.customcheckbox .width100per {clear:both; width:100%; padding:5px 0;}
.customcheckbox .width100per label, .customradio .customquestions-input label {float:left; width:80%; padding:0 0 0 5px; margin:0;}
.customradio input, .customcheckbox .width100per input {float:left; clear:both;}
.verification-input span.defaultRealLabel {display:inline-block; clear:left;}
.Sweepuserentryverification .error-span{margin-left: 37%;}
#span-submitbtn, #span-cancelbtn {display:inline-block; float:left; margin-bottom:10px;}
#span-cancelbtn {margin-right:10px;}

/* [footer] */
.footer-container {width:100%; max-width:960px; margin:auto; padding-top:5px;}

/* [footer: abbr rules] */
.footer-disclaimer-container {float:left; width: 100%; padding: 0 0;}
.ftr-disclaimer-inner {color:#fff; width:790px; max-width:96%; padding:10px 10px; margin:auto; font-size:80%; background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/black-png-50.png) repeat 0 0;}

/* [overlays] */
.shadowOverlay {position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; display: none; z-index: 3;}
#shadowBox {background-color: #000; filter: alpha(opacity=80); opacity: 0.8; z-index:1;}
.overlayTopBar .olTitle {padding:0 0 0 20px; float:left;}
.overlayTopBar .olClose {float:right; padding:0 20px 0 0;}
.overlayTopBar a.close {display: block; color: #777; font-weight: bold; padding:0; text-decoration: none; text-shadow: 0 1px 0 #f4f4f4;}
.mainol-container {display:none; text-align:center; width:800px; left:50%; margin-left:-400px; top:50px; position:absolute; z-index:4; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}

/* Sweeps: Rules / details */
#showRules .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#showRules .rules-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left; line-height:1.2;}
#showPrivacyPolicy .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#showPrivacyPolicy .privacy-policy-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left; line-height:1.2;}
#promotion-details .overlayTopBar, #formBuildOverlay .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#promotion-details .details-container, #formBuildOverlay .details-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left;}

.dates-holder {width:45%; padding-right:2%; float:left;}

.dates-holder p.title {font-size:18px; font-weight:bold;}
.dates-box {width:100%; margin:10px 0 0 0;}
.dates-box p {padding:0 10px 10px 0;}
.dates-box p.hdr-top span {font-size:120%; font-weight:bold; text-decoration:underline;}
.eligibility-holder {padding:0; float:left; width:45%; /*padding-left:4%;*/}

.zeropaddingright {padding-right:0;}
.widthtotal100 {width:100%;}

.eligibility-holder p {padding:10px 0 0 0;}
.eligibility-holder p.title {font-size:18px; font-weight:bold; padding:0;}
.contest-prize-box {clear:both; width:100%; padding:10px 0 10px 0;}
.contest-prize-box p.title {font-size:18px; font-weight:bold;}
.prizes-box {line-height:1.3; padding:10px 0 0 0;}

/* prizes box rte styles */
.prizes-box ol li {list-style-type:decimal; list-style-position:inside;}
.prizes-box ul li {list-style-type:disc; list-style-position:inside;}
.prizes-box strong {font-weight:bold;}
.prizes-box em {font-style:italic;}
.prizes-box img {max-width:100%; height:auto !important}

/* rules rte styles */
.rules-container ol li {list-style-type:decimal; list-style-position:inside;}
.rules-container ul li {list-style-type:disc; list-style-position:inside;}
.rules-container strong {font-weight:bold;}
.rules-container em {font-style:italic;}
.rules-container img {max-width:100%;}

/* Privacy policy rte styles */
.privacy-policy-container ol li {list-style-type:decimal; list-style-position:inside;}
.privacy-policy-container ul li {list-style-type:disc; list-style-position:inside;}
.privacy-policy-container strong {font-weight:bold;}
.privacy-policy-container em {font-style:italic;}
.privacy-policy-container img {max-width:100%;}

/* [referral sweeps] */
#refer-overlay {display:none; text-align:center; width:480px; left:50%; margin-left:-240px; top:50px; position:absolute; z-index:4; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}
#refer-overlay .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#refer-overlay .refer-container {padding:20px; float:left; width:440px;}
#refer-overlay .refer-container div.get-link-copy {clear:both; line-height:1.3; padding-bottom:20px; text-align:left; float:left}
#refer-overlay .refer-container #email-address {padding:5px; color:#abadb3; max-width:370px; width:70%; margin:auto; text-align:left; float:left;}
#refer-overlay .refer-container div.action-btns {clear:both; float:left; width:100%; padding-top:20px;}
#refer-overlay .refer-container div.action-btns a {float:left; display:block; clear:none; margin:8px 0 0 0;}
#refer-overlay .refer-container div.action-btns input {margin:0 0 0 20px; padding:0; clear:none; float:left; width:80px; height:26px;}
#refer-overlay .refer-container div.error {display:none; clear:both; width:100%; color:#C10000; padding:5px 0 0 0; text-align:left;}

/* Fixing height: 100%; bugs */
#served-on-embed .mainol-container { height: 90%; overflow: auto; top: 5%; }
#served-on-embed #wrapper { width: 99%; }

/********************[begin: receipt app] ********************/
.modern-sweeps-receipt-app .row-inc{width: 100%;}
.modern-sweeps-receipt-app .h-data{float: left; width: 97%;height:30px;}
.modern-sweeps-receipt-app .h-data-col {width:23%;}
.modern-sweeps-receipt-app .h-data-col span.labelcolor{color:#333333;}
.modern-sweeps-receipt-app .mc-column{width:20%;padding:0 1%;margin:8px 0;}
.modern-sweeps-receipt-app .mc-column input{width:100%;}
.modern-sweeps-receipt-app .mc-column select{width:100%;height:30px;}
.modern-sweeps-receipt-app .mc-column div.error-span{color:#C10000;float:left;}
.modern-sweeps-receipt-app .column1, .modern-sweeps-receipt-app .column2, .modern-sweeps-receipt-app .column3, .modern-sweeps-receipt-app .column4, .modern-sweeps-receipt-app .column5 {text-align:center;line-height:1em;}
.modern-sweeps-receipt-app .column3{width:15%;}
.modern-sweeps-receipt-app .column4{width:25%;}
.modern-sweeps-receipt-app .column1, .modern-sweeps-receipt-app .column2{width:20%;}
.modern-sweeps-receipt-app .column5{width:8%;}
.modern-sweeps-receipt-app .column3 input {width: 90%;}
.modern-sweeps-receipt-app .mc-addRow{width: 6%;text-align: center;padding-top:6px;padding-left: 2%;   }
.modern-sweeps-receipt-app .mc-addRow span, .modern-sweeps-receipt-app .addrq span {color:#FFFFFF;padding:5px 8px; background:#969696; cursor: cell;text-align:center;}
.modern-sweeps-receipt-app .addrq {margin-top:3px!important;}
.modern-sweeps-receipt-app #captchTxt, .modern-sweeps-receipt-app #newsletter_text, .modern-sweeps-receipt-app #rules_text {clear: both;padding: 10px 0 0 20%;margin-left: 0px;}
.modern-sweeps-receipt-app .mc-cols-area {background: #b3b3b3 none repeat scroll 0 0; border: 1px dashed #777; margin: 2% 0; width: 96%; overflow: hidden;}
.modern-sweeps-receipt-app .displayinDesktop{display: block;}
.modern-sweeps-receipt-app .displayinMobile{display: none;}
.modern-sweeps-receipt-app .mc-data-head{line-height: 20px;font-weight: bold;}
.modern-sweeps-receipt-app .uploadBtn, 
.modern-sweeps-receipt-app label.formlabel span.uploadBtn, 
.modern-sweeps-receipt-app .addentry .form label span.uploadBtn {
	font-size:14px!important;padding: 4px 12px 4px 5px!important;width:140px;margin-bottom:10px!important;
}
.modern-sweeps-receipt-app .uploaded-img{width:150px!important;display:inline-block!important;}
.modern-sweeps-receipt-app .uploadImgCont {position:relative;}
.modern-sweeps-receipt-app .uploadBtn::before, 
.modern-sweeps-receipt-app label.formlabel span.uploadBtn::before, 
.modern-sweeps-receipt-app .addentry .form label span.uploadBtn::before {
	content:url('https://dcveehzef7grj.cloudfront.net/img/upload-icon.png'); display:block; width:26px; height:19px; float:left; margin-right:5px;
}
.modern-sweeps-receipt-app .uploadBtn, 
.modern-sweeps-receipt-app label.formlabel span.uploadBtn, 
.modern-sweeps-receipt-app .addentry .form label span.uploadBtn {
	display: inline-block; *display: inline; padding:2px 12px 2px 5px; margin-bottom: 0; *margin-left: .3em; font-size: 12px; line-height: 20px; /*line-height:1;*/ color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; *border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); text-decoration:none; font-weight:bold; float:left; top:-10px;
}
.modern-sweeps-receipt-app input.upload {position: absolute; top: 0; right: 0;   margin: 0;  padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0);}
/********************[end: receipt app] ********************/

/**************** quiz *****************/
.confirmation_page {width: 100%; position : relative; display: none; top: 50px;	font-size: 20px; text-align: center; position: relative}
.question_wrap {width: 100%; display: none;}
.begin_quiz {width: 100%; position: relative; top: 50px; font-size: 20px; text-align: center;}
.question-block {display: inline-block; width: 100%; text-align: center; font-size: 130%; padding:20px 0;}
.answer-blocks {display: inline-block;	text-align: center;	width: 49.7%; max-height: 250px; padding:0 0 5% 0; margin:0; vertical-align:top;}

/* HIDE RADIO */
.answer-blocks label>input {visibility: hidden; /* Makes input not-clickable */	position: absolute; /* Remove input from document flow */}

/* IMAGE STYLES */
.answer-blocks label>input+img, .answer-blocks label>img {cursor: pointer; max-height: 250px;	max-width:100%;}

/* LINK STYLES */
.answer-block-txt {width:87.5%; max-height:auto; padding:0; text-align:left; margin:5px 5%; padding:1%; border:1px solid #e7e7e7;}
.answer-block-txt:hover {background:#e2e2e2;}
.answer-blocks label>a {display:inline-block; width:80%; text-decoration:none; margin:auto;}

.loading {display: none; position: fixed; left: 50%; top: 50%;	height: 400px;	margin-top: -200px;	width: 600px;	margin-left: -300px; text-align: center; /*background-color: white;  background: url('loading.gif') no-repeat center 50%;*/ z-index: 101;}
.transparentCover {display: none; position: absolute; left: 0px; top: 0px; width: 100%;	height: 100%; background: #000000; opacity: 0.4; filter: alpha(opacity = 40); -moz-opacity: 0.4; -khtml-opacity: 0.4; z-index: 100;}


/******************** [begin: default template] ********************/

/*******custom fonts / colors / buttons*******/
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.templ-theme-default .radio-group label, .templ-theme-default .fb-radio-group-label, .templ-theme-default .fb-checkbox-group-label, .templ-theme-default .checkbox-group label, .templ-theme-default .fb-text-label, .templ-theme-default .fb-select-label, .templ-theme-default .fb-checkbox-label, .templ-theme-default .personal-referral-link span, .templ-theme-default span.sweep-not-active, .templ-theme-default .form div.labelcolor, .templ-theme-default .form .customquestions-input label, .templ-theme-default .form label.labelcolor, .templ-theme-default .form .defaultRealLabel, .templ-theme-default .form i, .templ-theme-default .form .example-txt, .templ-theme-default .form .reqfields, .templ-theme-default .sweeps-description { 
	color: #333333; 
}

.templ-theme-default .form a {
	color:#5ea9dd;
	font-size:12px;    
}
/****fix for links via rt editor in desription**/
.templ-theme-default .form span a {
	font-size:inherit;
}
/********container / body / misc *********/

.templ-theme-default #page-body {background:none;}


.langdropdown span.customSelect {
	font:12px Arial, sans serif;
	font-weight:bold; 
	background:#fff url(https://dcveehzef7grj.cloudfront.net/img/smb/2u7rpec.png) right center no-repeat; 
	border:1px solid #ddd; 
	color:#555;
}

.form label span, p.reqfields span {
	color: #C10000;
}

.sweeps-description {
	font-size: 100%; 
}

/*****top bar*****/

.topLnkR, .topLnkRPreview {
	background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/black-png-50.png) repeat 0 0;
}

.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {
	font-size: 16px; 
	text-transform: uppercase; 
}

.topLinkRShare a, .topLinkRShare a {
	width: 24px; 
	height: 19px;
	margin: 5px 0 5px 2%;
}

.topLnkR #facebooktop, .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=1) no-repeat -3px 0;
    width: 29px;
    height: 29px;
}

.topLnkR #twittertop, .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=1) no-repeat -35px 0;
    width: 29px;
    height: 29px;
}

/******header*****/

.templ-theme-default header {background:none;}
.templ-theme-default header::before {background:none; opacity: 1;}

header td h1 {
	font-weight: bold; 
	font-size: 20px; 
	padding: 5% 2%;
}

header td {
	color: #fff;
}

/****conf share box*******/
.sharebox {width:200px;}

/*******default buttons**********/
a.enterbtn span {
	float: left;
	margin: 10px 83px; 
}

a#form-enter-button, a#form-enter-button:visited {
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight:bold; 
	text-decoration:none; 
	color: #333333;
}

a#form-enter-button:hover, a#form-enter-button:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

a.defaultbtncss, a.defaultbtncss:visited {
	display: inline-block; 
	*display: inline; 
	padding: 10px 83px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight:bold; 
	text-decoration:none; 
	color: #333333;
}

a.defaultbtncss:hover, a.defaultbtncss:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

.form a.defaultbtn, .form input.defaultbtn, #enter_again.defaultbtn, .surveyButton, .surveyNextButton, .surveyPrevButton {
	display: inline-block; 
	padding: 14px 64px; 
	margin-bottom: 0; 
	font-size: 18px; 
	line-height: 1em; 
	color: #FFF; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #0073B1; 
	-webkit-border-radius: 33px; 
	-moz-border-radius: 33px; 
	border-radius: 33px; 
    border:0px;
    font-weight:700;
	
}
#enter_again.defaultbtn{text-decoration:none;}
.form a.defaultbtn:hover, .form a.defaultbtn:active, .form input.defaultbtn:hover, #enter_again.defaultbtn:hover { 
	color: #FFF; 
	background-color: #0073B1; 
	text-decoration: none; 
    border:0px;
}

.form a#form-cancel-button, .form a#form-cancel-button:visited  {
	display: inline-block; 
	padding: 14px 64px; 
	margin-bottom: 0; 
	font-size: 18px; 
	line-height: 1em; 
	color: #FFF; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #0073B1; 
	-webkit-border-radius: 33px; 
	-moz-border-radius: 33px; 
	border-radius: 33px; 
    border:0px;
	margin-right:64px;
    font-weight:700;
}

.form a#form-cancel-button:hover, .form a#form-cancel-button:active { 
	color: #FFF; 
	background-color: #0073B1; 
	text-decoration: none; 
    border:0px;
}
/*******end default buttons**********/

/********************* [end: default template] *********************/

/********************[begin: form on right] ********************/
.template-form-right #page-body-holder {max-width:1200px; margin:auto; padding:0px;float:none;}
.template-form-right #page-body {width:100%; margin:0px;max-width:100%;}
.template-form-right .leftsect.algnselfleft{width:56%;float:left;clear:none;margin:0px 4%;}
.template-form-right .leftsect.algnselfcntr{width:56%;float:none;clear:none;margin:0px auto;}
.template-form-right #id-form-container.lndpgon,.template-form-right .form_submission{width:32%;float:left;padding:0px 2%;position:relative;}
.template-form-right #id-form-container.lndpgon .form_submission{width:100%;float:none;}
.template-form-right .click-to-reveal.lndpgon{width:56%;float:left;clear:none;margin:0px 4%;padding:20px 0px;}
.template-form-right .spcinbtw{display:none;}
.template-form-right .footer-container{max-width:1200px;}
.template-form-right .abbrrulescont{max-width:1200px;}

.template-form-right .form {padding:20px 0 0 0; width:100%;margin:0px;}
.template-form-right .forminput, .template-form-right div.customquestions, .template-form-right #Verification {padding:3px 0;}
.template-form-right .customquestions-label, .template-form-right .verification-label, .template-form-right .labelCont {width:100%; text-align:left; padding:0 0 5px 0;}
.template-form-right .customquestions-input, .template-form-right .verification-input, .template-form-right .inputCont {width:100%;}
.template-form-right #captchTxt, .template-form-right #newsletter_text, .template-form-right #rules_text {padding:10px 0 0 0; margin:0;}
.template-form-right p.subbut_cont, .template-form-right div.subbut_cont, .template-form-right p.reqfields {margin:0; padding:20px 0 0 0;text-align:center;}
.template-form-right .forminput input, .template-form-right .custominput input, .template-form-right .verification-input input {width:calc(100% - 14px);}
.template-form-right .form #ContactDateMonth, .template-form-right .form #ContactDateDay, .template-form-right .form #ContactDateYear {width:31%;}
.template-form-right #span-cancelbtn {margin-right:2px;}
.template-form-right .form-inner-for-slimscroll {float:left; clear:both;padding:0 1% 0 0;max-width:99%;width:100%;}
.template-form-right .form .forminput:first-child {padding-top:0;}
.template-form-right #referral-share-box {width:100%; left:0; margin-left:0;}
.template-form-right .forminput.Sweepuserentryverification{max-width:305px;margin:0px auto;float:none;}
.template-form-right #span-submitbtn{float:none;}
.nric_fld_label{line-height:30px;}
.files_uploaded_text{font-size:12px;}
.uploadedimages{width:160px;}
.edit-formBuildOverlay .form_submission .edit-icon{top:0px;left:0px;}
.cke_float .cke_inner { width: 570px; }
.ara-lang { direction: rtl; }
.SweepuserentryEmailConfirm.confirmEmailHidden{display:none !important;}
.build-wrap .SweepuserentryEmailConfirm.confirmEmailHidden{display:block !important;}
body.template-form-right #edit-formBuildOverlay{left:50%;}
.hidelabelcont .form-group .labelCont{display:none;}
.hidelabelcont .fb-checkbox .labelCont,.hidelabelcont .fb-radio .labelCont,.hidelabelcont .fb-select .labelCont{display:block;}
.hidelabelcont .fb-checkbox .labelCont label,.hidelabelcont .fb-radio .labelCont label,.hidelabelcont .fb-select .labelCont label{float:left;margin-left:0px;margin-bottom:8px;}
.hidelabelcont .fb-checkbox .labelCont.hiddenLabel,.hidelabelcont .fb-radio .labelCont.hiddenLabel,.hidelabelcont .fb-select .labelCont.hiddenLabel{display:none;}
.hidelabelcont .form-group .inputCont{width:100%;}
.hidelabelcont .form-group .inputCont textarea,.hidelabelcont .form-group .inputCont input,.hidelabelcont .form-group .inputCont select{width:100%;max-width:calc(100% - 26px);border:1px solid #000000;border-radius:0px;padding:8px 12px;}
.hidelabelcont .form-group .inputCont select{-webkit-appearance: none;appearance: none;max-width: 100%;padding: 9px 12px 6px;background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat: no-repeat;background-position-x:100%;background-position-y:5px;}

.form .hidelabelcont #SweepuserentryCountry, .hidelabelcont .customselect select{width:100%;max-width:100%;}
.hidelabelcont .form-group .inputCont textarea{min-height:100px;}
.hidelabelcont .form-group.fb-checkbox .inputCont input{border:1px solid #000000;width:20px;appearance:none;margin:0px 10px 10px 0px;height:20px;padding:0px;max-width:20px;}
.hidelabelcont .form-group.fb-checkbox .inputCont input:checked{background-image: url("data:image/svg+xml;utf8,<svg fill='black' width='28px' height='28px' viewBox='0 0 24 24' id='check' data-name='Line Color' xmlns='http://www.w3.org/2000/svg' class='icon line-color'><polyline id='primary' points='5 12 10 17 19 8' style='fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'></polyline></svg>");background-repeat: no-repeat;background-position-x:-5px;background-position-y:-5px;}
.hidelabelcont .form-group.fb-radio .inputCont input{border-radius:50px;border:1px solid #000000;width:20px;appearance:none;margin:0px 10px 5px 0px;height:20px;padding:0px;}
.hidelabelcont .form-group.fb-radio .inputCont input:checked{background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 4 4' width='24' xmlns='http://www.w3.org/2000/svg'><circle cx='1' cy='1.2' r='1' /></svg>");background-repeat: no-repeat;background-position-x:3px;background-position-y:2px;}
.hidelabelcont .fb-checkbox.SweepuserentryNewsletterSubscribed .inputCont, .hidelabelcont .fb-checkbox.SweepuserentryRules .inputCont{margin-left:0px;margin-right:0px;}
.hidelabelcont .fb-checkbox.SweepuserentryNewsletterSubscribed .inputCont input, .hidelabelcont .fb-checkbox.SweepuserentryRules .inputCont input{margin-bottom:0px;}
.hidelabelcont .fb-checkbox.SweepuserentryNewsletterSubscribed .labelCont,.hidelabelcont .fb-checkbox.SweepuserentryRules .labelCont{line-height:1;}
.hidelabelcont .fb-checkbox.SweepuserentryNewsletterSubscribed .labelCont label,.hidelabelcont .fb-checkbox.SweepuserentryRules .labelCont label{margin-top:0px;}
.hidelabelcont .SweepuserentryNewsletterSubscribed .labelCont, .hidelabelcont .SweepuserentryRules .labelCont{width:92%;display:block;}
.hidelabelcont .g-recaptcha.inputCont > div{margin:0px auto;}
.hidelabelcont p.subbut_cont,.hidelabelcont div.subbut_cont, .hidelabelcont p.reqfields{padding-left:0px;text-align:center;}
.hidelabelcont #span-submitbtn, .hidelabelcont #span-cancelbtn{float:none;}
.secChoiceDefLnks,.secChoiceCustLnks{cursor:pointer;}

.linkdetscont span.errorspan{display:block;clear:both;float:left;color:#C10000;padding:5px 0px 0px;font-size:11px;font-weight:bold;}
.template-form-right .formContforbuilder .fb-checkbox.SweepuserentryNewsletterSubscribed .inputCont, .template-form-right .formContforbuilder .fb-checkbox.SweepuserentryRules .inputCont{width:auto;}
.abbrules_holder{width:90%;max-width: 960px;margin:auto;font-size: 14px;line-height: 1.4em;padding-bottom:40px;}
.abbrules_holder a, .abbrules_holdera:hover{color:#0073B1; text-decoration: underline;font-size: 14px;}
#dataDisclaimerCopy, .confirmation .sharebox{display: none !important;}
.conf_copy, .frm_copy, .sweep-not-active{font-size:26px;line-height: 1.3em;font-weight: 700;}
.sweep-not-active{padding: 40px 0px;}
.conf_copy{padding-bottom:80px;}
.title_headline{font-weight: 700;font-size: 18px;clear:both;padding-top:15px;}
.customquestions-label label, .verification-label label, .labelCont label{float:left !important;}
.fld_helptext{font-size: 13px;padding: 5px 0px;clear: both;}
.form-group.forminput{width: 48%;float: left;clear: none;margin-right: 2%;}
select {max-width: 100%;width: 100%;}
.SweepuserentryEmail, .UserfieldField10, .SweepuserentryRules, .UserfieldField14, .UserfieldField15{clear:both !important;}
.SweepuserentryRules, .UserfieldField14, .UserfieldField15{width:100% !important;}
.SweepuserentryNewsletterSubscribed .labelCont, .SweepuserentryRules .labelCont{width:90% !important}
.form-group.forminput.SweepuserentryCity{clear:both !important;}
.fb-checkbox.SweepuserentryNewsletterSubscribed .inputCont, .fb-checkbox.SweepuserentryRules .inputCont{margin-left: 0 !important;}
.labelCont.hiddenLabel {visibility: hidden;font-size: 1px;margin: 0;padding: 0;}
.SweepuserentryRules .error-span, .Sweepuserentryverification .error-span{margin-left: 0px !important;}
select {
    max-width: 100%;
	width: 100%;
	position: relative;
    margin-top: 0px;
    -webkit-appearance: none !important;
    background: url('https://d368sjpgy6ngi6.cloudfront.net/customhtml.sweeps/639/images/icon_dropdown.png') no-repeat;
    background-position: 97% center;
	line-height: 1.3em;
}
p.reqfields{text-align: left;margin: 10px 0px 20px 0px !important;padding: 0 !important;}
body .footer-container #ftr_cyo, body #footer a.ussweepsPB{display: none !important;}

@media screen and (max-width:1280px) {
    .template-form-right #page-body-holder{max-width: 960px;}
    .template-form-right .leftsect.algnselfleft{width:52%;margin:0px 2%;}
    .template-form-right .leftsect.algnselfcntr{width:52%;margin:0px auto;}
    .template-form-right .form_submission{width:42%;margin-right:2%;}
}

/* Styling for facebook */
@media screen and (max-width: 810px) {
	.ftr-disclaimer-inner {padding:10px 20px;}
	
	/********************[begin: receipt app] ********************/	
	.modern-sweeps-receipt-app .h-data {width:100%;}
	.modern-sweeps-receipt-app .mc-column {width:100%;margin:8px 0;}
	.modern-sweeps-receipt-app .mc-addRow {margin-bottom: 25px;width:100%;text-align: center;}
	.modern-sweeps-receipt-app .mc-cols-area {background: none; border: none; margin: 2% 0; width: 96%; overflow: hidden;}
	.modern-sweeps-receipt-app .mc-column input, .mc-column select {width:100%;}
	.modern-sweeps-receipt-app .mc-addRow span {width:250px;}
	.modern-sweeps-receipt-app .displayinDesktop {display: none;}
	.modern-sweeps-receipt-app .displayinMobile {display: block;}
	.modern-sweeps-receipt-app .mc-addRow span {float: left; padding: 10px 0; width: 100%;}
	/********************[end: receipt app] ********************/

	/********************[end: form on right] ********************/
	.mcorpreceipt_upld .template-form-right header{width:100%!important;max-width:100%!important;}
	.mcorpreceipt_upld .template-form-right #page-body-holder {width: 100%!important;float: none;clear: both;}
	.mcorpreceipt_upld .template-form-right #page-body {width: 95%;margin: auto!important;overflow: hidden; padding-top: 5%;}
}

@media screen and (max-width: 768px){
    .modern-sweeps-receipt-app .uploadBtn{text-align: left; margin: auto; width: 100%;}
}

@media screen and (min-width: 150px) and (max-width: 790px) {
	/* shared widths */
	.forminput input, .custominput input, .verification-input input {width:100%; max-width:100%;}
	.form #SweepuserentryCountry, .customselect select {width:100%; max-width:100%;}
	#captchTxt{clear: both;padding: 10px 0 0 0;margin-left: 0px;}
	/* shared paddings */
	.forminput label, .customquestions-label, .verification-label {text-align:left; width:100%; float:left; padding:0 0 10px 0;}
	.labelCont {text-align:left; width:100%; float:left; padding:0 0 0 0;}
	.form p.example-txt {clear:both; padding-left:0; margin-left:0;}
	#newsletter_text, #rules_text {clear:both; padding:10px 0 0 0; margin-left:0; width:100%;}
	p.subbut_cont, div.subbut_cont, p.reqfields {clear:both; padding:20px 0 0 0; margin-left:0;}
	/* right column */
	.customquestions-input, .verification-input, .inputCont {float:left; width:100%;}
	/* misc elements */
	.form #ContactDateMonth, .form #ContactDateDay, .form #ContactDateYear {max-width:80px;}
	.Sweepuserentryverification .error-span{margin-left: 0;}
	/* [footer: abbr rules] */
	.footer-disclaimer-container {float: left; width: 100%; padding: 0 0;}
	.ftr-disclaimer-inner {color:#fff; width:96%; max-width:96%; padding:10px 2%; margin:auto; font-size:80%; background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/black-png-50.png) repeat 0 0;}
	/* [overlays] */
	.mainol-container {display:none; width:90%; left:50%; margin-left:-45%;}
	/* Sweeps: Rules */
	#showPrivacyPolicy .privacy-policy-container, #showRules .rules-container {word-wrap:break-word; width:92%; padding:20px 4%;}
	.prizes-box {word-wrap:break-word; width:94%; padding-left:0; padding-right:4%;}

	/********************[begin: form on right] ********************/
    .template-form-right .leftsect,.template-form-right .leftsect.algnselfleft{width:90%;float:none;clear:none;margin:20px auto;}
    .template-form-right .form_submission{width:90%;float:none;margin:0px auto;}
    .template-form-right .form-inner-for-slimscroll{width:100%;max-width:100%;padding:0px;float:none;}
	.template-form-right .forminput, .template-form-right div.customquestions, .template-form-right #Verification {padding:3px 0;}
	.template-form-right .forminput label, .template-form-right .customquestions-label, .template-form-right .verification-label {padding:0;}
	/********************[end: form on right] ********************/
	
	.template-form-right .forminput input, .template-form-right .custominput input, .template-form-right .verification-input input{width:80%;}
	#cboxContent .refreshMsg{font-size:14px !important;}

    .hidelabelcont .SweepuserentryNewsletterSubscribed .labelCont, .hidelabelcont .SweepuserentryRules .labelCont{width:90%;}
    .hidelabelcont .SweepuserentryNewsletterSubscribed .labelCont label, .hidelabelcont .SweepuserentryRules .labelCont label{margin:0px;padding:0px;}
    .hidelabelcont .form-group.fb-radio .inputCont input,.hidelabelcont .form-group.fb-checkbox .inputCont input{width:20px !important;margin:0px 10px 8px 0px;}
    .formContforbuilder{margin:0px auto;}
    .hidelabelcont .formContforbuilder{max-width:90%;margin:0px auto;}
    p.subbut_cont, div.subbut_cont, p.reqfields{text-align:center;}
    #span-submitbtn, #span-cancelbtn{float:none;}
	.inputCont.hiddenLabel label {width: 90% !important;}
	.labelCont.hiddenLabel {width: 1px;clear: both;height: 1px;}
}

#checkingblockuuid button {height: 30px;margin-left: 10px;}
.mcorp .form p.example-txt{display:none;}

@media only screen and (max-width: 480px){
	#checkingblockuuid input {max-width:170px;}
	/* [top bar] */
	div.topLinkRShareLang {display:block; float:right; width:100%; padding: 0px;}
	.topLnkR div.langdropdown, .topLnkRPreview div.langdropdown {float:right; padding-right:0; margin-right:0;}
	.topLnkR div.langdropdown-ind, .topLnkRPreview div.langdropdown-ind {width:156px;}
	.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {padding-top:0;}
	.topLinkRDetails a {padding-top:0;}
	.topLinkRShare {margin-left:5px;}
	/* [referral sweeps] */
	#refer-overlay {width:90%; margin-left:-45%;}
	#refer-overlay .refer-container {padding:5%; float:left; width:90%;}
	a.bitly_generator_link {padding:10px 40px; font-size:14px;}
	/* [form] */
    .template-form-right .click-to-reveal.lndpgon{width:90%;margin:0px auto;float:none;}
    .template-form-right #id-form-container.lndpgon, .template-form-right .form_submission{width:90%;margin:0px auto;float:none;}
	/* misc elements */
	.form #ContactDateMonth, .form #ContactDateDay, .form #ContactDateYear {max-width:75px;}
	/* submit button */
	.form a.defaultbtn, .form input.defaultbtn {padding: 8px 18px;}
	.form a.cancelbtn, .form a.cancelbtn:visited, .form a#form-cancel-button, .form a#form-cancel-button:visited {display:inline-block; padding: 8px 18px;}
	#span-cancelbtn {margin-right:5px;}
	#span-cancelbtn a#form-cancel-image {padding:0;}
    .hidelabelcont .SweepuserentryNewsletterSubscribed .labelCont, .hidelabelcont .SweepuserentryRules .labelCont{width:89%;}
	/* [footer] */
	.footer-container {max-width:100%;}
	.form-group.forminput{width: 100%;margin-right: 0;}
	.conf_copy, .frm_copy, .sweep-not-active{font-size: 20px;}
}
@supports (-webkit-overflow-scrolling: touch) {
	#cboxContent .refreshMsg{font-size:14px !important;}
}

@media only screen and (max-width:380px){
    .g-recaptcha {transform:scale(0.8);transform-origin:0;-webkit-transform:scale(0.8); transform:scale(0.8);-webkit-transform-origin:0 0;transform-origin:0 0;}
    .hidelabelcont .SweepuserentryNewsletterSubscribed .labelCont, .hidelabelcont .SweepuserentryRules .labelCont{width:86%;}
    .template-form-right .formContforbuilder .fb-checkbox.SweepuserentryNewsletterSubscribed .labelCont, .template-form-right .formContforbuilder .fb-checkbox.SweepuserentryRules .labelCont{width:86%;}
}