/*****GATED CONTENT*****/

.sticky-bottom-gated-content-holder {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: -1100px;
    margin-top: -24px;
    min-height: 1100px;
    background: rgba(255, 255, 255);
    pointer-events: auto;
    mask: linear-gradient(to bottom, #fff0 0px, #fff 600px);
    -webkit-mask: linear-gradient(to bottom, #fff0 0px, #fff 600px);
}

.gated-content-inner {
    margin: 24px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(to bottom left, #5D5CFF 15%, #2700A0 100%);
    position: relative;
    top: 600px;
    z-index: 1001;
    color: #fff;
}

.gated-content-left {
    width: 400px;
    box-sizing: border-box;
    margin-right: 20px;
}

.gated-content-right {
    flex: 1;
    box-sizing: border-box;
    text-align: right;
    margin-bottom: -5px;
    line-height: 0;
}

.gated-content-right img {
    width: 100%;
}

.gated-content-content-wrapper {
    position: relative;
    display: flex;
    padding-top: 10px;
    align-items: flex-end;
}

h2.gated-content-title {
    color: #fff !important;
    margin: 0;
}

.gated-content-description ul {
    list-style: "✅ ";
    margin-left: 0px !important;
}

.gated-content-description ul li {
    padding-left: 5px;
}

.gated-content-inner p,
.gated-content-inner ul li,
.gated-content-inner ul li strong {
    font-size: 14px;
    line-height: 1.8;
    color: #fff !important;
    margin-bottom: 0;
}

.gated-content-inner ul {
    font-size: 12px;
    margin-bottom: 12px !important;
}

.gated-content-description ul li::marker {
    font-size: 14px !important;
}

#gated-content-close {
    cursor: pointer;
    position: relative;
    left: 200px;
    top: -9px;
    color: white;
}

.single-hr-glossary #gated-content-close,
.post-template-aihr-post-pillars #gated-content-close {
    left: 206px;
    top: -5px;
}

._form_180 {
    margin-bottom: -32px;
}

._form_180 div {
    text-align: left !important;
}

._form_180 form {
    max-width: -moz-available !important;
}

._form_180 input#firstname {
    max-width: 100% !important;
    width: 100% !important;
    height: 50px!important;
    font-family: "Open Sans"!important;
}

._form_180 input#email {
    max-width: 100% !important;
    width: 100% !important;
    height: 50px!important;
    font-family: "Open Sans"!important;
}

._form_180 button._submit {
    width: 183.5px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-family: "Open Sans"!important;
}

.single-hr-glossary ._form_180 button._submit,
.post-template-aihr-post-pillars ._form_180 button._submit {
    width: 189.5px !important;
}

._form_180 form,
._form_180 ._form-content {
    padding: 0px !important;
    margin: 0px !important;
}

._form_180 ._form_element {
    margin-bottom: 12px !important;
    margin-right: 12px !important;
}

._form_180 ._form_element:nth-child(2) {
    margin-right: 0px!important;
}

._form_180 ._button-wrapper {
    margin: 0px !important;
    float: initial !important;
}

._form_180 ._button-wrapper button {
    margin-top: 0px !important;
    height: 46px !important;
}

@media screen and (max-width: 1150px) {
    .gated-content-right {
        display: none;
    }
    .gated-content-left {
        width: 100%;
    }
    .gated-content-form ._form_element {
        width: calc(50% - 12px)!important;
    }
    .gated-content-form form {
        width: 100%!important;
    }
    .gated-content-form ._form-content {
        margin-right: -12px!important;
    }
}

@media screen and (max-width: 667px) {
    form ._form-content {
        flex-direction: column;
    }
    body .gated-content-form #_form_68B01056261F1_ ._inline-style {
        margin: 10px 0 0 !important;
    }
    body .gated-content-form form ._form_element._inline-style {
        width: 100%!important;
        margin: 10px 0 0 !important;
    }
    .sticky-bottom-gated-content-holder {
        mask: linear-gradient(to bottom, #fff0 0px, #fff 400px);
        -webkit-mask: linear-gradient(to bottom, #fff0 0px, #fff 400px);
    }
    .gated-content-inner {
        top: 400px;
    }
}

@media screen and (max-width: 510px) {
    .sticky-bottom-gated-content-holder {
        mask: linear-gradient(to bottom, #fff0 0px, #fff 350px);
        -webkit-mask: linear-gradient(to bottom, #fff0 0px, #fff 350px);
    }
    .gated-content-inner {
        top: 350px;
    }
}

@media screen and (max-width: 480px) {
    .gated-content-inner {
        margin: 0px;
    }
}