﻿#contact-form {
    font-family: "Roboto";
}

.contact-form-wrapper {
    max-width: 380px;
    text-align: start;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 25px auto 0;
    display: block;
    float: right
}

.contact-form-wrapper.email-sent {
    display: none;
    padding: 0;
    font-size: 18px;
    color: white;
}

.contact-form-wrapper.email-sent h3 {
    padding: 0 0 8px;
    color: white;
    font-weight: 600;
    font-size: 22px;
}

.contact-form {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    margin-top: 1em;
}

.contact-form table {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

span.input-title {
    color: black;
    font-size: 14px;
}

.button-action-wrapper {
    width: 100%;
    position: relative;
    padding: 15px 0px 0px 0px;
    right: 6px;
    text-align: -webkit-right;
    text-align: -moz-right;
}

.button-action-wrapper > input.k-button.k-button-large {
    min-width: 90px;
    height: 36px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    color: white;
    display: block;
    margin: 2px 0px 0 -20px;
    cursor: pointer;
    background-color: #4bacbb;
    background-image: none;
}

.contact-form > table > tbody > tr > td {
    padding-top: 14px;
    border-bottom: solid 1px #00748D;
    position: relative;
}

.contact-form-wrapper .k-widget.k-tooltip-validation {
    left: -7px;
    bottom: -19px;
    font-size: 11px;
    height: 13px;
    padding: 1px;
}

.contact-form-wrapper .k-widget.k-tooltip-validation .k-callout.k-callout-w {
    display: none;
}

.contact-form-wrapper .k-widget.k-tooltip-validation span.k-icon.k-i-warning {
    font-size: 13px;
    margin-left: 7px;
}

#contact-form .contact-form .k-textbox.k-widget {
    border: none;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    padding-left: 0;
}

.form-header {
    height: 64px;
    width: auto;
    background-color: #339CAC;
    margin: -20px -20px 0 -20px;
}

.section.top-section {
    overflow: hidden;
    padding-top: 90px;
    max-width: 1000px;
}

span.form-title {
    font-family: "Roboto";
    color: white;
    font-size: 22px;
    font-weight: 300;
    display: block;
    padding: 19px;
    margin: 0 0 8px;
}

form#contact-form {
    background-color: white;
}

form#contact-form .k-button.k-button-large {
    float: right;
}

form#contact-form .button-action-wrapper {
    overflow: hidden;
}

.text.info-text {
    max-width: 480px;
    float: left;
    text-align: left;
    display: block;
    margin: 0 auto;
}

.section.top-section .title {
    font-size: 32px;
    padding-bottom: 40px;
}

.section.top-section .title span.bold {
    font-weight: 600;
}

.section.top-section .text {
    padding-bottom: 1em;
    font-size: 21px;
}

.section.top-section .text a {
    color: white;
    text-decoration: underline;
}

textarea#Remarks {
    border: none;
    box-shadow: none;
    font-size: 14px;
    height: 56px;
    padding-left: 6px;
    display: block;
    width: 100%;
}

textarea:focus {
    border: none;
    outline: none;
}

.contact-form-wrapper .personal-info.personal-organisation-website {
    display: none;
}

@media screen and (max-width : 1000px ) {

    .section.top-section .title {
        text-align: center;
    }

    .text.info-text {
        float: none;
        text-align: justify;
    }

    .contact-form-wrapper {
        float: none;
    }
}
