.italic-text {
    font-style: italic;
}

footer.footer-section {
    padding: 0;
}

.w-20 {
    width: 20% !important;
}

@media screen and (max-width: 1024px) {
    .w-20 {
        width: 18% !important;
    }
}

.name-testimony {
    margin-bottom: 0.5rem !important;
}

.icon-white {
    color: #ffffff;
}

#testimony img {
    margin: auto;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > .cta > a.active:after {
    background: none;
}

@media screen and (max-width: 480px) {
    .hidden-mobile {
        display: none;
    }

    .intro-section h1 {
        font-size: 22px;
    }
}

/* Form management */

.hidden {
    display: none;
}

.error {
    color: #9f3a38;
}

.error input {
    background: #fff6f6;
    border-color: #e0b4b4;
}

.error textarea {
    background: #fff6f6;
    border-color: #e0b4b4;
}

.success {
    background-color: #fcfff5;
    color: #2c662d;
}

.success .header {
    color: #1a531b;
}

.success p {
    color: #2c662d;
}

#big-form .form-group {
    max-width: 100%;
    margin-left: auto;
}

#big-form .form-group .col-md-12 {
    padding: 0;
}
