/* CSS Document */

/*
.name2 { display: none; }

.container-form { margin-left: 0; }
.section-form { margin-left: 0; }
.section-form-title { margin-top: 28px; }
.section-form-fields { display: flex; flex-wrap: wrap; }
.section-form-submit { width: 97%; }
.container-button { text-align: right; }

.column-form-half {
    margin-left: 40px;
    margin-bottom: 12px;
    width: 44%;
    min-width: 400px; }

.column-form-full {
    margin-left: 40px;
    margin-bottom: 12px;
    width: 92%; }

.column-form-max {
    margin-left: 0px;
    margin-bottom: 12px;
    width: 100%; }
*/

.firstnamefield {
	display: none; }

input[type=checkbox] {
    transform: scale(1.3);
    float: right;
}

.noshow { display: none; }

.form-row-input {
    margin-bottom: 26px;
    width: 100%; }

.form-row-checkboxes {
	margin-top: 12px;
    margin-bottom: 12px;
    width: 100%; }

.form-row-textarea {
    margin-bottom: 0px;
    width: 100%; }

.form-row-submit {
    margin-bottom: 12px;
    width: 100%; }



/* Not Needed as No labels */
.formstyle label {
    padding: 8px 0px 8px 0px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #4d4d4d; }



.inputstyle {
    padding: 8px;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid #bfbcb3;
    background-color: #291b08;
    width: 100%; }



.form-button {
    float: right;
    background-color: #0c2a29;
    border: 0px solid #999;
    border-radius: 16px;
    padding: 7px 26px 6px 26px;
    margin: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-block;
    box-shadow: 1px 2px 8px #888888; }

.form-button:hover {
    background-color: #929292; }



.form-section-item {
	padding-left: 40px;
	padding-right: 80px;
	margin-top: 6px;
}
