


  @font-face {
  font-family: 'NissanBrand-Regular';
  src: url('../fonts/NissanBrand-Regular.eot');
  src: url('../fonts/NissanBrand-Regular.ttf') format('truetype'),
       url('../fonts/NissanBrand-Regular.svg#NissanBrand-Regular') format('svg'),
       url('../fonts/NissanBrand-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'NissanAGMed';
  src: url('../fonts/NissanBrand-Bold.eot');
  src: url('../fonts/NissanBrand-Bold.ttf') format('truetype'),
       url('../fonts/NissanBrand-Bold.svg#NissanBrand-Bold') format('svg'),
       url('../fonts/NissanBrand-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

 @font-face {
  font-family: 'NissanBrand-Light';
  src: url('../fonts/NissanBrand-Light.eot');
  src: url('../fonts/NissanBrand-Light.ttf') format('truetype'),
       url('../fonts/NissanBrand-Light.svg#NissanBrand-Light') format('svg'),
       url('../fonts/NissanBrand-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}
html {
    font-size: 10px
}
body {
    font-family: 'NissanAGMed';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.3;
	height: 100vh;
	background: url(../img/Car.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #000 !important;
}
.footer,
.tooltip {
    background-color: #1F1E38
}
.container {
    width: 90%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto
}
.tooltip {
    position: relative;
    padding: 4px 8px;
    color: #F5F5F3
}
.tooltip-right {
    margin-right: 5px
}
.tooltip-left {
    margin-left: 5px
}
.tooltip::before {
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent
}
.tooltip-right::before {
    right: -4px;
    border-right: none;
    border-left: 5px solid #1F1E38
}
.tooltip-left::before {
    left: -4px;
    border-right: 5px solid #1F1E38;
    border-left: none
}



.header-container {

}
.header-heading,
.header-social,
.header-tagline {
    margin-bottom: 50px
}
.header-heading {
    font-size: 3.6rem;
    color: #1F1E38
}
.header-heading-suffix {
    color: #EF5322
}
.header-tagline {
    font-size: 2.4rem;
    line-height: 1.25;
    color: #8FA3AD
}
.header-tagline-link,
.step-heading {
    color: #1F1E38
}
.header-social-link {
    margin-right: 20px;
    font-size: 1.3rem
}
.header-social-link-icon {
    margin-right: 10px
}
.header-cta {
left: 50%;
position: absolute;
bottom: 20px;
font-size: 17px;
margin-left: -257px;
text-align: center;
background: #FFF;
border-radius: 5px;
color: #333;
padding: 14px 57px;
}
.steps {
    margin-bottom:35px;
}
@media screen and (max-width: 1120px) {
	body {
	background:	url(../img/Car.jpg) no-repeat top 0px center
	}
}
@media screen and (max-width: 768px) {
	.grid_3 {
		width:100% !important;
	}
}
@media screen and (min-width: 768px) {
    .header-tagline {
        max-width: 450px
    }
}
.step {

    margin-bottom: 75px
}
@media screen and (min-width: 768px) {
    .step {

    }
}
.step-last {
    margin-bottom: 0
}
.step-heading {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: right
}
@media screen and (min-width: 768px) {
    .step-heading {
        -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        margin-right: 50px;
        font-size: 2.4rem
    }
}
.step-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc(100% - 125px);
    -ms-flex-preferred-size: calc(100% - 125px);
    flex-basis: calc(100% - 125px);
    font-size: 1.4rem;
    line-height: 1.6;
    color: #8FA3AD
}
.top {
    margin-bottom: 125px
}
@media screen and (min-width: 768px) {
    .step-content {
        -webkit-flex-basis: calc(100% - 170px);
        -ms-flex-preferred-size: calc(100% - 170px);
        flex-basis: calc(100% - 170px);
        max-width: 400px;
        font-size: 1.8rem
    }
    .top {
        margin-bottom: 250px
    }
}
.top-button-icon {
    margin-right: 20px
}
.top-button-text {
    font-weight: 500;
    font-size: 2.4rem;
    color: #1F1E38
}
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #F5F5F3
}
.footer-credit {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem
}
.footer-credit-last {
    margin-bottom: 0
}
.footer-credit-prefix {
    opacity: .5;
    margin-right: 10px;
    font-size: 1.4rem
}
.robot {
    display: none
}
@media screen and (min-width: 1024px) {
    .robot,
    .robot-image {
        display: block
    }
    .robot {
        position: fixed;
        bottom: 0;
        right: 7.5%
    }
    .robot-progress {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center 30px;
        -ms-transform-origin: center 30px;
        transform-origin: center 30px;
        position: absolute;
        top: calc(50% - 2px);
        left: 50%;
        margin-left: -5px
    }
}



.title {
	z-index: 1000;
	margin: 0 auto;
	width: 100%;
	 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.title img {
	background-size:100%;
	width: 100px;
}
.title h1 {
	padding: 5px 0px 3px;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	margin: 0 auto;
	text-align: center;

}
.text {
	float:left;
	margin-top: 330px;
	width: 100%;
}
.title p {
	color: #fff;
	font-size: 0.88em;
	margin: 0 auto 10px;
  font-family: 'NissanBrand-Regular';
  line-height: 25px;
  text-align: justify;
}
.title h2 {
	color:#fff;
	margin:0;
	font-size:23px;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}

.grid_3 {
    width: 50%;
}

.form_register {
  margin: 20px auto 0;
  max-width: 320px;
}
.content-copy h2 {
color: #FFF;
font-size: 20px;
line-height: 25px;
margin-bottom: 24px;
margin-top: 0;
text-align: center;
font-weight: 300;
letter-spacing: 4px;
font-family: 'NissanBrand-Light';


}
.content-copy label {
    color: #FFF;
    width: 100% ;
    margin-bottom: 3px;
    display: block ;
	float:left;
	text-align:center;
	  font-family: 'NissanBrand-Regular';
    font-size: 0.85em
}

.content-copy input {
    width: 100%;
    height: 24px;
	background: #FFF none repeat scroll 0% 0%;
	box-sizing:border-box;

}
.content-copy .inputContainer {
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}
.formInput .inputContainer {
    float: left;
}

.required {
    float: right;
}
#btnSubmit {
    background: #C71444;
    color: #FFF;
    border: medium none;
    font-family: "NissanAGMed",Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    width: 100px;
    text-indent: 0px;
    padding: 7px 0px 7px;
	cursor: pointer;
}
#btnSubmit:hover {
		color: #fff;
	text-decoration: none;
	background: #A9113A
}
.white {
    color: #FFF;

    margin-top: 10px !important;
    margin-bottom: 10px !important;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 19px;
}
.content-copy input {

    width: 100%;
    height: 24px;

}
.content-copy input {
    background: #FFF none repeat scroll 0% 0%;
}

input {

    padding: 0px 2px;
    height: 30px;
    text-indent: 5px;
    width: 233px;
    border: 1px solid #C1C1C1;
    font-size: 13px;
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    border-radius: 0px;
    font-family: Verdana,Geneva,sans-serif;
}
.clear {
	clear:both;
}
.text_2 {
	padding: 25px 0;
}
.text_2 h2 {
	font-size:17px;
}

.text_2 h1 {
    color: #333;
    font-size: 23px;
    line-height: 25px;
	margin-top:2px;
}
.bg_mobile {
    display: none;
}
       .vs2 {
            display: none;
        }

@media screen and (max-width: 580px) {
body {
	background: #000;
}
        .header {
         
          height: auto;
          padding-bottom: 20px;
        }
        .title img {
          display: none;

        }
        .bg_mobile {
            display: block;
            position: relative;
            line-height: 0
        }
		.bg_mobile .logo {
		margin: 0 10px;
		}

		
        .text_2 {
            display: none;
        }
          .steps {
            margin: 5% 0;
          }
        .text_3 {
    position: absolute;
   color: #fff;
               top: 5%;
            left: 5%;
            line-height: 21px;
            margin-top: -3px;
}
.text_3 h2 {
	font-size:17px;
}

.text_3 h1 {
color: #FFF;
font-size: 31px;
line-height: 25px;
margin-top: 10px;
margin-bottom: 6px;
}
}
@media screen and (max-width: 580px) {

       .bg_mobile .logo img {
        width: 57px;
    }
	.title img {
		float:none;
		width:50px;
	}

	.text {
		float:none;
		margin-left:0;
    margin: 0
	}
	.header-container {
		padding-top:10px;
	}
	.title h1 {
		font-size:30px;
	}
	.title h2 {
		font-size:18px;
	}
        .text_2 h2 {
            font-size: 15px;
        }
	.header-cta {
		margin-left:-139px;
                font-size: 12px;
	}
        .steps {

            background-size: 100% !important;
        }
        .text_3 h2 {
	font-size:12px;

}
        .vs1 {
            display: none;
        }
        .vs2 {
            display: block
        }
.text_3 h1 {
    font-size: 21px;
    margin: 0;
}
}

.white-popup-block{
	background: #FFF;
    padding: 20px 30px 0 30px;
    text-align: left;
    max-width: 350px;
    margin: 40px auto;
    position: relative;
}

.mfp-content{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.mfp-content p{
    margin: 0 0 11px;
}

.mfp-content p.dismiss{
	margin: 0 -30px;
}

.mfp-content p.dismiss a{
	margin-left: 30px;
}

.ui-dialog-buttonset{
    padding: 15px 0;
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
    margin: 0 -30px;
}

.ui-dialog-buttonset button{
    margin-left: 30px;
}
.title_mobile h1 {
	padding: 5px 0px 3px;
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	margin: 0 auto;
	position:absolute;
	top: 20px;
	left:20px;
}
.content-copy {
	margin: auto;
	width: 62%;
}
@media only screen and (max-width: 980px) {
	.content-copy {
	margin: auto;
	width: 82%;
}
}
@media only screen and (max-width: 580px) {
			.info {
			position: relative !important;
			top: auto !important;
			}
		}
		@media only screen and (max-width: 480px) {
			.content-copy input {
				width: 100%
			}
		}
		
		
		