﻿/*****************************************************************************************************************************************/
/* GENERAL PAGE STYLES */
/*****************************************************************************************************************************************/

.kb-page {
}

    .kb-page .kb-body img {
        width: 100%;
    }

    .kb-page .kb-body .kb-body-header-media {
        margin-bottom: 40px;
    }

    .kb-page .kb-body .kb-section-content {
        margin-bottom: 40px;
    }

        .kb-page .kb-body .kb-section-content:last-child {
            margin-bottom: 0px;
        }


/*****************************************************************************************************************************************/
/* CONTACT PAGE STYLES */
/*****************************************************************************************************************************************/

.kb-contact {
}

    .kb-contact .kb-special {
    }

        .kb-contact .kb-special > .col {
            padding: 0px;
        }

        .kb-contact .kb-special .kb-special-container {
            position: relative;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }

            .kb-contact .kb-special .kb-special-container .kb-special-header {
                background: linear-gradient( rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20) ), url('/multimedia/images/pages/img-page-bg-jumbotron-02.jpg') no-repeat center center fixed;
                background-size: cover;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                height: 500px;
                grid-column: 1;
                grid-row: 1 / span 2;
                padding-top: 40px;
            }

                .kb-contact .kb-special .kb-special-container .kb-special-header h1,
                .kb-contact .kb-special .kb-special-container .kb-special-header .lead {
                    color: white;
                    font-weight: 600;
                    text-shadow: 2px 2px 4px #000000;
                }

            .kb-contact .kb-special .kb-special-container .kb-special-body {
                height: 100%;
                width: 100%;
                margin: auto;
                grid-column: 1;
                grid-row: 2 / span 2;
            }

                .kb-contact .kb-special .kb-special-container .kb-special-body .container {
                    min-height: 960px;
                    padding: 32px;
                    background-color: white;
                    border: 1px solid #EAEAEA;
                    border-radius: 4px;
                }

            .kb-contact .kb-special .kb-special-container .kb-special-footer {
                height: 240px;
                grid-column: 1;
                grid-row: 4;
                display: none;
            }


/*****************************************************************************************************************************************/
/* MESSAGE PAGE STYLES */
/*****************************************************************************************************************************************/

.kb-message {
}

    .kb-message .kb-body-header {
        border-bottom: 0px;
    }

    .kb-message .kb-body .kb-body-frame {
        min-height: 480px;
    }

        .kb-message .kb-body .kb-body-frame h1 {
            margin-bottom: 40px;
        }

        .kb-message .kb-body .kb-body-frame i {
            margin-bottom: 40px;
            font-size: 120px;
        }

        .kb-message .kb-body .kb-body-frame p {
            margin-bottom: 40px;
        }

        .kb-message .kb-body .kb-body-frame .kb-message-text {
        }

            .kb-message .kb-body .kb-body-frame .kb-message-text p {
                max-width: 800px;
            }


/*****************************************************************************************************************************************/
/* RESPONSIVE STYLES */ /*  xs <576px | sm ≥576px | md ≥768px | lg ≥992px | xl ≥1200px | xxl ≥1400px */
/*****************************************************************************************************************************************/

@media (max-width: 767px) {

}

@media (min-width: 992px) and (max-width: 1399px) {
    .kb-contact .kb-form-amount .form-label {
        min-height: 70px;
    }
}
