@charset "utf-8";
/* CSS Document */

.single-actions, .single-actions header {
    background: #F0EDE8;
}

.single-actions {
    padding-top: 182px;
}

h1 {
    color: #000A2B;
    font-family: 'Trend Slab One', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -5.538px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0 0 37px;
}

h1 img {
    height: 109px;
    float: left;
    margin: 0 30px 0 0;
}

h2 {
    color: #000A2B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    font-family: 'Roboto Slab', serif;
    max-width: 919px;
    margin: 0 0 63px;
}

.content {
    column-count: 2;
}

.action-intro {
    margin-bottom: 108px;
}

.single-actions .with_frm_style .frm_message {
    width: 100%;
    background: transparent;
    border: none;
    padding: 129px 0 173px;
    margin: 0;
}

.single-actions .with_frm_style .frm_message p {
    color: #F0EDE8;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.64px;
    margin: 0 0 39px;
    background-color: transparent;
}

.single-actions .with_frm_style .frm_message:before {
    content: "";
    visibility: visible;
    background: #000A2B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}

h3 {
    color: #000A2B;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: -6px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    margin: 0 0 50px;
}

.action-form-text p {
    color: #000A2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
}

.action-form-text .content {
    max-width: 843px;
    margin: 0 0 38px;
    margin: 0;
    column-count: unset;
}

.action-form-text .content strong {
    color: #FF3D14;
}

.action-form.border-grey-style:before {
    background: #E8E1D7;
}

.action-form-text {
    margin-bottom: 63px;
}

/*Bottom Naviation*/
.actions-nav {
    margin-bottom: 80px;
}

.actions-nav a {
    color: #000A2B;
    font-size: 38px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -5px;
    text-transform: uppercase;
    box-shadow: none;
    font-family: 'Trend Slab One', sans-serif;
    display: flex;
    align-items: center;
    width: auto;
}

.actions-nav a {
    padding-right: 90px;
}

.actions-nav a.previous {
    padding-right: 0;
    padding-left: 90px;
}

.actions-nav a.previous:after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

.actions-nav a:after {
    width: 48px;
    height: 48px;
} 

ul.frm_page_bar.frm_progress {
    position: relative;
    padding-bottom: 40px;
    margin: 0 0 60px !important;
}

ul.frm_progress ~ .frm_percent_complete, ul.frm_progress ~ .frm_pages_complete {
    margin-top: -80px !important;
}

.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-color: #030b2b !important;
    background-color: #030b2b !important;
    opacity: 0.8;
}

.action-intro .content p {
    margin: 0px 0 20px;
}

.single-actions .frm_error_style {
    margin: 30px 0 0 !important;

}
.single-actions .frm_error_style p {
    margin: 0;

}

.action-form.saving-draft-block {}

.single-actions .action-form.saving-draft-block .with_frm_style .frm_message {
    padding: 35px 55px;
    order: 1;
    background: #000A2B;
    margin: 0 0 60px 0;
    border-radius: 15px;
}

.single-actions .action-form.saving-draft-block .with_frm_style .frm_message p {
    /* color: #000A2B; */
    margin: 0;
}