.resulting p, #modal h3{
    color: #2b2a29!important;
    text-align: center;
}

.success-icon {
    width:100%;
    text-align: center;
}

.content.success, .content.success p {
    color: #2b2a29!important;
}

.resulting .close {
    text-decoration: underline;
    margin-top: 20px;
    cursor:pointer
}

.resulting .close:hover {
    color:#e6007e!important
}

.formerror{
    border: solid red 2px;
}

#testresult{
    display: none;
    background: white;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa.rotating {
    display:none;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@media only screen and (max-width: 576px) {
    .select-sector-wrapper.calc-wrapper.offices {
        flex-wrap: wrap;
    }
    .calc-wrapper.offices label {
        display: block;
    }
    .label-container.calc.offices {
        font-size: 28px;
    }
}