@import url(font-awesome.min.css);
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");

/*
	Alpha by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Basic */

	body {
		background-attachment: scroll, fixed;
		/*background-color: rgba(66, 31, 16, 1);*/
		background-position: top left,center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
	}

	body, input, select, textarea {
		color: #777;
		font-family: "Source Sans Pro", sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
		letter-spacing: -0.015em;

	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;

		color: #fff;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			cursor:pointer;
		}

	strong, b {
		color: #646464;
		font-weight: 400;
		line-height: 1.5;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 0.5em 0;

	}


	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.5em;
		text-transform: none;

	}

	h3 {
		font-size: 1.5em;
		line-height: 1em;
		letter-spacing: -0.025em;
	}

	h4 {
		font-size: 2.25em;
		line-height: 1.5em;

	}

	h5 {
		font-size: 1.25em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #e5e5e5;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px #e5e5e5;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		font-family: monospace;
		font-size: 0.9em;
		line-height: 1.75em;
		margin: 0 0 2em 0;
		overflow-x: auto;
		padding: 1em 1.5em;
	}

	code {
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		font-family: monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}
	li {
		list-style: none;
	}

/* Tint */
.tint {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,255,255, 0.5);
  transition: all .3s linear;
}

.tint:hover:before { background: none; }

.t2:before { background: rgba(0,0,255, 0.5); }
.t3:before { background: rgba(255,0,0, 0.5); }
.t4:before { background: rgba(0,255,0, 0.5); }
.t5:before { background: rgba(255,0,240, 0.5); }
.t6:before { background: rgba(255,255,255, 0.5); }

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #999;
		position: relative;
		margin: 0 0 1.5em 0;
		font-style: italic;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.8em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header.major {
		padding: 1em 0;
		text-align: center;
	}

		header.major h2 {
			margin: 0;
		}

		header.major p {
			display: inline-block;
			border-top: solid 2px #e5e5e5;
			color: #777;
			margin: 1.5em 0 0 0;
			padding: 1.5em 0 0 0;
			font-style: normal;
		}




/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #646464;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
		list-style: none;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #e8ab7f;
			box-shadow: 0 0 0 2px #e8ab7f;
		}

		.input-error{
			border-color: #CF000F;
			box-shadow: 0 0 0 2px #CF000F;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e5e5e5;
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="message"] + label:before {
		border-radius: 100%;
		float:left;
		width: 300px;
		display:block;
	}

	::-webkit-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}
	.form.block {
		float:left;

list-style: none;
		display: block;
	}

/* Box */


	.box {
		box-shadow: 0 0px 0 0 #e5e5e5;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			background: none !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			margin: 0 0 2em 0;
			padding: 0 !important;
		}

		.box.features .features-row {

			position: relative;
		}
		.box.features .features-row a {


		}

			.box.features .features-row:after {
				clear: both;
				content: '';
				display: block;
			}

			.box.features .features-row section {
				float: left;
				width: 33%;
			}

				.box.features .features-row section :last-child {
					margin-bottom: 0;
				}

				.box.features .features-row section:nth-child(2n) {
					padding-right: 0;
				}

					.box.features .features-row section:nth-child(2n):before {

						content: '';
						display: block;
						height: 100%;
						margin-left: -3em;
						position: absolute;
						top: 0;
						width: 2px;
					}

				.box.features .features-row section:nth-child(2n-1) {
					padding-left: 0;
				}

				.features-row section {
					padding-top:35px;
				}

			.box.features .features-row:first-child {
				border-top: 0;
			}

				.box.features .features-row:first-child section {
					padding-top: 0;
				}

			.box.features .features-row:last-child {
				padding-bottom: 0;
			}

				.box.features .features-row:last-child section {
					padding-bottom: 0;
				}

		.box.special {
			text-align: ;
		   padding: 3em;

		}
		.box.special a {
			text-decoration:none;
		}
		.box.special a:hover {
			color:#fff;
		}

		.box .image.featured {
			border-radius: 0;
			display: block;
			margin: 3em 0 3em -3em;
			position: relative;
			width: calc(100% + 6em);
		}
		#explore .box .image.featured {
			height: 190px;
		}

			.box .image.featured img {
				border-radius: 0;
				display: block;
				width: 100%;
				margin-top:-55px;
				padding-bottom: 20px;

				}

			.box .image.featured:first-child {
				border-radius: 6px 6px 0 0;
				margin-bottom: 0;
				margin-top: 0;
			}

				.box .image.featured:first-child img {

				}

			.box .image.featured:last-child {
				border-radius: 0 0 6px 6px;
				margin-bottom: -3em;
				margin-top: 3em;
			}

				.box .image.featured:last-child img {
					border-radius: 0 0 6px 6px;
				}


			.main.container.slide1 .box.special {
			background: rgba(55, 15, 0, .5);
			border: solid 15px rgba(55, 15, 0, 0);
			margin-top: 10px;
			margin-bottom: 25px;
			text-align: left;
			}

			section.box.special a {
				color:#444;
				cursor: pointer;

				}
			section.box.special a:hover {
				color:#888;

			}
			section.box.special.features {
				text-align: left;
				color:#f6e4d4;
				padding:24px;
				width:1000px;
			}

/* Icons */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			background: #666;
			border-radius: 100%;
			color: #ffffff;
			cursor: default;
			display: inline-block;
			height: 5.5em;
			line-height: 5.5em;
			margin: 0 0 2em 0;
			width: 5.5em;
		}

			.icon.major:before {
				font-size: 2.5em;
			}

			.icon.major.accent1 {
				background: #666;
				color: #ffffff;
			}

			.icon.major.accent2 {
				background: #e89980;
				color: #ffffff;
			}

			.icon.major.accent3 {
				background: #7fcdb8;
				color: #ffffff;
			}

			.icon.major.accent4 {
				background: #90b0ba;
				color: #ffffff;
			}

			.icon.major.accent5 {
				background: #e5cb95;
				color: #ffffff;
			}
		.fa, .fa a{

			color:#444;
			font-size: 4em;
			border-bottom: none;
			margin-bottom: 25px;
			cursor: pointer;
		}
		.fa a:hover {
			color:#ddd;

		}
		span.icon.major {
			cursor: pointer;
		}

		.epicon {
			color: rgba(0,0,0,.25);
			position: absolute;
			margin-top: -240px;
			margin-left: 190px;
			font-size: 2em;
			float: right;
			cursor: pointer;



		}
		.epicon:hover{
			color:rgba(0,0,0,.5);


		}
		.epschool {
			font-weight: bold;
			font-size: .75em;
			color: white;
			position: absolute;
			background-color: black;
			margin-top: -225px;
			margin-left: -67px;
			padding: 0px 10px 0px 10px;

		}
		.epschool a {

			color:white;
		}
/* Image */

	.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 6px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;f
			}

/* Avatar */

	.avatar {

		position:absolute;
		margin-top: -100px;
		float: right;
		margin-left: 275px;



	}
	.avatar img {

		border-radius: 50px;
		width:80px;
		border:solid 5px white;
	}
/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;

	}

		ul li {

		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #e5e5e5;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
			color:#959595;
		}


			ul.icons li {
				display: inline-block;
				padding: 0 1.25em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon {
					color: inherit;
				}

					ul.icons li .icon:before {
						font-size: 1.75em;
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;

					}




/* Web Icons Font */

@charset "UTF-8";

@font-face {
  font-family: "web-icons";
  src:url("fonts/web-icons.eot");
  src:url("fonts/web-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/web-icons.woff") format("woff"),
    url("fonts/web-icons.ttf") format("truetype"),
    url("fonts/web-icons.svg#web-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-size:5em;

}

[data-icon]:before {
  font-family: "web-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size:5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "web-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size:5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play {
	margin-top: .5em;

	font-size: 1.5em;
}

.icon-access:before {
  content: "a";
}
.icon-alumni:before {
  content: "b";
}
.icon-bookmark:before {
  content: "c";
}
.icon-checklist:before {
  content: "d";
}
.icon-data:before {
  content: "e";
}
.icon-devices:before {
  content: "f";
}
.icon-digication-chat:before {
  content: "g";
}
.icon-edtpa:before {
  content: "h";
}
.icon-folder:before {
  content: "i";
}
.icon-gears:before {
  content: "j";
}
.icon-google-app:before {
  content: "k";
}
.icon-heart:before {
  content: "l";
}
.icon-institution:before {
  content: "m";
}
.icon-key:before {
  content: "n";
}
.icon-laptop:before {
  content: "o";
}
.icon-left:before {
  content: "p";
}
.icon-link:before {
  content: "q";
}
.icon-lock:before {
  content: "r";
}
.icon-play:before {
  content: "s";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.icon-right:before {
  content: "t";
}
.icon-rubric:before {
  content: "u";
}
.icon-send:before {
  content: "v";
}
.icon-share:before {
  content: "w";
}
.icon-star:before {
  content: "x";
}
.icon-upload:before {
  content: "y";
}
.icon-webpage:before {
  content: "z";
}
.icon-circle-gears:before {
  content: "G";
}
.icon-circle-devices:before {
  content: "A";
}
.icon-circle-website:before {
  content: "B";
}
.icon-circle-alumni:before {
  content: "C";
}
.icon-circle-upload:before {
  content: "D";
}
.icon-circle-checklist:before {
  content: "E";
}

		}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;

	}

		table tbody tr {
			border: solid 1px #e5e5e5;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #f8f8f8;
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #646464;
			font-size: 0.9em;
			font-weight: 300;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #e5e5e5;
		}

		table tfoot {
			border-top: solid 2px #e5e5e5;
		}

		table.alt {
			border-collapse: separate;
			padding:50px;
		}

			table.alt tbody tr td {
				border: solid 1px #e5e5e5;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #666;
		border-radius: 6px;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		height: 3em;
		line-height: 3em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #737373;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #595959;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
			height: 2.7em;
			line-height: 2.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.25em;
			height: 2.7em;
			line-height: 2.7em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #e5e5e5;
			color: #777;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #f8f8f8;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #f0f0f0;
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #999;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #e89980;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #ecaa96;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #e4886a;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #777 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #f5f5f5 !important;
			cursor: default;
			opacity: 0.25;
		}
		a.button.special.fit {
			width: 250px;
			margin-left: 38%;
		}

/* Header */

	#skel-layers-wrapper {
		padding-top: 3em;
	}

	body.landing #skel-layers-wrapper {
		padding-top: 0;
	}
	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

	#header {
		background: #444;
		color: #fff;
		cursor: default;
		height: 3.25em;
		left: 0;
		line-height: 3.25em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			color: inherit;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				color: #444;
				font-weight: 400;
				border: 0;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1em;
			top: 0;
			vertical-align: middle;
			font-family:'brandon grotesque', sans-serif;
			text-transform: uppercase;
			font-size: .8em;
			letter-spacing: 1px;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}


				#header nav > ul > li {
					display: inline-block;
					padding-left: 0;
				}
  			#header nav > ul > li#home-link {
					display: none;
					padding-left: 0;
				}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li a {
						display: inline-block;
						height: 2em;
						line-height: 1.95em;
						padding: 0 1em;
						border-radius: 6px;
						cursor: pointer;
					}
					#header nav > ul > li a:hover {
						color:#ea997d;

					}

					#header nav > ul > li a:not(.button) {
						color: #fff;
						display: inline-block;
						text-decoration: none;
						border: 0;
					}

						#header nav > ul > li a:not(.button).icon:before {
							color: #fff;
							margin-right: 0.5em;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li.active a:not(.button) {
						background-color: rgba(153, 153, 153, 0.25);
					}

					#header nav > ul > li .button {
						margin: 0 0 0 0.5em;
						position: relative;
					}

		#header input[type="submit"],
		#header input[type="reset"],
		#header input[type="button"],
		#header .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #999;
			color: #fff;
		}

			#header input[type="submit"]:hover,
			#header input[type="reset"]:hover,
			#header input[type="button"]:hover,
			#header .button:hover {
				background-color: rgba(153, 153, 153, 0.25);
			}

			#header input[type="submit"]:active,
			#header input[type="reset"]:active,
			#header input[type="button"]:active,
			#header .button:active {
				background-color: rgba(153, 153, 153, 0.5);
			}

		#header .container {
			position: relative;

		}


		.main.container  {
			background-color: #452416;
			width: 1024px;
			height:950px;
			padding-top:50px; f
			 }

		.features.container {



		}

		.product.features{
		background-image: url("images/overlay.png"), url("../images/brick-blur.jpg");
			padding: 50px;
			height: 100%;
			width: 1024px;
			color:black;
}
		.main.container.slide1{
			background-color: rgba(86, 39, 19, 1);
			width: 1024px;
			height:100%;
			color:white;
			padding-top:50px;

		}
		.main.container.slide1 h1 , .main.container.slide1 b{

			color:white;
		}

		 .main.container.slide1 h2 {
		 	text-align: center;
		 	color:white;

		 }

		.sv.container  {
			width: 1024px;
		}
		.sv.container  h1 {
			font-size:2.5em;
			margin-top:80px;
			color:#444;
		}
		.sv.container  h2 {
			/*color:#444;*/
		}

		.sv.container  h1 b{
			color:#444;
		}

		.sv.container.featured_slider_slide.sy-slide.fade.useCSS {
			background-size: 100%;
			height: 450px;
		}

		.sv.container #slide3 h2 {
			color:white;
			padding-top:20px;
		}

		#student_voices_slider {
			height: 433px;
		}
    .student_voices_slider_slide{
      position: absolute;
      background-size: cover;
      height: 450px;
      width: 100%;
    }
		.dc.container  {

			background-color: #f3f3f3;
			color: #333;
			width: 1024px;
			height:400px;
			padding-top:50px;
			padding-bottom:50px;

		}
		.dc.container h3, .dc.container h3 b {

			color:#999;
		}
		.dc.container h2{
			color: #444;
		}
		.dc.container h5{
			color: #444;
		}

		.by.container  {

			background-color: #f3f3f3;
			color: #333;
			width: 1024px;
			padding-top:50px;
			padding-bottom:50px;

		}
		.by.container .row {
			padding:45px;
		}
		.by.container h3, .by.container h3 b, .by.container h5{

			color:#444;
			font-size: 1.5em
		}
		.by.container h6{
			width: 60%;
			margin-left: 20%;
			color:#999;
		}
		.sv.container ul.actions {

			padding-top:40px;
		}
		.contact.container  {


			background-color:#fafafa;
			height: 100%;
			width: 100%;
		}
		.contact.container h2{
			color: #444;
			margin-top: 80px;
		}
		.contact.container h5 {
			color: #999;
			font-size:1.2em;

		}

		.buy.container  {


			background-color:#fafafa;
			height: 100%;
			width: 100%;
		}
		.buy.container h2, .buy.container h3{

			margin-top: 20px;
			color:#444;

		}
		textarea#message {

			width:97%;
			margin-left: 10px;
			padding-top:15px;

		}
		select#schooltype{
			margin-bottom: 10px;
			width: 100%;
			margin-left: 0px;
		}
		input#signup_phone {
			width: 8em;
		}
		form#signup_form {

			display: inline-block;
			vertical-align: baseline;
			margin-bottom: 40px;
			padding: 10px;
			width: 100%;


		}
		form#buy_form {

			display: inline-block;
			vertical-align: baseline;
			margin-bottom: 40px;
			padding: 10px;
			width: 100%;

		}
		form#signup_form a.button	{
			color: white;
			background-color:#959595;
		}
		form#signup_form a:hover {

			background-color:#ea997d;
		}

		.contact {
			max-width: 1024px;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
			clear: both;
			display: table;
}
		.contact p {
			padding: 10px;
			float: left;
			}
		 a.button {
			margin-top:44px;
			text-transform: uppercase;
			font-family: 'brandon grotesque', sans-serif;

}
		.contact.item h3{


			display: inline-block;
			margin-bottom: 30px;


		}
		.contact.item a:hover {
			color: #ea997d;
			font-weight: bolder;

		}
		.contact .button button {
			display: inline-block;
			padding: 20px 40px;
			background-color: #ea997d;

			letter-spacing: 1px;
			font-family: 'brandon grotesque', sans-serif;
			min-width: 12em;
			border: 0;
			border-radius: 5px;
			color: #fff;
			font-size: 15px;
			line-height: 1em;

			font-weight: 700;
			text-transform: uppercase;
			cursor: pointer;
			-moz-transition: background 0.3s;
			-o-transition: background 0.3s;
			-webkit-transition: background 0.3s;
			transition: background 0.3s;
			}
			.button:hover {

				background-color: #d35a18;
			}
			.message {

				width: 400px;
			}




		section#main{

			width: 1024px;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;

			color: rgba(255, 255, 255, 0.75);
			position: absolute;
		}

			#header.alt nav > ul > li a:not(.button).icon:before {
				color: rgba(255, 255, 255, 0.75);
			}

			#header.alt nav > ul > li.active a:not(.button) {
				background-color: rgba(255, 255, 255, 0.2);
			}

			#header.alt input[type="submit"],
			#header.alt input[type="reset"],
			#header.alt input[type="button"],
			#header.alt .button {
				box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
			}

				#header.alt input[type="submit"]:hover,
				#header.alt input[type="reset"]:hover,
				#header.alt input[type="button"]:hover,
				#header.alt .button:hover {
					background-color: rgba(255, 255, 255, 0.1);
				}

				#header.alt input[type="submit"]:active,
				#header.alt input[type="reset"]:active,
				#header.alt input[type="button"]:active,
				#header.alt .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}
			#header img {
				width:28%;
				padding:18px;

			}

	.dropotron {
		background: #444444;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #444, inset 0 -1px 0 0 #444, inset 0 0 0 1px #444;
		list-style: none;
		margin: calc(-0.5em + 1px) 0 0 1px;
		padding: 0.5em 0;
		width: 11em;
	}

		.dropotron li {
			padding: 0;
		}

			.dropotron li a, .dropotron li span {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				border: 0;
				border-top: solid 1px #444;
				color: #fff;
				display: block;
				padding: 0.15em 1em;
			}

			.dropotron li:first-child > a, .dropotron li:first-child > span {
				border-top: 0;
			}

			.dropotron li.active > a, .dropotron li.active > span, .dropotron li:hover > a, .dropotron li:hover > span {
				background: #373737;
				color: #ffffff;
			}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin: 1em 0 0 0;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #444444;
				border: solid 1px #444;
				border-bottom: 0;
				border-right: 0;
				box-shadow: -0.25em -0.125em 0.125em 0 rgba(0, 0, 0, 0.015);
				content: '';
				display: block;
				height: 0.75em;
				position: absolute;
				right: 1.25em;
				top: -0.375em;
				width: 0.75em;
				z-index: 0;
			}

/* Banner */

	#banner {
		background-attachment: fixed;
		background-color: #666;
		background-image: url("../images/banner.jpg");
		background-position: top left,center center;
		background-repeat: repeat, no-repeat;
		background-size: cover;
		color: #fff;
		text-align: center;
    padding: 18.5em 0 10em 0;
    width: 100%;

	}

	.row {

		display: inline-block;
		padding: 10px;
		position: relative;
  		min-height: 1px;
  		padding-right: 15px;
  		padding-left: 15px;


	}

		#banner:last-child {
			margin-bottom: 0;
		}

		#banner h2 {
			font-family: 'brandon grotesque', sans-serif;
			font-weight: bolder;
			color: white;
		}

		#banner h3, #banner h4, #banner h5, #banner h6 {
			color: #fff;
			font-style:bolder;
		}
		#banner h6 {
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;
			font-size: 1em;
			font-weight: bolder;
			letter-spacing: 1px;
			text-transform: uppercase;

		}
		#banner h2 {
			font-size: 2.5em;
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;


		}
		#banner p {
			font-size: 1.5em;
			line-height: 1.5;
			margin-bottom: 1.75em;

		}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner .button {
			background-color: #ea997d;

			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-family:'brandon grotesque', sans-serif;
			min-width: 12em;


		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner .button:hover {
				background-color: #d35a18;
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

			#banner input[type="submit"].special,
			#banner input[type="reset"].special,
			#banner input[type="button"].special,
			#banner .button.special {
				background: #fff;
				color: #666 !important;
			}
/* About */

	.col p {
		text-align: left;
		width: 75%;
		margin-left:120px;
		}

	section.box.about {

		background: white;
		}


	.subnav {

		margin-left: 16%;
		width: 65%;
		padding-bottom: 60px;
	}

	.subnav ul{

		text-align: center;
		display: inline-flex;
		color: #d14c1e;
		padding: 1.5em 0 0 0;
		font-style: normal;
		list-style: none;
		text-transform: uppercase;
		font-family: 'brandon grotesque', sans-serif;
		font-weight: bolder;
		font-size: .8em;
		letter-spacing: 1px;
		margin-bottom: 40px

		}

	.subnav li{
		margin: 0 20px;
		}

	.about.students {
		padding-bottom: 60px;
		height: 100%;
	}
	.box.special.about h2{
			font-size: 2.25em;
			text-transform: capitalize;
			font-weight: 100;
			letter-spacing: 0;
			color:#444;
			padding-bottom:20px;
		}

	.box.special.students {

	color: white;
	background-color: transparent;
}
	.box.special.faculty {

	width: 100%;
	padding-bottom: 0px;
	background-color: transparent;
}
	.box.special.faculty b{

	color:white;
}
.box.special.institution {

	color: black;
	margin-left: 5%;
	width: 90%;
	background-color: transparent;
}
.box.special.leadership {

	color: black;

	width: 100%;
	padding-bottom: 60px;
	background-color: transparent;

}

.about.students h2 {

			text-transform: capitalize;
			letter-spacing: 0;
			color: white;
}
.aboutfaculty h2 {

			line-height: 1.2em;
			text-transform: capitalize;
			letter-spacing: 0;
			color: black;
		}

.bios{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.bios div{
  width: 50%;
  padding: 1em;
}
section.box.special.leadership h2, h1{
	color:#444;
}
.about.leadership h2{
			text-transform: capitalize;
			letter-spacing: 0;
			color: black;
		}
.about.leadership h1{
			font-size: 2em;

		}
.about.leadership {

}
.about.leadership img {

	border-radius: 120px;
}
.about.leadership p {
text-align: left;
}


.box.special.sitemap h2{
			font-size: 1.5em;
			text-transform: capitalize;
			font-weight: 100;
			letter-spacing: 0;
			color:#444;
			margin-left: 23px;
		}

}
.sitemap h2{
			text-transform: capitalize;
			letter-spacing: 0;
			color: black;
			font-size: 1.5em;
		}

.sitemap h1{
			font-size: 1.6em;


		}
.sitemap {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-width: 150px;
     -moz-column-width: 150px;
          column-width: 150px;
          text-align: left;
          margin-left:10%;
          height: 550px;
}

.sitemap p {
text-align: left;

}

 	#slide2about {
		background: #27201d;
		color: #fff;
		text-align: center;
	}
 	#slide3about {
		background: #b95828;
		color: #000;
		text-align: center;


	}

#slide4about {
		background: #9d9d9d;
		color: #000;
		text-align: center;

}
#slide4 h2{

	color:#444;


	}
#slide4 h3 a{
		color:#fff;


	}

	#slide5about {
		background: #3a3a3a;
		color: #000;
		text-align: center;


	}

	.about.container {
			background-image: url("images/overlay.png"), url("../images/brick-blur.jpg");
			padding: 50px;
			height: 100%;
			width: 1024px;
			color:black;
}

	.aboutfaculty.container {
			background-color:#c0602f;
			color:white;
			padding: 50px;
			height: 100%;
			width: 1024px;
}
.aboutinstitution.container {
			background-color:#e2e2e2;
			color:black;
			padding: 50px;
			height: 100%;
			width: 1024px;
}
.leadership.container {
			background-color:#f3f3f3;
			color:black;
			padding: 50px;
			height: 100%;
			width: 1024px;

		}
.sitemap.container {

			color:black;

			height: 100%;
			width: 900px;
		}
.box.special.sitemap {

	color: black;
	text-align: left;
	width: 100%;
	padding-bottom: 60px;
	background-color: transparent;
}
	#about {
		background-attachment: scroll, fixed;
		background-color: #666;
		background-image: url("images/overlay.png"), url("../images/banner.jpg");

		background-position: top left,center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: #fff;
		padding: 6em 0 10em 0;
		text-align: center;
	}

	.row.about{

			display: inline-flex;
			position: relative;
	  		min-height: 1px;
			line-height: 1;

}

	.about .header h3{

		font-family: 'brandon grotesque', sans-serif;
		font-weight: bolder;
		color: white;
		font-size: 2.5em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
		padding: 0;
		text-transform: uppercase;
}
		#about :last-child {

		}

		#about h2, #about h3, #about h4, #about h5, #about h6 {
			color: #fff;
			font-style:bolder;
		}
		#about h6 {
			line-height: 1em;
			margin-top:2em;
			padding: 0;
			font-size: 1em;
			font-weight: bolder;
			letter-spacing: 1px;
			text-transform: uppercase;

		}
		#about h2 {
			font-size: 3.5em;
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;


		}
		#about p {
			font-size: 2.5em;
			margin-bottom:4em;
			margin-top: .5em;
			font-family:'brandon grotesque';
			text-transform: uppercase;
			line-height: 1.25;
		}

		#about input[type="submit"],
		#about input[type="reset"],
		#about input[type="button"],
		#about .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
			color: #fff;
			min-width: 12em;
		}

			#about input[type="submit"]:hover,
			#about input[type="reset"]:hover,
			#about input[type="button"]:hover,
			#about .button:hover {
				background-color: rgba(255, 255, 255, 0.1);
			}

			#about input[type="submit"]:active,
			#about input[type="reset"]:active,
			#about input[type="button"]:active,
			#about .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

			#about input[type="submit"].special,
			#about input[type="reset"].special,
			#about input[type="button"].special,
			#about .button.special {
				background: #fff;
				color: #666 !important;
			}

/* Main */

	#main {
		padding: 0;


	}

		#main > header {
			text-align: center;
			margin: 0 0 3em 0;
		}

			#main > header h2 {
				font-size: 2.75em;
				margin: 0;
			}

			#main > header p {
				border-top: solid 2px #e5e5e5;
				color: #777;
				display: inline-block;
				font-style: normal;
				margin: 1em 0 0 0;
				padding: 1em 0 1.25em 0;
			}

	body.landing #main {
		margin-top: -3em;

	}
/* Product Features */
	.ep.container h2, .ep.container h2 b, .ep.container h3 {

			line-height: 1.2em;
			text-transform: capitalize;
			letter-spacing: 0;
			color: white;
	}
	.ep.container {
			background-color:#c0602f;
			color:white;
			padding: 50px;
			height: 100%;
			width: 1024px;

		}

	.sv.container.featured_slider_slide{

			background-size: cover;
}

#slide3ep {
		background: #e4e4e4;
		color: #fff;
		text-align: center;
		height: 100%;f
	}
	#slide3ep a{
		color: #444;

	}
	#slide3ep a:hover{
		color: #ea997d;
	}

	.ams h2, .ams h3, .ams h2 b {

			line-height: 1.2em;
			text-transform: capitalize;
			letter-spacing: 0;
			color: black;
	}
	.ams.container {
			background-color:#fff;
			color:black;
			padding: 50px;
			height: 100%;
			width: 1024px;

		}
	#slide3ams {
		background: #444;
		color: #fff;
		text-align: center;
		}

	#slide3ams h1, #slide3ams h1 b {

		color:white;
	}

	#slide3ams a{
		color: #ddd;

	}
	#slide3ams a:hover{
		color: #fff;
	}

  #enterprise .slide3{
    background: white;
    text-align: center;
  }
  #enterprise .slide3 h2{
    color: #444;
  }
  .pricing{
    text-align: left;
    padding-top: 3em;

  }
	.enterprise h2, .enterprise h3, .enterprise h2 b {

			line-height: 1.2em;
			text-transform: capitalize;
			letter-spacing: 0;
			color: white;
	}
	.enterprise.container {
			background-color:#c0602f;
			color:white;
			padding: 50px;
			height: 100%;
			width: 1024px;


		}
	#slide3enterprise {
		background: #b95828;
		color: #fff;
		text-align: center;
	}
	#slide3enterprise a{
		color: #f4ede9;

	}
	#slide3enterprise a:hover{
		color: #fff;

	}

/* Community */
#partners-slider-next,
#partners-slider-prev{
  margin-top: 2%;
  color:rgba(0,0,0,.5)
}

#community-slider-next,
#community-slider-prev{
  margin-top: 5%;
  color:rgba(0,0,0,.5)
}

#partners-slider-next,
#partners-slider-prev,
#community-slider-next,
#community-slider-prev,
.sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
    color:rgba(0,0,0,.5);
}

#partners-slider-prev,
#community-slider-prev,
.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}

#partners-slider-prev a:after,
#community-slider-prev a:after,
.sy-controls li.sy-prev a:after {
    background-position: -5% 0;
}

#partners-slider-next,
#community-slider-next,
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}

#partners-slider-next a:after,
#community-slider-next a:after,
.sy-controls li.sy-next a:after {
    background-position: 105% 0;
}
#partners-slider-next a,
#partners-slider-prev a,
#community-slider-next a,
#community-slider-prev a,
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.sy-controls li a:link,.sy-controls li a:visited {
    opacity: 0.5;
}

.sy-controls li a:hover,.sy-controls li a:focus {
    opacity: 1;
    outline: none;
}

#partners-slider-next a:after,
#partners-slider-prev a:after,
#community-slider-prev a:after,
#community-slider-next a:after,
.sy-controls li a:after {
    content: "";
    background-image: url(../images/arrows.svg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #fff;
    font-weight: 800;
    position: absolute;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* Footer */

	#footer {
		background: #222;
		color:#cdcdcd;
		text-align: center;
		font-size:1em;
	}
	#footer a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color:#afafaf;
		text-decoration: none;
		border-bottom: none;
	}
	#footer a:hover {

		color:#ea997d;
		border-bottom: dotted 1px;
		text-decoration: none;


	}

		#footer .icons a {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			opacity: 0.35;
		}

			#footer .icons a:hover {
				opacity: 0.75;
				color:#fafafa;
				text-decoration: none;
				border-bottom: none;
			}

		#footer .copyright {
			color: #cdcdcd;
			font-size: 0.9em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright a {
				color: inherit;
			}

			#footer .copyright li {
				border-left: solid 1px #dddddd;
				display: inline-block;
				list-style: none;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		.row-fluid .span12 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
		}

		.row-fluid .span2 {
        width: 20%;
		}
		.row-fluid .span6 {
        width: 50%;
		}
		.row-fluid .full {
        width: 100%;
		}
		.row-fluid .third {
        width: 32%;
		}
		.row-fluid .forty {
        width: 33%;
		}

    .form-cardtype{
      width: 20%;
    }
    .form-creditcardnumber{
      width: 33%;
    }
    .form-securitycode{
      width: 15%;
    }
    .form-expirationdate{
      width: 30%;
    }


		.row-fluid .span12 .span {
			width: 25%;
		}

		.row-fluid .span12 a {


		}

		.row-fluid .span12 a:hover {
			color:#fafafa;

		}

		.row-fluid .span12 li{
			list-style-type: none;
			padding:5px;
			font-weight: lighter;
		}

		.row-fluid .span12 ul{
			padding:20px;
			text-align:left;
		}

		.row-fluid .span8 {

			font-size: 3em;
			text-transform:uppercase;
			letter-spacing: 2px;
		}

		.row-fluid .span8 a {
			padding-right:10px;
		}

		.row-fluid .span8 a:hover {
			color:#000;
		}

		.row-fluid p.muted.pull-right {
			font-size: 3em;
		}

		#footer .container  {
			background-color: #333;
			width: 1024px;
			padding-top:50px;
		}

/* Pricing */

.pricing {
	text-align: left;
width: 75%;
margin-left: 15%


}
.pricing h5{
	color:#444;
	font-size: 1.5em;
}
.individual.pricing {

	margin-left: 24%;
}

.plan-panel {
background-color: #fff;
padding: 48px 40px 40px 40px;
overflow: hidden;
position: relative;
margin-bottom: 30px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.teachers p {
width: 80%;
margin-left: 12%;
margin-bottom: 40px;

}

/* Slides */

	#slide {

		color: #202020;
		padding: 0;
		text-align: center;

	}

	#slide h3, #slide p{

		text-align: left;
		margin-left:-50px;
		line-height: .75;

	}

	#slide h6 {

		float: right;
		text-align: right;
		margin-right: -30px;
		margin-top: -13px;
	}
	.slidelink {

		margin-left: -50px;
		color:#fff;

	}
	.slidelink a {

		color:#faeae3;

	}
	.slidelink p {

		font-size:1.2em;
		color:#ea997d;
	}
	.slidelink a:hover{

		color:#999;
	}

	#slide .row {
		width: 100%;
	}
	#slide1 {
		background: #fafafa;
		color: #fff;
		text-align: center;


	}
	#slide2 {
		background: #fafafa;
		color: #fff;
		text-align: center;
	}
	#slide3 {
		background: #333;
		color: #202020;
		padding: 0;
		text-align: center;
		height:100%;
		overflow: hidden;
	}



	#slide4 {
		background: #999;
		color: #202020;
		padding: 0;
		text-align: center;

	}
	#slide5 {
		background: #e4e4e4;
		color: #000;
		text-align: center;


	}


		#slide h2, #slide h3, #slide h4, #slide h5, #slide h6, #slide3 h2, #slide3 h4, #slide3 h5, #slide3 h6 {
			color: inherit;
		}

		#slide3 h3, #slide3 h3 b {

		margin-bottom:0px;
	}

		#slide5 h3, #slide5 h3 b {
		color: #999;


		}
		#slide2 h2, #slide2 h3, #slide2 h4, #slide2 h5, #slide2 h6, #slide2 b {
			color: white;
		}

		#slide form, #slide2 form {
			margin: 0 auto;
			max-width: 100%;
			width: 25em;
		}


		#slide input[type="submit"],
		#slide input[type="reset"],
		#slide input[type="button"],
		#slide .button {
			box-shadow: none;
			background: #fff;
			color: #ea997d;
		}
		#slide2 input[type="submit"],
		#slide2 input[type="reset"],
		#slide2 input[type="button"],
		#slide2 .button {
			background-color: rgba(0,0,0,.5);
			color:white;
			border:solid 1px white;

		}
		#slide2 .button:hover {
			background-color: rgba(0,0,0,.25);
			color:white;
			border:solid 1px white;

		}

		#slide input[type="text"],
		#slide input[type="password"],
		#slide input[type="email"],
		#slide select,
		#slide textarea {
			color: #ffffff;
			background: rgba(255, 255, 255, 0.15);
			border: 0;
		}
		#slide2 input[type="text"],
		#slide2 input[type="password"],
		#slide2 input[type="email"],
		#slide2 select,
		#slide2 textarea {
			color: #ffffff;
			background: rgba(255, 255, 255, 0.15);
			border: 0;
		}

			#slide input[type="text"]:focus,
			#slide input[type="password"]:focus,
			#slide input[type="email"]:focus,
			#slide select:focus,
			#slide textarea:focus {
				box-shadow: inset 0 0 0 2px #fff;
			}

		#slide2 input[type="text"]:focus,
			#slide2 input[type="password"]:focus,
			#slide2 input[type="email"]:focus,
			#slide2 select:focus,
			#slide2 textarea:focus {
				box-shadow: inset 0 0 0 2px #fff;
			}

		#slide ::-webkit-input-placeholder, #slide2 ::-webkit-input-placeholder {
			color: rgba(255, 255, 255, 0.75) !important;
		}

		#slide :-moz-placeholder, #slide2 :-moz-placeholder {
			color: rgba(255, 255, 255, 0.75) !important;
		}

		#slide ::-moz-placeholder, #slide2 ::-moz-placeholder {
			color: rgba(255, 255, 255, 0.75) !important;
		}

		#slide :-ms-input-placeholder, #slide2 :-ms-input-placeholder{
			color: rgba(255, 255, 255, 0.75) !important;
		}

		#slide .formerize-placeholder, #slide2 .formerize-placeholder {
			color: rgba(255, 255, 255, 0.75) !important;
		}

		.schoollogos {
			display:inline;
			margin-bottom: -50px;
			padding:20px;

		}
}
		.schoollogos img{
			height: 20px;
			padding:20px;

}
		.schoollogos h1 {
			font-size: 2em;
			margin-top: -20px;
}
		.schoollogos .div#myCarousel a.right.carousel-control, div#myCarousel a.left.carousel-control, div#myCarousel a.right.carousel-control{
			margin-top: 100px;
}



/* Portfolio */
.featured_slider{
  position: relative;
}

.partners_slider_slide,
.featured_slider_slide{
  position: absolute;
}

.partners_slider_slide img{
  width: 15%;
}

.sy-controls {
  list-style: none;
	margin-left: -15px;
	height: 75%;
	width: 105%;
	color: white;
	font-size: .75em;
	position: absolute;
	padding: 0;
}


#slide3 .sy-controls{
  position: relative;

}
#student-slider-next,
#student-slider-prev{

}

#student-slider-next,
#student-slider-prev,
.sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
}

#student-slider-prev,
.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}

#student-slider-prev a:after,
.sy-controls li.sy-prev a:after {
    background-position: -5% 0;
}

#student-slider-next,
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}

#student-slider-next a:after,
.sy-controls li.sy-next a:after {
    background-position: 105% 0;
}

#student-slider-next a,
#student-slider-prev a,
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.sy-controls li a:link,.sy-controls li a:visited {
    opacity: 0.5;
}

.sy-controls li a:hover,.sy-controls li a:focus {
    opacity: 1;
    outline: none;
}

#student-slider-prev a:after,
#student-slider-next a:after,
.sy-controls li a:after {
    content: "";
    background-image: url(../images/arrows.svg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 2.8em;
    color: #fff;
    font-weight: 800;
    position: absolute;
    width: 2.8em;
    height: 2.8em;
    left: 50%;
    top: 50%;
    margin-top: -1.4em;
    margin-left: -1.4em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-device-width: 600px) {
    .sy-controls {
        display: block;
    }

    .sy-controls li {
        min-width: 2.1em;
    }

    .sy-controls li a:after {
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
    }

}

.learn-more-video{
    display: inline-block;
    background-image: url('../images/video-screenshot-ams.jpg');
    background-size: cover;
    height: 220px;
    width: 450px;
    outline: 1px solid #aaa;
    padding: 1em;
    margin: auto 0;
}
.portfolio-video{
background-image: url('../images/video-screenshot-epfeature.jpg');
}
.assessment-video{
  background-image: url('../images/video-screenshot-ams.jpg');
}


.accesibility{
  height: 0px !important;
padding: 0px !important;
margin: 0px !important;
border: 0px !important;
width: 0px !important;
position: relative;
display: inline;
overflow: hidden;
}

#student-slider-playbutton{
  position: absolute;
  z-index: 50;
  top: 150px;
  left: 43%;
}


#costtotal{
  font-size: 2em;
}
