/* Base */

html {
  background-color: #000;
}

body {
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  color: #4A4A4A;
  margin: 0px;
  background-color: #FFFFFF;
}

@media (min-width: 3500px) {
  body {
    font-size: 2em;
  }
}

body a {
  color: #027DB9;
}

body a:visited, body a:hover, body a:focus {
  color: #603C85;
}

h1, h2, h3 {
  font: normal normal 400 2em/1.8 "Oswald", sans-serif;
  letter-spacing: 1px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

h4, h5, div.buyinstruct {
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  letter-spacing: 1px;
  margin-block-start: 0;
  margin-block-end: 0.75em;
}

h1 {
  font-size: 2.5em;
}

@media (max-width: 767px) {
  h1 {
  font-size: 2em;
  }
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.5em;
}

h5, div.buyinstruct {
  font-size: 1.25em;
}

hr {
  border-top: 2px solid #9A9A9A;
  width: 100%;
}

form {
  margin-bottom: 1em;
  display: block;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-collapse: collapse;
}

table thead {
  background-color: #CE3E00;
  color: #FFFFFF;
}

table thead th {
  font: normal normal 400 2em/1.8 "Oswald", sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  table thead {
    display: none;
  }
}

@media (max-width: 767px) {
  table th, table td {
    display: block;
  }
}

@media (max-width: 767px) {
  table td[data-th]:before {
    content: attr(data-th) ": ";
    font-weight: bold;
  }
}

table tbody, table tr, table td {
  padding: 1em 2em;
  word-wrap: break-word;
  vertical-align: top;
}

table tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}

form {
  margin-bottom: 1em;
  display: block;
}

label {
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  color: #4A4A4A;
}

select, input, textarea {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #6A6A6A;
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  color: #4A4A4A;
  width: 90%;
}

button {
  display: inline-block;
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  padding: 15px 25px;
  cursor: pointer;
  border: 0px solid transparent;
  text-align: center;
  background-color: #CE3E00;
  color: #FFFFFF;
}

button:hover {
  background-color: #842801;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border: 1px solid #6A6A6A;
  background-color: #FFFFFF;
  vertical-align: middle;
}

/* Body */

.bodystyle {
  margin: 2% 5%;
}

.bodystyle h1, .bodystyle h2 {
  position: relative;
}

.bodystyle h1::before, .bodystyle h2::before {
  border-bottom: 4px solid #CE3E00;
  position: absolute;
  content: '';
  width: 64px;
  bottom: -5px;
  margin-bottom: 0.5vw;
}

@media (max-width: 767px) {
  .bodystyle h1::before, .bodystyle h2::before {
    margin-bottom: 2vw;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.buyinstruct {
  display: block;
  unicode-bidi: embed;
  font-size: .83em;
  font-weight: bolder;
  margin: 1.5em 0;
}
@media print {
  .buyinstruct { page-break-after: avoid; }
}
.formpasstile {
  width: 85% !important;
  padding: 8px 10px !important;
  border-width: 1px !important;
  border-color: #9A9A9A !important;
}

.formreset {
  width: auto !important;
  padding: 8px 12px !important;
  border: none !important;
  background-color: #6A6A6A !important;
}

.formreset:hover, .formreset:active {
  background-color: #9A9A9A !important;
  transition: 0.3s; 
}

#Submit {
  width: auto !important;
  padding: 8px 30px !important;
  border: none !important;
  background-color: #00873E !important;
}

#Submit:hover, #Submit:active {
  background-color: #1AB261 !important;
  transition: 0.3s; 
}

.quanbox {
  border: none !important;
  background-color: #F5F5F5;
}

.quanvalue {
  background-color: #FFFFFF;
}

.quanplus:hover, .quanplus:active, .quanminus:hover, .quanminus:active {
  background-color: #CE3E00 !important;
  color: #FFFFFF !important;
  transition: 0.3s; 
}

/* Navigation */

.dept-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.dept-nav a, .dept-nav a:visited, .dept-nav a:hover, .dept-nav a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.dept-nav .dept-nav-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.dept-nav .dept-nav-rectangle {
  position: relative;
  height: 3.5vw;
  width: 100%;
  background-color: #000000;
}

@media (max-width: 1366px) {
  .dept-nav .dept-nav-rectangle {
    height: 5vw;
  }
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-rectangle {
    height: 5vw;
  }
}

@media (max-width: 767px) {
  .dept-nav .dept-nav-rectangle {
    height: 40px;
  }
}

.dept-nav .dept-nav-rectangle .dept-nav-pills {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 93%;
  transform: translate(0, -50%);
  z-index: 99;
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-rectangle .dept-nav-pills ul {
    position: absolute;
    height: auto;
    width: 108%;
    top: 80%;
    right: 0;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}

.dept-nav .dept-nav-rectangle .dept-nav-pills li {
  display: inline-block;
  font: normal normal 400 1.1em/1.4 "Lato", sans-serif;
  list-style-type: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 1.5%;
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-rectangle .dept-nav-pills li {
    display: block;
    padding: 10px 50px;
  }
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-rectangle .dept-nav-pills #menu {
    display: none;
    background-color: #000000;
  }
}

.dept-nav .dept-nav-rectangle .dept-nav-pills .icon {
  float: right;
  display: none;
  padding: 10px 20px;
  color: #FFFFFF;
}

.dept-nav .dept-nav-rectangle .dept-nav-pills .icon a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-rectangle .dept-nav-pills .icon {
    display: block;
  }
}

.dept-nav .dept-nav-trapezoid {
  border-bottom: 4vw solid #000000;
  border-right: 3.7vw solid transparent;
  height: 0;
  width: 40vw;
}

@media (max-width: 1366px) {
  .dept-nav .dept-nav-trapezoid {
    border-bottom: 6.5vw solid #000000;
  }
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-trapezoid {
    border-bottom: 10vw solid #000000;
  }
}

@media (max-width: 767px) {
  .dept-nav .dept-nav-trapezoid {
    border-bottom: 60px solid #000;
    border-right: 30px solid transparent;
    width: 300px;
  }
}

.dept-nav .dept-nav-trapezoid h1 {
  font: normal normal 400 2em/1.8 "Oswald", sans-serif;
  color: #FFFFFF;
  padding-top: 2%;
  padding-left: 15%;
  font-weight: 300;
}

@media (max-width: 767px) {
  .dept-nav .dept-nav-trapezoid h1 {
    padding-top: 1%;
  }
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-trapezoid h1 {
    padding-top: 1%;
  }
}

@media (max-width: 1366px) {
  .dept-nav .dept-nav-trapezoid h1 {
    padding-top: 1%;
  }
}

.dept-nav .dept-nav-trapezoid h1 i {
  margin-right: 2vw;
  color: #CE3E00;
  font-size: 2.5vw;
}

@media (max-width: 1366px) {
  .dept-nav .dept-nav-trapezoid h1 i {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) {
  .dept-nav .dept-nav-trapezoid h1 i {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .dept-nav .dept-nav-trapezoid h1 i {
    font-size: 35px;
  }
}

.header {
  margin-bottom: 20px;
}

.header h1, .header h2, .header h3 {
  margin: 0;
  padding: 0;
}

.header .top-bar--wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 68px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

@media(max-width:767px) {
  .header .top-bar--wrapper {
    height: 50px;
  }
}

@media (min-width: 3500px) {
  .header .top-bar--wrapper {
    height: 100px;
  }
}

.header .top-bar {
  padding: 0 20px;
  margin: 0 auto;
}

@media(max-width:767px) {
  .header .top-bar {
    padding: 0 10px;
  }
}

.header .top-bar .block-system-branding-block {
  display: inline-block;
}

.header .top-bar .block-system-branding-block img {
  width: 50px;
  height: 50px;
  margin-top: 0.5em;
}

@media(max-width:767px) {
  .header .top-bar .block-system-branding-block img {
    width: 40px;
    height: 40px;
    margin-top: 0.3em;
  }
}

@media (min-width: 3500px) {
  .header .top-bar .block-system-branding-block img {
    margin-top: 0.75em;
  }
}

.header .top-bar #block-global-top-nav {
  display: inline-block;
  height: 68px;
  vertical-align: top;
}

.header .top-bar #block-global-top-nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media(max-width:767px) {
  .header .top-bar #block-global-top-nav ul {
    margin-left: 2px;
  }
}

.header .top-bar #block-global-top-nav li {
  float: left;
  padding-top: 0;
  border-right: 1px solid #e3e5e3;
  list-style: none;
}

.header .top-bar #block-global-top-nav li a {
  display: block;
  font: normal normal 400 2em/1.8 "Oswald", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  color: #4A4A4A;
  text-decoration: none;
  text-align: center;
  padding: 0 0.8em;
  line-height: 68px;
}

@media(max-width:767px) {
  .header .top-bar #block-global-top-nav li a {
    font-size: 0.875em;
    padding: 0 4px;
    line-height: 50px
  }
}

@media (min-width: 3500px) {
  .header .top-bar #block-global-top-nav li a {
    line-height: 100px;
  }
}

.header .top-bar #block-top-social-icons {
  position: absolute;
  right: 14em;
  top: 1em;
}

@media (min-width: 3500px) {
  .header .top-bar #block-top-social-icons {
    top: 0.25em;
  }
}

.header .top-bar #block-top-social-icons .social-icons {
  display: inline-block;
}

.header .top-bar #block-top-social-icons .social-icons a {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 1.3em;
  color: #6A6A6A;
  text-align: center;
  margin: 0.1em;
}

@media (min-width: 3500px) {
  .header .top-bar #block-top-social-icons .social-icons a {
    margin: 0.25em;
  }
}


.header .top-bar #block-top-social-icons .social-icons a span {
  display: block;
  text-indent: -10000px;
}

@media (max-width: 1024px) {
  .header .top-bar #block-top-social-icons {
    display: none;
  }
}

.header .top-bar #block-top-shortcuts {
  position: absolute;
  top: -2px;
  right: 0;
  vertical-align: top;
  border-bottom: 2px solid #FFFFFF;
}

.header .top-bar #block-top-shortcuts ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
}

.header .top-bar #block-top-shortcuts ul li {
  float: left;
  height: 68px;
  padding-top: 0;
  border-left: 2px solid #FFFFFF;
  list-style: none;
}

@media (min-width: 3500px) {
  .header .top-bar #block-top-shortcuts ul li {
    height: 100px;
  }
}

.header .top-bar #block-top-shortcuts ul li a {
  font: normal normal 400 2em/1.8 "Oswald", sans-serif;
  color: #FFFFFF;
  line-height: 68px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0 .8em;
  font-size: 1em;
  font-weight: 300;
}

@media (min-width: 3500px) {
  .header .top-bar #block-top-shortcuts ul li a {
    line-height: 100px;
  }
}

@media (max-width:1024px) {
  .header .top-bar #block-top-shortcuts {
    display: none;
  }
}

.header .top-bar #block-top-shortcuts .events {
  background-color: #6A6A6A;
}

.header .top-bar #block-top-shortcuts .news {
  background-color: #4A4A4A;
}

.header .top-bar #block-top-shortcuts .icobb {
  background-color: #015A2A;
}

.header-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.header-container .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background: linear-gradient(90deg, #ffb700 0%, #ff5e03 100%);
  opacity: 0.7;
}

.header-container img {
  height: 315px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .header-container img {
    height: 250px;
  }
}

@media (max-width: 1024px) {
  .header-container img {
    height: 250px;
  }
}

@media (max-width: 1366px) {
  .header-container img {
    height: 250px;
  }
}

@media (min-width: 3500px) {
  .header-container img {
    height: 500px;
  }
}

/* Footer */

.lower-bar {
  background: #CE3E00;
  height: 1vw;
}

@media (max-width: 767px) {
  .lower-bar {
    height: 3vw;
  }
}

.footer {
  background-color: #000000;
  width: 100%;
  color: #9b9b9b;
  line-height: 1.5em;
  font-size: 0.875em;
}

.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 75%;
}

.footer .footer-left, .footer .footer-center, .footer .footer-right {
  flex-basis: 30%;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .footer .footer-left, .footer .footer-center, .footer .footer-right {
    flex-basis: 50%;
  }
}
