html
{
    overflow: hidden;
}

body
{
    margin: 0;
}

#pardot-form
{
    display: flex;
    flex-wrap: wrap;

    max-width: 800px;
    margin: auto;
    padding: 0;

    gap: 0 40px;
}

.errors
{
    width: 100% !important;;
}
form.form input
{
    margin-left: 0;
}
form.form input.text
{
    width: 100% !important;
    max-width: 360px;
    border-bottom: 1px solid rgba(53,60,68,.1);
}


form.form p
{
    width: calc(50% - 26px);
    margin: 0;
    margin-right: 0 !important;
    margin-bottom: 25px;
    padding: 0;
}

form.form .form-field
{
    margin: 0;
    margin-bottom: 15px;
    padding: 2px;
}


.text
{
    font-size: .9rem;
    line-height: 1;

    color: #353c44;
    border: 0;
    border-bottom: 1px solid rgba(53,60,68,.1);
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    background: 0 0;
}

.field-label
{
    font-size: 14px;
    line-height: 1;

    width: 100% !important;
    margin-bottom: 5px !important;

    text-align: left !important;
    text-align: left;

    opacity: .5;
    background: none !important;;
}

form.form p label.inline
{
    opacity: .5;
}

.required .field-label::after
{
    margin-left: 4px;

    content: '*';

    color: rgb(226, 0, 37);
}

.field-label
{
    font-weight: normal;
}

form.form input.text
{
    width: 100%;
}

.form-field.pd-textarea textarea,
.form-field.pd-select select
{
    width: 100% !important;
    padding: 5px;

    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: transparent !important;
}

.form-field.pd-checkbox,
.form-field.pd-textarea,
.form-field.pd-date
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-field.pd-checkbox .value
{
    margin-left: 0 !important;
}

.form-field.pd-date input
{
    width: calc(100% - 30px) !important;
    padding: 5px;
    padding-left: 25px !important;

    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: transparent !important;
    background-position: 5px !important;
}

form.form p.submit
{
    font-size: .75rem;
    font-weight: 700;

    position: relative;
    z-index: 0;

    display: inline-flex;
    align-self: center;
    justify-content: center;

    width: auto !important;
    margin-top: 40px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 15px !important;

    cursor: pointer;
    -webkit-transition: -webkit-transform .34s cubic-bezier(.39,.575,.28,.995);
            transition: -webkit-transform .34s cubic-bezier(.39,.575,.28,.995);
            transition:         transform .34s cubic-bezier(.39,.575,.28,.995);
            transition:         transform .34s cubic-bezier(.39,.575,.28,.995),-webkit-transform .34s cubic-bezier(.39,.575,.28,.995);
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#355193),to(#22274a));
    background: linear-gradient(to right,#355193 0%,#22274a 100%);
}
form.form p.submit::before
{
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 8px;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .34s cubic-bezier(.39,.575,.28,.995);
            transition: all .34s cubic-bezier(.39,.575,.28,.995);
    -webkit-transform: translate(-8px,-8px);
            transform: translate(-8px,-8px);

    opacity: 0;
    opacity: 0;
    border-radius: 4px;
    background: inherit;
}

form.form p.submit input
{
    font-size: .75rem;
    font-weight: 700;

    margin: 0 !important;
    padding: 14px 30px !important;

    cursor: pointer;
    text-transform: uppercase;

    color: white;
    border: none;
    background: transparent;
}

form.form p.submit:hover::before
{
    -webkit-transform: translate(0);
            transform: translate(0);

    opacity: .65;
}

.form.form p.form-field p.error
{
    width: 100%;
    margin-right: 0 !important;
}

p.errors
{
    overflow: hidden;

    width: 100%;
    max-width: calc(100% - 10px);
    margin: 0 !important;
    margin-top: 30px !important;
    padding: 10px 10px;
}

form.form p.form-field p.error
{
    font-weight: 400;

    margin-left: 0;
}

form.form p.Newsletter_subscription.no-label
{
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
}
form.form .Event_subscription
{
    width: 100%;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
form.form .Event_subscription .field-label
{
    width: 100%;
}

@media (max-width: 500px)
{
    #pardot-form
    {
        display: flex;
        flex-direction: column;;
        flex-wrap: wrap;

        max-width: 100%;
    }
    form.form input.text
    {
        width: calc(100% - 5px);
        max-width: calc(100% - 5px);
    }
    .form-field.pd-textarea textarea
    {
        width: calc(100% - 5px) !important;
    }
    form.form p
    {
        width: calc(100% - 5px);
        margin-right: 0 !important;
    }
}


/*------ CSS PREFERENCE ------*/

form.form .form-field[class*='-pref']
{
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;

    margin-left: 0;
}

form.form .form-field[class*='-pref'][class*='-checkbox'] label
{
    line-height: 18px;

    width: calc(100% - 50px);
}

form.form .form-field[class*='-pref'] .description
{
    width: 100%;
    height: 100%;
    margin-left: 0;
}

form.form p:not([class])
{
    width: 100%;
}

.new-line
{
    width: 100% !important;
}

.new-line label
{
    width: 100% !important;
}


.title-2
{
    line-height: 1.2;

    padding-bottom: 6px;

    color: #355193;
    border-bottom: 1px solid #355193;
}

.title-2.is-second
{
    margin-top: 40px;
}

p:not([class]):first-child
{
    font-size: 1rem;

    margin-left: 0 !important;

    opacity: 0;
    color: #353c44;
}
.form-field.\%\%form-field-css-classes\%\%.\%\%form-field-class-type\%\%.no-label.\%\%form-field-dependency-css\%\% {
	width: 100%;
	margin: 20px;
	text-align: center;
}

form.form p.email span.description {
    margin: 0;
    margin-left: 2px
}
.already-subscriber {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.opt-out-link {
    color: transparent;
    text-decoration: none;
    pointer-events: none;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}


.optout-link {
    color: #95a5a6;
}