.pwg-ftc-pop *
{
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.pwg-ftc-pop.splash
{
    background-color: #fde0e7;
    background-color: rgba(253,224,231,.95);
}

.pwg-ftc-pop .splash-center
{
    max-width: 760px;
    min-height: 430px;
    padding: 30px;
    background: #efefef;
    margin: 10% auto 0;
    position: relative;
}

.pwg-ftc-pop .splash-content
{
    padding: 75px 25px 25px;
    background-color: #fbd4dd;
    color: #f45580;
    font-size: 18px;
}

.pwg-ftc-pop .col
{
    float: left;
    width: 50%;
}

.pwg-ftc-pop .col-form
{
    padding-left: 20px;
}

.pwg-ftc-pop .splash-title
{
    padding-top: 15px;
    font-size: 18px!important;
}

    .pwg-ftc-pop .splash-title img
    {
        margin: 0 14px 0 0;
        float: left;
    }

    .pwg-ftc-pop .splash-title span
    {
        display: block;
        line-height: 1.3;
        padding: 8px 0 0 90px;
    }

        .pwg-ftc-pop .splash-title span strong
        {
            font-size: 22px;
        }

.pwg-ftc-pop .splash-details
{
    margin: 0;
    padding-top: 80px;
    background: url(../../images/coverpop-flourish.png) 25px 10px no-repeat;
}

.pwg-ftc-pop .hs-form
{
    margin: 0!important;
}

    .pwg-ftc-pop .hs-form.stacked .field
    {
        margin-bottom: 10px!important;
    }

    .pwg-ftc-pop .hs-form.stacked label
    {
        font-size: 14px!important;
        font-weight: 400!important;
        margin: 0 0 2px 2px!important;
        text-transform: uppercase;
        display: inline-block;
        cursor: pointer;
    }

    .pwg-ftc-pop .hs-form .hs-form-required, .pwg-ftc-pop .hs-form.stacked label
    {
        color: #777!important;
    }

    .pwg-ftc-pop .hs-form .hs-form-required
    {
        display: inline-block;
    }

    .pwg-ftc-pop .hs-form .hs-form-radio-display
    {
        vertical-align: top;
    }

    .pwg-ftc-pop .hs-form input[type=radio]
    {
        margin-right: 10px!important;
        margin-top: 2px!important;
    }

.pwg-ftc-pop input.hs-input, .pwg-ftc-pop textarea.hs-input
{
    box-shadow: none!important;
    transition: none!important;
}

.pwg-ftc-pop .hs-input.uneditable-input, .pwg-ftc-pop input.hs-input, .pwg-ftc-pop select.hs-input, .pwg-ftc-pop textarea.hs-input
{
    border: 1px solid #777!important;
    padding: 10px 15px!important;
    color: #333!important;
    font-weight: 500!important;
    margin: 0!important;
    height: 18px!important;
    border-radius: 0!important;
}

.pwg-ftc-pop .hs-form.stacked .actions
{
    margin: 0!important;
    padding: 10px 0 0!important;
}

.pwg-ftc-pop .hs-form .hs-button
{
    text-shadow: none!important;
    background: #56a050!important;
    text-transform: uppercase;
    border: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
    display: block!important;
    padding: 15px 0!important;
    text-align: center!important;
    width: 100%!important;
    font-weight: 700!important;
    font-size: 18px!important;
}

@media (max-width:650px)
{
    .pwg-ftc-pop .splash-details
    {
        background-position: left top;
    }
}

@media (max-width:560px)
{
    .pwg-ftc-pop .splash-content
    {
        padding: 25px;
    }

    .pwg-ftc-pop .splash-details
    {
        padding: 70px 0 30px;
        background-position: center 10px;
    }

    .pwg-ftc-pop .col
    {
        float: none;
        width: 100%;
        display: block;
    }

    .pwg-ftc-pop .col-form
    {
        padding: 0;
    }
}

@media (max-width:420px)
{
    .pwg-ftc-pop .splash-content
    {
        padding: 15px;
    }

    .pwg-ftc-pop .splash-center
    {
        margin: 0;
    }

    .pwg-ftc-pop .splash-details
    {
        background-size: 100% 45px;
    }

    .pwg-ftc-pop .splash-title span
    {
        padding-top: 0;
    }
}

.clearfix:after, .clearfix:before
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}