html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
  color: black;
	font-family: arial, sans-serif;
	
}

/*body {
	background: url(../images/bg-desktop4.png) no-repeat;
	background-size: cover !important;
	background-position: center bottom;
	background-color: black;
}*/

.content {
	min-height: 100vh;
}


.clock{
  text-align: center;
  font-size: 40px;
  margin-top: 15%;
  color: white;
  position: relative;
}

.sonyheader {
  padding: 2px;
  background: black;
  font-size: 30px;
  z-index: 9999;
}

.envelope {
	padding-bottom:30px;
	padding-left: 80%;
	width: 100%
}
.nowhiring{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #72d4d4;
}


@media (min-width: 1280px) {


	.content {
		
	}
}

div, a, img, input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline:0;
	outline:none;
}

h1 {
  margin: 50px 0 0;
  padding: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	h1 {
		margin: 50px 0 20px;
	}
}

h1 img {
  width: 100%;
}

@media (min-width: 1024px) {
	h1 img {
    width: 80%;
    max-width: 750px;
	}
}

.content-container {
  width: 100%;
	height:100%;
}

.content {
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
  box-sizing: border-box;
}



@media (min-width: 1024px) {
	.content {
		width: 1000px;
		
	
	}
}

.heading {
  margin: 0;
  padding: 0;
	font-family:'Triplett Cg Light', sans-serif;
	font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.arrow-down {
	width: 30%;
	max-width: 98px;
	margin: 20px auto 50px;
	display: block;
}

@media (min-width: 1280px) {
	.arrow-down {
		display: none;
	}
}


/*** Popup ***/

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	font-family:'Triplett Cg Light', sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}


.overlay-content {
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 200px;
	padding: 20px 30px;
	width: 80%;
	max-height: 120px;

}


.age-button {
	border: none;
	background: #F7190B;
	color: #fff;
	text-decoration: none;
	font-family:'Triplett Cg Light', sans-serif;
	font-size: 20px;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 5px;
	outline: none;
}

.overlay-buttons {
	margin-top: 20px;
}


/*** FORM ***/
.error {
  color: white!important;

}

.form {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #404046;
}

.form label {
	color:#ff0000 ;
	font-family:'Triplett Cg Light', sans-serif;
	font-size: 14px;
  text-align: center;
	text-transform: uppercase;
	display: block;
}

@media (min-width: 715px) {
	.form label {
    font-size: 16px;
    text-align: left;
  }
}

.form .field {
	width: 100%;
	height: 30px;
	display: block;
	margin: 0 0 20px;
	color: #d1cdcd;
	font-family: arial, sans-serif;
	font-size: 16px;
	background: #000;
	border: 2px solid #d1cdcd;
	padding-left: 10px;
}

.phone-disclaimer {
	width: 100%;
	color: #fff;
  font-family: arial, sans-serif;
	font-size: 12px;
}

@media (min-width: 715px) {
	.phone-disclaimer {
		width: 315px;
	}
}

.select-wrapper {
	float: left;
	width: 32%;
	background: url(../images/arrow-down.png) no-repeat 96% 10px;
	height: 35px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #000;
  border: 2px solid #d1cdcd;
  box-sizing: border-box;
}

.select-wrapper.month,
.select-wrapper.day {
	margin-right: 2%;
}

.select-wrapper.month {
	margin-left: 18%;
}

.gender {
	clear: both;
	
}

.gender .select-wrapper {
	float: none;
	margin: 0 auto;
}

.select-wrapper select {
   background: transparent;
   border: none;
	 color: #d1cdcd;
	 font-family: arial, sans-serif;
   font-size: 14px;

   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
	height: 100%;
	 -webkit-user-select: none;
	 -moz-user-select: -moz-none;
		-ms-user-select: none;
				user-select: none;
		-webkit-appearance: none;
			 -moz-appearance: radio-container;
						appearance: none;
}

.required {
	clear: both;
	padding: 15px 0 0;
	text-align: right;
  color: white;
	font-size: 15px;
}

.agreement {
	clear: both;
	color: white;
  font-family: arial, sans-serif;
	font-size: 12px;
}

.agreement a {
	color: white;
}

.checkbox {
	clear: both;
	padding: 20px 0 0;
}

.checkbox input[type="checkbox"] {
	float: left;
	width: 5%;
	margin: 3px 0 0;
	padding: 0;
	display: block;
}

.checkbox p {
	float: left;
	width: 90%;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
  font-family: arial, sans-serif;
	font-size: 12px;
}

.submit-container {
	clear: both;
	padding: 30px 0;
}

.submit {
	width: 175px;
	height: 33px;
	margin: 0 auto;
	border: none;
	display: block;
	background: #ff0000;
	background-size: 175px 33px;
  cursor: pointer;
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
}

@media (min-width: 715px) {
	.form {
		width: 100%;
	}

	.form .left {
		clear: both;
		float: left;
		width: 49%;
	}

	.form .right {
		float: right;
		width: 49%;
	}

	.form .field{
		width: 100%;
	}

	.checkbox input[type="checkbox"] {
		width: 20px;
	}

	.checkbox p {
		width: calc(100% - 50px);
		margin: 0 0 0 10px;
	}

}

/*** END FORM ***/

/*** 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 ***/

/*** THANK YOU PAGE ***/

.thankyou {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px;

	color:white ;
	font-family:'Triplett Cg Light', sans-serif;

}

/*** END THANK YOU PAGE **/

/*** FANCYBOX ***/

#fancybox-loading, .fancybox-close {
	background-image: none;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
}

#fancybox-loading, .fancybox-close:hover {
	color:#de2f34;
}

iframe[name="google_conversion_frame"] {
	height: 0 !important;
	background: #000 !important;
}

/*** END FANCYBOX ***/


@media screen and (orientation: landscape) {
	body {
		background-size: cover !important;
	}
}
