* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Open Sans Font */
@font-face {
  font-family: 'Open Sans';
  src: url('/v/4.10.6/d/fonts/opensans-light-webfont.eot');
  src: url('/v/4.10.6/d/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/v/4.10.6/d/fonts/opensans-light-webfont.woff') format('woff'),
    url('/v/4.10.6/d/fonts/opensans-light-webfont.ttf') format('truetype'),
    url('/v/4.10.6/d/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/v/4.10.6/d/fonts/opensans-bold-webfont.eot');
  src: url('/v/4.10.6/d/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/v/4.10.6/d/fonts/opensans-bold-webfont.woff') format('woff'),
    url('/v/4.10.6/d/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('/v/4.10.6/d/fonts/opensans-bold-webfont.svg#open_sanslight') format('svg');
  font-weight: bold;
  font-style: normal;
}


body {
  background-color: #E9EBDE;
  font-family: Arial,sans-serif;
  font-size: 0.8em;
  color: #000;
}

a,
a:not([href]):not([tabindex])
{
  color: #3E4F25;
  text-decoration: underline;
}


a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus,
a:hover {
  text-decoration: none;
}

i {
  padding-right: 5px;
}

h2 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

h3 {
  font-size: 1.17em; /* Bootstrap overwrite */
  font-weight: bold;
}

h3,
h5,
h6 {
  margin: 0; /* Bootstrap overwrite */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h4 {
  font-size: 1.33em;
}


h1,
h2,
h4 {
  color: #3d5023;
}

h3 a {
  color: #680001;
}

input {
  padding: 3px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0;  /* Bootstrap override */
}

img {
  max-width: 100%;
  height: auto;
}

/* Lists */
ul li {
  list-style: none;
}

ul li a,
ul li a:hover {
  text-decoration: none;
}

ul.disc {
  margin-left: 1.4em;
}

ul.disc > li {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 15px 15px;
}

ol.decimal > li {
  list-style-type: decimal;
}

ol.lowerRoman > li {
  list-style-type: lower-roman;
}

ol.upperAlpha > li {
  list-style-type: upper-alpha;
}

ol.lowerAlpha > li {
  list-style-type: lower-alpha;
}

ol li {
  margin: 0 0 0 5px;
  line-height: 160%;
}

.upper {
  text-transform: uppercase;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.ql-align-center,
.alignCenter {
  text-align: center;
}

.italic {
  font-style: italic;
}

.bold,
.strong {
  font-weight: bold;
}

.dropShadow {
  box-shadow: #666 0px 2px 3px;
}

.FloatNone {
  float: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

/* Errors and Disabled */
.Error p {
  color: #FE000B;
  padding: 0.1em;
  margin: 0 0 1em;
}

.Error.ErrorText {
  font-weight: bold;
}

.Error,
.error,
.Error select,
.Error .validatePhone,
.Error .input-group-append span {
  color: #FE000B;
}

input.error,
.Error input,
.Error select,
.validatePhone.Error,
.ValidateSecurity.Error,
.Input select.Error,
.Error .input-group-append span {
  border: 1px solid #FE000B;
}

#Login .error + .input-group-append > span {
  color: #FE000B;
  border: 1px solid #FE000B;
}

.disabled {
  background-color: #ccc;
}


/* Tables */
table,
caption,
fieldset,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

table.tablesorter tbody td {
    border: medium none;
}

table.tablesorter tbody tr.odd td {
  background-color: #fff;
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #787878;
  color: #fff;
}

table.tablesorter {
  border: medium none;
  border-collapse: collapse;
  clear: both;
  margin: 15px auto;
  width: 97%;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  border: medium none;
  padding: 6px 15px 6px 2px;
  background-color: #A7A9AC;
  color: #fff;
}

table.tablesorter .rowBg td {
  background-color: #E4E5E4;
}

/* Buttons  */
button:not(.gm-ui-hover-effect),
a.button,
input.button {
  background-color: #4ba5dc;
  -webkit-box-shadow: #666 2px 2px 3px;
  -moz-box-shadow: #666 2px 2px 3px;
  box-shadow: #666 2px 2px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  padding: 0.5em;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
}

button.ui-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:none;
}

a.button.disabled, input.button.disabled {
    cursor: not-allowed;
}

.btn-primary,
input.goBtn,
#mapsubmit,
#usegeo,
#buttonContainer a.button,
.playerButtons a.button,
.TicketButtons input.button,
.SurveyList .TakeSurveyButton,
#UpdateSecurityAnswer input.button,
#EmailContent .SubmitButton,
.SurveyList .SubmitButton,
#HelpForm .SubmitButton,
.filterOptions input[type="submit"],
#ScanTicket,
#rescan,
#skipGameBtn,
#closeSurveyNotification {
  background-color: #ffcc00;
  -webkit-box-shadow: inset 0px -.15em 0px 0px rgba(0, 0, 0,.2), inset 0px 0px 0px 100px rgba(0, 0, 0, 0), 0px .05em .15em 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0px -.15em 0px 0px rgba(0, 0, 0,.2), inset 0px 0px 0px 100px rgba(0, 0, 0, 0), 0px .05em .15em 0px rgba(0, 0, 0, .15);
  box-shadow:inset 0px -.15em 0px 0px rgba(0, 0, 0,.2), inset 0px 0px 0px 100px rgba(0, 0, 0, 0), 0px .05em .15em 0px rgba(0, 0, 0, .15);
  border-radius: 6px;
  zoom: 1;
  padding: 0.4em 1em;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: #3d5023;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  zoom: 1;
  line-height: 17.5px;
}

#inputCartUpdate {
  margin-right: 1em;
}

.cartButtons .button {
  margin-left: 0.5em;
}

input[name="confirmPurchase"].submitButton,
input#PrintForm.submitButton ,
.SurveyList .TakeSurveyButton {
  margin-top: 10px;
}

.HistoryFilter .goBtn {
  clear: left;
  float: left;
  margin: 5px;
}

button[type="submit"],
input.submitButton {
  background-color: #fc0;
  color: #000;
  border: none;
}

input.button.disabled {
  background-color: #eee;
  color: #000;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.filterOptions input[type="submit"] {
  min-width: 50px;
  margin: -4px 5px 0 5px;
}

#sweepstakes .sweeptable td:nth-of-type(1):after {
  content: "Prizes";
}

#sweepstakes .sweeptable td:nth-of-type(2):after {
  content: "Entry Deadline";
}

#sweepstakes .sweeptable td:nth-of-type(3):after {
  content: "Drawing Date";
}

#sweepstakes .sweeptable td:nth-of-type(4):after {
  content: "Winners";
}

/* HEADER */
#Header img.logo {
  height: auto;
}

.HeaderLogo {
  display: block;
  float: left;
}

.HeaderLogo .LogoLink {
  display: inline-block;
  vertical-align: middle;
  width: 127px;
}

.HeaderLogo .LogoLink + .LogoLink {
  margin-left: 10px;
}

#Header h2 a {
  width: 10em;
  display: block;
}

#HeaderContainer {
  background: url('/v/4.10.6/b/i/bgheader.jpg') no-repeat transparent;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
}

#Header {
  margin: auto;
  width: 100%;
  max-width: 75em;
  height: inherit;
  padding: 0 20px;
}

.loggedInHeader {
  height: 140px;
}

.notLoggedInHeader {
  height: 120px;
}

/* Dashboard */
.InfoBox {
  float: right;
  display: inline-block;
  z-index:10;
}

.InfoBox .welcomeBox {
  color: #fff;
  display: inline-block;
  float: left;
  margin-top: 25px;
  margin-right: 20px;
}

.InfoBox .greeting {
  width: 100%;
  display: inline-block;
}

.InfoBox .playerName {
  color: #fff;
  font-size: 2em;
}

.InfoBox .playerDashboard {
  float: left;
}

.InfoBox .playerButtons {
  margin-top: 30px;
}

.InfoBox #wishlist {
  background-color: #feda38;
  margin-right: 5px;
}

.InfoBox #logout {
  background-color: #fff;
}

.InfoBox .dashboardBox {
  text-align: center;
  margin-top: 10px;
  float: left;
}

.InfoBox a.dashboardInfoBox {
  float: left;
  padding: 0.3em 0.9em;
  background-color: #d3d4d1;
  font-size: 1.4em;
  color: #585858;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  width: 100%;
  text-decoration: none;
}

.InfoBox #expiringPoints,
.InfoBox #totalPoints {
  clear: left;
  float: left;
  margin-right: 11px;
}

.InfoBox #expiringPoints,
.InfoBox #totalPoints,
.InfoBox #messages {
  width: 160px;
}

.InfoBox a.dashboardInfoBox .dashboardLabel {
  font-size: 0.50em;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.InfoBox .dashboardHeader {
  text-transform: uppercase;
  font-size: 0.75em;
  background-color: #fff;
  color: #646560;
  text-align: center;
  width: 100%;
  padding: 0.1em 0;
}

.InfoBox #shoppingCart {
  width: 100%;
}

.InfoBox #shoppingCart .dashboardInfoBox {
  width: 100%
}

.InfoBox #shoppingCart .dashboardInfoBox.noPropsPlus,
.InfoBox #messages.noPropsPlus{
  width: 100%;
}

#subscriptionBox {
  border-right: 1px solid #fff;
}

#buttonContainer {
  width: auto;
  position: relative;
  top: 35px;
  margin-right: 5px;
  float: right;
  display: inline-block;
}

/* Page Containers/Wrappers */
#Wrap {
  width: 100%;
}

.sub-page,
#RegistrationWrap,
#MainContent {
  clear: both;
  padding: 10px;
  background-color: #fff;
  width: 73.5em;
  margin: 0 auto;
  min-height: 60em;
}

.primary-content,
#MyAccount {
  background-color: #fff;
  float: left;
  width: 100%;
}

#sweepstakes {
  margin-top:20px;
}

.accountHolder .viewRow,
#sweepstakes .viewRow {
  padding: 0;
}

/* Survey Notification */
#surveyNotification .description {
  margin-top: 3px;
}

#surveyNotification .notificationOptions {
  margin: 1em 0 0.2em;
  line-height: 15px;
}

#surveyNotification .button {
  display: inline-block;
}

#closeSurveyNotification {
  margin: 0.1em 0 0 0.9em;
  font-size: 0.8em;
}

/* Box Content */
.BoxTwoTop,
.BoxTwoContent,
.BoxTwoBottom {
  background: none;
  padding: 0;
}

.BoxTwoTop,
.BoxTwoBottom {
  display: none;
}

.BoxOne,
.BoxTwo {
  width: auto;
}

/* Navigation */
#navigation {
  width: 100%;
  height: 50px;
  border: solid #ffffff;
  border-width: 5px 0;
  background-color: #aed135;
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
}

#nav {
  width: 75em;
  margin: 0 auto;
  text-align: center;
}

#nav li {
  display: inline-block;
  position: relative;
}

#nav li a,
#nav li span  {
  display: block;
  line-height: 45px;
  padding: 0 8px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
  color: #333333;
}

#nav > li.current > a,
#nav > li.current > span,
#nav li:hover {
  background-color: #fff;
  cursor: pointer;
}

#nav .submenu {
  position: absolute;
  width: 175px;
  background-color: #ffffff;
  padding: 0 5px 5px 5px;
  text-align: left;
  z-index: 10;
  border-radius: 0 0 8px 8px;
  display: none;
  box-shadow: 0 2px 5px -3px rgba(0,0,0,0.9);
  z-index: 101;
}

#nav .submenu li{
  display: block;
  line-height: 35px;
}

#nav li:hover > .submenu {
  display: block;
}

#nav .submenu li:hover,
#nav .submenu > li.current > a  {
  background-color: #e4edc5;
  border-radius: 3px;
}

#nav .submenu .expandable:hover{
  border-radius: 0 3px 3px 0;
}

#nav .submenu.tier2 {
  position: absolute;
  top:0;
  left: -175px;
  background-color: #e4edc5;
  border-top-left-radius: 8px;
  padding-top: 5px;
}

#nav .submenu .tier2 li.current > a,
#nav .submenu .tier2 li a:hover {
  background-color: #b9c58e;
  border-radius: 3px;
}

#mobileMenuButton {
  display: none;
}

#findRetailer{
  position: fixed;
  top: 200px;;
  right: 5px;
  border: 4px solid #ffffff;
  padding: 5px 10px 20px 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  transform: rotate(-90deg);
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: right;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: right;
  border-bottom: none;
  transition: right .5s ease;
  width: 145px;
  background: #2890cf url('/v/4.10.6/b/i/reatilerIcon.png') 10px 1px no-repeat;
}

#findRetailer:hover{
  right: 15px;
}


/* Footer */
#footer {
  color: #fff;
  background: url('/v/4.10.6/b/i/bg.jpg') transparent;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5em;
  text-align: left;
  margin-top: 20px;
}

.footer-column {
  margin: auto;
  width: 100%;
  max-width: 75em;
}

.footer-nav,
.footer-column ul {
  width: 48%;
  min-width: 17.1em;
}

.footer-nav strong {
  font-size: 1.2em;
  margin-top: 3em;
}

.footer-nav ul li {
  margin: 1em 0;
  vertical-align: top;
}

.footer-nav ul li img  {
  margin-right: 0.7em;
  float: left;
}

.footer-nav ul li a {
  color: #fff;
  list-style-type: none;
  text-decoration: underline;
}

.footer-nav ul li a:hover {
  text-decoration: none;
}

/* Title Bar */
.titlebar,
.Welcome,
h1.heading,
#EmailContent > h2,
#UpdateSecurityAnswerWrap h2  {
  width: 100%;
  margin: 10px 0;
  background-color: #ffcc00;
  font-size: 1.7em;
  padding: 0.3em;
}

.titlebar .pfp {
  background: url('/v/4.10.6/b/i/pfp_logo.png') no-repeat scroll 0 0 transparent;
  width: 84px;
  position: relative;
  height: 84px;
  top: -28px;
  float: right;
}


.titlebar p {
  margin-top: 0;
}

/* Pagination */
.Pagination {
  margin: 5px;
  width: auto;
}

.Pagination a {
  color: #731306;
}

.width70 {
  width:70%;
}

.width60 {
  width: 60%;
}

.width40 {
  width: 40%;
}

.width30 {
  width:30%;
}

/* ALL RESPONSIVE */
.mobileShow {
  display: none;
}

/* start responsive */
@media only screen and (max-width: 959px) {

  /* Mobile Menu/Dashboard buttons */
  #mobileMenuButton {
    display: inline-block;
  }

  #accountMenuButton {
    background-image: url('/v/4.10.6/b/i/dashboardIcon.png');
    margin-right: 5px;
  }

  #mobileMenuButton.open,
  #accountMenuButton.open {
     background-color: #9d080a;
  }

  .mobileButtons {
    float: right;
    position: relative;
    top: 10px;
  }

  .mobileButtons a {
    float: left;
  }

  #buttonHolder {
    width: 100%;
    height: 100%;
    padding-top: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
  }

  #mobileMenuButton span {
    display: block;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
  }

  .mobileHeaderButtons {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 6px;
    background-color: #ef101b;
    font-weight: bold;
    text-align: center;
  }

  #mobileMenuButton.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 3px;
    background-color: #fff;
  }

  #mobileMenuButton.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  #mobileMenuButton.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
    left: 3px;
    background-color: #fff;
  }

  /* IE9 does not do the rotation and placement of the closing X properly
  so this class disables the effect for IE9 */
  #mobileMenuButton span.ie9-fix:nth-child(1),
  #mobileMenuButton span.ie9-fix:nth-child(2),
  #mobileMenuButton span.ie9-fix:nth-child(3) {
    top: 0;
    left: 0;
    width: auto;
    opacity: 1;
    height: 3px;
    font-weight: normal;
  }


  .HeaderLogo .LogoLink {
    margin-top: 5px;
    width: 45px;
  }

  .HeaderLogo .LogoLink + .LogoLink {
    margin: 0;
  }

  .notLoggedInHeader,
  .loggedInHeader {
    height: 55px
  }

  /* Dashboard */
  .InfoBox {
    padding-bottom: 10px;
    margin-top: 0px;
    display: none;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .InfoBox .playerDashboard,
  .InfoBox .dashboardBox,
  .InfoBox .dashboardInfoBox {
    width: 100%;
  }

  .InfoBox #expiringPoints,
  .InfoBox #totalPoints,
  .InfoBox #messages {
    width: 48%;
  }

  .InfoBox #totalPoints {
    margin-right: 4%;
  }

  .InfoBox .welcomeBox {
    color: #646560;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
  }

  .InfoBox .playerName {
    color: #646560;
  }

  .InfoBox .playerButtons {
    float: right;
    position: relative;
    z-index: 5000;
    margin-top: 0;
  }

  .InfoBox a.dashboardInfoBox {
    font-size: 1.8em;
  }

  #buttonContainer {
    top: 17px;
  }

  #nav li.current a,
  #nav li:hover,
  #nav .submenu li:hover,
  #nav .submenu .tier2 li a:hover {
    background: transparent;
    border-radius: 0;
  }

  #navigation{
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: auto;
    margin-bottom: 0;
    display: none;
  }

  #nav {
    text-align: left;
    width: 100%;
  }

  #nav li{
    display: block;
    padding: 10px 0;
  }

  #nav > li{
    margin: 0 12px;
    border-bottom: 2px groove rgba(255, 255, 255, 0.56);
  }

  #nav > li.current > a,
  #nav > li.current > span,
  #nav li.current > a,
  #nav .submenu > li.current > a,
  #nav .submenu .tier2 li.current > a{
    background-color: #ec1018;
    color: #ffffff;
  }

  #nav li a{
    color: #333333;
  }

  #nav li a,
  #nav li span {
    line-height: 30px;
  }

  #nav li .submenu{
    position: inherit;
    width: 95%;
    border-radius: 8px;
    background-color: #d7d9ca;
    padding: 10px;
    position: relative;
    margin: 10px 10px 20px 10px;
    box-shadow: none;
  }

  #nav .submenu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d9ca;
    top:-10px;
    left: 10px;
    position: absolute;
  }

  #nav li .submenu li {
    border-bottom: 1px dashed #ffffff;
    margin: 0 10px;
  }

  #nav li:last-child,
  #nav li .submenu li:last-child {
    border-bottom: none;
  }

  #nav .submenu.tier2 {
    position: relative;
    background-color: #b7baa6;
    left: 0;
  }

  #nav .tier2::before {
    border-bottom: 10px solid #b7baa6;
  }

  #nav li:hover > .submenu {
    display: none;
  }

  li.expandable::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #494949;
    position: absolute;
    top: 20px;
    left: -6px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .opening::before {
    top: 23px;
    transform: rotate(450deg);
  }

  #findRetailer {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    background-position: 22%;
  }

  .navElement{
    display: none;
  }

  .navOpen{
    display: block;
  }

  /* Subpage containers/wrappers */
  .sub-page,
  #RegistrationWrap,
  #MainContent {
    width: 100%;
  }

  .titlebar p {
    margin: 0;
  }

  .titlebar .pfp {
    background-size: 60px;
    width: 60px;
    height: 60px;
    right: 0;
    top: -15px;
  }

  /*
    Styles needed to overwrite the colorbox JQuery styles - the use of !important just halps
    us to avoid rewriting DEFAULT javascript for now
  */
  #colorbox {
    top: 50px !important;
  }
  #colorbox,
  #cboxWrapper,
  #cboxLoadedContent,
  #cboxLoadedContent table {
    width: 100% !important;
  }

  #cboxTopCenter,
  #cboxBottomCenter,
  #cboxContent {
    width: 85% !important;
  }
  /* End of Important rules  */
}
