@font-face {
    font-family: "BelgacomMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../Belgacom/belgacom-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../Belgacom/belgacom-medium-webfont.woff") format("woff"), url("../Belgacom/belgacom-medium-webfont.ttf") format("truetype"), url("../Belgacom/belgacom-medium-webfont.svg#BelgacomMedium") format("svg");
}
@font-face {
    font-family: "BelgacomUltraLight";
    font-style: normal;
    font-weight: normal;
    src: url("../Belgacom/belgacom-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../Belgacom/belgacom-ultralight-webfont.woff") format("woff"), url("../Belgacom/belgacom-ultralight-webfont.ttf") format("truetype"), url("../Belgacom/belgacom-ultralight-webfont.svg#BelgacomUltraLight") format("svg");
}
@font-face {
    font-family: "BelgacomBold";
    font-style: normal;
    font-weight: normal;
    src: url("../Belgacom/belgacom-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Belgacom/belgacom-bold-webfont.woff") format("woff"), url("../Belgacom/belgacom-bold-webfont.ttf") format("truetype"), url("../Belgacom/belgacom-bold-webfont.svg#BelgacomBold") format("svg");
}
@font-face {
    font-family: "BelgacomLight";
    font-style: normal;
    font-weight: normal;
    src: url("../Belgacom/belgacom-light-webfont.eot?#iefix") format("embedded-opentype"), url("../Belgacom/belgacom-light-webfont.woff") format("woff"), url("../Belgacom/belgacom-light-webfont.ttf") format("truetype"), url("../Belgacom/belgacom-light-webfont.svg#BelgacomLight") format("svg");
}


/* .form-section {
	clear: both;
} */

p, li {
	font-family: Arial,sans-serif;
}

h2 {
	font-family: BelgacomLight, Arial;
}

.space {
	margin: 40px 0;
}

.note {
	font-size: 0.8em;
	color: #444;
}


.form-section {
	color: #0d5f9b;
    font-family: BelgacomLight,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
	font-size: 30px;
}

.form-item {
    display: inline-block;
    position: relative;
	width: 50%;
}

.full-width {
	width:100%;
}

/* .form-item input:nth-child(odd),
.form-item input:nth-child(even){
    margin-left: 20px;
} */


.form-item input[type="text"], 
.form-item input[type="email"], 
.form-item select{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #0d5f9b;
    color: #0d5f9b;
    font-family: BelgacomLight,Arial,sans-serif;
    font-size: 18px;
    padding: 15px;
    position: relative;
    z-index: 2;
	width: calc(100% - 30px);
	background-color: rgba(234, 240, 245, 0.5);
}

.form-item select {
	width: 100%;
}

.form-item input[type="checkbox"] {
	margin-right: 20px;
}


.form-item label {
    width: auto;
    z-index: 0;
    color: #0d5f9b;
    font-size: 18px;
    margin-left: 16px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
	margin-bottom: 10px;
	font-family: BelgacomLight, Arial;
}

form input[type="submit"] {
	background-color: #9cba36;
    background-image: linear-gradient(to top, #9cba36, #a9c842);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 0 #8ba730;
    color: #fff;
    font-family: BelgacomLight,Arial,sans-serif;
    font-size: 28px;
    font-weight: 600;
    outline: medium none !important;
    padding: 10px 80px 7px 80px;
    position: relative;
    transition: color 0.2s ease 0s;
}

form input[type="submit"]:hover {
	background-color: #a9c842;
    background-image: linear-gradient(to top, #a9c842, #a9c842);
    box-shadow: 0 3px 0 #9cba36;
    color: #fff;
	cursor: pointer;
}

.valid {
	background-color: #009adb;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
}

.error {
	background-color: #B65B5B;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
}

#size-item {
    margin-left: 5%;
    width: 45%;
}

@media screen and (max-width: 768px) {
	.form-item  {
		width: 100%;
	}
	
	#size-item {
		margin-left: 10%;
		width: 90%;
	}
}

