@charset "UTF-8";
/* CSS Document */


.uk-accordion-title.customsayhelloform-title {
    display: inline-block;
    color: #ffffff;
    font-size: 40px !important;
}

.uk-accordion-title.customsayhelloform-title:hover {
    color: #ffffff;
}

.uk-accordion-title.customsayhelloform-title::before {
    display: none;
}
.customsayhelloform-item.uk-input,
.customsayhelloform-item.uk-textarea {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent  !important;
    color: #ffffff !important;
}
.customsayhelloform .uk-input::placeholder {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff !important;
}
.customsayhelloform-item.uk-input:-webkit-autofill,
.customsayhelloform-item.uk-input:-webkit-autofill:hover,
.customsayhelloform-item.uk-input:-webkit-autofill:focus,
.customsayhelloform-item.uk-textarea:-webkit-autofill,
.customsayhelloform-item.uk-textarea:-webkit-autofill:hover,
.customsayhelloform-item.uk-textarea:-webkit-autofill:focus  {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
    border: none;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent;
    color: #ffffff !important;
}
.customsayhelloform .uk-checkbox {
    border: 1px solid #ffffff !important;
    margin-right: 10px;
}
.customsayhelloform .uk-checkbox:checked  {
    background-color: transparent !important;
}
.customsayhelloform-content-photo {
    margin-right: -80px;
    height: 100%;

}
.customsayhelloform .uk-button {
    color: #ffffff;

}
.customsayhelloform-content-photo {
    background-image: url(/modules/customcontact/images/grid.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-size: 87%;
}
.customsayhelloform .uk-form-label {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 10px;
}
.customsayhelloform .form-item-terms {
    display: flex;
    align-items: center;
}
.customsayhelloform .uk-button-text {
    color: #ffffff !important;
    text-decoration: none;
}
.customsayhelloform .uk-button-text::before {
    border-bottom: 1px solid #ffffff;
}
.customsayhelloform-submit-wrapper.progress-start:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border: 5px solid rgba(255, 255, 255, .15);
    border-left-color: rgba(255, 255, 255, 1);
    border-right-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation: 0.85s spinner ease-in-out infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.customsayhelloform .customsayhelloform-title-dot {
    position: relative;
    display: inline-block;
    transform-origin: center;
    transition:  all .5s ease;
    width: 40px;
}
.customsayhelloform-title[aria-expanded="true"] .customsayhelloform-title-dot {
    transform: rotateX(180deg);
    bottom: -10px;
}

@media only screen and (max-width: 959px) {
    .customsayhelloform  .uk-container-item-padding-remove-right {
        width: 100%;
    }
    .customsayhelloform-title-dot {
        margin-top: 15px;
        margin-left: 0px;
        display: block;
    }
    .customsayhelloform-title[aria-expanded="true"] .customsayhelloform-title-dot {
        bottom: 0px;
    }
}

