@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#opener{
	width:620px;
	float:left;
}
h1{
	color:#ff9900;
}
h2{
	color:#ff9900;
	text-align:center;
}
h4{
	padding:10px 0;
}
hr{
	border-color:#ff9900;
	width:600px;
}
body a:hover{
	color:#ff9900;
}
#schoolsnav{
	float:left;
	width:600px;
	margin-bottom:7px;
}
#schoolsnav a{
	margin: 0 9px 0px;
	color:#0077de;
	font-size:16px;
}
#schoolsnav a.active {
	color: #ff9900;
}
#schoolsnav a:hover {
	color: #ff9900;
}
#subnav{
	clear:both;
	float:left;
	width:380px;
	margin-top:7px;
	border:  2px #ff9900 solid;
}
#subnav a{
	margin: 0 9px 0;
	color:#ff9900;
	font-size:12px;
}
#subnav a:hover{
	color:#0077de;
}
#intro-text{
	float:left;
	width:620px;
}
#logo{
	float:right;
	margin:auto auto;
}
.section {
	clear: both;
	margin: 10px auto 20px;
	width: 940px;
	float: right;
	background: #e3e3e3;
	padding: 7px;
	-moz-box-shadow:    4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow:         4px 4px 8px #888;
}
#side-ribbon1 {
	position: relative;
	color: #fff;
	background: #ff9900;
	display: block;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
	width: 400px;
	clear:both;
	padding: 10px;
	margin-left:-18px;
}
#side-ribbon1:before {
	content:"";
	position:absolute;
	display:block;
	bottom:-6px;
	margin-bottom: -6px;
	left:0px;
	border: 6px solid #808080;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index:-100;
}
#list {
	clear:both;
}
#list li {
	margin-right:7px;
	margin-bottom: 7px;
	list-style: disc;
}
#section1-li {
	margin-left: 14px;
	padding: 14px;
}
#picture1 {
	margin: 14px 7px 7px;
	float: right;
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
#picture1 p {
	margin-bottom: 0px;
	margin-top:3px;
	width:360px;
	text-align:left;
	
}

/*****Section 2****/
.section2{
	margin-top:50px;
	margin-bottom:50px;
}
.ribbon {
	clear: both;
	width: 720px;
	height: 76px;
	line-height: 120%;
	display: block;
	position: relative;
	background: #ff9900;
	color: #fff;
	text-align: center;
	padding: 7px; /* Adjust to suit */
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	height:auto;
	bottom: -18px;
	border: 38px solid #eb8047;
	z-index: -1;
}
.ribbon:before {
	left: -58px;
	border-right-width: 38px;
	border-left-color: transparent;
}
.ribbon:after {
	right: -58px;
	border-left-width: 38px;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	bottom: -18px;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 18px 0 0 18px;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 18px 18px 0 0;
}
#curriculum-intro{
	width:600px;
	margin:auto auto;
	font-size:16px;
	text-align:center;
}

/*******HEX GRID*******/
#hex-grid{
	clear:both; 
	width: 880px;
	margin:30px auto;
}
.big-word{
	font-family:'ralewaybold';
	line-height:120%;
}
#hex-grid p{
	text-align:center;
	color:#fff;
	padding:14px 2px 0;
	font-size:16px;
}
.hex {
    float: left;
    margin-left: 20px;
    margin-bottom: -26px;
}
.hex .topred {
    width: 0;
    border-bottom: 45px solid #ff5000;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middlered {
    width: 156px;
    height: 90px;
    background: #ff5000;
}
.hex .bottomred {
    width: 0;
    border-top: 45px solid #ff5000;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .topblue {
    width: 0;
    border-bottom: 45px solid #0077de;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middleblue {
    width: 156px;
    height: 90px;
    background: #0077de;
}
.hex .bottomblue {
    width: 0;
    border-top: 45px solid #0077de;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .topgreen {
    width: 0;
    border-bottom: 45px solid #13c23c;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middlegreen {
    width: 156px;
    height: 90px;
    background: #13c23c;
}
.hex .bottomgreen {
    width: 0;
    border-top: 45px solid #13c23c;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .topyellow {
    width: 0;
    border-bottom: 45px solid #ffd733;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middleyellow {
    width: 156px;
    height: 90px;
    background: #ffd733;
}
.hex .bottomyellow {
    width: 0;
    border-top: 45px solid #ffd733;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .toporange {
    width: 0;
    border-bottom: 45px solid #ff9900;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middleorange {
    width: 156px;
    height: 90px;
    background: #ff9900;
}
.hex .bottomorange {
    width: 0;
    border-top: 45px solid #ff9900;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .topgrey {
    width: 0;
    border-bottom: 45px solid #666666;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex .middlegrey {
    width: 156px;
    height: 90px;
    background: #666666;
}
.hex .bottomgrey {
    width: 0;
    border-top: 45px solid #666666;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}
.hex-row {
    clear: left;
}
.hex-row.even {
    margin-left: 88px;
}
.hex-row.last {
    margin-left: 175px;
}


/**** END HEX****/

#side-ribbon2 {
	position: relative;
	color: #fff;
	background: #ff9900;
	display: block;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
	width: 234px;
	clear:both;
	padding: 10px;
	margin-left:-18px;
}
#side-ribbon2:before {
	content:"";
	position:absolute;
	display:block;
	bottom:-6px;
	margin-bottom: -6px;
	left:0px;
	border: 6px solid #808080;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index:-100;
}
#picture2 {
	margin: 14px 7px 7px;
	float: left;
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
#picture2 p {
	margin-bottom: 0px;
	margin-top:3px;
}
#it-list-container{
	margin-left:40px;
	float:left;
}
#it-list{
	list-style:disc;
}

.ribbon2 {
	clear: both;
	width: 640px;
	height: 56px;
	line-height: 120%;
	display: block;
	position: relative;
	background: #ff9900;
	color: #fff;
	text-align: center;
	padding: 7px; /* Adjust to suit */
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

.ribbon2:before, .ribbon2:after {
	content: "";
	position: absolute;
	display: block;
	height:auto;
	bottom: -18px;
	border: 35px solid #eb8047;
	z-index: -1;
}
.ribbon2:before {
	left: -52px;
	border-right-width: 35px;
	border-left-color: transparent;
}
.ribbon2:after {
	right: -52px;
	border-left-width: 35px;
	border-right-color: transparent;
}
.ribbon2 .ribbon-content:before, .ribbon2 .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	bottom: -18px;
}
.ribbon2 .ribbon-content:before {
	left: 0;
	border-width: 18px 0 0 18px;
}
.ribbon2 .ribbon-content:after {
	right: 0;
	border-width: 18px 18px 0 0;
}
#schools-list{
	font-family:'ralewaybold';
	text-align:center;
	font-size:18px;
	line-height:150%;
}
#bottom-links{
	text-align:center;
}
.back-to-top{
	text-align:center;
}
a.button{
	background:#ff9900;
	padding:8px;
	border-radius:8px;
	color:#fff; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#eb8047));
    background-image: -webkit-linear-gradient(top, #ff9900, #eb8047); 
    background-image:    -moz-linear-gradient(top, #ff9900, #eb8047);
    background-image:     -ms-linear-gradient(top, #ff9900, #eb8047);
    background-image:      -o-linear-gradient(top, #ff9900, #eb8047);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
}
a.button:hover{
	color:#fff;
	background:#eb8047;
}
a.button:active{

	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
footer {
	font-size:10px;
	text-align:center;
}