.displayNone {
    display: none;
}

.displayBlock {
    display: block !important;
}

.category_block {
    margin-bottom: 1px;
}

.subscribe_success, .subscribe_error {
    display: none;
    font-size: 12px;
}

.subscribe_success, .contact_success, .back-success {
    color: green;
}

.subscribe_error, .back-error {
    color: red;
}

.contact_validate_btn {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: none;
    font-size: 120%;
    line-height: 14px;
    text-align: center;
    font-family: "montserrat-bold", "montserratarm-bold";
    color: #6AB245;
    margin-top: 25px;
}


.career_validate_btn {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    /*background: #ffffff;*/
    border: none;
    font-size: 120%;
    line-height: 14px;
    text-align: center;
    font-family: "montserrat-bold", "montserratarm-bold";
    color: #ffffff;
    margin-top: 25px;

    background: #6AB245;
}


.web .contact_validate_btn, .web .career_validate_btn {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.touch .contact_validate_btn, .touch .career_validate_btn {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.web .contact_validate_btn:hover, .web .career_validate_btn:hover {
    background: #ED1C24;
    color: #ffffff;
    border-color: transparent;
}

.touch .contact_validate_btn:active .touch .career_validate_btn:active {
    background: #ED1C24;
    color: #ffffff;
    border-color: transparent;
}

.marginTop5 {
    margin-top: 5px;
}

.subscribe_form .subscriber_validate_button {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: none;
    font-size: 120%;
    line-height: 14px;
    text-align: center;
    font-family: "montserrat-bold", "montserratarm-bold";
    color: #6AB245;
    margin-top: 25px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.color-white {
    color: white;
    width: 100%;
}
