<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-border { border:5px dotted yellow; }

.red { color:red;}

.required { color:red; }
.formErr, .has-error { color: red; }
.missing { color: #f0f!important; }
.indent { margin-left:25px;}

.nopadding-top { padding-top:0!important; }
.no-padding-bottom { padding-bottom:0;margin-bottom:2px; }
.mobile { display:none!important; }
.desktop { display:block!important; }
.desktop-table { display:table!important; }
.desktop-br { display:initial!important; }
.uppercase { text-transform:uppercase; }
.attention { text-transform: uppercase; font-size: 1.25em; font-weight: 700; }

body { color:black;font-size:14px;font-family:'Roboto', sans-serif;line-height:16px;background-color:#54C0E8;}
h1 { text-align:center;font-size:36px;line-height:40px;margin-bottom:.75em;}

a, a:visited { color:black; }
a:hover { color:gray; }
* { box-sizing:border-box; }

.footerLinks { width:100%;max-width:1200px;margin:0 auto 1em;text-align:center;font-size:12px;color:white;box-sizing:border-box;}
.footerLinks h4 { margin: 20px 0 0; text-transform: uppercase; font-size:14px}
.footerLinks a { padding:0 10px;color:white; text-transform:uppercase;line-height:2em;text-decoration:none; }
.footerLegal { width:100%;max-width:800px;margin:0 auto;padding-bottom:30px;text-align:center;font-size:11px;color:white;line-height:17px;box-sizing:border-box; }

#mainContainer { width:100%;margin:0 auto;max-width:1200px;background-color:#54C0E8;border-bottom:10px solid #4F3D2F; }
#bodyContent { width:100%;max-width:1200px;margin:0 auto; }
.container { width:100%;max-width:1200px;margin:0 auto;padding:20px 5%;background-color:white; }

header { width:100%;position:relative; }
footer { width:100%;margin:0 auto;margin-top:20px; }
main { width:100%;margin:0 auto; }

/* {{{ Home Page */
.home-container { width:100%;max-width:1200px;margin:0 auto;position:relative; }
.home-container .header { width:100%;display:block; }
.home-container .enter { position:absolute;top:84.5%;left:55%;width:19%;display:block;min-width:160px;max-width:320px; }
.home-container .rules { position:absolute;top:84.5%;left:76%;width:19%;display:block;min-width:160px;max-width:320px; }

.home-container.fr .enter { top:86%; }
.home-container.fr .rules { top:86%;padding: 21px 10px 21px 10px; }
/* }}} */

/* {{{ Exit Pages */
.exit { width:100%;text-align:center;}
.exit .text16 { font-size:16px; line-height:22px; }
.exit .title-padding { margin-top:30px;margin-bottom:8px; }
.exit .text13 { font-size:13px; line-height:15px; }
.exit h1 { margin-top:30px;margin-bottom:20px; }
.exit p { margin:8px 0; }
.exit h2 { margin-top:10px;margin-bottom:20px;line-height:24px; }
/*
.exit a, .exit a:visited { color:#ffffff; }
.exit a:hover { color:gray; }
*/
/* }}} */

/* {{{ FAQ */
.faq { line-height:18px; }
.faq hr { border:1px dashed #868686; margin:2em 10%;}
.faq h1 { line-height:35px;margin-top:0;text-align:left; }
.faq h3 { line-height:20px;margin:0;padding:0;color:#231f20; }
.faq p { font-size:16px;margin:6px 0 16px 0;padding:0;line-height:22px; }
.faq table { font-weight:normal;border:1px solid black;width:100%;border-collapse: collapse; }
.faq table th { background-color:black;color:white;font-weight:bold; }
.faq table td { border:1px solid black;padding:6px; }
.faq .link , .faq .link:visited { color:#d02a2b;font-weight:normal!important; }
.faq .link:hover { color:#a22222; }
.faq .link.btn, .faq .link.btn:visited { font-weight:bold!important; }
/* }}} */

/* {{{ Upload */
.upload .larger-font { font-size:120%;line-height:120%; }
.upload .prod1 { width:32%;display:inline-block;margin-right:3%; }
.upload .prod2 { width:64%;display:inline-block; }
.upload.fr .prod1 { width:39%;display:inline-block;margin-right:3%; }
.upload.fr .prod2 { width:57%;display:inline-block; }
/* }}} */

/* {{{ Thankyou Page */
.thankyou { width:100%;text-align:center; }
.thankyou .coupon { display:block;width:50%; margin: 2em 0 1em;}
/* }}} */

/* {{{ Subpage Header */
header, tail {
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display:block;
}

header img, tail img {
  width:100%;
  display:block;
}
/* }}} */

/* {{{ Form Steps */
.steps {
  width:80%;
  margin:0 auto;
  padding:0;
  list-style-type:none;
}
.steps li {
  display:block;
  float:left;
  width:25%;
  margin:0;
  text-align:center;
  border-left:2px solid #4F3D2F;
  padding:12px 0px;
  color:#4F3D2F;
  font-weight:500;
  font-size:17px;
  background-color:trasparent;
  text-transform:uppercase;
}
.steps li span { font-size:22px;font-weight:normal;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	vertical-align: middle;
}
.steps li.active { color:#EE3B29;font-weight:900; }

.steps li:nth-child(1) { width:23%; }
.steps li:nth-child(2) { width:30%; }
.steps li:nth-child(3) { width:27%; }
.steps li:nth-child(4) { width:20%; }

.steps.fr li:nth-child(1) { width:22%; }
.steps.fr li:nth-child(2) { width:22%; }
.steps.fr li:nth-child(3) { width:37%; }
.steps.fr li:nth-child(4) { width:15%; }


.norightborder { border-right:0!important; }
.noleftborder { border-left:0!important; }
.no-margin-bottom { margin-bottom:0; }
.no-margin-top { margin-top:0; }
.nomargin { margin:0; }

/* UPLOAD */
.desktop.tips-svg { width:100%;max-width:520px;display:block;margin:16px 0; }
.desktop.tips-svg.fr { width:100%;max-width:520px;display:block;margin:16px 0; }

.mobile.tips-svg { width:100%;max-width:400px;display:block;margin:16px auto; }
.mobile.tips-svg.fr { width:100%;max-width:400px;display:block;margin:16px auto; }


/* FORM */
.entry { width:100%;max-width:880px;margin:0 auto;}

.form-title { display:block;margin:12px 0 3px 0; }
.form-p { display:block;margin:0;margin-top:3px;padding:0; }

.form-group { width:100%;padding:1px 7px;margin-bottom:10px; }
.form-group .control-label { width:100%;float:left;padding:0;padding-top:2px;display:block; }
.form-group .form-control { width:100%;float:none; }
.form-control input { width:100%;border-radius:3px;border:1px solid black;padding:5px; }
.form-control #sProvince,
.form-control #sOther { border:1px solid black;border-radius:3px;padding:9px 5px 6px 5px;width:100%;background-color:white; }
.form-group.has-error input { border:1px solid red; }
.form-group.has-error select { border:1px solid red!important; }
.form-control textarea { width:100%;padding:5px 3px; }
.form-indent {display: inline-block;width:90%;}
.help-block { display:block;margin-top:2px;color:red;float:right; }

.checkbox { margin-bottom:12px; }
.checkbox label { text-indent:-20px;margin-left:25px;font-size:13px; display:inline-block;}

.radio-input { margin:10px 0; }

.centered-button { display:block;margin:0 auto; }

/* }}} Form Steps */

/* {{{ Review Page */
.review { }
.review #submit { float:right;max-width: 300px; }
.review #back, .review #back:visited { float:left;background-color:#CC0D0D;max-width: 300px; }
.review #back:hover { background-color:#A30D0D; }
.review p { font-size:14px;line-height:19px; }
.review .leftColumn {width:54%;display:block;float:left;font-size:16px;line-height:20px;margin-right:3%; }
.review .rightColumn {width:43%;display:block;float:right;font-size:16px;line-height:202px; }
.review .rightColumn img { width:100%;max-width:200px;display:inline-block;vertical-align:middle; }
.review .rightColumn p {display:inline-block;vertical-align:middle; }

.review h1.form-title { text-align:left;font-size:30px;line-height:30px;margin:20px 0; }
.review h2 { text-align:left;font-size:18px;line-height:18px;margin:10px 0; }
/* }}} Review Page */

/* {{{ Tips */
#tips { font-size:16px;line-height:20px;padding:0 5%; margin: 0 auto; width:100%; max-width:1200px;display:block; }
#tips ol { margin:0 20px;padding:0; }
#tips ol li { margin:15px 0; }
#tips .tips-icon { width:12%;max-width:80px;min-width:60px;float:left;padding-right:12px;display:block; }
#tips .tips-text { width:20%;float:left;display:block;text-align:left;margin-top:2%; }
#tips .tips-back { width:15%;float:right;display:block;vertical-align:top;min-width:130px; }

#recieptSamples { padding:0 0; margin: 0 auto; width:100%; max-width:1000px;display:flex; flex-wrap: wrap;padding-top:16px; }
#recieptSamples img { width:30%;margin-right:3%;display:block;float:left;margin-bottom:20px; }

#recieptSamples .approved1 { order:1;-webkit-order:1; }
#recieptSamples .reject1 { order:2;-webkit-order:2; }
#recieptSamples .reject2 { order:3;-webkit-order:3; }
#recieptSamples .approved2 { order:4;-webkit-order:4; }
#recieptSamples .reject3 { order:5;-webkit-order:5; }
#recieptSamples .reject4 { order:6;-webkit-order:6; }
/* }}} Tips */

/* {{{ Form Alert - Borrowed From Bootstap */
.alert-container { width:100%;background-color:white; }
.alert {
  padding: 15px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 4px;
  width:100%;
  max-width:1100px;

}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* }}} Form Alert - Borrowed From Bootstap */

/* {{{ CSS Button */
a.btn, .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;

  padding: 9px 10px 7px 10px;
  font-size: 25px;

  line-height: 26px;
  text-decoration:none;
  font-weight:900;
  text-transform:uppercase;

  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius:16px;
  white-space: nowrap;
  border:10px solid #4F3D2F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.5s ease;
}
.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default:active {  background-image: none; }

.btn span { display:inline-block;transform: rotate(180deg); }
.btn.centered-button { display:block!important;margin:0 auto;width:280px; }

.btn-default, a.btn-default:visited  { color:#EE3B29;background-color:#ffffff;border-color:#4F3D2F; }
.btn-default:focus,
.btn-default:hover,
a.btn-default:hover,
.btn-default:active { color:#EE3B29;background-color:#e1e1e1;border-color:#4F3D2F; }

.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus  { background-color:#c6a215; }

.btn-secondary, a.btn-secondary:visited  { color:#ffffff;background-color:#007A43; }
.btn-secondary:focus,
.btn-secondary:hover,
a.btn-secondary:hover,
.btn-secondary:active { color: #ffffff;background-color:#00502c; }

.btn-secondary[disabled],
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus  { background-color:#c6a215; }
/* }}} CSS Button */

/* {{{ CSS Button Spinner */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 4px;
  border: 4px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* }}} */

/* CSS Button Overrides */
.enternow { width:100%;max-width:250px;display:block!important;margin:0 auto;}

/* {{{ Spinner */
#spinner-container {
  width:100%;
  max-width:640px;
  display:block;
  margin:0 auto;
  position:relative;
  margin-top:5%;
  padding-bottom:2%;
}

#spinner-overlay {
  display:block;
  width:100%;
  position:relative;
  top:0;
  left:0;
  z-index:3;

}

#spinner {
  display:block;
  width:95%;
  position:absolute;
  top:2.5%;
  left:2.5%;
  z-index:1;
  /* transition: &lt;?php echo $spin_duration; ?&gt;ms linear all; */
  transition: transform &lt;?php echo $spin_duration; ?&gt;ms cubic-bezier(0.87, 0, 0.13, 1);;
  zoom: 1;
}

#prize-fade-overlay {
  display:none;
  width:95%;
  position:absolute;
  top:2.5%;
  left:2.5%;
  z-index:2;
}

#prize-overlay {
  display:none;
  width:80%;
  max-width:500px;
  position:absolute;
  top:31.5%;
  left:11%;
  z-index:5;
 -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

#spin-button-image {
  display:block;
  width:100%;
}

#spin-button {
  background-color:transparent;
  width:50%;
 /* max-width:300px;*/
  border:0;
  margin:0 auto;
  display:block;
  position:absolute;
  top:42.5%;
  left:25%;
  z-index:10;
}
#spin-button img { transition:transform 0.2s ease; }
#spin-button img:hover { transform:scale(0.95); }

#eye {
  width:20%;
  position:absolute;
  top:42.5%;
  left:40%;
  z-index:4;
}
#pointer {
  position:absolute;
  width:27%;
  top:-8%;
  left:15%;
  z-index:6;
}

/* }}} */

/* {{{ Rules */
table { border:1px solid black; }
th { text-align:left;background-color:#000000;color:#ffffff;padding:6px 4px; }
td { text-align:left;padding:3px 3px;border-right:1px solid black;border-bottom:1px solid black; }
td:last-child { border-right:0; }
tr { }
tr:last-child td { border-bottom:0; }
/* }}} */

/* Media Query  1200px - 800px */
@media only screen and (max-width:1200px) and (min-width:800px) {
  #bodyContent, header, tail, .home-container { width:100%;max-width:800px;margin:0 auto; }
  .container { max-width:800px; }

  .home-container .enter { font-size:20px;top:80%; }
  .home-container .rules { font-size:20px;top:80%; }
  .home-container.fr .enter { font-size:19px;top:80%; }
  .home-container.fr .rules { font-size:19px;top:80%; }

  .steps li { font-size:13px; }
  .footerLinks { max-width:880px; }
  .steps {  width:100%; }
}

/* Media Query  800px - 400px */
@media only screen and (max-width:800px) {
  #bodyContent, header, tail, .home-container { width:100%;max-width:400px;margin:0 auto; }

  .mobile { display:block!important; }
  .desktop, .desktop-br, .desktop-table  { display:none!important; }

  .home-container .enter, .home-container.fr .enter { top:43%;left:10%;width:80%;max-width:480px; }
  .home-container .rules, .home-container.fr .rules { top:53%;left:10%;width:80%;max-width:480px; }

  .form-group { width:100%;float:none; }

	.review .leftColumn, .review .rightColumn {width:100%;float:none;margin-right:0; }
  .review .rightColumn { margin-top:40px;}
	.review #submit, .review #back { float:none;width:90%;margin:0 auto;max-width:400px; }
  .review #back { margin-bottom:20px;}

  .upload .prod1 { width:44%;display:block;margin:0 auto;margin-bottom:10px; }
  .upload .prod2 { width:100%;display:block;margin:0 auto; }
  .upload.fr .prod1 { width:64%;display:block;margin:0 auto;margin-bottom:10px; }
  .upload.fr .prod2 { width:100%;display:block;margin:0 auto; }

  .contact-info .form-control {  width:100%; }
  .contact-info .control-label { display:block; width:100%; text-align:left;padding-right:0px;padding-bottom:4px;}
  .contact-info .form-indent { padding:10px 3px 0 10px;margin-left:1%;width:96%; }
  #contact-submit { display:block;margin:0 auto;float:none; }
  #recieptSamples img { width:47%;margin-right:3%; }
  #recieptSamples .approved2 { order:2;-webkit-order:3; }
  #recieptSamples .reject1 { order:3;-webkit-order:3; }
  #recieptSamples .reject2 { order:4;-webkit-order:4; }
  #recieptSamples .reject3 { order:5;-webkit-order:5; }
  #recieptSamples .reject4 { order:6;-webkit-order:6; }
  .indent { margin-left:15px;}

  .steps li {
    display:block;
    float:none;
    font-size:16px;
    line-height:18px;
    padding:10px 0 10px 0;
    border-left:none;
    border-top:1px solid #4F3D2F;
    margin:0 auto;
    margin-bottom:5px;
  }
  .steps li:nth-child(1), .steps li:nth-child(2), .steps li:nth-child(3), .steps li:nth-child(4) { width:80%; }
  .steps.fr li:nth-child(1), .steps.fr li:nth-child(2), .steps.fr li:nth-child(3), .steps.fr li:nth-child(4) { width:96%; }

  .noleftborder { border-top:0!important; }
  .tips-svg { margin:3px auto; }
  .dz-button { margin:0 auto; }
  .form-file-count { margin-left:0; }

	.footerLinks a { padding:0 5px; }
	.footerLegal { font-size:10px;line-height:16px; }
	body { overflow-x:hidden; }
	#recieptSamples img { width:100%;margin-right:0; }
  .footerLinks { max-width:600px; }

  #spin-button { width:70%;left:15%;top:42%; }
}


@media screen and (max-width: 330px) {
  .home-container .enter { padding: 6px 10px 4px 10px;top:42%; }
  .home-container .rules { padding: 6px 10px 4px 10px;top:53%; }
  .home-container.fr .enter { padding: 6px 10px 4px 10px;top:42.7%; }
  .home-container.fr .rules { padding: 6px 10px 4px 10px;top:54%; }
}
</pre></body></html>