.clearfix{*zoom:1}

.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.

.pink { color:#ffdd00;}

clearfix:after {
	clear:both
	}


.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
	}
	

/** INPUT **/
label, input, button, select {
	color: #FFF; font-family: 'Lexend', sans-serif; font-weight:300; font-size: 14pt; line-height:12pt; text-align: left;
	}

select, textarea, input[type="text"], input[type="password"], input[type="availability"], input[type="experience"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type=submit] .uneditable-input {
	width: 100%;
	height: 45px;
	font-family: 'Lexend', sans-serif;
	font-weight: 300;
	font-size: 14pt;
    line-height:14pt;
	color: #000; 
	letter-spacing: 0pt;
	background-color: #F6F6F6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px;
	padding: 1% 2%;
	margin: 8px 0 15px;
	outline:none;
    background: #fff;
	}
input[type="checkbox"] {
    width: 6%;
	height: 45px;
    color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px;
	padding: 0;
    margin-right: 4px;
    vertical-align: middle;
	outline:none;
    background: #fff;
    
}
	
@media only screen and (min-width: 481px) {
select, textarea, input[type="text"], input[type="availability"], input[type="experience"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type=submit] .uneditable-input, textarea {
	width: 100%;
	}
#submit {
	background-color: #fbae34;
	font-family: 'Lexend', sans-serif;
	font-weight: 700;
	font-size: 16pt;
	color: #fff;
	letter-spacing: 2pt;
	line-height: 15pt;
	width:100%;
	height: 4vw;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:0px;
	cursor:pointer;
}
}
	
textarea {
	height:auto
	}
	





[hidden] {
    display: none;
}


html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
   	font-family: 'Lexend', sans-serif;
    font-size: 11pt;
	line-height: 20pt;
}


a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}


dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}






fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    border-radius: 40px:
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}


button,
input,
select,
textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 15px; /* 3 */
    *width: 15px; /* 3 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


#submit {
	background-color: #00acb5;
	font-family: 'Lexend', sans-serif;
	font-weight: 800;
	font-size: 16pt;
	color: #fff;
	line-height: 15pt;
	width:100%;
	height: 80px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:0px;
	cursor:pointer;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fa4515;
	background-color: #ffdd00;
	opacity: 1;
}

