.codex-form
{
    margin: 0;
}

.codex-form h1
{
    font-size: 32px;
}

.codex-form h2
{
    font-size: 28px;
}


.codex-form h3
{
    font-size: 24px;
}

.codex-form h4
{
    margin: 1em 0 0.5em;
    font-size: 18px;
}

.codex-form p,
.codex-form label
{
    font-size: 15px;
}

.codex-form input
{
    font-size: 15px;
}

.codex-form label.radio-label,
.codex-form label.check-label
{
    min-height: 32px;
    display: flex;
    align-items: center;
}

.codex-form p.small
{
    font-size: 18px;
    line-height: 1.4em;
}

.codex-form .text-center p
{
    padding: 0;
}

@media (min-width:768px)
{
    .codex-form .text-center p
    {
        padding: 0 50px;
    }
}

.codex-form p.description {
    margin-bottom: 2rem;
}

.codex-form ol
{
    margin-bottom:0;
    padding-bottom:0;
}
/*
-------------------------------------------------------
Form
-------------------------------------------------------
*/

.campaign-form,
.campaign-form label.text,
.campaign-form label.signPad
{
    width: 100%;
}

.campaign-form label.text {
    margin-top: 10px;
    display: block;
}

.codex-form .radio-container,
.codex-form .check-container
{
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.codex-form  button#campaign-submit,
.codex-form  .button
{
    line-height: inherit;
    width: 100%;
    text-align: center;
}


.codex-form  input[type="checkbox"],
.codex-form  input[type="radio"]
{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.campaign-form textarea {
    min-width: 100%;
    max-width: 100%;
}

@media (min-width:768px)
{
    .codex-form  input[type="checkbox"],
    .codex-form  input[type="radio"]
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

}



@media (max-width:767px)
{
    .codex-form  label.check-label,
    .codex-form  label.radio-label
    {
        display:block !important;
        width:80vw;
        margin-bottom: 40px !important;
    }
}

@media (min-width:768px)
{
    .campaign-form
    {
        text-align:left;
    }
    .codex-form label.radio-label,
    .codex-form label.check-label
    {
        max-width:90%;
        vertical-align:top;
    }

    .codex-form input[type="checkbox"],
    .codex-form input[type="radio"]
    {
        vertical-align:top;
        margin-top: 6px !important;
    }

}

@media (min-width:992px)
{
    .codex-form label.radio-label,
    .codex-form label.check-label
    {
        max-width:90%;
        vertical-align:top;
    }

}

.codex-form .signPad canvas
{
    background-color: #ffffff;
    border: 2px dashed #c3c3c3;
    width: 600px;
}

.codex-form .canvasContainer
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 20px 0;
    border: 1px solid #d6d6d6;
    border-radius:3px;
    overflow: hidden;
}

.codex-form .divider
{
    height: 1px;
    background: #d0d0d0;
    width: 100%;
    margin: 40px 15px;
}

.codex-form .divider.x-large
{
    margin: 60px 0;
}

.codex-form .required-asterisk
{
    color: #e40000;
    font-size: 0.5rem;
    font-weight: bold;
    position: relative;
    top: -4px;
}

/*
-------------------------------------------------------
info-toggle
-------------------------------------------------------
*/

.info-toggle
{
    border-bottom:1px solid #dedede;
}

.info-toggle:hover
{
    cursor: pointer;
    border-bottom:1px solid #7b7b7b;
}
.info-toggle:after
{
    content: "Click to view";
    font-size:14px;
    float:right;
    color:#676767;
}

.info-toggle.active:after
{
    content: "Click to hide";
}
