body {
  background-color: #000;
  margin: 0;
  padding: 0;
}

#hero {
  position: relative;
}

.nowhiring_img{
	width: 25%;
}

.hero_img {
  width: 100%;
  padding: 0;
  margin: 0;
}

#motto {
  position: absolute;
  font-family: arial;
  bottom: 56%;
  color: #fff;
  right: 39%;
  font-size: 3vw; /** responsive font-size **/
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: gold;
}

.nowhiring{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #72d4d4;
	width: 77%;
	position: relative;
	padding-left: 11%;
}

.registration{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 100%;
	position: relative;
	z-index: 9999;
	padding-bottom: 5%;
}

/*** FOOTER ***/
/*** FOOTER ***/
.footer-container {
  clear: both;
  width: 100%;
  color: #d1cdcd;
  font-family: 'Poppins', sans-serif;
}
.footer-container a {
  color: #d1cdcd;
  text-transform: uppercase;
    padding: 0 5px;
}
.footer-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-container .logos li {
  padding: 0 10px 0 0;
  display: inline-block;
}
.footer-mobile {
  display: block;
  padding: 1rem;
}
.footer-desktop {
  display: none;
  font-size: 12px;
  line-height: 0;
}
.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  text-align: left;
  border-radius: 0 10px 0 0;
  padding: 4px 10px;
}
/*.copyright span:first-child{
  margin-right: 20px;
}*/
.personal_info img {
  width: 32px;
  margin-left: 0.3rem;
  margin-bottom: 3px;
}
.personal_info {
  display: inline-flex !important;
  align-items: center;
}
.footer-mobile {
  font-size: 10.2px;
  letter-spacing: 1px;
}
.footer-mobile ul {
  padding: 0 0 5px 5px;
  text-align: center;
}
.footer-mobile li {
  padding: 0 5px 0 0;
  display: inline-block;
}
.footer-mobile p {
  margin: 0;
  padding: 0 10px;
  line-height: 2em;
  text-align: center;
}
.footer-desktop .left {
  max-width: 50%;
  display: inline-block;
}
.footer-desktop .left img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.footer-desktop .right {
  display: inline-block;
  max-width: 50%;
}
.footer-desktop .legal-copy {
  float: left;
  padding: 10px;
  width: 500px;
  margin-right: 20px;
  text-align: right;
}
.footer-desktop .legal-copy p {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.line-breaker {
  display: block;
}
#footer-thingy .footer_content #openCredits {
  color: #eb0000;
}
#footer-thingy .footer_content #openCredits:hover {
  color: #FFFFFF;
}
#footer-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 7000;
  opacity: 0;
  transition: 500ms;
  -webkit-transition: 500ms;
  pointer-events: none;
}
#footer-overlay.show {
  opacity: 1;
  pointer-events: initial;
}
#footer-thingy.show {
  opacity: 1;
  pointer-events: initial;
}
#footer-thingy {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 6000;
  opacity: 0;
  transition: 500ms;
  -webkit-transition: 500ms;
  pointer-events: none;
}
#footer-thingy .footer_content {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  text-align: right;
  display: inline-block;
  float: right;
  background-color: #000;
  border-radius: 10px 0 0 0;
  padding: 4px 10px;
}
#footer-thingy .footer_content a {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #999;
  transition: 300ms;
  -webkit-transition: 300ms;
    padding: 0 2px;
}
#footer-thingy .footer_content a:hover {
  color: #fff
}
#footer-thingy .footer_content a:last-child {
  margin-right: 8px
}
@media(max-width:600px) {
  #footer-thingy .footer_content a:last-child {
    margin-right: 0
  }
}
#footer-thingy .footer_content div {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #999;
  transition: 300ms;
  -webkit-transition: 300ms;
  margin-right: 1px
}
#footer-thingy .footer_content div:hover {
  color: #fff
}
@media(max-width:600px) {
  #footer-thingy .footer_content div {
    margin-right: 0
  }
}
@media(max-width:1152px) {
  #footer-thingy {
    background: #000000;
  }
  #footer-thingy .footer_content {
    font-size: 9px !important;
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding: 10px 0 0;
    letter-spacing: 0;
    float: none;
  }
  #footer-thingy .footer_content a {
    padding: 5px 3px;
  }
  .copyright {
    position: static;
    bottom: auto;
    left: auto;
    font-size: 10px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding: 0 0 10px;
    background: rgba(0, 0, 0, 0);
  }
  .bottom-clear {
    padding-bottom: 8rem;
  }
}
@media(max-width:600px) {
  /*
  #footer-thingy .footer_content {
    font-size: 2.4vw;
  }
*/
}
/* SUPPORT FOR CANADA / LAYOUT OF ADCHOICES BUTTON */
#footer-thingy.canada {
  width: 60%;
}
#footer-thingy.canada .footer_content {
  float: left;
  border-radius: 0 10px 0 0;
}
@media(max-width:600px) {
  #footer-thingy.canada .footer_content {
    border-radius: 0 10px 0 0;
  }
}

.footer-container {
  clear: both;
  width: 100%;
  height:auto;
  color: #808080;
  font-family: arial, helvetica, sans-serif;
  background-color: transparent;
  
}

.footer-container a {
  color: #808080;
}

.footer-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-container .logos li {
  padding: 0 10px 0 0;
  display: inline-block;
}


.footer-mobile {
  padding: 0 0 20px;
  display: block;
}

.footer-desktop {
  display: none;
  font-size: 12px;
  line-height: 0;
}

@media (min-width: 715px) {
  .gender {
    clear: none;
  }

  .gender .select-wrapper {
    float: left;
  }

  .select-wrapper.month {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .footer-mobile {
    display: none;
  }

  .footer-desktop {
    display: block;
    
  }
}

.footer-mobile {
  font-size: 10px;
  
}

.footer-mobile ul {
  padding: 0 0 5px 5px;
  text-align: center;
}

.footer-mobile li {
  padding: 0 5px 0 0;
  display: inline-block;
}

.footer-mobile p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-align: center;
}

.footer-desktop .left {
  clear: both;
  float: left;
  padding: 100px 0 20px 115px;
}

.footer-desktop .left img {
  margin-right: 10px;
}

.footer-desktop .right {
  float: right;
  padding: 100px 20px 20px 0;
}

.footer-desktop .legal-copy {
  float: left;
  width: 500px;
  margin-right: 20px;
  text-align: right;
  color: #808080;

}

.footer-desktop .legal-copy p {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #808080;
  
}

/*** END FOOTER ***/
