@charset "utf-8";
html, body {
  background: #000000;
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff!important;

}


.h1-text{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.5rem;
  color: white;
  margin: 0.1rem;
  text-align: left;
}

.h2-text{
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.5rem;
  color: white;
  margin: 0.1rem;
  text-align: right;
}


img{

max-width: 100%;

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


a:link{

  text-decoration: none;
  
  }


.main-container {
  background: #000000;
  padding: 0!important;
  padding-top: 4.3rem!important;
}

/* Dropdown Button */
.dropbtn {
  background-color:#cb3232;
  color: white;
  width: 5rem;
  padding: 0.25rem;
  font-size: 80%;
  font-weight: bold;
  border: 1%;
  border-radius: 0.25rem!important;
  text-align: center;
  margin: 2;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  

}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  width: 125%;
  line-height: 1.5rem;
  border-radius: 0.25rem!important;
  box-shadow: 0em 0.2em 0.2em 0em rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 70%;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(252, 248, 248);
  width: auto;
  text-align: center;
  display: block;
  border-bottom-left-radius: 0.25rem!important;
  border-bottom-right-radius: 0.25rem!important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: red;
 
  color: white;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content
 {
   display: block;
   
}


.header-container {
  background: #000000;
  position: fixed;
  z-index: 1;
  top: 0;
}



.stagger li {
  transform: none;
}

.text-2 {
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  background-repeat: no-repeat;
  background-size: 90%;
  animation: animate 2s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 900%;
  }
}

.gold-arrow {
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}

.menu-container {
  background-image: url(../img/title.jpg);
  background-size: 100% 100%;
  width: 100%;
  
}

.menu {
  height: 100%;
  border-block: none;
 
}

.menu-item {
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;

  font-weight: bold;
  text-transform: uppercase;

  border-right: 0.01rem solid #730000;
  border-left: 0.01rem solid #b24848;
  list-style-type: none;

}

.w-23 {
  width: 23.33%;
}

.w-30 {
  width: 30%;
}

.menu-item:first-child {
  border-left: 0.02rem solid #730000;
}

.menu-item:last-child {
  border-right: 0.02rem solid #730000;
}

.menu-item a {
  color: #fff;
  
  
  background: linear-gradient(to bottom, #e74141 0%, #e62020 48%, #db0101 49%, #c90101 100%);
}

.menu-item a:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #e74141 0%, #e62020 48%, #db0101 49%, #c90101 100%);
  line-height: auto;
}
.menu-item:hover {
  color: #fff;
  
  background: linear-gradient(to bottom, #e74141 0%, #e62020 48%, #db0101 49%, #c90101 100%);
  line-height: auto;
}


.content-container {
  background: none;
  width:100%;
}

.container-outer {
  width: 100%!important;

}

.container-inner {
  width: 100%;


}







/* Float four columns side by side */
.column {
  float: left;
  width: 30%;
  padding: 0 1rem;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 0.3rem;
  }
}

/* Style the counter cards */
.w3-card {
 
  padding: 0.6rem;
  text-align: center;
  background-color: black;
  
  align-content: center;
}

.footer-bg {

  background: #e6f2ff;
  background: -moz-linear-gradient(left, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
  background: linear-gradient(to right, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
}




.h5-text {


font-family: Arial, Helvetica, sans-serif;
font-size: 1rem;
color: #cc3131;
}

.h5-ul{

font-family: Arial, Helvetica, sans-serif;
font-size: 0.65rem;
list-style: none;

}



.footertext {
 
  position: relative;
  color: #808080;
  line-height: 1.5rem;
  font-size: 0.84rem;
  text-decoration: none;

}

.footertext:hover{

  color: #fd2a1fb7;
  text-decoration: none;

}


.h5-text3{

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  
color: #808080; 
}

.ul3 {
  list-style: none;
  
}

.ul3 li:before {
  content: '✓';
}

.footertext3{

  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.55rem;
  color: #808080; 


}

.footertext4{

  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #808080; 

}





.footerbottom {
  background: #000000;
 
}


.footer01 {
  max-width: 25%!important;
}

.footer02 {
  max-width: 25%!important;
}

.footer03 {
  max-width: 30%!important;
}


.shutterstock-button {
    background-image: -webkit-linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-image: -o-linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-image: linear-gradient(to bottom, #fd291f 0, #a00702 100% 100%)!important;
    background-repeat: repeat-x;
    font-weight: bold;
    color: #fff;
    width: auto;
    line-height: auto;
    text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, .25);
    text-transform: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    white-space: nowrap;
    overflow: visible;
    align-items: flex-start;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0.625rem 3.125rem;
    border: 1px solid #ccc!important;
    border-color: #b22520!important;
    border-radius: 0.25rem!important;
    box-shadow: inset 0 1px 0 rgba(242, 164, 162, .6), 0 1px 2px rgba(0, 0, 0, .05)!important;
  }

.shutterstock-button:hover {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-linear-gradient(to bottom, #fb3d27 0, #e61901 100%)!important;
  background-image: -o-linear-gradient(to bottom, #fb3d27 0, #e61901 100%)!important;
  background-image: linear-gradient(to bottom, #fb3d27 0, #e61901 100%)!important;
}



.ghost {
  display: none;
}

.ghost2 {
  display: initial;
}

.sponsorship-wrap {
  width: 100%;
  height: auto;
  
}



.sponsorship-content-mobile {
  width: 100%;
  height: auto;
  padding: 0 1em;
  background: #967373;
  background: -moz-linear-gradient(left, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
  background: linear-gradient(to right, #000000 0%, #242121 42%, #0066cc 55%, #0066cc 76%, #003366 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6a2c2c', GradientType=1);
}

.sponsorship-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 0;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6a2c2c', GradientType=1);
}

.sponsorship-box {
  display: flex;
  align-items: center;
 

}

.sponsorship-icon.vip-icon {
  width: 5rem;
  height: 3.4rem;
  background-image: url(../img/vip-icon.png);
}

.sponsorship-box .sponsorship-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;

}

.sponsorship-icon.member-icon {
  width: 11rem;
  height: 5rem;
  background-image: url(../img/westbrom-member-icon.png);
  align-self: flex-end;
}

.sponsorship-icon.icon {
  width: 3rem;
  height: 3.8rem;
  background-image: url(../img/footer-wba-logo.png);
}

.sponsorship-icon.affiliate-icon {
  width: 5rem;
  height: 3.6rem;
  background-image: url(../img/affiliate-icon.png);
}



.sponsorship-text {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0.9em;
  
  color:white;

}

.sponsorship-text:hover {
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.77em;
 
  text-align: center;
  margin: 0 0.9em;
  

}

.center-button {
  margin: auto;
  width: 100%;
  padding: 10px;
  text-align: center;
}