﻿@import "WF_MixinVariables.less";

.accordion_section {
    //border: 2px solid green;
    //padding: 0 15px;
    max-width: 75rem;
    margin: 30px auto;

    @media @maxwidth1024 {
        margin: 15px !important;
    }


    .accordion_container {


        .accordion-item {

            .accordion-title {
                cursor: pointer;
                background-color: #eee;
                padding: 10px;
                border: 1px solid #ccc;
                position: relative;
                font-family: "acumin-pro-condensed";
                font-weight: 800;
                font-style: normal;
                font-size: 34px;
                color: #0b3f54;
                line-height: 1.1;
                padding: 25px;

                @media @maxwidth640 {
                    //border: 2px solid red;
                    font-size: 24px;
                    padding-right: 45px;
                }

                &:before {
                    top: auto;

                    @media @maxwidth640 {
                        top: 40%;
                    }
                }
            }

            .accordion-content {

                @media @maxwidth640 {
                    //border: 2px solid red;
                    padding: 0;
                }

                p {
                    padding: 10px;
                    font-family: "acumin-pro";
                    font-weight: 400;
                    font-style: normal;
                    font-size: 18px;
                    color: #0b3f54;
                    line-height: 1.67;

                    @media @maxwidth640 {
                        //border: 2px solid red;
                        margin: 0;
                        padding: 25px;
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

.detail-layout-proven {
    max-width: 75rem;
    margin: 30px auto !important;

    @media @maxwidth1024 {
        margin: 15px!important;
    }
}

.foundation-pane-footer, .detail-layout-proven {
    //border: 2px solid red;
    margin: 40px 0;

    .ktc-default-section {
        display: flex;
        align-items: center;
        flex-direction: column;

        .row {
            width: 100%;
            margin-bottom: 10px;

            .editing-form-control-nested-control {

                .form-control {
                    margin-bottom: 0;
                }
            }
        }
    }

    input[type="submit"] {
        background: #426e2e;
        color: #fff;
        border: none;
        min-width: 120px;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
        text-shadow: none;
        font-weight: 500;
        margin: 5px 26% 20px 26%;
        padding: 12px 0;
        margin: 10px 0;
    }

    .field-validation-error {
        color: red;
    }
}


.formwidget-submit-text {
    margin: 50px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #426e2e;
}