@charset "UTF-8";
@font-face{ 
	font-family: 'WebSymbolsRegular';
	src: url('/central/fonts/websymbols-regular-webfont.eot');
	src: url('/central/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/central/fonts/websymbols-regular-webfont.woff') format('woff'),
	     url('/central/fonts/websymbols-regular-webfont.ttf') format('truetype'),
	     url('/central/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
@font-face {
    font-family: 'dinengschriftstd';
    src: url('/central/fonts/dinengschriftstd-webfont.eot');
    src: url('/central/fonts/dinengschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/central/fonts/dinengschriftstd-webfont.woff') format('woff'),
         url('/central/fonts/dinengschriftstd-webfont.ttf') format('truetype'),
         url('/central/fonts/dinengschriftstd-webfont.svg#din_engschrift_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #035693;
	background-image:url(images/academy_bg.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0 25px 0 45px;
	margin: 0 0 35px 0;
}
h1, h2, h3, h4, h5, h6, p, li {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a.button:link, a.button:visited {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #215732;
    border: 1px solid #215732;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    margin: 0 25px;
}
a.button:hover, a.button:focus {
    background-color: #fff;
    border: 1px solid #215732;
    color: #215732;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1118px;
	min-height:1250px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #fff;
	height:87px;
	background-image:url(images/headerBG.jpg);
	background-repeat:repeat;
}

.featured {
	background-color: #fff;
	height:550px;
	background-image:url(images/featuredBG.jpg);
	background-repeat: repeat-x;
}
.featuredHed {
	width:1000px;
	margin:0 59px 0 59px;
	text-align: center;
}
.featuredHed img {
	margin-top:20px;
}
.featuredHed hr {
	border: 1px solid #173D23;
}
.featuredHed h1 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}
.featuredHed .intro {
/*	color: #94d8fd;*/
	color: #ffffff;
	font-size: smaller;
}
.featuredSubHed {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	color: #ffffff;
}

.featuredSubHed h2 {
	margin: 0;
	padding: 0;
}
.featuredSubHed a,
.featuredSubHed a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*.featuredSubHed .view-all {
	display: flex;
}

.featuredSubHed .view-all a {
	align-self: center;
}*/
.featuredItems {
	width:1000px;
	margin:10px 59px 0 59px;
}
.featuredItem {
	background-image:url(images/homeFeaturedItemBG.png);
	width:308px;
	height:298px;
	float:left;
	position:relative;
}
.item1 {
	margin-left:15px;
}
.item2, .item3 {
	margin-left:21px;
}
.featuredItem img {
	position:relative;
	top:4px;
	left:5px;
}
.featuredItem h2, .aboutContent h2, .customExamplesContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#173D23;
	margin:14px 0 8px 0;
}
.featuredItem h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#215732;
}
.featuredItem h3 a:link {
	color:#215732;
	text-decoration:none;
}
.featuredItem h3 a:hover {
	color:#215732;
	text-decoration:underline;
}
.featuredItem h3 a:visited {
	color:#215732;
	text-decoration:none;
}
.WebSymbolsRegularNarrow {
	transform:scaleX(0.5);
	-moz-transform:scaleX(0.5);
	font-family:WebSymbolsRegular;
}
.featuredItem p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #48433D;
}

.sidebar1 {
	float: right;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	width:1118px;
	background-image:url(images/textureBG.jpg);
	background-repeat:repeat;
}
.content p.wide {
    width: 954px;
    margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #173D23;
}
.homeContent {
	background-image:url(images/homeCoursesBG2.jpg);
	background-repeat:repeat-x;
	padding: 0;
	width:1118px;
	height:600px;
	margin:0;
}
.homeCoursesContent {
	width:495px;
	float:left;
	margin-left:59px;
}

.homeCoursesContent h1 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#215732;
	margin:35px 0 0 0;
}
.homeQuote {
/*	background-image:url(images/homeQuoteBG195.png);
	background-repeat:no-repeat;
	height:195px;
*/	width:470px;
	padding:0;
}
.homeQuote h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#173D23;
	font-weight:bold;
	margin:0;
	padding:15px 15px 0 15px;
}
.homeQuote h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#a8a6a2;
	font-size:12px;
	text-align:right;
	margin:0;
}
.homeCourses100 {
	width:495px;
}
.homeCoursesLeft {
	width:235px;
	float:left;
}
.homeCoursesRight {
	width:235px;
	float:left;
	margin-left:25px;
}
.customLeft {
	width:520px;
	float:left;
	margin-left:10px;
	margin-bottom: 20px;
}

.homeCoursesList,
.homeCoursesList a:link,
.homeCoursesList a:visited {
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:normal;
	 font-size:14px;
	 color:#215732;
	 text-decoration:none;
 }
.homeCoursesList a:hover {
	 text-decoration:underline;
 }

.homeCoursesList ul {
	 margin:0;
	 padding:0 0 0 10px !important;
 }
.homeCoursesList li{
	 border-bottom:1px solid #6CB33F;
	 background: url(images/homeCoursesCheck.jpg) no-repeat transparent 0px 8px;
	 list-style-type:none;
	 padding:10px 30px ;
	 margin:0 30px;
 }
.rule {
	 border-bottom:1px solid #6CB33F;
	 padding: 0 30px;
	 height:1px;
	 margin:20px 15px;
 }
.donate {
	 background-image:url(images/breadCrumbTexture.jpg);
	 background-repeat:repeat;
	 width:1118px;
	 height:auto;
	 margin:0;
	text-align: center;
}
.donate p {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
 }
.breadCrumb {
	 background-image:url(images/breadCrumbTexture.jpg);
	 background-repeat:repeat;
	 width:1118px;
	 height:52px;
	 margin:0;
 }
.breadCrumb p {
	 color:#FFF;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 padding:16px 59px;
}
.homeCase {
	background-color:#FFF;
	background-image: url(/images/home-case-study-BG.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:60px;
}
.videoContainer {
	padding-bottom:50px;	
}
.homeDIY {
	background-color:#FFF;
	background-image:url(images/DIY_BG.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:160px;
}
.homeCase h1 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.homeDIY h1 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.homeDIY h2 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 25px;
    text-transform: uppercase;
}
.homeDIY p, .homeCase p, .homeCurriculum p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#173D23;
	font-weight:bold;
}

.homeDIY a:link,
.homeDIY a:visited {
    color: #215732;
    text-decoration: none;
}
.homeCurriculum h1 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.homeCustomLearning {
	background-color:#FFF;
	background-image:url(images/customLearningBG.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:160px;
}
.homeCustomLearning h1 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 36px;
    font-weight: normal;
    margin: 35px 0 0;
    text-transform: none;
}
.homeCustomLearning h2 {
    color: #215732;
    font-family: dinengschriftstd;
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 25px;
    text-transform: uppercase;
}
.homeCustomLearning p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#173D23;
	font-weight:bold;
}

.homeCustomLearning a:link,
.homeCustomLearning a:visited {
    color: #215732;
    text-decoration: none;
}
.catalogAnchors {
	width:1118px;
	height:75px;
	background-image:url(images/catalogAnchorsBG.jpg);
	background-repeat:repeat;
	margin:0;
}
.catalogAnchors p {
	padding:22px 59px;
}
.catalogAnchors a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5e574e;
	text-decoration:none;
	display:block;
	padding:8px 0px;
	float:left;
	margin-right:25px;
	border-radius:22px / 15px;
	-moz-border-radius:22px / 15px;
	-webkit-border-radius:22px / 15px;
}
.catalogAnchors a:link.last {
	margin-right:0;
}
.catalogAnchors a:hover {
	background-color:#d8e8f3;
}
.catalogAnchors a:visited {
	background-color: transparent;
}
.catalogAnchors a.anchorLast {
	margin-right:0;
}
.catalogHed {
	width:954px;
	margin:0 0 0 82px;
    padding: 0 0 20px 0;
	background-image:url(images/cataloghedBG.png);
	background-repeat:repeat-x;
    background-position: bottom;
    clear: both;
}
.catalogHedFirst {
	width:954px;
	height:80px;
	margin:0 0 0 82px;
	background-image:url(images/cataloghedBG.png);
	background-repeat:repeat-x;
    background-position: bottom;
}
.catalogHed h1 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#215732;
	margin:0;
    padding: 50px 0 0 2px;
}
.catalogHedFirst h1 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#215732;
	margin:0;
    padding: 26px 0 0 2px;
}

.catalogHed h3 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	color:#6CB33F;
	margin:0;
    padding: 50px 0 0 20px;
}
.catalogHedFirst h3 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	color:#6CB33F;
	margin:0;
    padding: 26px 0 0 20px;
}
.catalogHed p {
    font-size: 16px;
}
.catalogLink {
	width: 954px;
	height: 40px;
	margin: 10px 0 0 82px;
	background-image: none;
}
.catalogLink h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:none;
	font-weight:normal;
	color:#215732;
	margin:0;
    padding: 20px 0 0 2px;
}
.catalogLink h1 a:link, 
.catalogLink h1 a:hover, 
.catalogLink h1 a:visited,
.catalogLink p a:link, 
.catalogLink p a:hover, 
.catalogLink p a:visited{
	color:#215732;
}
.catalogLink h1 a:link, 
.catalogLink h1 a:visited,
.catalogLink p a:link, 
.catalogLink p a:visited{
	text-decoration:none;
}
.itemRow {
	width:954px;
	min-height:140px;
	background-image:url(images/catalogItemBG.png);
	background-repeat:no-repeat;
    background-position: bottom;
	margin:0 0 0 82px;
    display: flex;
    clear: both;
}
a.button:link, a.button:visited {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: #215732;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    margin: 0 25px;
}
a.button:hover, a.button:focus {
    background-color: #fff;
    border: 1px solid #215732;
    color: #215732;
}
.itemImage {
	width:207px;
	min-height:140px;
	float:left;
}
.itemText {
	width:524px;
	float:left;
	min-height:140px;
}
.itemText h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#215732;
	margin:12px 0 0 0;
	padding-left:25px;
	padding-right:25px;
}
.itemText h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#215732;
	margin:12px 0 0 0;
	padding-left:25px;
	padding-right:25px;
}
.itemText p, .catalogHed p, .itemText li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#173D23;
	font-weight:normal;
	padding-left:25px;
	padding-right:25px;
    padding-bottom: 10px;
}
.itemText li {
    padding-left: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.coursesIntro h3 {
	font-family:dinengschriftstd;
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	color:#6CB33F;
	margin:0;
    padding: 0 0 0 20px;
}
.coursesIntro p {
    margin-bottom: 0;
}

.gray h2, .gray h3, .gray p {
	color:#b7b7b7 !important;
}
.itemLength,
.itemLengthSpecies
{
	width:223px;
	float:left;
	min-height:140px;
    background-image: url("/images/catalogItemLengthBG.png");
    background-position: left;
    background-repeat: repeat-y;
    text-align: center;
}
.itemLength h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#215732;
	margin:22px 0 15px 0;
	padding-left:25px;
}
.itemLengthSpecies h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#215732;
	margin:22px 0 28px 0;
	padding-left:25px;
}
.itemLength img,
.itemLengthSpecies img
{
	padding:0 0 0 25px;
}
.courseDescription {
	background-color: #fff;
	height:430px;
	/*background-image: url(images/courseDescriptionBG.png);
	background-repeat: repeat-x; */
}
.courseDescriptionAnimals {
	background-color: #fff;
	background-image: url(images/courseDescriptionAnimalsBGtop.jpg), url(images/courseDescriptionAnimalsBGbottom.jpg);
	background-position:top, bottom;
	background-repeat:repeat-x;
}
.courseDescription .featuredItems {
	width:1000px;
	margin:0 59px 0 59px;
}
.courseDescriptionText {
	width:540px;
	min-height:298px;
	float:left;
	position:relative;
	margin:25px 0 0 59px;
}
.fullWidthText {
	width:915px;
	position:relative;
	margin:0 0 0 59px;
	padding-top:25px;
}
.courseDescriptionText h1,
.fullWidthText h1 {
	font-family:dinengschriftstd, sans-serif;
	font-weight:normal;
	font-size:36px;
	line-height:38px;
	color:#215732;
}
.courseDescriptionText h2,
.fullWidthText h2 {
	font-family:dinengschriftstd, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	color:#215732;
}

.courseDescriptionText p,
.fullWidthText p,
.courseDescriptionImg p,
.courseDescriptionImgShirts p,
.courseDescriptionText li,
.fullWidthText li,
.courseDescriptionImg li,
.courseDescriptionImgShirts li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
/*	color:#173D23;*/
	color: #48433D;
}
.courseDescriptionImg {
	width:402px;
	height:359px;
	float:left;
	position:relative;
	margin-left:15px;
	margin-top:25px;
}
.courseDescriptionImgShirts {
	width:402px;
	height: 650px;
	float:left;
	position:relative;
	margin-left:15px;
	margin-top:25px;
}
.courseLength {
	background-color:#f7fafc;
	height:102px;
	clear:left;
}

.courseLength h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#215732;
	padding:22px 0 0 74px;
	line-height:28px;
}
.courseLength h3 strong {
	font-weight:bold;
	text-transform:uppercase;
}
.courseLengthAnimals {
	background-color:#f7fafc;
	height:102px;
}
.courseLengthAnimals h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#215732;
	padding:22px 0 0 74px;
	line-height:28px;
}
.courseLengthAnimals h3 strong {
	font-weight:bold;
	text-transform:uppercase;
}

.aboutContent {
	background-color: #fff;
	min-height:430px;
	background-image: url(images/gradientTop.png);
	background-repeat: repeat-x;
}
.customExamplesContent {
	background-color: #fff;
	min-height:200px;
	background-image: url(images/gradientTop.png);
	background-repeat: repeat-x;
}
.about .featuredItems {
	width:1000px;
	margin:0 59px 0 59px;
}
.aboutText {
	width:540px;
	min-height:298px;
	float:left;
	position:relative;
	margin:25px 0 0 59px;
}
.aboutText h1 {
	font-family:dinengschriftstd, sans-serif;
	font-weight:normal;
	font-size:36px;
	color:#215732;
}

.aboutText p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#173D23;
}
.aboutImg {
	width:402px;
	min-height:359px;
	float:left;
	position:relative;
	margin-left:15px;
	margin-top:25px;
}

.testimonial-logo {
	float:right;
	margin: 0 0 10px 20px;
}



.gradientBottom {
	width:1118px;
	height:120px;
	background-image:url(images/gradientBottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol,.homeContent ul, .homeContent ol  { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #fff;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer .partner {
	width:166px;
	text-align:center;
	height:145px;
	float:left;
}
.footer .partnersAll {
	width:100%;
	text-align:center;
	height:auto;
}
.footer .partner img,
.footer .partnersAll img {
	outline:none;
}

.footer .first {
	margin-left:61px;
}
.footer p {
	font-size:10px;
	color:#a8a6a2;
	padding:0;
}
.footer a:link {
	color:#a8a6a2;
	text-decoration:none;
}
.footer a:hover {
	color:#a8a6a2;
	text-decoration: underline;
}
.footer a:visited {
	color:#a8a6a2;
	text-decoration:none;
}
.footerRule {
	width:1000px;
	margin-left:59px;
}
.footer .right {
	float:right;
	width:450px;
	margin-right:59px;
	text-align:right;
}
.footer .left {
	float:left;
	width:450px;
	margin-left:59px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* TOP NAVIGATION */
.dropnav {
	width:700px;
	height:77px;
	float:left;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 700px;
	list-style: none;
	font-size: 13px;
	line-height:40px;
	position:relative;
	z-index:4900;
}
ul#topnav li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
 }
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 77px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom;
}
ul#topnav a.about {
	background: url(images/navAbout.png) no-repeat;
	width: 91px; 
	position:relative;
	z-index:5001;
}
ul#topnav a.courses {
	background: url(images/navCourses.png) no-repeat;
	width: 91px; 
}
ul#topnav a.customlearning {
	background: url(images/navCustomLearning.png) no-repeat;
	width: 91px; 
}

ul#topnav a.contactus {
	background: url(images/navContactUs.png) no-repeat;
	width: 91px; 
}

ul#topnav a.testimonials {
	background: url(images/navTestimonials.png) no-repeat;
	width: 91px; 
}

ul#topnav a.safecapture {
	background: url(images/navSafeCapture.png) no-repeat;
	width: 91px; 
}

ul#topnav a.livecams {
	background: url(images/nav_livecams.png) no-repeat;
	width: 91px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 77px;
	background: #fff;
	padding: 10px 20px 10px;
	float: left;
	-moz-box-shadow:    0px 0 5px 0px #444;
	-webkit-box-shadow: 0px 0 5px 0px #444;
	box-shadow:         0px 0 5px 0px #444;
  	border:none;
	z-index:5000;
	display: none;
}

ul#topnav li .sub1 {
	left:4px;
}
ul#topnav li .sub2 {
	left:-139px;
}
ul#topnav li .sub3 {
	left:-293px;
}
ul#topnav li .sub4 {
	left:-447px;
}
ul#topnav li .sub5 {
	left:-100px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #584f45;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #342b21;
}
ul#topnav .sub ul li img {
	margin-top:-12px;	
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 15px 7px 0px;
	display: block;
	text-decoration: none;
	color: #6CB33F;
	line-height: 1.3;
}
ul#topnav .sub ul li a:hover {text-decoration:underline; background-position: 5px 12px ;}

/* LIGHTBOX */

#demoLightbox, #demoLightbox2 {
	width:1085px;
	margin-left:16px;
}
.modal-backdrop {
	z-index:4950;
}
.lightbox {
	z-index:5000;
}
.lightbox {
    background-color: rgba(0, 0, 0, 0);
    line-height: 0;
    outline: 0 none;
    position: fixed;
    text-align: center;
    top: 70px;
}
#contact {
    text-align: center;
}
#contact h2 {
	color: #173D23;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin: 0 auto;
	
}
#contact p {
	max-width: 670px;
	margin: 0 auto;
	padding: 0 20px;
}
#contact form {
	width: 453px;
	margin: 0 auto;
}
#contact input {
	width: 322px;
	height: 38px;
	border: 1px solid #215732;
}
#contact textarea {
	width: 322px;
	height: 180px;
	border: 1px solid  #215732;
	margin-left: -16px;
}
label {
	cursor: pointer;
	float: left;
	margin-top: 25px;
}
#contact .submit {
	color: #fff;
	display: block;
	background-color: #FF8B03;
	text-align: center;
	width: 322px;
	font-family: objektiv-mk1, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	margin: 15px auto;
	border: none;
}
#contact .form-row {
	margin-bottom: 15px;