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

@font-face {		
	font-family: 'segoe';  
    src: url('/css/fonts/SegoeUI.woff') format('woff'),
         url('/css/fonts/SegoeUI.woff2') format('woff2')
}
@font-face {		
	font-family: 'oswald';  
    src: url('/css/fonts/Oswald-Regular.woff') format('woff'),
         url('/css/fonts/Oswald-Regular.woff2') format('woff2')
}
@font-face {		
	font-family: 'merriweather';  
    src: url('/css/fonts/Merriweather-Regular.woff') format('woff'),
         url('/css/fonts/Merriweather-Regular.woff2') format('woff2')
}

html { height: 100%; }

:root {
  --charcoal: #333;
  --grey: #707070;
  --darkgreen: #134023;
  --brightgreen: #209F4C;
  --pale: #D7DED8;
}

.table     { display: table; }
.tablerow  { display: table-row; }
.tablecell { display: table-cell; }
.invisible { position: absolute; width:0; height:0; overflow: hidden; }

* { margin: 0; padding: 0; box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; }

img { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal;  }

table { border-collapse: collapse; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary, main { display: block; }

.clearfix:before, .clearfix:after {
    content: " "; 
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear{ clear: both;}

body{ 
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	font-family: 'segoe';
}

#container-top {
	width: 100%;
	text-align: center;
}

#header-top, #tagline, #link-tiles, #testimonials, #footer {
	max-width: 1200px;
	margin: 0 auto;
}
#nav-top{ background: #333; background: var(--charcoal);}
.index #nav-top{ background: none;}
#nav-top ul {
	padding:15px 0 15px 0;
}

#nav-top ul li {
	display: inline-block;
	padding: 5px 10px;
}
@media (max-width: 1100px){
	#nav-top ul li {
		padding: 5px 5px;
	}
}
#nav-top ul li a{ 
	color: #fff; 
	text-decoration:none;
	font-family: 'oswald';
	font-size: 20px;
}
@media (max-width: 550px){
	#nav-top ul li a span{ display: none;}
}

#nav-top ul li a:hover{
	border-bottom: 8px solid #fff;
	padding-bottom: 8px;
}
body.about	 			#nav-top ul li.about a,
body.udl	 			#nav-top ul li.udl a,
body.services 			#nav-top ul li.services a,
body.services_leaders 	#nav-top ul li.services a,
body.services_educators #nav-top ul li.services a,
body.experience 		#nav-top ul li.experience a,
body.contact 			#nav-top ul li.contact a
 { 
 border-bottom: 8px solid #209F4C;
 border-bottom: 8px solid var(--brightgreen); 
 padding-bottom: 8px; 
}
@media (max-width: 500px){
	#nav-top{ display: none;}
	#nav-top ul{ padding:0;}
	#nav-top ul li {
		display: block;
		width:50%;
		float:left;
		padding:0;
		text-align:left;
	}
	#nav-top ul li a{
		display: inline-block;
		padding: 8px 10px;
		border-bottom: none;
	}
	#nav-top ul li a:hover{
		border-bottom: none;
		background: #fff;
		color: #134023;
	}
	body.about	 			#nav-top ul li.about a,
	body.udl	 			#nav-top ul li.udl a,
	body.services 			#nav-top ul li.services a,
	body.services_leaders 	#nav-top ul li.services a,
	body.services_educators #nav-top ul li.services a,
	body.experience 		#nav-top ul li.experience a,
	body.publications 		#nav-top ul li.publications a,
	body.contact 			#nav-top ul li.contact a
	 { 
	 border-bottom: none;
	 border-bottom: none; 
	 padding-bottom: 8px; 
	}
	
	
	body.index #nav-top { background:#333;}
	body.index 				#nav-top ul li.index, 
	body.about	 			#nav-top ul li.about,
	body.udl	 			#nav-top ul li.udl,
	body.services 			#nav-top ul li.services,
	body.services_leaders 	#nav-top ul li.services,
	body.services_educators #nav-top ul li.services,
	body.experience 		#nav-top ul li.experience,
	body.publications 		#nav-top ul li.publications,
	body.contact 			#nav-top ul li.contact
	{ 	
	display: none;
	}

}

@media (max-width: 1100px){
	#nav-top ul li a{ 
		font-size: 16px;
	}
}
#header-top{color:#FFF;}

.index #header-top{ 
	padding:20vh;
}
@media (max-width: 1100px){
	.index #header-top{ 
		color:#FFF; 
		padding:3vh;
	}
}
#header-top a{ display: none;}
.index #header-top a{ 
	background: #209F4C;
	background: var(--brightgreen); 
	padding: 10px 30px 15px 30px; 
	color: #fff;
	text-decoration: none; 
	border-radius:50px; 
	font-size:24px; 
	font-family: 'oswald';
	margin-top:25px;
	display:inline-block;
}
@media (max-width: 600px){
	.index #header-top a{ 
		display: none;
	}
}
#header-top a:hover{
	background: #134023;
	background:var(--darkgreen); 
}
#header-graphic{ display: inline-block;}
#header-graphic img{ margin:0 20px -18px 0;}
#header-p2{ padding:40px 0; display:inline-block;}
@media (max-width: 600px){
	#header-graphic{ display: block;}
	#header-graphic img{ margin:20px 0 0 0;}
	#header-p2{ padding:0 0 20px 0; text-align:center;}
}
.index #header-graphic, #header-p1, .index #header-p2 {
	display: block;
	margin: 15px auto;
	padding:0;
}
#header-p1{ display: none;}
.index #header-p1 {
	font-size: 25px;
	font-family: 'oswald';
	display:block;
}
@media (max-width: 1100px){
	#header-p1 {
		font-size: 20px;
	}
}

#header-p2 {
	font-size: 30px;
	font-family: 'merriweather'; 
}
body.index #header-p2 {
	font-size: 50px;
}
@media (max-width: 1100px){
	body #header-p2 {
		font-size: 30px !important;
	}
}

#tagline { 
	font-family: 'merriweather'; 
	text-align: center;
	color: #333;
	color: var(--charcoal);
}

#tagline h2 {
	max-width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 70px 0;
	font-size: 40px;
}
@media (max-width: 1100px){
	#tagline h2 {
		font-size: 25px;
		padding: 40px 0;
	}
}

#container-tiles {
	width: 100%;
	text-align: center;
	background: #D7DED8;
	background: var(--pale);
	padding: 6% 6% 0 6%;
}

.tile {
	float: left;
	max-width: 560px;
	width: 47%;
	margin-bottom: 6%;
	background: #fff;
	font-family: 'oswald';
	font-size:22px;
}
@media (max-width: 900px){
	.tile {
		font-size:18px;
	}
}
@media (max-width: 650px){
	.tile {
		font-size:16px;
	}
}
.tile:nth-of-type(2n+1) {
	margin-right:6%;
}

.tile a {
	display: block;
	color: #333;
	color: var(--charcoal);
	text-decoration: none;
}
.tile a:hover{
	color: #209F4C;
	color: var(--brightgreen);
}
.tile img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.image {
    width: 100%;
    height: 100%; 
	overflow: hidden;   
}
.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.tile:hover .image img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}



.tile span.span-table {
	display: table;
	height: 90px;
	width: 100%;
}

.tile span.span-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 5px 10px;
}
main{ max-width: 800px; margin: 0 auto; padding:20px 20px 50px 20px; line-height:180%;}
.index main{padding:0;}
main p{ margin: 10px 0 25px 0;}
main h2, main h3, main ul, main ol, main table{ margin: 10px 0 25px 0;}
main a{ color: #134023; color: var(--darkgreen);}
main a:hover{ color: #209F4C; color: var(--brightgreen);}
@media (max-width: 1200px){
	main{ width: 100%; }
}
main h1{
	font-family: 'merriweather'; 
	text-align: center;
	color: #333;
	color: var(--charcoal);
	max-width: 80%;
	margin: 0 auto;
	padding: 70px 0;
	font-size: 40px;
	line-height:60px;
}
#testimonials {
	padding: 80px 0;
}
@media (max-width: 1200px){
	#testimonials{
		width:100%;
	}
}
#testimonials h2 {
	padding: 0 180px 40px 180px;
	font-size: 40px;
	color: #333;
	color: var(--charcoal);
	font-family: 'merriweather'; 
}
@media (max-width: 900px){
	#testimonials h2 {
		padding: 0 20px 40px 180px;
	}
}
@media (max-width: 600px){
	#testimonials h2 {
		padding: 0 20px 40px 100px;
	}
}
#testimonials blockquote {
	width: 100%;
	background: url('/images/quotes1.png') top left no-repeat, url('/images/quotes2.png') top right no-repeat;
	
}
@media (max-width: 900px){
	#testimonials blockquote {
		width: 100%;
		background: url('/images/quotes1.png') top left no-repeat;
	}
}
@media (max-width: 600px){
	#testimonials blockquote {
		background: url('/images/quotessmall.png') top left no-repeat;
	}
}
#testimonials blockquote .quote {
	width: 100%;
	padding: 0 180px 40px;
	font-size: 16px;
	color:  #707070;
	color: var(--grey);
	line-height:180%;
}
@media (max-width: 900px){
	#testimonials blockquote .quote {
		width: 100%;
		padding: 0 40px 20px 180px ;
	}
}
@media (max-width: 600px){
	#testimonials blockquote .quote {
		padding: 0 40px 20px 100px ;
	}
}
#testimonials blockquote .quote-author {
	width: 100%;
	padding: 0 180px;
	font-size: 22px;
	color: #333;
	color: var(--charcoal);
	font-family: 'oswald';
}
@media (max-width: 600px){
	#testimonials blockquote .quote-author {
		padding: 0 40px 0 100px;
	}
}
#container-footer {
	width: 100%;
	text-align: center;
	background: #134023;
	background: var(--darkgreen);
}

#footer {
	font-family: 'oswald';
	padding: 40px 0 0;
	color: #fff;
}
#footer a {
	color: #fff;
}

#footer-left, #footer-mid, #footer-right {
	float: left;
	width:30%;
	margin-right: 5%;
	text-align: left;
	margin-bottom: 20px;
}

#footer-mid{
	text-align: center;
}
#footer-mid a img{
	opacity: 0.8;
	margin:-10px 10px 0 10px;
}
#footer-mid a:hover img{
	opacity: 1;
}
#footer-right {
	margin-right: 0;
	text-align: right;
}
@media (max-width: 800px){
	#footer-left, #footer-mid, #footer-right {
		float: none;
		width:100%;
		margin-right: auto;
		margin-left: auto;
		text-align:center;
		margin-bottom:15px;
	}
	footer p{ display:inline-block;}
	#footer-left p{ margin-bottom:15px;}
}
@media (max-width: 1200px){
	#footer{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#container-top{ background: #209F4C; background: var(--brightgreen);}
.index #container-top{
	background: #134023 url(/images/83847@2x.jpg) no-repeat center center;
	background: var(--darkgreen) url(/images/83847@2x.jpg) no-repeat center center;
	background-size:cover;
	min-height:75vh;
}
@media (max-width: 1100px){
	.index #container-top{
		background: url(/images/83847.jpg) no-repeat center center;
		background-size:cover;
		min-height:55vh;
	}
}


#findoutmore{background: #209F4C; background: var(--brightgreen); display:table; width:100%; height: 400px;}
#findoutmorerow{ display: table-row;}
#findoutmoretext{
 	background: #209F4C;
	background: var(--brightgreen);
	width:50%;
	color:#fff;
	display: table-cell;
	vertical-align: middle;
	padding:0 0 0 15%;
}
@media (max-width: 1150px){
	#findoutmoretext{
		padding:0 0 0 7%;
	}
}
@media (max-width: 900px){
	#findoutmoretext{
		padding:0 0 0 3%;
		text-align:center;
	}
}
h2{ font-family: 'Merriweather'; font-size: 25px;}
#findoutmoretext h2{ margin: 0 0 50px 0;}
#findoutmoretext a{ color:#fff;}
#findoutmoretext a:hover{ text-decoration: none;}
.mobile{ background: url(/images/mobile.png) no-repeat left center; padding: 10px 0 0 50px;}
.email{ background: url(/images/email.png) no-repeat left center; padding: 10px 0 0 50px;}
@media (max-width: 900px){
.mobile{ background: url(/images/mobile.png) no-repeat center top; padding: 70px 0 25px 10px;}
.email{ background: url(/images/email.png) no-repeat center top; padding: 50px 0 0 10px;}
}
#findoutmoregraphic{
	background: #D7DED8 url(/images/handsphone.png) no-repeat center center;
	background: var(--pale) url(/images/handsphone.png) no-repeat center center;
	width:50%;
	height: 400px;
	background-size:contain;
	display: table-cell;
}
@media (max-width: 900px){
	#findoutmoregraphic{
		display: none;
	}
}
.oswald{ font-family: 'oswald'; font-size:24px; margin:10px 0;}





main ol{
    counter-reset: nav-counter;
}
main ol li{ list-style-type: none; clear:both; line-height:130%; margin:0 0 20px 0;}
main ol li:before{ 
	display:block; 
	float:left; 
	padding:20px 10px; 
	margin: -8px 20px 10px 0; 
	background: #333;
	background: var(--charcoal); 
	color:#FFF; 
	transition: all 1s;
    content: counter(nav-counter, decimal-leading-zero);
    counter-increment: nav-counter;
	font-size:2.2em;
	clear:both;
	font-family: 'Merriweather';
	min-width: 40px;
	text-align:center;
	border-radius:8px;
}

main ol li:hover:before{ background: #209F4C; background:var(--brightgreen); color:#FFF;}

main ul{ margin:0 0 80px 0;}
main ul li{ list-style-type: none; clear:both; line-height:150%; margin:0 0 30px 0;}
main ul li:before{ 
	display:block; 
	float:left; 
	padding:10px 10px; 
	margin: 0px 20px 30px 0; 
	background: #333;
	background: var(--charcoal); 
	color:#FFF; 
	transition: all 1s;
    content: "";
    
	font-size:2.2em;
	clear:both;
	font-family: 'Merriweather';
	text-align:center;
	border-radius:10px;
}

main ul li:hover:before{ background: #209F4C; background:var(--brightgreen); color:#FFF;}

main ul.breadcrumb{ margin:0;}
main ul.breadcrumb li { margin:0; line-height:auto; clear: none; display:inline; }
main ul.breadcrumb li:before{
	display:inline; 
	float:none; 
	padding: 0; 
	margin: 0; 
	background: none; 
	color: #333;
	color:var(--charcoal); 
	transition: all 1s;
    content: ""; 
	font-size:1em;
	clear:none;
	text-align:left;
	border-radius: none;
}

#logowall{ 
	background: #D7DED8;
	background: var(--pale);
	text-align: center;
	padding:20px 0;
}
#logowall img{
	padding:20px 20px;
	-webkit-filter: saturate(0%);
	filter: saturate(0%);
}
#logowall img:hover{
	padding:20px 20px;
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
}
label, .fakelabel{ display: inline-block; width: 20%;}
input[type="text"], textarea{ 
	padding:10px; 
	border: solid 2px #707070;
	border: solid 2px var(--grey);
	border-radius: 8px;
	width: 75%;
}
input[type="submit"]{
	padding:10px; 
	background: #134023;
	background:var(--darkgreen);
	color:#fff;
	border-radius: 8px;
	width: 75%;
	border: none;
	text-transform: uppercase;
	font-family: 'oswald';
	border: solid 2px #134023;
	border: solid 2px var(--darkgreen);
}
input[type="submit"]:hover{
	background: #209F4C;
	background:var(--brightgreen);
	border: solid 2px #209F4C;
	border: solid 2px var(--brightgreen);
	cursor: pointer;
}

.floatimageleft{
	float:left;
	margin:0 40px 40px 0;
}
.floatimageright{
	float:right;
	margin:0 0 40px 40px;
}


a.skipnav{ position:absolute; width:0; height:0; overflow: hidden;}

.contacthighlight{ text-align:center; font-size:20px; font-family: 'oswald'; padding-bottom: 50px; }

#respnav-button {
	display: none;	
}
#respnav-button span{ position:absolute; width:0; height:0; overflow: hidden;}
#respnav-button a{
	background:url(/images/navicon.png) no-repeat left center;
	height: 40px;
	display:block;
	width:100%;
}
@media (max-width: 500px){
	#respnav-button { display: block;}
}