body  {
	color: #000000;
	font-family: vw-text, Arial;
	font-size: 14px;
}

.heading {
	font-family: vw-head, Arial;
}
.heading h1 {
	font-size: 40px;
	font-weight: 200;
}
.heading p {
	font-size: 16px;
}

.slide h3 {
    font-weight: 700;
}

@media (max-width: 950px) {
}


.btn {
	border-radius: 30px;
	padding: 8px 30px 10px;
}
.btn.darkblue {
	background-color: #001e50;
	color: #fff;
}



/*** GENERIC ELEMENTS ***/
.clear { clear: both; }
.toupper { text-transform: uppercase; }

input[type=checkbox], input[type=radio] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
    display: inline-block;
    height: 20px;
    margin-left: 0;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    background: url(../images/check.png);
    content: '';
    display: block;
    height: 12px;
    margin: 4px 4px;
    width: 12px;
}
.form-checkbox label > span {
    display: inline-block;
    position: relative;
	top: 3px;
}
.form-checkbox label {
    display: block;
}
.form-inline.form-checkbox label {
	display: inline-block;
    margin-right: 16px;
}
.form-checkbox label, .form-checkbox input {
    cursor: pointer;
}
.label-blocks label {
    display: block;
    margin-bottom: 6px;
}
.form-checkbox {
    position: relative;
}
.form-checkbox .form-control-feedback {
    top: -2px;
}
.has-error input[type="radio"],
.has-error input[type="checkbox"] {
    border: 1px solid #a94442;
}

/*** BOOTSTRAP CHANGES ***/
span.glyphicon.glyphicon-remove.form-control-feedback,
span.glyphicon.glyphicon-ok.form-control-feedback {
    display: none;
}
.has-error span.glyphicon.glyphicon-remove.form-control-feedback {
    display: block;
}
.has-success span.glyphicon.glyphicon-ok.form-control-feedback {
    display: block;
}
.has-error .form-control {
    color: #a94442;
}
label {
	margin-bottom: 0px;
}