@charset "UTF-8";
/* CSS Document */



/*introduction content width*/
.container {
	margin: 0 auto;
	width: 1044px;
}
/*module content width*/
.subject-matter .container {
	margin: 0 auto;
	width: 1044px;
}
/*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;
}


.header{
	width: 100%; 
height: 50px; 
margin-bottom: 20px; 
background: #868A9E;
padding: 30px;
color:#000000;
font-weight:200;
font-size: 3.077em;
}
.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;
}
#first {
	display: inline-block;
}
/*centers the next button used in SSSA03*/
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 250px; /* Half the height */
	margin-left: -50px; /* Half the width */
}

.red_text {
	font-size:18px;
	color:#FF2C30;
}


@media print
{
.noprint {display:none;}
}
.highlight-box { 
width: 600px; 
height: 20px; 
margin-top: 20px; 
margin-left: auto; 
margin-right: auto;  
background: #3C9FB4;
padding: 30px;
}

.responsive-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* 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: 1fr 1fr ;
    grid-gap: 20px;
	width: 170px;
	height: 90px;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #aaaaaa;
}
