.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:Arial, sans-serif;line-height:16px;background-color:#000000;}
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;margin-top:20px; }
.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; }
.footerLegal { width:100%;max-width:1200px;margin:0 auto;text-align:center;font-size:11px;color:white;line-height:17px;padding:0 2%;padding-bottom:20px; }
.footerLogos { width:100%;margin:0 auto; }
.footerLogos img{ display:block;margin:0 auto;width:180px;padding-bottom:30px; }

#mainContainer { width:100%;margin:0 auto;max-width:1200px; }
#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; }
header, tail { width:100%;max-width:1200px;margin:0 auto;display:block; }
header img, tail img { width:100%;display:block; }
footer { width:100%;margin:0 auto; }
main { width:100%;margin:0 auto; }
tail { margin-top:-20px; }

/* {{{ 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:67%;left:72%;width:19%;display:block;min-width:160px;max-width:250px; }
.home-container .rules { position:absolute;top:84%;left:72%;width:19%;display:block;min-width:160px;max-width:250px; }
.home-container .enter img, .home-container .rules img { display:block;width:100%; }
/* }}} */

/* {{{ Exit Pages */
.exit { width:100%;text-align:center;}
.exit .text16 { font-size:16px; line-height:22px; }
.exit .text20 { font-size:20px; line-height:26px; }
.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;padding:0 2%; }
.exit p { margin:12px 0;padding:0 2%; }
.exit h2 { margin-top:10px;margin-bottom:20px;line-height:24px; }
.exit a, .exit a:visited { color:#000000;font-weight:bold; }
.exit a:hover { color:gray; }
.exit .image { display:block;width:100%;position:relative; }
.exit .image img { display:block;width:100%; }
.exit .faq-link { position:absolute;top:65%;left:83.5%;width:7%;height:9%; }
.exit .rules-link { position:absolute;top:72.5%;left:57.7%;width:5%;height:9.2%; }
.exit .faq-link.fr { position:absolute;top:70.5%;left:69.5%;width:4%;height:9%; }
.exit .rules-link.fr { position:absolute;top:70.5%;left:61%;width:6%;height:9.2%;}
/* }}} */

/* {{{ Form Steps */
.steps {
  width:32%;
  margin:0 auto;
  padding:0;
  list-style-type:none;
  margin-bottom:20px;
}
.steps li {
  display:block;
  float:left;
  width:50%;
  margin:0;
  text-align:center;
  border-left:2px solid #999999;
  padding:0px 0px;
  color:#000000;
  font-weight:normal;
  font-size:18px;
  background-color:transparent;
}
.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:#EEAA23;font-weight:bold; }

.steps li:nth-child(1) { width:62%; }
.steps li:nth-child(2) { width:38%; }


.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:5px 5px;width:100%;background-color:white; }
.form-control #sLanguage { border:1px solid black;border-radius:3px;padding:5px 5px;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; }

#sDOB_0 { width:15%;float:left;margin-right:1%; }
#sDOB_1 { width:10%;float:left;margin-right:1%; }
#sDOB_2 { width:10%;float:left; }

#sDOB_row .help-block { float:none;width:100%;line-height:18px; }

.centered-button { display:block;margin:0 auto; }

/* }}} Form Steps */

/* {{{ FAQs */
.faq { line-height:18px; }
.faq hr { border:1px dashed #desktop-808080; 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; }
/* }}} */

/* {{{ Rules */
.rules { line-height:18px; }
.rules h1 { line-height:35px;margin-top:0;text-align:left; }
.rules h2 { line-height:21px; }
.rules h3 { line-height:18px; }
.rules li { margin-bottom:8px; }
.rules ul.nodisc { list-style:none;margin:0;padding:0;margin-left:20px; }
.rules ul.lower-roman { list-style:lower-roman;margin:0;padding:0;margin-left:20px; }
.rules ul { list-style:disc;margin:0;padding:0;margin-left:20px; }
#mainContainer a, #mainContainer a:visited { font-weight:bold; }
/* }}} Rules */

/* {{{ 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 > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > 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: 7px 20px;
  font-size: 16px;

  line-height: 1.42857143;
  text-decoration:none;
  font-weight:700;
  text-transform:uppercase;

  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius:8px;
  white-space: nowrap;
  -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.btn-small {
  padding: 6px 15px;
  font-size: 12px;
  line-height: 1;
}

.btn.btn-large { width:100%;max-width:230px;border:0;cursor:pointer;display:block; }

.btn-image { width:220px;background-color:transparent;border:0;text-align:right;display:block;cursor:pointer; }
.btn-image img { display:block;width:100%;transition:transform 0.2s ease; }
.btn-image img:hover { transform:scale(0.95); }


.btn-default, a.btn-default:visited  { color:#FFE238;background-color:#E02826;}
.btn-default:focus,
.btn-default:hover,
a.btn-default:hover,
.btn-default:active { color: #FFE238;background-color:#AF2222; }

.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 Overrides */
.enternow { width:100%;max-width:250px;display:block!important;margin:0 auto; }

/* Media Query  1200px - 800px */
@media only screen and (max-width:1200px) and (min-width:800px) {
  #bodyContent, header, tail { width:100%;max-width:800px;margin:0 auto; }
  .container, .home-container { max-width:800px; }

  .steps { width:96%; }
  .steps li { font-size:18px;line-height:20px; }
  .steps li:nth-child(1) { width:30%; }
  .steps li:nth-child(2) { width:42%; }
  .footerLinks { max-width:880px; }
}

/* Media Query  800px - 400px */
@media only screen and (max-width:800px) {
  #bodyContent, header, tail { width:100%;max-width:400px;margin:0 auto; }
  .container, .home-container  { max-width:400px; }

  .mobile { display:block!important; }
  .desktop, .desktop-br, .desktop-table  { display:none!important; }

  .home-container .enter { top:39.5%;left:22%;width:56%; }
  .home-container .rules { top:50%;left:22%;width:56%; }

  .form-group { width:100%;float:none; }

  .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; }
  .indent { margin-left:15px; }

  .steps li {
    display:block;
    float:none;
    font-size:18px;
    line-height:20px;
    padding:10px 0 10px 0;
    border-left:none;
    margin:0 auto;
    margin-bottom:5px;
    border-top:1px solid #000000;
  }
  .steps li:nth-child(1), .steps li:nth-child(2), .steps li:nth-child(3) { width:80%; }

  .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; }

  .exit .faq-link { top:83%;left:73%;width:9%;height:6.5%; }
  .exit .rules-link { top:83%;left:58%;width:11.2%;height:6.5%; }
  .exit .faq-link.fr { top:80.5%;left:91%;width:7%;height:6.5%; }
  .exit .rules-link.fr { top:80.5%;left:76%;width:11.2%;height:6.5%; }

}


@media screen and (max-width: 320px) {


}
