/* Basic Pages and Forms */

/* Plain Content Page */

.submission {
    width: 100% !important;
    margin: auto;
    font-size: 16px;
    border: none;
    background: #fff;
    padding: 2.5em 5% 15px;
}

.content-page {
    position: relative;
    background-color: #fff;
}

.content-page .inner-wrap {
    width: 85%;
    max-width: 750px;
    padding: 4em 0;
    margin: 0 auto;
}

.content-page h1 {
    font-family: 'acherusgrotesque-black';
    font-size: 1.5em;
    margin: 1.5em auto 1em;
}

.content-page h2 {
    font-family: 'acherusgrotesque-black';
    font-size: 1.25em;
    margin: 1.5em auto 1em;
}

.content-page h3 {
    font-family: 'acherusgrotesque-extrabold';
    font-size: 1em;
    margin: 1.5em auto 1em;
}

.content-page p {
    line-height: 1.5em;
    margin: 0 auto 1.5em;
}

.content-page p strong {
    font-family: 'acherusgrotesque-bold';
}

.content-page ul,
.content-page ol {
    line-height: 1.25em;
    margin: 0 auto 1em;
    padding: 0 0 0 2em;
}

.content-page ul {
    list-style: disc;
}

.content-page ol {
    list-style: decimal;
}

.content-page li {
    margin: 0 0 1em 0;
    line-height: 1.5em;
}

.content-page a {
    word-break: break-word;
}

/* Contact Page */

.contact-form .hero {
    background-image: url('../images/contact-hero-bg-photo-speaker-full.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% center;
}

/* FAQ Page */

.faq-panel-outer {
    background-color: #f7f7f7;
}

.faq-panel-inner {
    max-width: 800px;
    background-color: #fff;
    padding: 75px;
    margin: auto;
    width: 85%;
    position: relative;
    top: -120px;
    border-radius: 5px;
}

.faq-panel-inner h2 {
    font-family: 'acherusgrotesque-black';
    font-size: 30px;
    text-align: center;
    margin: auto auto 2.5em;
}

.faq-question {
    font-family: 'acherusgrotesque-extrabold';
    font-size: 20px;
    line-height: 1.25em;
    margin-top: 1.75em;
    border-top: 1px solid #bbb;
    padding-top: 1.75em;
}

.lang-cn .faq-question,
.lang-jp .faq-question,
.lang-kr .faq-question {
    font-weight: bold;
}

.faq-question:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.faq-answer {
    font-family: 'acherusgrotesque-light';
    font-size: 20px;
    line-height: 1.5em;
    margin: 0.75em 0 1em;
}

.faq-answer:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    font-family: 'acherusgrotesque-bold';
}

.lang-cn .faq-answer strong,
.lang-jp .faq-answer strong,
.lang-kr .faq-answer strong {
    font-weight: bold;
}

/* Basic Form Pages */

.form-panel-outer {
    background-color: #f7f7f7;
}

.form-panel-inner {
    max-width: 1000px;
    background-color: #fff;
    padding: 5%;
    margin: auto;
    width: 85%;
    position: relative;
    top: -120px;
    border-radius: 5px;
    text-align: center;
}

.submitted .form-panel-inner {
    padding: 75px 10px 20px;
}

.submitted .form-title-wrap {
    display: none;
}

.submitted .nf-response-msg {
    margin: 2em 0 0;
}

.submitted .nf-response-msg h2 {
    font-family: 'acherusgrotesque-extrabold';
    letter-spacing: 0.5px;
    font-size: 28px;
    line-height: 1.25em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.submitted .nf-response-msg p {
    font-size: 24px;
    max-width: 420px;
}

.form-panel-inner h2 {
    font-family: 'acherusgrotesque-black';
    letter-spacing: 0.5px;
    line-height: 1.25em;
    width: 85%;
    font-size: 30px;
    text-align: center;
    margin: auto auto 1em;
}

.lang-cn .form-panel-inner h2,
.lang-jp .form-panel-inner h2,
.lang-kr .form-panel-inner h2 {
    font-weight: bold;
}

.form-panel-inner p {
    font-family: 'acherusgrotesque-regular';
    margin: 0 auto 2em;
    letter-spacing: 0.5px;
    font-size: 21px;
    line-height: 1.25em;
    width: 85%;
    max-width: 550px;
    text-align: center;
}

.contact-form {
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

#by_entering_an_email_address_and_submitting_this_form__i_am_providing_applovin_and_its_subsidiaries-4fbc5ef5-739f-4cbe-9875-4ac0d7d13e3d {
    display: inline-block !important;
    width: initial !important;
}

.checkbox-wrap input {
    display: inline-block !important;
    width: initial !important;
}

.label-right .checkbox-wrap .nf-field-element {
    flex: 0 0 20px;
}

input[type="radio"]+label:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url('../images/ui-radio-sprite.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 3em 1em;
    position: relative;
    top: 0.125rem;
}

input[type="checkbox"]+label:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url('../images/ui-checkbox-sprite.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 3em 1em;
    position: relative;
    top: 0.125rem;
}

input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before {
    background-position: right top;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    cursor: pointer;
}

.nf-field .list-checkbox-wrap .nf-field-element li,
.nf-field .list-radio-wrap .nf-field-element li {
    margin-bottom: 10px !important;
    font-size: 14px;
    text-align: left;
}

.nf-field .list-checkbox-wrap .nf-field-element li:last-child,
.nf-field .list-radio-wrap .nf-field-element li:last-child {
    margin-bottom: 5px !important;
}

.nf-field .list-checkbox-wrap .nf-field-element li label,
.nf-field .list-radio-wrap .nf-field-element li label {
    margin-left: 0;
}

.terms-checkbox-wrap .nf-field .list-checkbox-wrap .nf-field-element li label,
.terms-checkbox-wrap .nf-field .list-radio-wrap .nf-field-element li label {
    text-align: center;
    line-height: 1.25em;
}

.g-recaptcha>div {
    margin: auto;
}

.field-optional {
    font-family: 'acherusgrotesque-light';
    font-weight: 300;
    padding-left: 0.25em;
}

.hs-form,
.nf-field-label {
    /* NF */
    font-family: 'acherusgrotesque-extrabold';
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.ninja-forms-req-symbol {
    display: none;
}

/* Styling and Overrides for Ninja Forms Contact Form */

.grecaptcha-badge {
    margin: auto;
}

.hs-form-25c341a4-37c1-4d5e-a572-2746961b205d_8773d401-8c3f-4299-889f-9618013da5d3.submitted-message {
    overflow: initial !important;
}

.hbspt-form,
.form-wrapper {
    /* NF */
    padding: 40px 40px 10px;
    margin: auto;
}

.nf-field-container {
    margin-bottom: 6px !important;
}

.submit-container {
    margin-bottom: 0 !important;
}

.nf-before-form-content {
    display: none;
}

.nf-error-msg {
    font-family: 'acherusgrotesque-medium';
}

.nf-error-wrap.nf-error {
    display: inline-block;
}

.nf-error.listimage-wrap .nf-field-element ul,
.nf-error .ninja-forms-field {
    border-width: 2px !important;
}

.nf-response-msg {
    font-family: 'acherusgrotesque-bold';
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.25em;
}

.nf-response-msg h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nf-response-msg p {
    font-size: 18px;
}

.form-name,
.form-email,
.form-text,
.form-textfield,
.form-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    font-size: 14px;
    font-family: 'acherusgrotesque-regular';
    background-color: #fff;
    color: #323232;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select {
    background-image: url('../images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-size: 2.5em;
    background-position: right center;
}

::placeholder {
    color: #888888 !important;
}

::-webkit-input-placeholder {
    color: #888888 !important;
}

::-moz-placeholder {
    color: #888888 !important;
}

:-ms-input-placeholder {
    color: #888888 !important;
}

:-moz-placeholder {
    color: #888888 !important;
}

.actions input,
.form-button {
    /* NF */
    font-family: 'acherusgrotesque-black';
    font-size: 21px;
    line-height: 10px;
    color: #fff;
    background-color: #00B0CD;
    padding: 24px 80px;
    display: inline;
    transition: all 0.2s linear;
    margin: 0 auto 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
    max-width: 300px
}

.recaptcha-container {
    height: 0 !important;
}

.lang-cn .actions input,
.lang-jp .actions input,
.lang-kr .actions input,
.lang-cn .form-button,
.lang-jp .form-button,
.lang-kr .form-button {
    /* NF */
    font-weight: bold;
}

.actions input:hover,
.form-button:hover {
    /* NF */
    border: none;
    background-color: #1ab8d2;
    opacity: 1;
}

hr.ninja-forms-field {
    border: none;
    border-top: 1px solid #e1e1e1;
}

.hr-container {
    margin-bottom: 25px !important;
}

.nf-field-element textarea {
    height: 120px !important;
}

/* Styles for 2-col layouts */

.hs-full_name,
.nf-field-container.form-left {
    /* NF */
    float: left;
    clear: none;
    width: 49%;
}

.hs_email {
    float: left;
    clear: none;
    width: 49%;
}

.hs_game_title_s_ {
    float: left;
    clear: none;
    width: 49%;
}

.hs_video_footage_links {
    float: left;
    clear: none;
    width: 49%;
}

.hs-company,
.nf-field-container.form-right {
    /* NF */
    float: right;
    clear: none;
    width: 48%;
}

.hs-country {
    float: right;
    clear: none;
    width: 48%;
}

.hs_link_to_your_app_store_account_game_url_ {
    float: right;
    clear: none;
    width: 48%;
}

.hs_tell_us_more_about_your_team_and_game_s__ {
    float: right;
    clear: none;
    width: 48%;
}

.hs-error-msgs {
    position: absolute;
    width: 100%;
}

.hs_error_rollup .hs-error-msgs {
    position: initial;
    width: 100%;
    padding-bottom: 10px;
}

.hs-fieldtype-text label {
    padding-bottom: 5px
}

.hs-form-booleancheckbox {
    display: inline-block;
    text-align: center;
    clear: none;
    width: 100%;
}

.hs-form-booleancheckbox-display span {
    vertical-align: 20%
}

.hs-form-field {
    margin-bottom: 20px
}

#nf-field-207_1-container {
    display: none
}

.mfp-content img {
    width: 190px;
    text-align: center !important;
}

.mfp-content {
    text-align: center !important;
}

.form-name,
.form-email,
.form-text,
.form-textfield,
.form-select {
    font-size: 10px !important
}

.nf-field .list-checkbox-wrap .nf-field-element li,
.nf-field .list-radio-wrap .nf-field-element li {
    font-size: 12px !important
}

.hs-form label,
.nf-field-label label {
    /* NF */
    font-family: 'acherusgrotesque-black';
    font-weight: initial !important;
    color: #999999;
}

.hs-error-msg {
    font-size: 8px !important;
    color: #e80000 !important;
    font-family: 'acherusgrotesque-medium';
}

.nf-after-field {
    text-align: left !important;
    font-size: 10px !important
}

.nf-errors,
.hs-main-font-element {
    /* NF */
    font-family: 'acherusgrotesque-medium' !important;
    font-size: 10px !important;
    color: #e80000 !important;
}

.hs-full_name input,
.hs_email input,
.hs_game_title_s_ input,
.hs_game_title_s_ input,
.hs_video_footage_links textarea,
.hs-company input,
.hs-country input,
.hs_link_to_your_app_store_account_game_url_ input,
.hs_tell_us_more_about_your_team_and_game_s__ textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    font-size: 14px;
    font-family: 'acherusgrotesque-regular';
    background-color: #fff;
    color: #323232;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hs_by_submitting_this_form__you_accept_our__a_href___terms__terms_nbsp__amp__nbsp_conditions__a_ {
    position: initial;
}

.hs-fieldtype-text .input,
.hs-fieldtype-textarea .input {
    margin-top: 5px
}

.input {
    position: initial;
    margin: 0;
    width: 100%;
}

#by_submitting_this_form__you_accept_our__a_href___terms__terms_nbsp__amp__nbsp_conditions__a_-4fbc5ef5-739f-4cbe-9875-4ac0d7d13e3d,
#by_submitting_this_form__you_accept_our__a_href___terms__terms_nbsp__amp__nbsp_conditions__a_-25c341a4-37c1-4d5e-a572-2746961b205d,
#by_submitting_this_form__you_accept_our__a_href___terms__terms_nbsp__amp__nbsp_conditions__a_-bceed997-19b3-4fc4-b799-3ffb94fb3317,
#by_submitting_this_form__you_accept_our__a_href___terms__terms_nbsp__amp__nbsp_conditions__a_-392547ca-b52f-44f8-bf19-38b98b4fa98c {
    display: inline-block !important;
    width: initial !important;
}

.hs_submit {
    position: initial;
}

.actions {
    position: initial;
    text-align: center;
    margin-bottom: 15px;
}

.hs-form-booleancheckbox {}

.hs_by_entering_an_email_address_and_submitting_this_form__i_am_providing_applovin_and_its_subsidiaries {
    clear: both;
}

.submitted-message {
    overflow: initial !important;
    font-size: 15px !important;
    margin-bottom: 20px
}

/* Media Queries */

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .nf-field-container.form-left,
    .nf-field-container.form-right {
        float: none;
        clear: both;
        width: 100%;
    }
    #nf-field-208 {
        width: 75%;
    }
    .nf-field-label label {
        color: #323232 !important;
    }
    #nf-field-206-container {
        margin-bottom: 0 !important
    }
    .hs-form label {
        font-family: 'acherusgrotesque-black';
        font-weight: initial !important;
        color: #999999;
    }
    .hs-error-msg {
        font-size: 8px !important;
        color: #e80000 !important;
        font-family: 'acherusgrotesque-medium';
    }
    .nf-after-field {
        text-align: left !important;
        font-size: 10px !important
    }
    .nf-errors,
    .hs-main-font-element {
        font-family: 'acherusgrotesque-medium' !important;
        font-size: 10px !important;
        color: #e80000 !important;
    }
    .hs-full_name {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs_email {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs_game_title_s_ {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs_video_footage_links {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs-company {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs-country {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs_link_to_your_app_store_account_game_url_ {
        float: initial;
        clear: none;
        width: 100%;
    }
    .hs_tell_us_more_about_your_team_and_game_s__ {
        float: initial;
        clear: none;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .faq-question,
    .faq-answer {
        font-size: 18px;
    }
    .faq-panel-inner h2 {
        font-size: 24px;
    }
    .form-panel-inner {
        padding: 40px 10px;
        top: -50px;
    }
    .faq-panel-inner {
        padding: 40px 30px;
        top: -50px;
    }
    .contact-form .hero {
        background-image: url('../images/contact-hero-bg-photo-speaker-mobile.jpg');
        background-position: left center;
    }
    .form-name,
    .form-email,
    .form-text,
    .form-textfield,
    .form-select {
        padding: 16px;
        font-size: 14px;
    }
    .actions input,
    .form-button {
        /* NF */
        font-size: 16px;
        line-height: 10px;
        padding: 18px 60px;
    }
    .hbspt-form,
    .form-wrapper {
        /* NF */
        padding: 10px;
    }
    .form-panel-inner h2 {
        font-size: 24px;
    }
    .form-panel-inner p {
        font-size: 16px;
    }
    .field-wrap textarea {
        height: 120px;
    }
    .mfp-content img {
        margin-bottom: 20px
    }
    .btn-center .nf-field-element {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .actions input,
    .form-button {
        /* NF */
        margin-top: 0 !important;
    }
    .form-panel-inner,
    .faq-panel-inner {
        width: 90%;
    }
    .faq-panel-inner {
        padding: 75px 7.5%;
    }
    .content-page .inner-wrap {
        width: 80%;
    }
    .hs-form,
    .nf-field-label {
        /* NF */
        text-align: left;
    }
    .hs-form label,
    .nf-field-label label {
        /* NF */
        font-size: 10px;
        line-height: 1.25em;
    }
    .form-checkbox {
        max-width: 100%;
        margin: 30px auto !important;
    }
}

.mfp-close-btn-in .mfp-close {
    margin-right: 1%;
    margin-top: 1%;
}

.invisibleDiv {
    height: 100%;
    width: 100%
}

.mfp-container {
    padding: 0 20% !important
}

.btn-center .nf-field-element {
    margin: auto !important;
}

@media screen and (max-width: 1024px) {
    .mfp-container {
        padding: 0% !important
    }
    .mfp-close-btn-in .mfp-close {
        margin-top: 0;
        font-size: 35px;
    }
}

.rc-anchor-aria-status {
    display: block
}