/* ==|== primary ('mobile first') styles =====================================================
   Style adjustments for ALL viewports over go here, namely "mobile first" styles

    Internet Explorer:
    Target Internet Explorer with the following classes:
    .oldie = ALL Internet Explorer < 9
    .ie6 = Internet Explorer 6
    .ie7 = Internet Explorer 7
    .ie8 = Internet Explorer 8
    
   ========================================================================== */

/*introduction content width*/
.container {
	margin: 0 auto;
	width: 1026px;
} 
/*module content width*/
.subject-matter .container {
	margin: 0 auto;
	width: 1026px;
}

/*p + p {
	margin-bottom: 1.714em;
	text-indent: 0;
}  */

/* button styling */

.button {
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
    float: right;
	margin-bottom: 20px;
}

#mainHeading {
    float: left;
    padding-right: 4.5em;
}

body {
    color: #444;
    font: 81.3%/1.5385 "Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #f3f2f1;
    line-height: 2;
}

h1 {
    color: #92162a;
    font-size: 2.5em;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 0.2em;
    margin-top: 0.8em;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Ocean Sans MT W01 Light","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}

h2, h3, h4, h5, h6 {
    color: #036;
}


h3, #sideBar h1 {
    color: #036;
    font-size: 2em;
    line-height: 1.54em;
    margin-bottom: 0.24em;
    margin-top: 1.3em;
}


.redStripe {
    background: #822433;
    border-bottom: 1px solid #fff;
    display: block;
    height: 7px;
    margin-bottom: 1.5385em;
	width: inherit;
}

footer {
    background: #8a8179 none repeat scroll 0 0;
    color: #fff;
    margin-top: 1.5em;
    padding-bottom: 1.6em;
    text-align: center;
	margin-bottom: 0 !important;
}

footer a, a:visited {
	color: #fff;
	text-decoration: none;
}


.funding {
	border: solid thin #000000;
	width: 600px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	margin: auto;
	background-color: #f1f1f1;
	color: #535252;
}



/* == Nice Form == */
form.nice-form ul {
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}
form.nice-form li {
    display:inline-block; 
    position:relative;
    top:0;
    left:0;
    margin:0; 
    padding:4px 0;
    line-height:2em;
    width: 100%;
    vertical-align:middle;
}
form.nice-form li ul{
    margin-top:0.25em;
}
form.nice-form li li {
    border:none;
    width:100%;
}
.nice-form label {
    display:inline;
    width:100%;
    float:none;
    padding:2px 0;
    margin:0;
    margin-right:6px;
}
.nice-form li li label {
    width:110px;
}
.nice-form select {
    font-size:0.9em;
}
.nice-form li input, .nice-form li textarea {
    border:solid 1px #c5b590; /*#999;*/ 
    padding:2px;
    width: 100%;
    background-color:#fbf7f2;
}
.nice-form li input.disabled {
    color:#000;
    border:none;
    background-color:whitesmoke;
    font-size:1.0em;
}
.nice-form li input.checkbox {
    border:none;
    width:100px;
    vertical-align:left;
    margin:0;
}
.nice-form .required { }
.nice-form .extra-info {
    display:inline-block;
    margin: 3px 0 6px 130px;
    font-size:90%;
    font-style:italic;
}
.nice-form li li .extra-info {
    margin-left:115px;
}
/* Validation */
.nice-form li textarea.error, .nice-form li input.error { 
    border: 1px solid red; 
    background-color:#ffeeee; 
}
span.error {
    display:block;
    width: auto;
    height:16px;
    padding: 0.5em;
    /*background:transparent url('../images/unchecked.gif') top left no-repeat;*/
}
span.valid {
    /*background:transparent url('../images/checked.gif') top left no-repeat;*/
    display: block;
    width: 16px;
    height: 16px;
    width: auto;
}
/*added by renee */

button, input, select, textarea {
    margin-right: 10px;
}

.red_text{
	color:#FF0004;
	font-weight:bold;
	font-size:14px;
}

/* used for 'are you human' box drop*/
#div1 {
  width: 50px;
  height: 50px;
	padding: 20px;
  background-color: darkcyan;
}
#div2 {
  width: 50px;
  height: 50px;
  background-color:coral;
}
.grid-container {
    display: grid;
    grid-template-columns:auto ;
    grid-gap: 20px;
	width: 170px;
	height: 90px;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #aaaaaa;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Style adjustments for iPhone over go here */

}

 @media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}

 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */
    .nice-form li input, .nice-form li textarea {
        width: 285px;
    }   
    span.error {
        display:block;
        width: auto;
        height:16px;
        padding-left: 16px;
        margin:6px 0 0 0.3em;
        background:transparent url('../images/unchecked.gif') top left no-repeat;
        float: right;
    }
    span.valid {
        background:transparent url('../images/checked.gif') top left no-repeat;
        display: block;
        width: 16px;
        height: 16px;
        float:right;
        width: auto;
    }

}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Style adjustments for iPad over go here */

}

 @media only screen and (min-width: 960px) {
/* Style adjustments for viewports 960px and over go here */

}

/* ==|== print styles =======================================================
   Print styles.
   ========================================================================== */
