.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:black;}
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;display:flex;justify-content: center;flex-direction: row;gap:10px; }
.footerLinks .column { display:flex;flex-direction:column;justify-content:center; }
.footerLinks.columns { gap:30px; }
.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; }

#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 .english { position:absolute;top:36%;left:31%;width:17%;display:block;min-width:160px;max-width:260px; }
.home-container .french { position:absolute;top:85%;left:31%;width:17%;display:block;min-width:160px;max-width:260px; }
.home-container .english img, .home-container .french img { display:block;width:100%; }
/* }}} */

/* {{{ Promotion Picker Page */
.pick-container { width:100%;max-width:1200px;margin:0 auto;position:relative; }
.pick-container .header { display:block;width:100%; }
.pick-container .prize-pack { position:absolute;top:35%;left:26%;display:block;width:24%;height:7%; }
.pick-container .trading-cards { position:absolute;top:81%;left:1%;display:block;width:43%;height:7%; }
.pick-container.french .prize-pack { position:absolute;top:42%;left:26%;display:block;width:22%;height:7%; }
.pick-container.french .trading-cards { position:absolute;top:84.5%;left:1%;display:block;width:45%;height:7%; }
/* }}} */
.contact-info {  width:60%;margin:0 auto; }
.contact-info .form-control,
.contact-info .form-group,
.contact-info .form-control textarea,
.contact-info .form-control input {  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;width:200px;border:0;background-color: transparent; }
#contact-submit img {display:block;width:100%; }

/* {{{ 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, .pick-container { max-width:800px; }
  .footerLinks { max-width:800px; }
  .home-container .english { top:35%;left:30%; }
  .home-container .french { top:84%;left:30%; }
  .contact-info {  width:80%; }
}

/* 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, .pick-container  { max-width:400px; }

  .mobile { display:block!important; }
  .desktop, .desktop-br, .desktop-table  { display:none!important; }

  .home-container .english { top:30%;left:44%;width:48%; }
  .home-container .french { top:80%;left:44%;width:48%; }

  .pick-container .prize-pack { top:37%;left:42%;width:42%;height:6%; }
  .pick-container .trading-cards { top:70%;left:3%;width:44%;height:9%; }

  .pick-container.french .prize-pack { top:40%;left:42%;width:37%;height:5.5%; }
  .pick-container.french .trading-cards { top:70%;left:3%;width:50%;height:9%; }

  .footerLinks { gap:10px; }
  .footerLinks.columns { flex-direction: column;gap:30px; }
	.footerLinks a { padding:0 5px; }
	.footerLegal { font-size:10px;line-height:16px; }
  body { overflow-x:hidden; }
  .contact-info {  width:90%; }


}


@media screen and (max-width: 320px) {


}
