.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #404d5b;
	font-size: 70.25%;
	font-weight: normal;
	/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}


/* Ruri */
.input__field--ruri {
	width: 100%;
	background: transparent;
	padding: 0.5em 0;
	margin-bottom: 2em;
	color: #404d5b;
}

.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 1em;
	padding: 10px 0 5px;
	pointer-events: none;
}

.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #404d5b;
	left: 0;
	top: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
	background: #404d5b;
	-webkit-transform: scale3d(1, 0.25, 1);
	transform: scale3d(1, 0.25, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
	color: #898989;
	-webkit-transform: translate3d(0, 2.4em, 0) scale3d(0.655, 0.655, 1);
	transform: translate3d(0, 2.4em, 0) scale3d(0.655, 0.655, 1);
}

#submit {
	margin-top: 25px;
}

.column .input, .column .cs-select {
	width:49%;
	float:left;
}

.column .colright{
	margin-left:2%;
}

@media(max-width: 767px){
	.column .input, .column .cs-select {
		width:100%;
		clear:both;
	}

	.column .colright{
		margin-left: 0;
	}

	.column .cs-select {
		padding-bottom:26.5px;
	}
}

@media(max-width:995px){
	div#interestform li {
		display:block !important;
	}
}

div.push-top {
	margin-top:45px;
}

label.push-left {
	margin-left:25px;
	margin-right:10px;
}

div#interestform li {
	display:inline-block;
}

div#interestform svg {
	left: 24px;
}
div#interestform ul {
	max-width:none;
	margin-left:-25px;

}

div.rulediv {
	margin-top:-40px;
}

div#interestform {
	max-width:none;
}

span.coloredTitle {
	display:block;
	padding-bottom:10px;
}

div#interestform {
	border-bottom: 5px solid #404d5b;
	color: #404d5b;
	padding-bottom:10px;
	margin-bottom:40px;
}
