:root {
	--main-bg-color: #f3f1f2;
	--link-color: #2d387a;
	--button-color: #3d488a;
	--selection-color: #d5dee8;
	--heading-color: #111111;
	--form-bg-color: #dfddde;
}

body {
	font-size: 18px;
	line-height:  28px;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}

.main {
	padding: 30px 0 10px;
}

header {
	text-align: center;
}

header h1 {
	font-size: 1.8em;
}

header h1 a,
h3.extra {
	font-weight: normal;
}

section h3 {
	font-size: 1.6em;
}


#userinfo {
	background: #d5dee8;
}

.infobox {
	background: #ddd;
	padding: 1em 3em;
	border-radius: 1em;
	margin: 0 auto;
	text-align: center;
}

.infobox h3 {
    font-weight: 400;
    margin: 0.2em 0;
    font-size: 1.2em;
}

h3.dark-red-section + ul strong {
    color: #992222;
}

.composition-guidelines blockquote p:last-child em {
    text-align: right;
    display: block;
}

body.pre-launch section a[href="/register"],
body.after-close section a[href="/register"]{
	display:  none;
}

body.info.admin-user section a[href="/register"]{
	display:  inline;
}

/* buttons */

a.button,
input.button,
button.button,
input[type="button"],
input[type="submit"].button,
button {
   font-weight: bold;
}

/* application form */

form#the_application {
	padding: 0 0 6em;
}

.error
.success {
	margin: 1em 0;
}

textarea {
	padding: 4px 6px;
	border: 1px solid #555;
}

form input.video_url {
	width: 90%;
}

.bottom,
form ul.bottom li {
	background: #d5dee8;
}

form input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url] {
    padding: 4px 6px;
}

select {
    min-height: calc(1em + 15px);
}

.helptext {
	margin: 0.4em 0 0;
	color: #777;
	line-height: 1.5;
}

form .form_section{
	padding:  1em;
}

.form_section ul{
	padding-left: 40px;
}

.app_page #gender_options {
    margin-left: 16em;
    width: auto;
}

.form_input.label-above {
    margin-top: 1em;
}

.form-before_field {
    margin-bottom: 0;
}

.field-school.form_section,
.form_section.field-financialneed,
.form_section.field-race {
    margin-bottom: 0;
}

.field-education.form_section,
.form_section.field-financialneed_video,
.form_section.field-bipoc_apply {
    margin-top: 0;
}

.field-association .form_input{
    flex-direction: row;
    flex-wrap: wrap;
}

.field-association label,
.field-association .form-before_field{
	flex-basis: 100%;
}

input#association_other {
    margin: 0;
}

.field-work_samples_instruction li.percussionist,
.field-work_samples_instruction li.composer {
    margin-bottom: 0.8em;
}

.field-scholarship_samples_instructions h3 {
	margin: 0;
}

.form_section.field-scholarshipmaterials,
.form_section.field-scholarship_hopes,
.form_section.field-race,
.form_section.field-bipoc_apply,
.form_section.field-financialneed,
.form_section.field-financialneed_video {
    padding-left: 80px;
}

span.field-item-separator {
    display: none;
}

/* admin */

td.submitted {
	font-family: Helvetica !important;
}

#results td,
td.submitted {
	background: #fff;
}

/* admin single */

.app_review {
	margin: 1em 1em 3em;
	padding: 1em 30px 3em 50px;
	border-bottom: 1px solid #999;
	background: #fff;
}

.app_review h1,
.app_review h2 {
	margin-left: -20px;
}

.app_review h2,
.app_review h3 {
	font-size: 1.1em;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

.app_review h3 {
	margin-left: 0px;
	font-size: 1em;
	margin-bottom: 0;
}

.app_review h4 {
    margin: 0.5em 0 0 0;
    font-size: .9em;
}

.app_review p.helptext {
	color: #999;
	font-size: 0.8em;
	font-style: italic;
	margin: 5px 10px 5px 20px;
}

.app_section {
	margin: 40px 0;
}

/* adjust name & discipline heading sizes */
.app_review .name_heading h3,
.app_review .disc_heading h3,
.app_review .address_heading h3,
.app_review .contact_heading h3,
.app_review .personal_heading h3 {
    border-bottom: 1px solid #ddd;
    margin-left: -20px;
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
}

.app_review .address_heading:before {
    content: "";
    width: calc( 100% + 80px);
    background: #f3f1f2;
    display: block;
    height: 7em;
    margin-left: -50px;
    margin-top: 70px;
    /* padding-top: 100px; */
    border-top: 1px solid black;
    margin-bottom: 40px;
}

.app_review .rec_heading,
.app_review .diversity_heading,
.app_review .diversity_agreement {
	display: none;
}

.pref_heading h3, .app_review #pref1 {
	display: inline-block;
}

.app_review .pref_heading h3 {
	margin-right: 3px;
}

.js #scholarship-expand {
	display: none;
}

/* footer */

footer {
	margin-top: 4em;
	padding-top: 2em;
	clear: both;
}

footer p {
	font-size: 0.85em;
	padding: 0 40px;
}

.version {
	margin-top: 8em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 490px) {

	nav a {
		display: inline-block;
	}

	nav li {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {

	#overview,
	.infopage {
		margin: 0 17% 0 17%;
		font-size: 0.9em;
	}

	.infobox {
		margin: 0 8%;
	}

	h3.extra {
		margin: 0.2em 0;
		font-size: 1.2em;
	}

}

@media only screen and (min-width: 1140px) {

	.wrapper {
		width: 1100px;
	    margin: 33px auto 0;
	    padding: 0;
	}
}
