@import url("//www.uark.edu/_resources/css/jadu-form-uark-master.css");

form, label, input, button {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h2 {display: none;}

input[type=text], input[type=date], select, textarea, .form__textarea, .form__select {
	display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2em;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    box-sizing: inherit;
}

.form__label.form__label--checkbox, .form__label.form__label--radio {
	line-height: 1em;
}

.form__label.form__label--radio {
	text-align: left;
	padding: 0;
}

.form__actions {
    border-top: none;
    margin-top: 0;
}

.form__field, .form__label, .form__textarea, .form__control--danger .form__field, .form__help, .form__select {
	margin-top: 0;
}

span.form__help {
	clear: both;
}

input[type=text], select {
    height: 20px;
}

textarea {
    height: 150px;
    margin-bottom: 20px;
}

select {
	height: 30px;
}

label, .form__label {
    font-weight: 300;
    display: inline-block;
    max-width: 80%;
    margin-bottom: 5px;
    color: #5a5a5a;
}

label .form__required, .form__label .form__required {
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    position: relative;
    text-indent: 80%;
    vertical-align: text-bottom;
    width: 14px;
    white-space: nowrap;
}

label .form__required:after, .form__label .form__required:after {
    content: '*';
    display: inline-block;
    left: 0;
    position: absolute;
    speak: none;
    text-indent: .25em;
    vertical-align: middle;
}

button[type=submit], .button--primary:hover, .button--primary:active, .button--primary:focus {
	font-size: 14px;
	line-height: 14px;
	color: #ffffff !important;
	background-color: #9D2235;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	border-radius: 6px;
	-moz-user-select: none;
	padding: 4px 14px 6px;
	opacity: 1;
  	position: absolute;
}

.button:first-of-type {
  	right: 0;
}

.button:last-of-type {
  	right: 150px;
}

.form__control {
	margin-bottom: 16px;
	width: 80%;
}

.page-section {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
  }

  .page-section h3 {
      margin-top: 0;
      font-weight: 500;
      color: #5a5a5a;
    }

@media (min-width: 768px) {
	label, label.form__label { width: 30%; float: left; text-align: right; line-height: 1.6em; padding: 0 15px;}
	label.form__label--radio { width: 100%;}
	label.form__label--checkbox, form__label.form__label--radio { width: auto; float: none; text-align: left; padding: 0;}
	input[type=text], select, textarea { width: 60%; float: left; }
	input[type=text]:after, select:after, textarea:after { content: " "; display: table; clear: both; }
	.form__control:before, .form__control:after { content: " "; display: table; }
	.form__control:after { clear: both; }
	.form__actions {width: 30%; clear: both; text-align: right; padding-left: 15px;}
	.form__control {clear: both; }
}

@media (max-width: 760px) {
	
}
