/* PHOTOSHOP TO CSS FOR DOSIS:

1 Photoshop px = 0.77156px = 0.077156em in CSS

*/

/* MISC CLASSES */
hr.clear {
	background: none;
	border: none;
	width: 100%;
	margin: 0;
	padding: 0;

	clear: both;
}

div.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0 0 5px;
	line-height: 1em;
}

h2 {
	font-size: 4.71em;
	text-transform: uppercase;
	text-align: left;
}

h3 {
	font-size: 2.24em;
	text-transform: uppercase;
}

h4 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h5 {
	font-size: 1.4m;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	font-weight: 400;
	margin: 24px 0;
	font-size: 2.8em;
	line-height: 1.1248em;
	text-align: left;
	letter-spacing: 0.01em;
}

a {
	color: #FFF;
	text-decoration: none;
	font-size: 2.8em;
	line-height: 1.1248em;
	letter-spacing: 0.01em;
}

p a, a p, a h1, a h2, a h3, a h4, a h5, a h6 {
	font-size: 1em;
}

a:focus,
a:hover,
a:active,
a:visited {
	color: #FFF;
	text-decoration: underline;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-moz-transform-origin: 0 0;
}

body,html {
	width: 100%;
	height: 100%;
	text-align: center;

	font-family: 'Dosis', sans-serif;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: -0.025em;
	color: #FFF;
}

.section {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section_content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	max-width: 80%;
}

#menu_section {
	background: #FFF;
	min-height: 500px;
}

#about_section {
	background: #825BAE;
	position: relative;
	min-height: 1200px;
	padding-top: 100px;
}

#career_section {
	background: #7F7F7F;
	min-height: 440px;
}

#contact_section {
	background: #330B3D;
}

#footer_section {
	background: #B7B7B7; 
	min-height: 700px;
}

/* Menu Section */
#logo {
	max-width: 50%;
	height: auto;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-moz-transform-origin: 0 0
}

#menu {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 166px;
}

#menu a {
	float: left;
	display: inline-block;
	width: 164px;
	background: url('../images/menu_btn.png');
	font-size: 3.8em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 8px;
	line-height: 44px;
	height: 44px;
}
/*
#menu a#menu_about {
	padding: 7px 0 9px;
}

#menu a#menu_career {
	padding: 9px 0 7px;
}

#menu a#menu_contact {
	padding: 10px 0 6px;
}
*/

#menu a:first-child {
	margin-top: 0;
}

#menu a:hover,
#menu a:focus,
#menu a:active {
	background: url('../images/menu_btn_hover.png');
}

#menu a#menu_linked_in {
	background: url('../images/linked_in.png');
	width: 152px;
	height: 40px;
	padding: 0;
	float: right;
}

#menu a#menu_linked_in:hover {
	background: url('../images/linked_in_hover.png');
}

/* ABOUT SECTION */
#heroes_posters {
	/* width: 1670px; */
	/* max-width: 100%; */
	background-size: contain;
	margin: 0 auto;
	position: relative;
}

#heroes_posters img {
	width: 100%;
	/* height: auto; */
}

#about_section .section_content {
	position: relative;
	max-width: 75%;
}

#about_section_inner {
	width: 100%;
}

.contact_return {
	margin-top: 50px;
}

.contact_return h3 {
	font-size: 7em;
}

.contact_return p {
	text-align: center;
	font-size: 3.5em;
}

/* UNCOMMENT FOR INDIVIDUAL POSTERS
#heroes_posters {
	height: 650px;
	background: url('../images/grid_base.jpg') bottom center no-repeat;
	margin: 0 auto;
	overflow: visible;
	padding: 0 25%;
}

#heroes_posters img {
	position: absolute;
}

#about_section .section_content {
	top: 665px;
	position: absolute;
	left: 50%;
	-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-moz-transform-origin: 0 0;
}

#superhero_squad_poster {
	top: 8%;
	left: 50%;
	-transform: translateX(-126%);
	-ms-transform: translateX(-126%);
	-webkit-transform: translateX(-126%);
	-moz-transform: translateX(-126%);
	-moz-transform-origin: 0 0;
}

#top_secret_poster {
	top: 8%;
	right: 50%;
	-transform: translateX(127%);
	-ms-transform: translateX(127%);
	-webkit-transform: translateX(127%);
	-moz-transform: translateX(127%);
	-moz-transform-origin: 0 0;
}

#heroes_poster {
	top: 0;
	left: 50%;
	-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-moz-transform-origin: 0 0;yah
}

*/

/* CAREER SECTION */
#career_section .section_content {
	height: 100%;
}

#puzzle {
	float: left;
	margin-right: 33px;
}

#career_content_inner {
	width: 835px;
}

#career_section h2 {
	margin-top: 50px;
}

a#want_to_join {
	font-weight: 400;
	margin: 24px 0;
	font-size: 2.8em;
	line-height: 1.1248em;
	text-align: left;
	letter-spacing: 0.01em;
	display: inline-block;
	text-align: right;
	padding-right: 100px;
	height: 53px;
	background: url('../images/career_link_button.png') center right no-repeat;
	padding: 20px 110px 0 0;
	position: relative;
}

a#want_to_join:hover,
a#want_to_join:active,
a#want_to_join:focus {
	background: url('../images/career_link_button_hover.png') center right no-repeat;
}

/* CONTACT SECTION */
#contact_section {
	min-height: 895px;
}

#contact_section .section_content {
	height: 100%;
	max-width: 100%;
}

#contact_content_inner {
	width: 100%;
}

#contact_section a h2 {
	margin-top: 27px;
	text-align: center;
	font-size: 4.71em;
}

a#contact_toggle {
	display: block;
	padding: 25px;
	font-size: 1em;
}

#contact_form {
	display: none;
	margin-top: 20px;
}

#contact_form label {
	display: inline-block;
	width: 400px;
	padding-right: 20px;
	text-align: right;

	float: left;
	line-height: 2em;
}

#contact_form > p:first-child label {
	line-height: 2.8em;
}

#contact_form select,
#contact_form input,
#contact_form textarea {
	display: inline-block;
	width: 457px;
	background: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	height: 40px;
	border:none;

	font-size: 1em;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #72008C;
	font-family: inherit;
}

#contact_form select {
	height: 60px;
}

#contact_form textarea {
	height: 150px;
}

#contact_form > p {
	margin: 20px 0 0;
	line-height: 1px;
	display: inline-block;
	width: 100%;
}

#contact_form > p:first-child {
	margin-top: 0;
}

#contact_form input[type="submit"] {
	font-family: inherit;
	width: 497px;
	margin: 0;
	padding: 0;
	background: url('../images/contact_send.png');
	color: #FFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	text-transform: uppercase;

	max-width: 100%;
	background-size: cover;
}

#contact_form input[type="submit"]:active,
#contact_form input[type="submit"]:hover,
#contact_form input[type="submit"]:focus {
	background: url('../images/contact_send_hover.png');
}

#contact_form .selectric p.label {
	width: 403px;
	border: none;
	height: 40px;
	padding: 10px 20px;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #72008C;
	font-size: 1em;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin: 0 7px 0 0;
}

#contact_form .selectric b.button {
	width: 48px;
	height: 48px;
	background: url('../images/dropdown_btn.png');
	text-indent: -9999px;
	display: inline-block;
	float: left;
	margin-top: 6px;
}

#contact_form .selectricHover b.button{
  background: url('../images/dropdown_btn_hover.png');
}

#contact_form > .contact_text_container {
    width: 497px;
    margin-left: 44%;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}

span.contact_text {
    text-transform: uppercase;
    font-size: 25px;
}

.contact_text_container a,
.contact_text a {
    color: #c59ee2;
    font-size: 1em;
}

a.esrblink {
    float: left; 
    padding-right: 10px;
}

.contact_text_container div {
    text-align: left;
}

.selectricItems {
	display: none;
	width: 435px !important;
	right: 65px;
	font-size: 1em;
	position: absolute;
	overflow: auto;
	background: #F9F9F9;
	border: 1px solid #CCC;
	z-index: 9998;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px;
    top: 58px;
    width: 510px;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.thank_you_dialog {
	max-width: 80%;
	margin: 0 auto;
}

.thank_you_dialog h3{
	margin-top: 100px;
	font-size: 6em;
}

.thank_you_dialog p {
	text-align: center;
	font-size: 3.2em;
}

/* FOOTER SECTION */
#footer_section .section_content {
	top: 10%;
}

a#back_to_top,
a#back_to_home,
a[href="#top"] {
	width: 301px;
	height: 70px;
	display: inline-block;
	background: url('../images/back_to_top_btn.png');
	background-size: contain;
	font-size: 4.5em;
	text-transform: uppercase;
	margin-bottom: 116px;
	padding: 0;
	line-height: 70px;
	font-weight: 500;
}

a#back_to_top:hover,
a#back_to_home:hover,
a#back_to_top:active,
a#back_to_home:active,
a#back_to_top:focus,
a#back_to_home:focus {
	background: url('../images/back_to_top_btn_hover.png');
	background-size: contain;
	text-decoration: none;
}

#footer_section h3 {
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	font-size: 2.905em;
	text-transform: none;
} 

#footer_section p {
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 1.956em;
	font-weight: 300;
}

#footer_section .section_content {
	width: 1000px;
}

/* PRIVACY + LEGAL */
#sub_logo {
	width: 500px;
	max-width: 80%;
	margin-top: 50px;
}

.sub_page {
	height: auto;
	padding-bottom: 150px;
}

a#back_to_home {
	margin: 100px 0 0;
}

.privacy_policy h2 {
	margin: 100px 0 0;
}

.privacy_policy h3 {
	text-align: left;
	margin-top: 50px;
}

.privacy_policy ol {
	text-align: left;
}

.privacy_policy a[href="#top"] {
	width: 200px;
	height: 46.5px;
	font-size: 1em;
	line-height: 46.5px;
	text-align: center;
	margin: 0;
}

.privacy_policy ul {
	font-size: 2.8em;
	text-align: left;
	line-height: 1em;
	margin-left: 30px;
}

.privacy_policy p ul li{
	font-size: 1em;
}

.privacy_policy p {
	text-align: left;
}

.legal h2 {
	margin:	 100px 0 0;
}

/* 404 */
.p_404 h2,
.p_404 p{
	text-align: center;
}

#career_content_inner.privacy_policy,
#career_content_inner.p_404,
#career_content_inner.legal {
	width: 100%;
}

/* Preload Images */
body:before {
    content: url('../images/menu_btn_hover.png') url('../images/career_link_button_hover.png') url('../images/dropdown_btn_hover.png') url('../images/back_to_top_btn_hover.png') url('../images/contact_send_hover.png');
    display:none;
}


/*ANIMATIONS*/
.glow{
	position:absolute;
    background-color: rgba(255,255,255,0);
    opacity: 0;
    
	background-image: url(../images/shine-diag.png);
    background-position:"-500px -500px";
    
	background-repeat: no-repeat;
	background-size: cover;
}
.glow a {
    display: block;
    width: 100%;
    height: 100%;
}


/*puzzle*/
#puzzle_wrapper {
    float: left;
    height: 400px;
    margin-right: 30px;
    position: relative;
    width: 200px;
}
#puzzle_wrapper img {
    position: absolute;
}

img#p_l {
    left: 5px;
    top: 113px;
}
img#p_b {
    top: 161px;
    left: 52px;
}
img#p_r {
    top: 113px;
    right: 4px;
}
img#p_t, img#p_tw {
    left: 52px;
    top: -10;
}
img#p_t:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:1;
    background: #fff;
  }
 .glow_btn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 91px;
    height: 53px;
    z-index:99;
    background: url("../images/shine-diag-sml.png") no-repeat -100px center;
    
}
