

.contacttab {
    border: 1px solid #004f9f;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contacttab--title {
    display: block;
    width: 100%;
    min-height: 47px;
    line-height: 27px;
    font-size: 21px;
    color: white;
    font-size: 21px;
    cursor: pointer;
    background-color: #004f9f;
    padding: 10px 50px 10px 30px;
    position: relative;
    transition: 300ms;
}

.contacttab--title--arrow {
    position: absolute;
    top: -2px;
    right: 30px;
    transform: rotate(315deg);
    color: white;
    font-size: 50px;
    font-weight: light;
    transition: 300ms;
}


.contacttab--title.active {
    color: #004f9f;
    background: #fc0;
}
.contacttab--title.active .contacttab--title--arrow {
    top: 30px;
    transform: rotate(135deg);
    color: #004f9f;
}



.contacttab--content {
    display: none;
    width: 100%;
    padding: 20px 10px 20px 30px;
}



.contacttab--opentitle {
    display: block;
    width: 100%;
    min-height: 47px;
    line-height: 27px;
    font-size: 21px;
    color: #004f9f;
    font-size: 21px;
    padding: 10px 50px 10px 30px;
    position: relative;
    transition: 300ms;
    background: #fc0;
}

.contacttab--opencontent {
    width: 100%;
    padding: 20px 10px 20px 30px;
}




.contacttab .form-group {
    margin-bottom: 25px;
}
.contacttab .form-group label {
    display: inline-block;
    width: 200px;
}
.contacttab .form-group .input {
    display: inline-block;
    width: 60%;
}
@media only screen and (max-width: 640px){
    .contacttab .form-group .input {
        width: 95%;
    }
}
.contacttab .form-group input {
    width: 100%;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}


.contacttab .form-group input[type="radio"] {
    padding: 0 0 0 30px;
    background: url(../Img/radio.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    outline: none;
    margin: 0 0 3px 0;
    border: 0;
}

.contacttab .form-group input[type="radio"]:active {
    border: 0;
}

.contacttab .form-group input[type="radio"]:checked {
    background: url(../Img/radio_checked.png) 0 0 no-repeat;
    border: 0;
}


.contacttab .form-group input:focus {
    border-bottom: 1px solid #004f9f;
    outline: 0;
}

.tx-sy-contact .form-group textarea {
    width: 100%;
    height: 80px;
    border: 0;
    font-size: 16px;
    border: 1px solid #cccccc;
}

.tx-sy-contact .form-group input.checkbox {
    -webkit-appearance: checkbox;
}

.tx-sy-contact .form-group input.submit {
    background-color: #004f9f;
    color: white;
    border-radius: 10px;
    height: 50px;
    border: none;
    padding: 12px 33px 10px 33px;
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    margin: 20px 0 40px 0;
}

.tx-sy-contact .mandatory {
    font-size: 13px;
}