@font-face {
    font-family: 'nobelregular';
    src: url('../fonts/nobel-regular.eot');
    src: url('../fonts/nobel-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nobel-regular.woff2') format('woff2'), url('../fonts/nobel-regular.woff') format('woff'), url('../fonts/nobel-regular.ttf') format('truetype'), url('../fonts/nobel-regular.svg#nobelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobelbold';
    src: url('../fonts/nobel-bold.eot');
    src: url('../fonts/nobel-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/nobel-bold.woff2') format('woff2'), url('../fonts/nobel-bold.woff') format('woff'), url('../fonts/nobel-bold.ttf') format('truetype'), url('../fonts/nobel-bold.svg#nobelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobel-book';
    src: url('../fonts/nobel-book.eot');
    src: local('?'), url('../fonts/nobel-book.woff') format('woff'), url('../fonts/nobel-book.ttf') format('truetype'), url('../fonts/nobel-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobel-light';
    src: url('../fonts/nobel-light.eot');
    src: local('?'), url('../fonts/nobel-light.woff') format('woff'), url('../fonts/nobel-light.ttf') format('truetype'), url('../fonts/nobel-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pakt-regular';
    src: url('../fonts/pakt-regular.eot');
    src: local('?'), url('../fonts/pakt-regular.woff') format('woff'), url('../fonts/pakt-regular.ttf') format('truetype'), url('../fonts/pakt-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pakt-bold';
    src: url('../fonts/pakt-bold.eot');
    src: local('?'), url('../fonts/pakt-bold.woff') format('woff'), url('../fonts/pakt-bold.ttf') format('truetype'), url('../fonts/pakt-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'nobel-book';
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.8px;
    -webkit-text-size-adjust: 100%;
}

a, a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page, .panel, .page-element {
    display: none;
}

#login-page {
    display: block;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.login-page-inner.login-page-gac {
    width: initial;
    max-width: 1150px;
    background-image: none;
}
.login-page-inner.login-page-gac > .row {
    margin: 0;
}

.login-page-inner.login-page-gac .login-page-gac-container {
    position:relative;
    padding: 0;
}
.login-page-inner.login-page-gac .login-page-gac-container > img {
    width: 100%;
    aspect-ratio: 1150 / 647;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.login-page-inner.login-page-gac .login-box {
    border: 0;
    width: 250px;
    background-color: rgba(220, 220, 220, 0.8);
    position:absolute;
    left: calc(50% - 125px);
    top: 332px;
    margin: 0;
    padding: 30px 27px 25px 27px;
}
.login-page-inner.login-page-gac.non-gac .login-box {
    top: 285px;
    left: calc(50% - 150px);
    padding: 25px 27px 25px 27px;
    width: 300px;
}

.login-page-inner.login-page-gac .login-box .btn {
    margin: 0 0 10px 0;
    height: 34px;
    padding: 6px 34px;
}
.login-page-inner.login-page-gac .login-box .request {
    margin: 0 auto;
}
.login-page-inner.login-page-gac .login-box .request a {
    display: inline-block;
    margin-top: 8px;
}

.login-page-inner.login-page-gac .login-box .btn {
    margin-top: 0;
}
.login-page-inner.login-page-gac.non-gac .login-box .btn {
    margin-top: 15px;
}

.login-page-inner.login-page-gac .login-meta {
    font-size: 12px;
    font-weight: bold;
    width: initial;
    margin: 0 5px;
    text-align: justify;
}

@media (max-width: 1149px) {
    .login-page-inner.login-page-gac .login-box {
        top: calc(65% - 75px);
    }
    .login-page-inner.login-page-gac.non-gac .login-box {
        top: calc(65% - 140px);
    }
}

@media (max-width: 949px) {
    .login-page-inner.login-page-gac.non-gac .login-box {
        position: relative;
        margin-top: 15px;
    }
    .login-page-inner.login-page-gac.non-gac .login-meta {
        margin: 0 15px;
    }
}

@media (max-width: 449px) {
    .login-page-inner.login-page-gac .login-box {
        position: relative;
        margin-top: 15px;
    }

    .login-page-inner.login-page-gac .login-meta {
        margin: 0 15px;
    }
}

.login-page-inner {
    width: 1150px;
    height: 647px;
    margin: 0 auto;
    background-size: auto;
    background-size: contain;
    font-size: 14px;
    background: url(../images/logged-out/gac-signin.jpg) no-repeat top center;
}

.login-page-inner .login-box {
    width: 354px;
    margin-left: 20px;
    margin-top: 48px;
    background: #ffffff;
    padding: 40px 31px 15px;
    position: relative;
    border: 2px solid black;
}

/*#recover-password-page .login-page-inner .login-box {
    margin-top: 19px;
}*/

#forgot-password-email-reset-page .login-page-inner .login-box {
    padding-right: 21px;
    padding-left: 21px;
}

.error {
    font-size: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #ff0002;
    line-height: 16px;
    letter-spacing: .5px;
    margin-top: -5px;
    margin-bottom: -8px;
    display: none;
}

.error-gac {
    position: relative;
    top: 5px;
}

#reset-password-page .login-page-inner .login-box {
    box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
}

#forgot-password-page .login-box { padding-top: 36px }
#forgot-password-page .form-group { margin-top: 15px }
#forgot-password-email-reset-page .login-box { top: 303px; width: 320px; left: calc(50% - 160px); }
@media (max-width: 1149px) {
	#forgot-password-email-reset-page .login-box { top: calc(65% - 117px); }
}

.login-page-inner .login-box .title {
    width: 167px;
    height: 16px;
    background: url(../images/login-title.png) no-repeat 0 0;
    margin: 0 auto 64px;
}

.login-page-inner .login-box .title-public {
    width: 177px;
    height: 42px;
    background: url(../images/lexus-logo.png) no-repeat 0 0;
    background-size: 177px 42px;
    margin: 0 auto 40px
}

.login-page-inner .login-box .form-group {
    margin-bottom: 10px;
}

.form-v label {
    font-family: 'nobelregular';
    margin-bottom: 5px;
}

.login-page-inner .form-control {
    border: none;
    background-color: #f0f0f0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    padding: 7px 6px;
    color: #000000;
    font-family: Arial;
    font-size: 13px;
}

.login-box .btn {
    height: 38px;
    font-size: 14px;
    margin: 25px 0 20px;
    font-family: 'nobelbold';
    letter-spacing: 0.4px;
    border: 2px solid #000000;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 7px 34px;
    display: block;
    width: 100%;
}

.form-v a {
    font-family: 'nobelregular';
}

.form-v .forgot-password {
    text-align: center;
}

.form-v .request {
    display: block;
    text-transform: uppercase;
    margin: 20px auto 4px;
    text-align: center;
}

    .form-v .request a {
        margin: 0;
    }

.login-page-inner + .login-meta {
    width: 1140px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
}

    /*.login-page-inner + .login-meta p {
        line-height: 1.14;
    }*/

.login-page-inner .login-box .lead {
    font-size: 14px;
    font-family: 'nobelbold';
    margin: -7px 0 5px 0;
}

.login-page-inner .txt-cont {
    margin: -15px auto 0 auto;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 0.81px;
}

#forgot-password-email-reset-page .login-page-inner .txt-cont {
    padding-bottom: 0px;
}

#forgot-password-email-reset-page .email-address {
    font-weight: bold;
}
#request-access-form {
    font-size: 14px;
}

.title-logo {
    font-size: 14px;
    padding: 40px 0 32px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 30px;
}

    .title-logo .lexus {
        font-family: 'nobel-light';
    }

    .title-logo .connect {
        font-family: 'nobelbold';
    }

#request-access-form h4 {
    font-family: 'nobelbold';
    text-transform: uppercase;
}

a.underline {
    text-decoration: underline;
}

#request-access-form .required {
    font-family: 'nobelregular';
    text-align: right;
}

#request-access-form label {
    font-family: 'nobelregular';
    margin-bottom: 5px;
    /*display: block;*/
    text-align: left;
}
#request-access-form .input-box {
    display: inline-block;
    margin-right: 10px;
    /* margin-top: 10px; */
    margin-bottom: 5px;
}

#request-access-form .form-group {
    margin-bottom: 20px;
}

#request-access-form .form-control {
    border: none;
    background-color: #f0f0f0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    padding: 7px 6px;
    color: #000000;
    /*font-family: "Times New Roman";*/
    letter-spacing: 0.8px;
}

#request-access-form .note-email {
    font-style: italic;
    color: #ff0000;
    margin: 5px 0 0;
}

select.form-control {
    background: #f0f0f0 url('../images/select-dropdown-arrow.png') no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 7px 40px 7px 6px !important;
}

#terms-of-usages .terms-msg-cont {
    width: 480px;
    margin: 0 auto;
}

#terms-of-usages h4 {
    font-family: 'nobelbold';
    margin-bottom: 27px;
}

#terms-of-usages .lead {
    font-family: 'nobelregular';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#terms-of-usages ul.list-terms {
    /*font-family: "Times New Roman", Times, serif;*/
    padding: 0 20px 0 44px;
}

#terms-of-usages ul.list-terms li {
    position: relative;
    margin-bottom: 25px;
}

#terms-of-usages ul.list-terms li span {
    float: left;
    position: absolute;
    left: -44px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'nobelregular';
}

#terms-of-usages ul.list-terms li p {
    margin-bottom: 15px;
}

#terms-of-usages .btn-cont {
    text-align: center;
    margin: 35px auto 135px;
}

#terms-of-usages .meta {
    text-align: center;
}

#upload-profile-picture .lead {
    font-family: 'nobelregular';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

#upload-profile-picture .file-upload-cont {
    width: 302px;
    height: 256px;
    border: 1px solid #cccccc;
    margin: 0 auto 5px;
    text-align: center;
    position: relative;
}

    #upload-profile-picture .file-upload-cont .txt {
        padding: 85px 50px;
    }

    #upload-profile-picture .file-upload-cont .head {
        display: block;
        font-family: 'nobelbold';
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 7px;
        line-height: 1;
    }

    #upload-profile-picture .file-upload-cont .thumbnail {
        font-family: 'nobelregular';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -64px;
        padding: 0;
        border: none;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        display: block;
    }

        #upload-profile-picture .file-upload-cont .thumbnail .int {
            text-align: center;
            display: block;
            font-size: 30px;
            text-transform: uppercase;
            background: #000000;
            color: #ffffff;
            line-height: 50px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

#upload-profile-picture .skip {
    font-family: 'nobelregular';
    margin: 0 auto;
    margin-left: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -13px;
}

#upload-profile-picture .meta {
    text-align: center;
    line-height: 1.2;
    margin-top: 110px;
}

#upload-profile-picture .cropping-btn {
    text-align: center;
    margin: 50px 0 -70px;
}

    #upload-profile-picture .cropping-btn .btn {
        font-family: 'nobelbold';
        margin: 0 7px;
        min-width: 115px;
    }

.login-box p {
    text-align: center;
    margin-bottom: 30px;
}

.logo-new {
    margin: 0 auto 20px;
    display: block;
}

.expiration-box {
    width: 560px;
    margin: 127px auto 0;
    background: #ffffff;
    padding: 100px 87px 100px;
    position: relative;
    text-align: center;
}

@keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }
.dots span {
    animation: dots-1 1s infinite steps(1);
    -webkit-animation: dots-1 1s infinite steps(1);
}
.dots span:first-child + span {
    animation-name: dots-2;
    -webkit-animation-name: dots-2;
}
.dots span:first-child + span + span {
    animation-name: dots-3;
    -webkit-animation-name: dots-3;
}
.share-default-page-inner{
    width:100%;
    height:100%;
}
.footer-notes {
    /*font-family: "Times New Roman", Times, serif;*/
    border-top: solid 1px #cccccc;
    padding-top: 30px;
}

.footer-notes h1 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #000000;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}
.footer-notes dd {
    margin-bottom: 15px;
    margin-left: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.footer-body {
    background-color: #ececec;
    padding: 48px 25px 0 25px;
    margin: 0 -25px;
}

.footer .footer-links {
    border-top: 1px solid #b9c0c2;
    padding: 16px 0 17px 0;
    font-family: 'nobelregular';
    font-size: 12px;
}

.footer .footer-links li {
    float: left;
    padding-right: 20px;
}

.footer .footer-links li a {
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

#terms-of-use-page, #privacy-policy-page {
    padding-bottom: 99.15px;
}
.logged-out-authenticated-user {
    text-align: center;
    margin-bottom: 10px;
}

#help-video-player .hv-video-container video {
    max-height: calc(98vh - 40px) !important;
}

.form-group label {
    text-align: center;
    display: block;
    margin-bottom: 2px;
}
#share-login-page .login-page-inner.login-page-gac {
    overflow: hidden;
}
#share-login-page .login-page-inner.login-page-gac .login-page-gac-container {
    background-color: #1c1c1c;
}
#share-login-page .login-page-inner.login-page-gac .login-box p {
    margin-top: 0;
}
#share-login-page .login-page-inner.login-page-gac .login-box {
    top:calc(50% - 130px);
}