.language {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 2em;
    background-color: rgba(0,0,0,0.8);
    padding: 0.5em 1em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.language a {
    color: #fff;
    text-decoration: none;
    padding-right: 1em;
}

.language a:last-child {
    padding-right: 0;
}

@media screen and (min-width: 680px) {
    .language {
        padding: 1em 2em;
    }
		
	.language a {
		font-size: 1.2em;
	}		
	
}

p {
    font-weight: 300;
}

h4.contourPageName {
    font-size: 1.5em;
}

.contourField {
    padding: 0.2em 0;
}
.contourField label {
    font-size: 1em;
    color: rgba(255,255,255,0.3);
    display: block;
    margin: 10px 0 5px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.contourField input {

}
.contourField select {
    border-radius: 3px;
    box-shadow: inset 1px 2px 0 #f6f6f6;
    height: 2em;
    width: 100%;
}
.contourField input, .contourField textarea {
    width: 100%;
    height: 48px;
    font-size: 14px;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.contourField:hover input, .contourField:hover textarea {
    border-bottom: 1px solid rgba(255,255,255,1);
}

.contourField:hover label {
    color: rgba(255,255,255,1);
}

.contourField:active input, .contourField:active textarea {
    border-bottom: 1px solid rgba(255,255,255,1);
}

.contourField:active label {
    color: rgba(255,255,255,1);
}

.contourField .field-validation-valid {
    color: #CD1A1A;
    display: block;
    font-size: 0.825em;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5em;
}

input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 1em;
    background: rgba(255,255,255,0.3);
    border: none;
    color: #333;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

input[type="submit"]:hover {
    background-color: rgba(255,255,255,1);
}


.timeline .timeline-row {
    display: table;
    width: 100%;
}
.timeline .date {
    display: table-cell;
    position: relative;
    width: 35%;
    font-size: 14px;
    color: #c4c4c4;
    text-align: right;
    border-right: 1px solid #ccc;
    padding: 0 18px 50px 0;
}
.timeline-row:last-child .date,
.timeline-row:last-child .event {
    padding-bottom: 0;
    border: none;
}
.timeline .date:before {
    display: block;
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    right: -7px;
}
.timeline .event {
    display: table-cell;
    width: 75%;
    padding: 0 0 30px 28px;
    font-size: 16px;
    font-weight: 300;
}

.timeline .event span {
    color: #888;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
