body {
    background-color: #f6f6f6;
    color: #666;
    font-family: arial,sans-serif,sans-serif;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
    font-weight: normal;
}



.website-width {
	box-sizing: border-box;
    max-width: 960px;
    width: 100%;
    margin: auto;
}

h1 {
    padding: 0 0 20px 0;
    margin: 0 0 0 0;
    font-family: "AvenirNextLTProDemi",arial,sans-serif,sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: normal;
    color: #0ba1e2;
    text-transform: none;
}

h2 {
    color: #0ba1e2;
	font-weight: normal;
}

h2.blue-bg {
	background-color: #0ba1e2;
	color: #fff;
	font-family: "AvenirNextLTProDemi",arial,sans-serif,sans-serif;
    font-weight: normal;
	padding: 10px 0 10px 10px;
	width: 100%
}

h3 {
    font-family: "AvenirNextLTProDemi",arial,sans-serif,sans-serif;
	font-weight: normal;
    color: #0ba1e2;
}

.recommendations-block a {
    text-decoration: none;
}

.recommendation {
    background-color: #eee;
    color: #666;
    display: flex;
    margin: 10px 10px;
}

.recommendation:hover {
    background-color: #0ba1e2;
    color: #fff;
    display: flex;
    margin: 10px 10px;
}

.recommendations-advice-systemglas {
    background-color: #eee;
    border:1px solid #0ba1e2;
    color: #666;
    font-size: 1.25em;
    margin: 10px 10px;
    padding: 10px 10px;
}

.rec-image img {
    width: 150px;
}

.rec-txt {
    padding: 5px 10px;
    width: 100%;
}

.rec-txt h4 {
    margin: 5px 0;
}

.rec-txt p {
    margin: 0px;
}

.form-section label {
    display: block;
    width: 100%;
    padding: 5px 0 2px 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
}

.form-section input {
    width: 50%;
    margin-bottom: 13px;
    height: 40px;
    padding: 10px 10px 8px 10px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(11,161,226,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: Arial, "sans-serif";
}

.further-reqs textarea {
    width: 50%;
    height: 150px;
    margin-bottom: 30px;
    resize: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
    padding:5px;
    box-shadow: inset 0 1px 1px rgba(11,161,226,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 13px;
    color: #333;
    font-family: arial,sans-serif,Helvetica,sans-serif;
}

.form-section input.error, .form-section  select.error, .further-reqs textarea.error {
    color: red;
    border-color: #d04437;
    border-color: 1px solid red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px red;
}

.further-reqs p {
    width: 50%;
}

.further-reqs select {
    margin-bottom: 30px;
}

.form-submit {
    background-color: #0ba1e2;
    color: #fff;
    padding: 10px 19px 10px 19px;
    border: 0 none;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.hide-section {
    display: none;
}


@media only screen and (max-width: 768px) {
    .form-section input {
        width: 95%;
    }
    .further-reqs textarea {
        width: 95%;
    }
}