body
{
    color: white;
    background-color: rgb(11, 24, 39);
}

@media only screen and (max-width: 400px)
{
    #apply-membership-reasons-mbox > #overlay > #content > #close-btn
    {
        font-size: 20px;
    }
}

@media only screen and (min-width: 500px)
{
    body > section > article > #member-apply-form-container > form > .submitbtn
    {
        width: 215px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1125px)
{
    body > section > article > #member-apply-top > p
    {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1125px)
{
    body > section > article > #member-apply-form-container
    {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1125px)
{
    body > section > article > #member-apply-form-container
    {
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    body > section > article > #member-apply-top > p
    {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (min-width: 600px)
{
    body > section
    {
        background-image: url("../../../images/och_member_apply_bkgrnd.webp");
        background-size: 75%;
        background-position: top right;
        background-repeat: no-repeat;
    }

    body > section > article > #member-apply-form-container
    {
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10%;
        margin-bottom: 10%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: white;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > label:not(#password-field):not(.submitbtn)
    {
        color: rgba(11, 24, 39, 0.8);
    }
    
    body > section > article > #member-apply-form-container > form textarea:focus,
    body > section > article > #member-apply-form-container > form input:not([type=button]):not([type=submit]):focus
    {
        /* border: 2px solid rgb(11, 24, 39); */
    }

    #newsletter-checkbox
    {
        color: rgb(11, 24, 39);
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > input[type=radio]:checked ~ span
    {
        background: rgb(78, 183, 71);
    }

    body > section > article > #member-apply-top
    {
        margin-left: 15%;
        margin-right: 15%;
    }
        
    body > section > #section-lines > img
    {
        position: absolute;
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 425px)
{
    #apply-membership-reasons-mbox > #open-btn
    {
        font-size: 18px !important;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 600px)
{
    body > section > #section-lines > img
    {
        display: none;
    }

    body > section
    {
        position: relative;
        min-height: calc(100vh - 75px);
        min-height: -webkit-calc(100vh - 75px);
        min-height: -moz-calc(100vh - 75px);
        min-height: expression(100vh - 75px);
    }

    body > section:before
    {
        position: fixed;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-image: url("../../../images/och_member_background_mobile.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body > section > #section-lines
    {
        position: relative;
    }

    body > section > #section-lines:before
    {
        position: fixed;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../../../images/lines_background.png");
        background-position: center;
        background-repeat: repeat;
        background-size: 150%;
    }

    body > section > article > #member-apply-form-container
    {
        margin-top: 0px !important;
        padding: 40px;
    }
    
    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > label:not(#password-field):not(.submitbtn)
    {
        color: white;
    }

    body > section > article > #member-apply-form-container > form textarea:focus,
    body > section > article > #member-apply-form-container > form input:not([type=button]):not([type=submit]):focus
    {
        /* border: 2px solid rgb(255, 132, 0); */
    }

    body > section > article > #member-apply-form-container > form > #fieldset > #gender-col > #fieldset-column-content
    {
        background: white;
    }

    #newsletter-checkbox
    {
        color: white;
    }
    
    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > input[type=radio]:checked ~ span
    {
        background: rgb(255, 132, 0);
    }

    body > section > article > #member-apply-top
    {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 925px)
{
    body > section > article > #member-apply-form-container > form > #fieldset
    {
        -js-display: flex;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(#gender-col):not(#comment-col)
    {
        min-width: 40%;
        flex-basis: 47.5%;
        -webkit-flex-basis: 47.5%;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(#gender-col):not(#comment-col):first-of-type
    {
        margin-right: 2.5%;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(#comment-col):last-of-type
    {
        margin-left: 2.5%;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > #gender-col
    {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > span
    {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 925px)
{
    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(#comment-col)
    {
        min-width: 100%;
        width: 100%;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn
    {
        width: 50%;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > span
    {
        width: 100%;
        text-align: center;
    }

    body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column.top:last-of-type > label
    {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 500px)
{
    #apply-membership-reasons-mbox > #overlay > #content
    {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
    }
}

@media only screen and (min-width: 500px)
{
    #apply-membership-reasons-mbox > #overlay > #content
    {
        top: 12.5vh;
        height: 75vh;
    }
}

@media only screen and (min-width: 500px) and (max-width: 950px)
{
    #apply-membership-reasons-mbox > #overlay > #content
    {
        left: 12.5vw;
        width: 75vw;
    }
}

@media only screen and (min-width: 950px)
{
    #apply-membership-reasons-mbox > #overlay > #content
    {
        left: 27.5vw;
        width: 45vw;
    }
}

@media only screen and (max-width: 600px)
{
    body > section > article > #member-apply-top
    {
        padding-top: 60px !important;
    }
}

body > section > article > #member-apply-top
{
    padding-top: 120px;
}

body > section > article > #member-apply-top > h1,
body > section > article > #member-apply-top > p
{
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 425px)
{
    body > section > article > #member-apply-top > h1
    {
        font-size: 50px;
    }
}

body > section > article > #member-apply-top > h1
{
    color: white;
    text-align: center;
    margin: 0;
}

body > section > article > #member-apply-top > p
{
    line-height: 1.45em;
    margin: 2em auto;
    color: white;
    text-align: center;
}

body > section > #section-lines
{
    position: absolute;
    left: 0;
    top: 100px;
}

/*
    Apply form CSS
*/
body > section > article > #member-apply-form-container
{
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(.top) > label:not(#password-field):not(.submitbtn)
{
    margin-top: 25px;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > label:not(#password-field):not(.submitbtn)
{
    display: block;
    font-family: "DIN Next LT Pro";
    font-size: 20px;
    margin-bottom: 6.5px;
}

/* Standard input field CSS */
body > section > article > #member-apply-form-container > form input:not([type=button]):not([type=submit])
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid rgba(11, 24, 39, 0.25);
    box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -webkit-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -moz-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 60px;
    font-size: 20px;
    font-family: "DIN Next LT Pro";
    color: rgba(11, 24, 39, 0.8);
}

body > section > article > #member-apply-form-container > form input:not([type=button]):not([type=submit]):focus
{
    outline: none;
}

/* Forgot PW btn */
body > section > article > #member-apply-form-container > form input[type=button]
{
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-family: "DIN Next LT Pro";
    text-align: center;
    font-size: inherit;
    margin-top: 7.5%;
    margin-bottom: 7.5%;
    padding: 0px;
    color: rgb(110, 200, 100);
    border-bottom: 0.075em solid rgb(185, 225, 180);
    background: transparent;
}

/* Comments field */
body > section > article > #member-apply-form-container > form textarea
{
    resize: none;
    -moz-resize: none;
    padding: 20px;
    width: 100%;
    max-height: 120px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "DIN Next LT Pro";
    font-size: 20px;
    color: rgba(11, 24, 39, 0.8);
    border: 2px solid rgba(11, 24, 39, 0.25);
    box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -webkit-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -moz-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

body > section > article > #member-apply-form-container > form textarea:focus
{
    outline: none;
}

body > section > article > #member-apply-form-container > form textarea::placeholder
{
    color: rgba(11, 24, 39, 0.4);
}

body > section > article > #member-apply-form-container > form textarea::-ms-input-placeholder
{
    color: rgba(11, 24, 39, 0.4);
}

body > section > article > #member-apply-form-container > form textarea:-ms-input-placeholder
{
    color: rgba(11, 24, 39, 0.4);
}

/* Password field wrapper */
body > section > article > #member-apply-form-container > form > #password-field
{
    position: relative;
    display: block;
    height: 60px;
}

/* Password field visibility button */
body > section > article > #member-apply-form-container > form > #password-field > button
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: transparent;
    color: rgb(205, 210, 210);
    border: none;
    padding: 0px;
    font-size: 1.25em;
    cursor: pointer;

    /* top/right values will be relative to the center of the element instead of its edge */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    right: 17.5px; /* 1/4th of total height */
    top: 35px; /* 1/2th of total height */
}

body > section > article > #member-apply-form-container > form > #password-field > button:focus
{
    outline: none;
}

/* Submit btn */

/* HACK: Abuse labels so events from the submit btn also apply to this label so we can animate the right-aligned arrow*/
body > section > article > #member-apply-form-container > form > .submitbtn
{
    display: block;
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(255, 132, 0);
    font-size: 24px;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "DIN Next LT Pro";
    cursor: pointer;
    color: white;
    bottom: 0px;
}

body > section > article > #member-apply-form-container > form > .submitbtn:hover
{
    bottom: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#40ffffff", GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#40ffffff", GradientType=1)";
    box-shadow: 0 10px 20px 0 rgba(148, 77, 0, 0.4);
    -webkit-box-shadow: 0 10px 20px 0 rgba(148, 77, 0, 0.4);
    -moz-box-shadow: 0 10px 20px 0 rgba(148, 77, 0, 0.4);
}

body > section > article > #member-apply-form-container > form > .submitbtn:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.375s opacity;
    -webkit-transition: 0.375s opacity;
    -moz-transition: 0.375s opacity;
    -ms-transition: 0.375s opacity;
    -o-transition: 0.375s opacity;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25));
    background: -webkit-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.25));
    background: -moz-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.25));
    background: -o-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.25));
}

body > section > article > #member-apply-form-container > form > .submitbtn:hover:after
{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body > section > article > #member-apply-form-container > form > .submitbtn > .chevron
{
    float: right;
    margin-top: 23px;
    margin-right: 2.5%;
}

body > section > article > #member-apply-form-container > form > .submitbtn:hover > .chevron
{
    margin-right: 0%;
}

body > section > article > #member-apply-form-container > form > .submitbtn > input[type=submit]
{
    display: none;
}

body > section > article > #member-apply-form-container > form > .submitbtn > .chevron > img
{
    display: block;
    height: 1em;
}

body > section > article > #member-apply-form-container > form > #fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    letter-spacing: -1em;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column:not(#gender-col):not(#comment-col)
{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

body > section > article > #member-apply-form-container > form > #fieldset > #comment-col
{
    width: 100%;
}

body > section > article > #member-apply-form-container > form > #fieldset > #gender-col > #fieldset-column-content
{
    font-size: 0;
    height: 60px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 2px solid rgba(11, 24, 39, 0.25);
    box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -webkit-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -moz-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Radio buttons */
body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: rgb(11, 24, 39);
    font-family: "DIN Next LT Pro";
    cursor: pointer;
    margin: 0px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > input[type=radio]
{
    display: none;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > span
{
    display: block;
    overflow: hidden;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    line-height: 56px;
    height: 56px;
    font-size: 20px;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn:first-of-type > input[type=radio]:checked ~ span
{
    left: -2px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn:last-of-type > input[type=radio]:checked ~ span
{
    right: -2px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

body > section > article > #member-apply-form-container > form > #fieldset > .fieldset-column > #fieldset-column-content > .radiobtn > input[type=radio]:checked ~ span
{
    position: relative;
    top: -2px;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 20px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Modalbox code */
#apply-membership-reasons-mbox
{
    position: relative;
}

#apply-membership-reasons-mbox > #open-btn
{
    display: block;
    margin: 3% auto;
    background: transparent;
    color: rgb(78, 183, 71);
    text-align: center;
    border: none;
    padding: 0;
    border-bottom: 2px solid rgb(78, 183, 71);
    cursor: pointer;
    font-family: "DIN Next LT Pro";
    font-size: 26px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#apply-membership-reasons-mbox > #open-btn:focus
{
    outline: none;
}

#apply-membership-reasons-mbox > #overlay
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

#apply-membership-reasons-mbox > #overlay > #content
{
    position: absolute;
    z-index: 11000;
    padding: 60px;
    background: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#apply-membership-reasons-mbox > #overlay > #content > h2
{
    width: 100%;
    font-style: italic;
    font-weight: 900;
    color: rgb(78, 183, 71);
    text-transform: uppercase;
    font-family: "DIN Next LT Pro Black";
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

#apply-membership-reasons-mbox > #overlay > #content > ul
{
    font-family: "DIN Next LT Pro";
    color: rgb(11, 24, 39);
    counter-reset: list-item-count;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#apply-membership-reasons-mbox > #overlay > #content > ul > li
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#apply-membership-reasons-mbox > #overlay > #content > ul > li,
#apply-membership-reasons-mbox > #overlay > #content > ul > li:before
{
    vertical-align: bottom;
}

#apply-membership-reasons-mbox > #overlay > #content > ul > li:before
{
    counter-increment: list-item-count;
    content: counter(list-item-count) ". ";
    font-size: 32px;
    line-height: 1.0em;
    color: rgb(78, 183, 71);
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900; 
}

body > section > article > #member-apply-form-container > form > #apply-for-membership-btn
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#apply-membership-reasons-mbox > #overlay > #content > #close-btn
{
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    display: block;
    margin: 0 auto;
    text-align: left;
    color: rgb(11, 24, 39);
    background: transparent;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
}

#apply-membership-reasons-mbox > #overlay > #content > #close-btn:focus
{
    outline: none;
}

/*
    Checkbox code
*/
#newsletter-checkbox
{
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "DIN Next LT Pro";
    font-size: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
}

#newsletter-checkbox > #checkbox
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    height: 26px;
    width: 26px;
    background: white;
    border: 2px solid rgba(11, 24, 39, 0.25);
    box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -webkit-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -moz-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#newsletter-checkbox > #checkbox > input[type=checkbox]
{
    display: none;
}

#newsletter-checkbox > #checkbox > span:after
{
    content: "";
    position: absolute;
    display: none;
}

#newsletter-checkbox > #checkbox > input[type=checkbox]:checked ~ span
{
    display: block;
    height: 100%;
    width: 100%;
}

#newsletter-checkbox > #checkbox > input[type=checkbox]:checked ~ span:after
{
    display: block;
}

#newsletter-checkbox > #checkbox > span:after
{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid rgb(11, 24, 39);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#newsletter-checkbox > .checkbox-text
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    cursor: pointer;
    white-space: normal;
}