html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#222;
}


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


div, ul {
	margin:0px;
	padding:0px;
}

.bg {
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../images/background.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
}

#main_wrapper {
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
}

#content_wrapper {
	width:100%;
	max-width:746px;
	position:relative;
	text-align:center;
	margin:0px auto;
}

.title {
	width:100%;
	max-width:674px;
	height:auto;
	display:inline-block;
	position:relative;
	text-align:center;
	margin-top: 48px;
}

.credits_wrapper
	{width:100%;height:auto; padding-top:25px; overflow:hidden;}

.credits_slider_wrapper{width:100%;height:auto;overflow:hidden;
	background-color:  rgba(0,0,0,0.01);
	background-image : Radial-gradient( 
                    rgba(0,0,0, 1), 
                    rgba(0,0,0, 0) 80%);
	
	 0;text-align:center;z-index:0;font-family:"Titillium Web",sans-serif;font:10px arial;line-height:14px;color:#ccc}

.credits_wrapper .credits_slider_wrapper .credits{width:100%;max-width:550px;height:auto;position:relative;margin:0 auto;text-align:center}

}.credits_wrapper .credits_slider_wrapper .legal_links a{width:100%;height:auto;color:#ccc;text-align:right;margin:0 auto;position:relative}

.credits_wrapper .credits_slider_wrapper .legal_links a:hover{color:#fff;text-decoration:underline}

footer {
	width:100%;
	height:auto;
	position:relative;
	padding-top:6vh;
	margin:0 auto;
}

.studios_wrapper {
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}

.studio {
	width:auto;
	display:inline-block;
	margin:0px 10px;
}
	.studio:nth-child(1) { height:36px; }
	.studio:nth-child(2) { height:34px; }
	.studio:nth-child(3) { height:69px; }

.legal_wrapper {
	width:100%;
	height:auto;
	text-align:center;
	color:#9baaaf;
	font-family:arial;
	font-size:10px;
	line-height:1;
	margin:15px auto;
}

.legal_wrapper a {
	color:#9baaaf;
	text-decoration:none;
}

.legal_wrapper a:hover {
	text-decoration:underline;
}


.formPanel {
	width: 647px;
	margin:auto;
    height: auto;
    min-height: 0;
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin: 63px auto 0 auto;
    position: relative;
    padding: 40px;
    line-height:26px;
}

.formPanel .header {
	margin-bottom: 40px;
	font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
	font-weight:400;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
}

.formPanel .headerTY
{
	margin-bottom: 0;
	font-size: 32px;
}

.formPanel .line {
	height:37px;
	text-align:center;
}

.formPanel .fieldLabel {
	font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
	font-weight:200;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    width: auto;
}

.formPanel .fieldLabel.error {
	color:#ff0000;
}

.formPanel .fieldLabel.required {
	font-size:15px;
}

.formPanel .fieldLabel.lastName {
	margin-left:15px;
}
.formPanel .fieldLabel.birthdate {

}

.formPanel .fieldLabel.zipcode {
	margin-left:15px;
}
.formPanel .fieldLabel.gender {
	margin-left:15px;
}

.formPanel .field {
	background-color: #eceaea;
    height: 22px;
    display: inline-block;
    margin-left: 7px;
    border: 0;
	border-radius:10px;
}

.formPanel .field input[type=text] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    outline: 0;
    background: 0;
    height: 19px;
    border: 0;
	border-radius:0px;
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
	font-weight:400;
    color: #000;
	padding: 0px 10px 0px 10px;
	    line-height: 1.0;
    width: 122px;
}

.formPanel .field input[type=text].email {
	width:233px;
}
.formPanel .dropdown input[type=text].zipcode {
	width:76px;
		
}

.formPanel .dropdown {
	background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100px;
    height: 22px;
    background-color: #eceaea;
    display: inline-block;
    margin-left: 7px;
    border: 0;
	border-radius:10px;
}

/*
.formPanel .dropdown select {
	outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
    align-items: top;
    border: 0;
    background: transparent;
    width: 109px;
	height: 22px;
    display: block;
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
	font-weight:400;
    color: #555;
	padding: 0px 10px;
	line-height: 22px;
	position: relative;
	top: 0;
	left: 0;
}
@-moz-document url-prefix() {
    .formPanel .dropdown select
	{
		top: -3px !important;
	}
}
*/

.formPanel .dropdown select {
	outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
    align-items: top;
    border: 0;
    background: transparent;
    width: 109px;
	/* left: 10px; */
	height: 22px;
    display: block;
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
	font-weight:400;
    color: #555;
	padding: 0px 10px 0px 0px;
	line-height: 1.0;
	text-indent: 13px;
}

@-moz-document url-prefix() {
    .formPanel .dropdown select
	{
		position: relative;
		top: -3px !important;
		left: -8px !important;
	}
}

.formPanel .dropdown select.year {
	margin-left:20px;
}

.formPanel input[type=submit]{
	background-color: #4f7da1;
    color: #FFF;

	font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
	font-weight: 600;
    width: 119px;
    height: 38px;
	box-shadow: inset 0px 0px 15px 4px rgba(0,0,0,0.25);
	border: 0px;
	    border-radius: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    display: block;
    cursor:pointer;
}

.formPanel .agreement {
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
    color: #ffffff;
	text-transform: uppercase;
    width: 88%;
    display: block;
    position: relative;
	margin-top:15px;
	line-height: 17px;
    left: 44px;
	text-align: left;
}

.formPanel .agreement a {
	color:#ffffff;
	cursor:pointer;
}

.formPanel .agreement a:hover {
	color:#4f7da0;
}

.formPanel .agreement .checkbox{
	position:absolute;
	top:-2px;
	left:-22px;
}

.formPanel .agreement .checkbox.error {
	background-color:#9a1116;
}

.formPanel .submit {
	margin-top:45px;
	display:block;
}

.formPanel .submit img
{
	display: block;
	cursor: pointer;
}

.formPanel input[type=submit]:hover{
	color:#FFF;
	text-shadow: 0px 0px 8px #FFF;
}

.successPanel {
	width: 768px;
    height: 450px;
    min-height: 0;
    background-color: rgba(10,47,55,0.0);
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 40px auto;
    position: relative;
    padding: 0 22px;
    line-height:17px;
}

.successPanel .header {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
    font-size: 46px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    line-height: 55px;
    padding-top: 0;
}

.successPanel .passportImage {
	width: 590px;
    height: 330px;
    position: absolute;
    top: 67px;
    left: 10px;
	background-image:url(../images/becomeapassenger.jpg);
    background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.successPanel .ui_container {
	width: 185px;
    height: 200px;
    position: absolute;
    top: 170px;
    left: 560px;
	font-family: 'Titillium Web', sans-serif;
}

.successPanel .ui_container .downloadBtn {
	width: 100%;
    height: auto;
    font-size: 12px;
    color: #36c6d2;
    background-color: #24646e;
    text-align: center;
    padding: 10px 0px;
    display:block;
	text-decoration: none;
    cursor:pointer;
}

.successPanel .ui_container .downloadBtn:hover {
	color:#ffffff;
}

/* ==================================== */
/* ==================================== */
/* ==================================== */

@media (max-width: 820px){

	.formPanel {
		width:80vw;
		height:auto;
		margin:2vw auto;
	}

	.formPanel .line {
		height:auto;

	}

	.formPanel .fields_container {
		width:71vw;
		margin:0px auto;
	}

	.formPanel .header {
		font-size:6.2vw;
		line-height: 7vw;
	}
	
	.formPanel .headerTY { font-size:4vw; }

	.formPanel .subHeader {
	    width: 68vw;
	    font-size: 2.2vw;
	    padding: 1vw;
	    line-height: 7.5vw;
	}

	.formPanel .fieldLabel {
	    font-size: 3vw;
		width:20vw;
		margin-left: 0px;
		padding:.4vh;
	    display:inline-block;
	}
	.formPanel .fieldLabel.birthdate {
	    margin-left: 0px;
	}
	.formPanel .fieldLabel.gender {
	    margin-left: 0px;
	}
	.formPanel .fieldLabel.lastName {
	    margin-left:0px;
	}

	.formPanel .fieldLabel.zipcode {
	    margin-left:0px;
	}

	.formPanel .fieldLabel.required {
		font-size:1.5vw;
	}

	.formPanel .field {
		/*height:auto;
		margin-left:1vw;
		margin-bottom:1vw;*/
		height:3.5vw;
	}

	.formPanel .field input[type=text] {
	    height: 2.6vw;
	    font-size: 2.2vw;
	    padding: 0px 1vw 0px 1vw;
	    width: 40vw;
	}

	.formPanel .field input[type=text].email {
	    width: 40vw;
	}
	.formPanel .field input[type=text].zipcode {
	    width: 40vw;
	}

	.formPanel .dropdown {
	    height:3.5vw;
		width: 20.2vw;
	}
	
	.formPanel .dropdown.gender {
	    height:3.5vw;
		width: 42vw;
	    margin-left: 1vw;
	    margin-bottom:1vw;
	}

	.formPanel .dropdown select {
	    width: 22vw;
		height:3.5vw;
	    font-size: 2.1vw;
	    text-indent: 1.8vw;
	}
	.formPanel .dropdown select.gender {
	    width: 44vw;
		height:3.6vw;
	    font-size: 2.1vw;
	    text-indent: 1.8vw;
	}

	.formPanel .homestead {
		display:none;
	}

	.formPanel input[type=submit]{
		font-size: 2.8vw;
	    width:18.4vw;
	    height:5vw;
	    margin:3vw auto;
	}

	.successPanel {
		width:70vw;
		height:auto;
		margin:6vw auto;
		padding-bottom: 40vh;
	}

	.successPanel .header {
		font-size:6vw;
		line-height: 7vw;
	}

	.successPanel .passportImage {
		width:auto;
		height: 36vw;
		position:relative;
		top:0px;
		left:0px;
	}

	.successPanel .ui_container {
		width: 100%;
	    height: auto;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    margin:6vw auto;
	}

	.successPanel .ui_container .downloadBtn {
		width: 100%;
	    height: auto;
	    font-size: 2.7vw;
	    color: #36c6d2;
	    background-color: #24646e;
	    text-align: center;
	    padding: 2vw 0px;
	    display:block;
		text-decoration: none;
	    cursor:pointer;
	}

	.formPanel .agreement {
		font-size:1.8vw;
		line-height:2.4vw;
		font-family: 'Titillium Web', sans-serif;
		    font-weight: 300;
	    color: #ffffff;
	    width: 100%;
	    display: block;
	    position: relative;
	    left: 2.4vw;
	    margin-top:5vw;
	}

	.formPanel .agreement .checkbox{
		position:absolute;
		top:-1px;
		left:-20px;
	}

	.formPanel .submit {
		margin-top:40px;
		display:block;
	}
	
	.legal_wrapper { width: 90%; }

}


/* ==================================== */
/* ==================================== */
/* ==================================== */

@media (max-width: 500px){
	.topSocial_wrapper {
		height:12vw;
	}

	.topSocial_wrapper .fa {
		font-size: 6vw;
    	margin: 5vw 4vw;
	}


	footer {
		margin:12vw auto;
	}

	.studio {
	    height: 7.2vw;
	    margin: 0px 3vw;
	}

	.legal_wrapper {
	    font-size: 2vw;
	    line-height: 3.2vw;
	    margin: 3vw auto 0px;
	}
}
