/*
nav
*/

#globalTopBar {
    background-color: transparent;
    border: 0;
    padding: 32px;
}

#globalTopBar header>h1 {
    background-color: transparent;
    color: #000;
    font-weight: 900;
    font: 700 20px/32px Lato;
    padding: 0;
    margin: 1em 0;
}

#globalTopBar header>h1 svg {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 6px;
}

/**
*/


/**
wrapper sizing
 */

#wrapper {
    padding: 32px;
    min-height: calc(100vh - 328px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: 400 16px/24px Lato;
}

.mask {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
    width: 61%;
    background-color: #00172e;
}

.maskbg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.maskbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wrapper #loginArea aside#errorMessageArea p {
    margin: 0 30px 10px 40px;
}

#wrapper #loginArea aside#errorMessageArea p:last-child {
    margin-bottom: 0;
}

.lexisplusdismiss {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "x";
    color: #fff;
    margin-top: -16px;
    background: #223556;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: #fff;
}

.lexisplusdismiss::before {
    content: "\2716";
}

/**
form
 */

section#loginArea {
    width: calc(40% - 68px);
    float: none;
}

section#loginArea form li {
    padding-left: 0 !important;
}

#loginArea h1 {
    position: relative;
    font-weight: 900;
    padding-left: 20px;
    line-height: 50px;
    padding-bottom: 0;
}

#loginArea h1:After {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(67deg, #ff302e, #ff1563);
    left: 0;
    border-radius: 5px;
}

label {
    color: #485c66;
    font-weight: 900;
}

label[for="password"] {
    margin-top: 20px;
}

label[for="password"] .error.icon.la-Warning.show {
    display: none !important;
}

#signInForm label#rememberMe {
    margin-top: 20px;
}

input[type="text"],
input[type="password"] {
    border: 2px solid #acbac9;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #4fc3f7;
}

input[type="text"].error,
input[type="password"].error {
    border: 2px solid #ed1c24;
    padding-top: 10px;
    padding-bottom: 10px;
}

label span.error.show {
    display: block;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

input[type="checkbox"] {
    height: 16px;
    width: 16px;
}

#normalloginsection {
    margin-top: 50px;
}

#signInForm {
    clear: both;
    max-width: none;
}

div .pwdWithShowWrapper,
.cls_userIdWrap,
.cls_signinBtnCont {
    width: 100% !important;
}

#test {
    color: #0d47a1;
}

#normalloginsection li {
    padding-top: 20px;
}

.link-messages a,
#terms a {
    color: #0d47a1;
}

#signInForm #signInSbmtBtn {
    background-color: transparent;
    background: linear-gradient(67deg, #ff302e, #ff1563);
    border: 0;
    border-radius: 5px;
    width: 101%;
    margin: 0;
    float: left !important;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    height: 56px;
    padding: 18px 24px 19px;
}

#signInForm #signInSbmtBtn:hover {
    background: linear-gradient(to top right, #f3403e, #ec407a);
}

.toggle-password.field-icon {
    position: absolute;
    top: -30px;
    font-size: 1.6rem;
    color: #0d47a1;
    cursor: pointer;
    font-weight: bold;
}

.toggle-password.field-icon svg {
    display: inline-block;
    width: 16px;
    height: 12px;
    fill: #0d47a1;
}

.toggle-password.field-icon:hover,
.toggle-password.field-icon:focus {
    color: #1976d2;
    text-decoration: none;
}

.toggle-password.field-icon:hover svg,
.toggle-password.field-icon:focus svg {
    fill: #1976d2;
}

#signInHelp {
    display: none;
}

.error.icon.show {
    margin-top: 10px;
}

.pwdWithShowWrapper.popup #myPopup {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    border: 0;
    margin-top: 10px;
}

.pwdWithShowWrapper.popup #myPopup h3 {
    color: #485c66;
    font-family: lato;
}

.pwdWithShowWrapper.popup #myPopup p {
    display: none;
}

.pwdWithShowWrapper.popup .popuptext::after {
    display: none;
}

/*
IDP
*/

#idpLoginLinks {
    border: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    width: auto;
}

#idpLoginLinks .close-btn {
    display: none;
}

#idpLoginLinks.balloon-box:before,
#idpProfileLinks.balloon-box:before {
    display: none;
}

#helpLinks h2.modal-title,
#idpLoginLinks h2.modal-title,
#idpProfileLinks h2.modal-title {
    padding-left: 0;
}

#idpLoginLinks input[type=button].primary,
#idpLoginLinks input[type=button].secondary {
    width: 100%;
    display: block;
    color: #fff;
    font-family: lato;
    background: transparent linear-gradient(83deg, #F6271C 0%, #E91E63 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    height: 50px;
    font-size: 16px;
    float: none;

}

#idpLoginLinks li a {
    float: none;
    display: block;
    margin-top: -10px;
    text-decoration: underline;
    padding-left: 0;
    color: #0D47A1;
}

#idpLoginLinks li a:hover {
    color: #0D47A1;
}

#idpLoginLinks>li:nth-child(1) {
    border: 0;
    background: none;
}

#idpLoginLinks>li:nth-child(2) {
    border: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 900;
}

#idpLoginLinks>li:nth-child(3) a {
    text-align: right !important;
    padding-top: 20px !important;
}


#idpLoginLinks>li:nth-child(4) {
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
}

#idpSignIn {
    display: block;
    margin-top: 80px;
    transition: none;
}

#idpSignIn,
#normalLoginlink {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}

#idpSignIn:hover,
#normalLoginlink:hover {
    color: #07c;
}

#normalLoginlink span {
    display: none;
}

#signInForm ul>span {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}

#signInForm ul>span:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 40%;
    border-bottom: 1px solid #ddd;
}

#signInForm ul>span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 40%;
    right: 0;
    border-bottom: 1px solid #ddd;
}

#signInForm ul>span+br {
    display: none;
}

/**
footer
 */

.nav_footer {
    position: relative;
    z-index: 100;
}

.nav_footer .footer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: transparent;
}

.nav_footer .footer ul {
    position: relative;
    display: flex;
    align-items: right;
    justify-content: right;
}

.nav_footer .footer ul li a {
    font-size: 14px;
    font-weight: 700;
}

.nav_footer .footer ul li:first-child {
    display: none;
}

.nav_footer .footer .relx-logo {
    position: relative !important;
}

/**
mask
 */

.masktext {
    z-index: 1000;
    position: relative;
    color: #fff;
}

.masktext h1 {
    font-weight: 800;
    font-size: 5vw;
}

@media only screen and (max-width: 1200px) {
    .masktext h1 {
        font-size: 5vw;
        width: 45rem;
    }
}

@media only screen and (max-width: 480px) {
    .masktext h1 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 1201px) {
    .masktext h1 {
        font-size: 3.8rem;
    }
}

.masktext .toprow {
    text-align: right;
    padding: 50px;
    padding: 6vh !important;
    font-size: 1.2rem;
}

.masktext .toprow .btn {
    margin-left: 16px;
    background: transparent;
    border-color: #fff;
    transition: all .2s linear;
    padding: 1rem 2rem;
    font-size: 1.2rem;
}

.masktext .toprow span {
    font-size: 1.3rem;
}

.masktext .toprow .btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}


.masktext .action {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 38rem) !important;
}

.masktext .action .lp-logo {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.masktext .action .lp-logo small {
    display: block;
    color: #ff1563;
    font-size: 90%;
    font-weight: 600;
}

.masktext .action img {
    width: 120px;
    display: block;
    margin-bottom: 40px;
    height: 15vh;
    display: none !important;
}

.masktext .action .btn {
    display: inline-block;
    margin-top: 40px;
    width: 110px;
    text-align: center;
    background: transparent;
    border: none;
    padding-left: 0 !important;
    text-align: left !important;
    font-size: 1rem;
}

#wrapper .masktext h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 44px;
}


.maskgradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.75));
}

.masktext p {
    margin-top: 20px;
}

.masktext .btn {
    background-color: rgb(50 66 88 / 70%);
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.masktext .btn:hover,
.masktext .btn:active,
.masktext .btn:focus {
    border-color: #fff;
    text-decoration: none;
}

#marketingArea {
    display: none !important;
}

/* Mobile Version */
@media screen and (max-width: 760px) {

    #wrapper {
        display: block;
        min-height: auto;
        padding-top: 0;
    }

    /*
    .mask {
        display:none;
    }

    .maskbg,
    .masktext,
    .maskgradient {
        display: none;
    }*/

    .maskbg img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #normalloginsection {
        margin-top: 0px;
    }

    #signInForm {
        max-width: none;
    }

    .cls_signinBtnCont {
        margin-top: -20px;
    }

    #wrapper #loginArea aside#errorMessageArea {
        margin-top: 140px;
        margin-bottom: -140px;
        font-family: Lato, Helvetica, Arial, sans-serif;
        border-radius: 5px;
    }

    .nav_footer {
        position: relative;
        padding-left: 30px;
    }

    .nav_footer .footer {
        position: relative;
    }

    .nav_footer .footer ul {
        display: block;
        width: calc(100% - 20px);
    }

    .nav_footer .footer ul li {
        display: block;
        padding: 16px 0;
        border-top: 1px solid #cfd8dc;
    }

    .nav_footer .footer ul li a {
        text-decoration: none;
        color: #333;
        font: 400 14px/17px Lato;
        padding: 0;
    }

    .nav_footer .footer ul li a:hover {
        color: #333;
        text-decoration: underline;
    }

    .lexisplusdismiss {
        display: none;
    }
}

@media screen and (min-width: 1700px) {
    section#loginArea {
        width: calc(40% - 188px);
        margin-left: 60px;
    }
}

@media screen and (min-width: 2400px) {
    section#loginArea {
        width: calc(40% - 288px);
        margin-left: 110px;
    }
}

/** desktop only */
@media screen and (min-width: 760px) {

    section#wrapper {
        padding-bottom: 0 !important;
    }

    aside#errorMessageArea,
    aside.show.contextual-message {
        font-family: Lato, Helvetica, Arial, sans-serif;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 10000;
        margin-top: 0;
        width: 60%;
        margin-left: -30%;
        margin-top: 0;
        border-radius: 0 0 8px 8px;
        background: #132a43;
        color: #fff;
        padding-left: 20px;
        border-left: 1px solid #fff;
    }

    #wrapper #loginArea aside#errorMessageArea p {
        max-width: none;
    }

    .show contextual-message {
        background: none;
        margin: 0;
        padding-left: 0;
        padding-top: 40px;
        margin-bottom: -80px;
        color: #546E7A;
        font-size: 24px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1600px) {

    .nav_footer .footer {
        width: 400px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1100px) {

    .nav_footer .footer {
        right: 10px;
        bottom: 10px;
    }

    .nav_footer .footer ul li a {
        font-size: 11px;
        padding: 0 5px;
    }
}

@media screen and (min-width: 760px) and (max-height:1000px) {

    #normalloginsection li {
        padding-top: 0 !important;
    }

    #normalloginsection li label {
        padding-top: 0 !important;
    }

    #globalTopBar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #wrapper {
        padding-top: 10px;
    }

    #signInForm #signInSbmtBtn {
        margin-top: -10px;
    }
}

.masktext .action .btn {
    position: relative;
    width: 20rem !important;
    font-size: 1.4rem;
    padding-right: 0 !important;
}

.masktext .action .btn svg {
    margin-left: .5rem;
}

.masktext .action .btn:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: white;
    bottom: 4px;
    width: 100%;
    left: 0;
    transition: opacity .2s linear;
    opacity: 1;
}

.masktext .action .btn:hover::after {
    opacity: 0;
}

/* .masktext .action .btn:after,
.masktext .action .btn:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
} */


/* .masktext .action .btn:before {
    top: 60%;
    right: 1rem;
    width: .65rem;
    height: .65rem;
    transform-origin: 50% 50%;
    transform: translate(0, -0.5rem) rotate(45deg);
    box-shadow: inset -0.1rem 0.1rem 0 0 #e8171f;
    border-radius: 0 0.15rem 0 0;
}

.masktext .action .btn:after {
    top: 58%;
    right: 1rem;
    width: .9rem;
    height: 0.1rem;
    transform: translate(0, -0.2rem);
    background-color: #e8171f;
}

.masktext .action .btn:hover:before {
    transform: translate(0.5rem, -0.5rem) rotate(45deg);
}

.masktext .action .btn:hover:after {
    width: 1.2rem;
    right: 1rem;
    transform: translate(0.5rem, -0.1rem);
    top: 56%;
} */