/* @override http://greatminds.dev/maps/css/parent.css */

:focus {outline:0 !important;}
.clear {clear:both;}


/* CHANGES TO EXISTING MARKUP */
body {
	background-image: url('/maps/images/gui/bg-noise.jpg');
	overflow:visible;
}
a:hover {
	color:#227179;
}
a.button {
	display: inline-block;
	font:normal 12px/24px Verdana, Geneva, sans-serif;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	color:#5A4F4F;
	padding:0 10px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color: #d9d9d9;
}
a.button:hover {
	text-decoration:none !important;
	color:#fff !important;
	background-color:#C4C4C2 !important;
}
a.button.right {
	background: url('/maps/images/gui/parent/right-button-arrow.png') no-repeat 6px 5px;
	padding-left: 22px !important;
}
input.button {
	color:#fff;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	font:bold 14px/21px "Agenda", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 13px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
input.button.gray {
	background-color: #8e8e8e;
}
input.button.gray:hover {
	background-color: #727272;
}
p small, p small strong, small, small strong {
	font: normal 12px/19px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
p small strong, small strong {
	font-weight: bold;
}
.top-bar {
	background:#000;
	padding: 0;
	position: relative;
}
.top-bar a:hover {
	text-decoration: none;
}
.top-bar ul {
	float: right;
}
.top-bar li a {
	border-left: 1px solid #555;
}
.top-bar .container .user-status > li > a {
	margin: 5px 0;
	padding: 0 12px;
}
.top-bar li:last-of-type a {
	border-right: 1px solid #555;
}
.top-bar li ul > li {
	border-top: 1px solid #EEEEEE;
}
.top-bar li ul li > a {
	color: #333;
}
.top-bar li ul li > a:hover {
	background-color: #F7F7F7;
	color: #2B7C6B;
}
span.login-indicator, span.logout-indicator, span.dropdown-arrow {
	background-image:url('/maps/images/gui/parent/cc-parent-sprite.png');
	display: inline-block;
	height: 10px;
	position: relative;
	top: 1px;
	width: 10px;
}
span.logout-indicator {
	background-position:-9px -67px;
	margin-right: 4px;
}
span.login-indicator {
	background-position: -9px -19px;
	margin-right: 6px;
}
span.dropdown-arrow {
	background-image: url('/maps/images/gui/arrow-down-white.png');
	background-repeat: no-repeat;
	margin: 0 0 0 13px;
	top: 4px;
}
ul.user-status > li {
	float: left;
	margin-bottom: 0;
	cursor: pointer;
}
ul.user-status li > a:hover {
	color: #d8d8d8;
}
li.login-header a {
	font: bold 11px/20px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
li.login-header ul {
	display: none;
}
li.login-header:hover ul {
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: block;
	margin: 0;
	position: absolute;
	z-index: 999999;
}
li.login-header ul li {
	display: block;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
li.login-header ul li:before {
	content: none;
}
li.login-header ul li a {
	border-left: none;
	border-right: none;
	display: block;
	font-weight: normal;
}
li.login-header ul li:last-of-type a {
	border-right: none;
}
li.logout-header {
	border: none;
}
ul.nav-header > li > a {
	color:#636466;
}
ul.nav-header > li > a:hover {
	color:#E16518;
}
.main-content strong {
	letter-spacing:0;
}
hr {
	background-image:url(/maps/images/gui/parent/parent-horiz-rule.png);
	margin-bottom: 20px;
	margin-top: 20px;
}
h3 a {
	color: #000;
}
/* END CHANGES TO EXISTING MARKUP */


/* MAIN CONTENT */

#cc-man {
	position: absolute;
	right: 0;
	top: 128px;
}
.main-content {
	clear:both;
	width:840px;
}
.main-content h1 {
	font:58px/65px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	color:#6A6A69;
	margin:0 0 21px;
}
.main-content h2 {
	color:#194466;
}
/* .main-content h3 {
	margin:0 0 12px;
} */
.main-content h4 {
	font:bold 20px/26px "Agenda",Arial,Helvetica,Geneva,sans-serif;
	text-transform:none;
	color:#227179;
	padding:0;
	margin:10px 0;
}
.main-content h5 {
	font:bold 18px/24px "Agenda",Arial,Helvetica,Geneva,sans-serif;
}
.main-content h6 {
	font:bold 16px/24px "Agenda",Arial,Helvetica,Geneva,sans-serif;
}
.main-content p {
	font:19px/24px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	padding:0;
	margin:0 0 24px;
}
.main-content ul {
	list-style-type:square;
}
.main-content ul, .main-content ol {
	font:19px/24px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	color:#000;
	padding:0;
	margin:0 0 24px 25px;
}
.main-content li span {
	color:#636466;
}

p.max {
	color: #767676;
	font-size: 22px;
}

p.expired small {
	color: #be953a;
	font-style: italic;
	background-color: #fcf8df;
	padding: 5px 10px;
}

h4.running-hd a {
	color: #000;
	font: normal 17px/20px "Conv_CommonCore-Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

/* checkout */
.checkout p {
    display: inline-block;
}
.checkout .main-content {
	float:none;
	width:100%;
}
.checkout .checkout-cols {
	margin:29px 0 0;
	width: 960px;
}
.checkout .cart {
	float:left;
	width:460px;
}
.checkout .cart .coupon {
	float:right;
}
.checkout .cart .coupon input {
	width: 60px !important;
}
.checkout .cart .box, .checkout .cart h3, .checkout .cart table {
	margin:0;
}
.checkout .cart table, .checkout .cart table tbody, .checkout .cart table th, .checkout .cart table td {
	border:none;
}
.checkout .cart table {
	width:100%;
}
.checkout .cart table th {
	background-color: #a5a5a5;
	font-size:12px;
	line-height:17px;
	text-align:left;
}
.checkout .cart table td {
	vertical-align:middle;
}
.checkout .cart table .center {
	text-align:center;
}
.checkout .cart table .right {
	text-align:right;
}
.checkout .cart table .total {
	font:bold 26px/32px "Agenda",Arial,Helvetica,Geneva,sans-serif;
}
.checkout .cart form {
	padding:0 0 6px;
}
.checkout .cart form input[type="text"] {
	width:23px;
	text-align:center;
	padding:2px;
	margin:0;
}
.checkout .cart .delete {
	position:relative;
	top:auto;
	right:auto;
}
.checkout .cart .remove {
    color: #636466;
}
.checkout .cart .remove:hover {
    color: #1C717A;
}
.checkout .cart .divider {
	height:1px;
	line-height:1px;
	padding:0 17px;
}
.checkout .cart .divider img {
	display:block;
	width:100% !important;
	height:1px !important;
}
.checkout .cart form button {
	height:21px;
	line-height:21px;
}
.checkout .user-info {
	float:right;
	width:400px;
}
.checkout .user-info .left50 {
	clear:both;
	float:left;
	width:195px;
}
.checkout .user-info .right50 {
	float:right;
	width:195px;
}
.checkout .user-info input[type="text"] {
	width:386px;
}
.checkout .user-info .left50 input[type="text"], .checkout .user-info .right50 input[type="text"],
.checkout .user-info .left50 input[type="password"], .checkout .user-info .right50 input[type="password"] {
	width:181px;
}
.checkout .user-info .left50 select, .checkout .user-info .right50 select,
.checkout .user-info .left50 select, .checkout .user-info .right50 select {
	width:195px;
	margin:0
}
.checkout .user-info .state {
	float:left;
	width:112px;
	padding:0 0 0 10px !important;
}
.checkout .user-info .zip {
	float:left;
	width:73px;
	padding:0 0 0 10px !important;
}
.checkout .user-info .state select {
	width:112px;
	margin:0;
}
.checkout .user-info .zip input[type="text"] {
	width:59px;
}
.checkout .user-info .radio {
	display:block;
	float:left;
	font-size:12px;
	padding:0 0 0 15px;
	position:relative;
	top:4px;
    font-size: 14px;
}
.checkout .user-info .radio.first {
	padding-right:15px;
}
.checkout .user-info .radio input[type="radio"] {
	margin-left:-15px;
}
.checkout .user-info #exp_month {
	float:left;
	width:92px;
}
.checkout .user-info #exp_year {
	float:right;
	width:93px;
}
.checkout .user-info a.tooltip {
	display:inline;
	font-size:17px;
	line-height:26px;
  opacity:1;
  filter:alpha(opacity=100);
	position:relative;
}
.checkout .user-info .last button {
	float:right;
}
.checkout label {
	font: normal 17px/20px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
}

.checkout div.alert {
	padding: 12px 13px 18px 20px;
	margin: 16px 0 20px 0;
	border: none;
	background-color: #fdfce6;
}

.checkout div.alert h5 {
	color: #227179 !important;
	text-transform: uppercase;
}

.checkout div.alert ul {
	color: #227179 !important;	
	margin: 5px 0 0 1em;
	font-size: 0.97em;
	line-height: 1.4em;
	border: none;
	background-color: #fdfce6;
}

.checkout div.alert ul li {
	margin-bottom: 16px;
}
/* school district search */
#checkout_form input[type="text"] {
	font-weight:bold;
	color:#227179;
}
.ui-autocomplete {
	width:391px !important;
	height:190px !important;
	max-height:190px !important;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:3px;
	border-color:#a59d9b;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.35);
}
.ui-autocomplete .ui-menu-item, .ui-autocomplete .ui-menu-item:hover {
	height:26px;
	overflow:hidden;
	font:16px/20px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	padding:0 !important;
	border:none !important;
	margin:0 !important;
	background:none;
}
.ui-autocomplete .ui-menu-item a {
	display:block;
	height:26px;
	overflow:hidden;
	color:#636466;
	padding:3px;
	border:none;
}
.ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-state-focus a {
	color:#fff;
	background:#227179;
}
.ui-autocomplete .ui-menu-item .ui-menu-add {
	font:16px/20px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	text-align:left;
	text-decoration:underline;
	color:#227179;
}
.ui-autocomplete .ui-menu-item .ui-menu-add:hover {
	text-decoration:none;
	color:#e16518;
	background:none;
}
#checkout_form .empty-message {
	font:16px/20px "Agenda Light",Arial,Helvetica,Geneva,sans-serif;
	color:#e16518;
	margin:0;
}
#checkout_form .empty-message {
	padding:0 0 0 40px;
	position:relative;
}
#checkout_form .empty-message .icon-exclamation-sign {
	font-size:34px;
	position:absolute;
	top:12px;
	left:3px;
}
#checkout_form .empty-message a {
	text-decoration:underline;
	color:#e16518;
	cursor:pointer;
}
#checkout_form .empty-message a:hover {
	text-decoration:none;
	color:#227179;
}
/* END MAIN CONTENT */

.parent aside h2 {
	color: #82736f;
	font-size: 23px;
}

.parent aside h3 {
	color: #000000;
	font-size: 21px;
	line-height: 24px;
}

.parent aside h3 a {
	color: inherit;
	font-size: 26px;
	line-height: 31px;
}

.parent aside h4 {
	font-size: 17px;
}

aside.guild {
	margin-top: 84px;
}
/*
aside .aside-item p {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 16px 0;
}
*/
aside .aside-item p.max {
	font-size: 17px;
	line-height: 23px;
	margin: -10px 0 16px 0;
}

aside .aside-item:last-of-type {
	border: none;
}

aside .aside-item + h2 {
	margin-top: 36px;
}

.aside-item a.button {
	margin-bottom: 14px;
}

/*
.aside-item.euk {
	color: #000;
}
*/

.aside-item.euk h2 {
	color: #000;
	margin: 0;
}

.aside-item.euk h3 {
	color: #09887c;
	margin: 6px 0 13px 0;
}


.aside-item.euk p {
	color: #636466;
	font-size: 16px;
	font-family: "Agenda Light";
	line-height: 22px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bdbcbc;
	margin-bottom: 25px;
	margin-top: 10px;
}

/*
.aside-item.video {
	border-bottom: none;
}

.aside-item.video h3 {
	color: #717171;
	font-size: 20px;
	line-height: 24px;
	margin-top: 12px;
}

.aside-item.video a:hover {
	text-decoration: none;
}

.aside-item.video a:hover h3 {
	color: #333;
}

*/


/* BLOG */
.blog {
	padding: 34px 0 0 0;
}

p.section {
	font: bold 19px/normal "Agenda", Arial,Helvetica,Geneva,sans-serif;
	text-transform:uppercase;
	color: #9C9C9A;
	margin: 0 0 22px 0;
}

p.section a {
	font-family: "Agenda" !important;
	font-weight: bold !important;
	color: inherit !important;
	border-bottom: 1px solid #ccc;
	text-decoration: none !important;
}

p.section a:hover {
	color: #000 !important;
	text-decoration: none;
}

.article-header {
	margin:0 0 30px;
	position:relative;
}
.article-header p {
	margin:0;
}
.article-header .first {
	float:left;
	font-size:17px;
	line-height:normal;
	padding:3px 13px 5px;
	border-top:1px solid #BABAB7;
	background-color: rgba(68, 68, 68, .05);
}
.article-header .first time {
	display:block;
	width:45px;
	text-align:center;
	border-bottom:1px solid #5252A4;
	position:absolute;
	top:64px;
	left:-76px;
}
.article-header .first time .month {
	display:block;
	font-size:17px;
	line-height:normal;
	text-transform:uppercase;
	color:#5252A4;
	margin:0 0 -11px;
}
.article-header .first time .day {
	display:block;
	font-size:44px;
	font-weight:bold;
	line-height:normal;
	color:#B6B7D1;
}
.article-header .first time .divider {
	display:none;
}
.article-header .first .author strong {
	text-transform:uppercase;
	color:#8F8F8D;
	padding:0 0 0 6px;
}
.article-header .first .author .divider {
	font-size:32px;
	line-height:16px;
	color:#fff;
	padding:0 6px;
	position:relative;
	top:5px;
}
.article-header .first .topic {
	color:#5252A4;
}
.article-header .first .topic a {
	font:bold 17px/normal "Agenda",Arial,Helvetica,Geneva,sans-serif;
	color:#5252A4;
	padding:0 0 0 6px;
}
.article-header .first .topic a:hover {
	color:#227179;
}
.article-header .last {
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:1px 0 0;
}
.article-header .last a {
	color:#666;
}
.article-header .last a:hover {
	color:#227179;
}
.article-header .last .prev {
	padding:0 0 0 16px;
	background:url('/maps/images/gui/parent/cc-parent-sprite.png') -10px -741px  no-repeat;
}
.article-header .last .next {
	padding:0 16px 0 0;
	background:url('/maps/images/gui/parent/cc-parent-sprite.png') right -741px  no-repeat;
}
/* END BLOG */


/* HOME */
.home {
	padding:39px 0 0;
}
.home h1 {
	margin:0;
}
.home h1 a {
	display:block;
	width:100%;
	height:75px;
	font:bold 17px/normal "Agenda",Arial,Helvetica,Geneva,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	background:url(/maps/images/gui/parent/area-default.png) repeat-x;
}
.home .area1 a {
	background:url(/maps/images/gui/parent/area1.png) repeat-x;
}
.home .area2 a {
	background:url(/maps/images/gui/parent/area2.png) repeat-x;
}
.home .area3 a {
	background:url(/maps/images/gui/parent/area3.png) repeat-x;
}
.home .area4 a {
	background:url(/maps/images/gui/parent/area4.png) repeat-x;
}
.home h1 a:hover {
	background-position:0 -102px;
}
.home h1 a span {
	display:block;
	line-height:75px;
	width:940px;
	margin:0 auto;
}
.home .area1 span {
	text-indent:245px;
	background:url(/maps/images/gui/parent/math2.png) 30px 50% no-repeat;
}
.home .area2 span {
	text-indent:425px;
	background:url(/maps/images/gui/parent/english2.png) 190px 50% no-repeat;
}
.home .area3 span {
	text-indent:300px;
	background:url(/maps/images/gui/parent/history2.png) 100px 50% no-repeat;
}
.home .area4 span {
	text-indent:600px;
	background:url(/maps/images/gui/parent/art2.png) 460px 50% no-repeat;
}
.home .area5 span {
	text-indent:450px;
	background:url(/maps/images/gui/parent/training.png) 375px 50% no-repeat;
}
.home .bottom {
	padding:50px 0 0;
}
.home .bottom .home-box {
	padding: 29px 29px 27px 31px;
	background:#fff;
}
.home .bottom .home-box .intro {
	float:left;
	width:530px;
}
.home .bottom .home-box .intro img {
	display:block;
	float:left;
	margin-right: 24px;
}
.home .bottom .home-box .intro .text {
	margin:0 0 0 0;
/*	position:relative;*/
	display: table-cell;
	vertical-align: middle;
	height: 194px;
}

.home .bottom .home-box .intro .text h2 {
	color: #d11334;
	font: 33px/36px "Agenda light",Arial,Helvetica,Geneva,sans-serif;
	text-transform:none;
	margin:-7px 0 0 0;
}

.home-box h2.max {
	font-size: 36px !important;
	margin: 5px 0 -1px 0 !important;
}

.home-box h2.max a {
	color: #E06417 !important;
}

.home-box p.max {
	font-size: 19px !important;
	line-height: 24px !important;
	font-family: "Agenda Light" !important;
	width: 88%;
}

.home-box p.max a {
	color: inherit;
	font-family: "Agenda Medium" !important;
	font-weight: normal;
}

.home .bottom .home-box .intro .text h2 a {
	color:#00B097;
}
.home .bottom .home-box .intro .text h2 a:hover {
	color:#227179;
}
.home .bottom .home-box .intro .text p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
}
.home .bottom .home-box .intro .text p a {
	font-family:Verdana, Geneva, sans-serif;
}
.home .bottom .home-box .news {
	float:right;
	width:305px;
}
.home .bottom .home-box .news {
	position:relative;
	top:-6px;
}
.home .bottom .home-box .news h3 {
	font-size:16px;
	text-transform:uppercase;
	color:#00B097;
	margin:0 0 3px;
}
.home .bottom .home-box .news h4 {
	color:#636466;
	font-size:20px;
	line-height:22px;
	text-transform:none;
	margin:0 0 9px;
}

.home .bottom .home-box .news h4 em {
	color: #636466;
	display: inline;
	font: italic 20px/22px "Agenda", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.home .bottom .home-box .news h4 a {
	color:#636466;
}
.home .bottom .home-box .news h4 a:hover {
	color:#227179;
}
.home .bottom .home-box .news p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	margin:0;
}

.home .bottom .home-box .news p a {
	color: inherit;
	/* border-bottom: 1px solid #c9c9c9; */
	font-family: Verdana;
	font-weight: bold;
}

.home .bottom .home-box .news p a:hover {
	text-decoration: none;
	color: #000;
}

.news p strong {
	color: #622c2c;
	font-weight: bold;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
}
/* END HOME */

/*PARENT STYLES */

.parent h1 {
	color: #000000;
	font: 58px/65px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2px;
}

.parent h2 {
	color: #4B2C34;
	line-height: 35px;
}

/* .parent h3 {
	color: #636466;
	margin: 14px 0 20px 0;
} */

.parent h4 {
	color: #5252A4;
}

.parent h5 {
	color: #888;
}

.parent p, .parent ul, .parent ol {
	font-size: 17px;
	line-height: 26px;
}

.parent li {
	line-height: 23px;
}

.parent img.left {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.parent .button {
	background-color: #d7d7d2 !important;
}

.parent .button:hover {
	background-color: #b0b0b0 !important;
}

.parent .button:first-child {
	margin-right: 15px;
}

.parent .pdf {
	text-indent: 20px;
	background-position: 4px;
}
.parent .introduction {
	display: inline-block;
	margin-bottom: 30px;
}
.flex-navs {
	float:left;
	left: 239px;
	padding:0 12px 0 21px;
	position:relative;
	margin-top: 10px;
	top: 122px;
}
.flex-direction-nav a {
	top:1px;
	bottom:auto;
}
.flex-direction-nav .flex-next {
	right:0;
	left:auto;
}
.flex-control-nav {
	padding:0;
}

/* STAFF & TRUSTEES */

img.staff, img.trustees {
	float: left;
	margin: 14px 20px 30px 0;
	height: 156px;
	width: 156px;
}

img.trustees {
	height: auto;
	width: 200px;
}

img.trustee {
	float: left;
	margin: 6px 32px 24px 1px;
}

.trustees h5 span {
	color: #454545;
	font: normal 20px/24px Agenda, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 10px 0px 0;
	border-right: 1px solid #b1b1b1;
	margin-right: 10px;
}

.trustees h5 {
	color: #777;
	font: normal 24px/28px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 30px;
}

.trustees ul {
	list-style: none;
	padding: 0;
	margin: 48px 0 30px 2px;
}

.trustees ul li {
	margin-bottom: 26px;
}

.trustees ul h3 {
	color: #888;
	font-size: 26px;
	margin: 0 0 3px 0;
}

.trustees ul h3 span {
	color: #5252a3;
	font: bold 16px/24px Agenda, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-left: 7px;
}

.trustees ul h3 a {
	color: #333;
}

.trustees ul h4 {
	color: #888;
	font: normal 18px/24px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

h2 + h3 {
	/*margin-top: -17px !important;*/
}

h3 + p {
	margin-bottom: 20px;
}

p + h2 {
	clear: left;
}

/*CONTACT FEEDBACK*/

.main-content.contact {
	float: left;
	width: 660px;
}

.sidebar-content.contact {
	margin-top: 93px;
}

.contact fieldset input[type="text"], .contact fieldset textarea {
	width: 300px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.contact input[type="checkbox"], .contact input[type="radio"] {
	margin: 0 14px 5px 0px;
}

.contact fieldset textarea {
	min-height: 200px;
	max-width: 300px;
	display: block;
}

.contact fieldset select {
	width: 314px;
}

.contact input[type="text"].inline {
	position: absolute;
	margin-top: -1px;
	margin-left: 8px;
	width: 180px;
}

.contact input[type="text"].short {
	width: 100px;
}

.contact input[type="text"].med {
	width: 140px;
}

.contact ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.contact ul li {
	margin: 0 0 5px 0;
}

.contact div.panel + label {
	margin-top: 42px !important;
}

.contact fieldset button.submit, .login-page fieldset button.button {
	background-color: #4B2C33 !important;
	margin-top: 15px;
	padding: 5px 13px !important;
	font-size: 18px !important;
}

.contact fieldset button.submit:hover, .login-page fieldset button.button:hover {
	background-color: #000 !important;
}

.contact fieldset label {
	font: normal 17px/20px "Agenda Semibold", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 21px;
	margin-bottom: 7px;
}

.contact .secondary {
	padding-left: 22px;
	border-left: 1px solid #c6c6c6;
	margin: 28px 0 38px 2px;
}

.contact select:focus:invalid {
	border-color: #ccc;
	color: #666;
}

.contact input.parsley-error, .contact select.parsley-error {
	border: 1px solid #f26f6f;
}

.contact ul.parsley-errors-list {
	color: #d44444;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "Agenda Semibold";
	font-style: italic;
}

/* LOGIN PAGE */

.main-content.parent {
	width: 100%;
}

.main-content.parent .login-page {
	margin: 0 auto;
	width: 480px;
}

.login-page button.button {
	margin: 0 !important;
}

.login-page h1 {
	margin-bottom: 10px;
}

a.forgot-password {
	border-bottom: 1px solid #B6ABAD;
}

a.forgot-password:hover {
	border-bottom: 1px solid #ABCED1;
}

/* PAGINATION */

.pagination-links {
	padding:0 13px 13px;
	margin-top: 20px;
}
.pagination-links .nav, .pagination-links .nav strong {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:21px;
	margin:0;
}
.pagination-links .nav, .pagination-links .nav a, .pagination-links .nav strong, .pagination-links .nav em {
	display:block;
	float:left;
	margin:0 7px 0 0;
}
.pagination-links .button {
	float:right;
}
.pagination-links .prev, .pagination-links .next {
	width:20px;
	height:20px;
	text-indent:-9999px;
	background-image:url("/maps/images/gui/cc-parent-pag-icons.png");
	background-repeat: no-repeat;
}
.pagination-links .prev {
	background-position: -2px -3px;
}
.pagination-links .prev:hover {
	background-position:-2px -23px;
}
.pagination-links .next {
	background-position:-26px -4px;
}
.pagination-links .next:hover {
	background-position:-26px -24px;
}
.pagination-links em {
	font-weight: normal;
}
.pagination-main {
	padding:0;
}
.pagination-centered {
	text-align:center;
	position:relative;
	top:-43px;
}
.pagination-centered .nav {
	float:none;
	width:150px;
	height:20px;
	margin:0 auto;
	position:relative;
	left:9px;
}

/* ---- EVENTS PAGE ---- */

.parent .btn-max {
	color: #fff;
	font-size: 22px;
	background-color: #4B2C33 !important;
	margin-top: 15px;
	padding: 5px 13px !important;
	border:none !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
}

/* ---- TESTIMONIAL TICKER ---- */

#ticker-wrap {
	top: 5px;
	width: 720px;
	height: 0px;
	position: relative;
}

#ticker {
/*	border: 1px solid yellow;*/
	overflow: hidden;
	padding-bottom: 4px;
}

ul#ticker-list {
	margin-left: 0;
    height: 24px;
}

ul#ticker-list li {
	color: #cdcdcd;
	display: block;
	text-align: left;
	font: normal 14px "Agenda Regular", Arial, Helvetica, Geneva, sans-serif;
}

ul#ticker-list li.announcement strong {
	color: #A74848;
	font: normal 13px/12px "proxima-nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 5px;
}

ul#ticker-list li.announcement.sale strong {
	color: #e9173e;
}

ul#ticker-list li a {
	border-bottom: 1px solid #7b7b7b;
}

ul#ticker-list li a:hover {
	color: #A74848;
	border-bottom: 1px solid #A74848;
	text-decoration: none;
}

#ticker .euk {color: #90d6c9;} /* eureka */
#ticker .whe {color: #bdbbe2;} /* wheatley */
#ticker .alx {color: #b98585;} /* alexandria */
#ticker .art {color: #90d6c9;} /* art */

/* ---- CAREERS PAGE ---- */

.careers h1 {
	color: #999;
}

.careers h3 {
	color: #000;
	font: normal 33px/36px "Agenda Regular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

.careers h4 {
	color: #a74847;
	font-weight: normal;
	font: italic 20px/28px "Agenda Regular", Arial, sans-serif;
}

.careers h3 + p {
	margin-top: 18px;
}

/* ---- TEACHER'S GUILD ---- */

.guild h1 {
	color: #8f8f8f;
	margin-bottom: 17px;
}

.guild h1 a {
	color: inherit;
}

.guild h1 a:hover {
	color: #000;
	text-decoration: none;
}

.guild h2 {
	color: #000;
	font: bold 32px/30px "Agenda", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.guild h3 {
	color: #000;
	font: bold 30px/30px Agenda, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.guild h4 {
	color: #09887c;
	font: normal 19px/28px "Agenda Medium", Arial, sans-serif;
}

.guild h1 + h2 {
	margin-top: 25px;
}

.guild h2 + p {
	margin-top: 12px;
}

.guild h4 + p {
	margin-top: 12px;
}

.guild p + h3 {
	margin-top: 40px;
}

.guild p + h2 {
	margin-top: 40px;
}

.guild h2.euk {
	color: #069f90;
}

.guild ul {
	margin-top: 7px;
}

.guild ul li {
	margin-bottom: 3px;
}

.news-block {
	margin: 0 0 55px 0;
}

.news-block:last-of-type {
	margin-bottom: 0;
}

.news-block h1 {
	color: #000000;
	font: normal 40px/44px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 12px 0;
}

.news-block h1 a {
	color: #000000;
}

.news-block h1 a:hover {
	color: #46468d;
	text-decoration: none;
}

.news-block h2 {
	font: normal 18px/26px "Agenda Medium", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 21px 0;
	color: #8a8a8a;
}

.news-block .date {
	position: relative;
}
.news-block time {
	display:block;
	width:45px;
	text-align:center;
	border-bottom:1px solid #5252A4;
	position:absolute;
	top: 12px;
	left: -70px;
}
.news-block time .month {
	display:block;
	font-size:15px;
	font-family: "Agenda Medium";
	font-style: normal;
	line-height: normal;
	text-transform:uppercase;
	color:#5252A4;
	margin:0 0 -6px 0;
}
.news-block time .day {
	display:block;
	font-size:40px;
	font-weight:bold;
	line-height:normal;
	color:#B6B7D1;
}

.news-page > .container {
/*	background-color: pink;*/
	background: url(/maps/images/gui/cc-man-newspaper.png) no-repeat 590px 70px;
	padding-top: 38px;
}

.page-content p a {
	color: #000;
	font-family: "Agenda Medium";
	font-weight: normal;
	text-decoration: underline;
}

.page-content p a:hover {
	color:#227179;
}

.page-content p a.button, .aside-item a.button {
	color: #5A4F4F !important;
	font: normal 12px/14px Verdana, Arial, Helvetica, Geneva, sans-serif !important;
	text-transform: none !important;
	padding: 6px 10px !important;
}

.page-content p a.button:hover, .aside-item a.button:hover {
	color: #fff !important;
}

.tiny-label {
	color: #fff;
	background-color: rgba(142, 143, 142, 0.7);
	font-family: Agenda, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 10px;
	padding: 2px 2px;
	margin-right: 9px;
	letter-spacing: 1px;
}

/* HOMEPAGE UPDATES 3.26.2014 */

.home img#cc-man {
	top: 137px;
	width: auto;
}

a.button-white {
	background-color: #fff;
	border-radius: 6px;
	color: #18987B;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
}

a.button-white:hover {
	background-color: #00B097;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

.placeholder {
	background-color: #ccc;
	height: 375px;
	width: 100%;
}

/* CASE STUDIES */

.case-study > .container {
	margin-top: 20px;
}

.case-study h1 {
	color: #000;
	font-size: 58px;
}

.case-study ul#case-study-listing {
	list-style: none;
	margin: 46px 0 0 0;
}

.case-study ul#case-study-listing li {
	background: rgba(0,0,0,.05) url('/maps/images/gui/etched-hr.png') no-repeat bottom;
	margin-bottom: 40px;
	min-height: 155px;
	padding: 15px;
}

.case-study ul#case-study-listing li.whe {
	background-image: url('/maps/images/gui/etched-hr-wheatley.png');
}

.case-study ul#case-study-listing li.alx {
	background-image: url('/maps/images/gui/etched-hr-alexandria.png');
}

.case-study ul#case-study-listing li.euk {
	background-image: url('/maps/images/gui/etched-hr-eureka.png');
}


.case-study ul#case-study-listing li p.byline {
	color: #777777;
	font-family: "Agenda Semibold", Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
}

.case-study ul#case-study-listing li p.byline em {
	font-family: "Agenda Light", Helvetica, Arial, Geneva, sans-serif;
}

.case-study img {
	clear: both;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.case-study h4 a {
	color: #000;
	font: normal 17px/20px "Conv_CommonCore-Black", Arial, Helvetica, Geneva, sans-serif;
}

.case-study ul#case-study-listing h2 {
	font: normal 32px/37px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

.case-study ul#case-study-listing h2 a {
	color: #555555;
	margin-bottom: 0;
}

.case-study ul#case-study-listing h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}

.case-study h2.subject span {
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	width: 10px;
}

.case-study h2.subject {	
	font-size: 17px;
	letter-spacing: 0;
	line-height: 17px;
	-webkit-border-image: url('/maps/images/gui/etched-hr.png') 5 0; /* Safari */
	border-image: url('/maps/images/gui/etched-hr.png') 5 0;
	margin: 30px 0 30px 287px;
	padding: 10px 0;
}

.case-study h2.subject.whe span {
	background-color: #5252A4;
}

.case-study h2.subject.alx span {
	background-color: #BA5047;
}

.case-study h2.subject.euk span {
	background-color: #00B4A1;
}

.case-study h2.subject a {
	color: inherit;
	text-decoration: non;
}


.case-study h2.whe,
.case-study h5.whe,
.case-study figcaption.whe {
	color: #5252A4;
}

.case-study h2.alx,
.case-study h5.alx,
.case-study figcaption.alx {
	color: #BA5047;
}

.case-study h2.euk,
.case-study h5.euk,
.case-study figcaption.euk {
	color: #00B4A1;
}

.case-study figure.span4 {
	margin-left: 0;
	width: 250px;
}

.case-study figure img {
	margin-top: 5px;
	margin-bottom: 20px;
}

.case-study figcaption {
	background: transparent;
	color: #5252A4;
	float: left;
	font: italic 21px/31px "Agenda Light", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 15px 0;
}

.case-study h1.case-study-title {
	color: #444444;
	font-size: 51px;
}

.case-study h1.case-study-title p {
	line-height: 50px;
}

.case-study p.byline {
	color: #000;
}

.case-study p.byline strong {
	margin-right: 10px;
}

/* Call to Action */

.home-cta {
	margin-bottom: 31px;
	margin-top: 10px;
	padding-bottom: 39px;
	padding-top: 25px;
	background: url('/maps/images/gui/parent-line.png') no-repeat bottom;
	
}

.home-news {
	margin-bottom: 25px;
	margin-top: 25px;
	padding-bottom: 10px;
	padding-top: 25px;
}

/*.home-cta, .home-news {
	background: url('/maps/images/gui/parent-line.png') no-repeat bottom;
}*/

.home-cta h1 {
	color: #909090;
	float: left;
	font-size: 38px;
	line-height: 42px;
	margin-right: 20px;
	width: 195px;
	margin-top: -8px;
}

.home-cta ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.home-cta ul li {
	float: left;
	margin: 0 19px;
	width: 206px;
}

.home-cta ul li:first-of-type {
	margin-left: 0;
}

.home-cta ul li:last-of-type {
	margin-right: 0;
}

.home-cta h2 {
	font: normal 21px/23px "Conv_CommonCore-Black", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	width: 180px;
}

.home-cta h2 a {
	color: #000;
	text-decoration: none;
}

.home-cta h2 a:hover {
	color: #5a5a5a;
}

.home-cta p, .news p {
	line-height: 17px;
}

.home-cta a.button-white {
	font-family: "Agenda Medium";
	font-weight: normal;
	color: #545454;
}

.home-cta a.button-white:hover {
	color: #fff;
	background-color: #858585;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}

/* Home CTA Bar */

a.home-cta-bar {
	font: normal 24px/49px "Agenda Thin", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: rgba(255, 255, 255, 1.0);
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	height: 50px;
	display: block;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
}

.home-cta-bar strong {
	font-family: "Agenda Regular";
	font-weight: normal;
}


a.home-cta-bar.vid {
	background-image: url(/maps/images/gui/euk-vid-icon-sp.png);
	background-position: 90px 0px;
	background-repeat: no-repeat;
	padding-left: 50px;
}

a.home-cta-bar:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 136, 111, 0.46);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
}

a.home-cta-bar.vid:hover {
	background-position: 90px -50px;

}

/* News */

.home-news .carousel {
	margin-left: 0;
}

.home-news .carousel img {
	float: left;
	margin-right: 20px;
	min-width: 220px;
}

.home-news .carousel .flexslider {
	display: inline-block;
}

.home-news .carousel h4 {
	color: #00B097;
	font: normal 32px/34px "Agenda Regular", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	text-transform: none;
}

.home-news .carousel h4 em {
	color: #000;
	display: inline;
	font: italic 32px/34px "Agenda Regular", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
}

.home-news .carousel h4 a {
	color: #000;
}

.home-news .carousel h4 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #b7b7b7;
}

.home-news .static {
	margin-left: 30px;
	width: 370px;
}


.home-news .static h5 {
/*	font-family: "Proxima Nova";
	font-weight: 800;*/
	font-size: 15px;
	line-height: 18px;
	padding-top: 2px;
}

.home-news .static h5, .home-news .static small {
	color: #535351;
	float: left;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: -4px;
	width: 253px;
}

.home-news .static h5 a {
	color: #262626;
}

.home-news .static img {
	float: left;
}

.home-news .static ul {
	margin-left: 0;
}

.home-news .static li {
	display: inline-block;
	margin-top: 13px;
}

.home-news .static li:first-child {
	margin-top: 0;
}

.home-news p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #3f3f3f;
}

/* Parent Store */


/* PARENT STORE 3.26.2014 */

.store section {
	display: inline-block;
}

.store h1 {
	color: #6A6A69;
	margin-bottom: 35px;
}

.store h2 {
	font-size: 37px;
	text-align: center;
	overflow: hidden;
	text-align: center;
}

.store h3 {
	margin: 0;
}

.store p {
	margin-top: 0;
}

.store section {
	margin-bottom: 60px;
}

.store section:last-of-type {
	margin-bottom: 0;
}

.store section img.store-title {
	margin-bottom: 40px;
}

.store section > ul {
	margin-left: 0;
}

.store section > ul > li {
	float: left;
	list-style-type: none;
	margin-bottom: 30px;
	margin-left: 19px;
	width: 340px;
}

.store section > ul > li:last-of-type {
	margin-bottom: 0;
}

.store section .intro {
	float: left;
	margin-left: 0;
	margin-top: -5px;
	width: 388px;
}

.store section p {
	font-size: 16px;
	line-height: 23px;
}

.store section img:last-of-type {
	float: left;
	margin-right: 25px;
}

.store section a.button-white {
	font-size: 21px;
	margin-top: 0;
}

.store section h3, .user-products h3 {
	color: #000;
	font: normal 23px/26px "Agenda Medium", Arial, Helvetica, Geneva, sans-serif;
}

.store section .intro h3 {
	margin-bottom: 10px;
}

.store section > ul {
	display: inline-block;
	margin-top: -4px;
	width: 320px;
}

.store section > ul > li > ul {
	margin: 4px 0 0 0;
}

.store section > ul > li > ul > li {
	display: inline;
	padding-left: 0;
}

.store section > ul > li > ul > li {
	margin-bottom: 3px;
	margin-right: 15px;
}

.store section > ul > li > ul > li:last-of-type {
	margin-right: 0;
}

.store section > ul > li > ul > li a, .user-products ul li a {
	font-family: "Agenda Medium", sans-serif;
	font-size: 15px;
}

.store section > ul > li > ul > li a:hover {
	color: #0e6a54;
}

.store section > ul > li > ul > li:before {
	content: none;
}

/* Eureka Store */

.store section.eureka h2 {
	color: #00AC96;
}

.store section.eureka h2:before, .store section.eureka h2:after {
	background-color: #BADCD5;
	width: 36.4%;
}

.store section.eureka > ul > li > ul > li a, .user-products section.eureka ul li a {
	border-bottom: 1px solid #BAE1DA;
	color: #189879;
}

.store section > ul > li > ul > li a:hover, .user-products section.eureka ul li a:hover {
	border-bottom: 1px solid #95d1c6;
	color: #117960;
	text-decoration: none;
}

/* Wheatley Store */

.store section.wheatley h2 {
	color: #46529F;
}

.store section.wheatley h2:before, .store section.wheatley h2:after {
	background-color: #CDD2DE;
	width: 24.9%;
}

.store section.wheatley > ul > li > ul > li a, .user-products section.wheatley ul li a {
	border-bottom: 1px solid #C4C7D5;
	color: #3F56A0;
}

.store section.wheatley > ul > li > ul > li a:hover, .user-products section.wheatley ul li a:hover {
	border-bottom: 1px solid #aeb3c9;
	color: #2a3d79;
}

.store section.wheatley a.button-white {
	color: #3F56A0;
}

.store section.wheatley a.button-white:hover {
	background-color: #3F56A0;
	color: #fff;
}

/* Alexandria Store */

.store section.alexandria h2 {
	color: #8F4042;
}

.store section.alexandria h2:before, .store section.alexandria h2:after {
	background-color: #D5C6C4;
	width: 28.4%;
}

.store section.alexandria > ul > li > ul > li a, .user-products section.alexandria ul li a {
	border-bottom: 1px solid #DAC9C7;
	color: #8F4042;
}

.store section.alexandria > ul > li > ul > li a:hover {
	border-bottom: 1px solid #cdb1ad;
	color: #602728;
}

.store section.alexandria a.button-white {
	color: #8F4042;
}

.store section.alexandria a.button-white:hover {
	background-color: #8F4042;
	color: #fff;
}

.home-news .carousel img {
	margin-bottom: 0;
	margin-top: 0;
}

/* ---- USER PRODUCTS ---- */

.user-products h2.product {
	color: #159888;
	font: normal 33px/36px "Agenda Medium", Arial, Helvetica, Geneva, sans-serif;
	margin: 50px 0 38px 0;
	text-transform: uppercase;
	padding: 8px 10px 11px 20px;
	background-color: rgba(255, 255, 255, 0.7);
}

.user-products hr.eureka, .user-products section.eureka {
	color: #00AC96;
	border-color: rgba(0, 172, 150, 0.36);
}

.user-products h2.wheatley, .user-products section.wheatley {
	color: #46529F;
	border-color: rgba(70, 81, 159, 0.3);
}

.user-products h2.alexandria, .user-products section.alexandria {
	color: #8F4042;
	border-color: rgba(143, 64, 66, 0.3);
}

.user-products h2 {
	color: #999;
	font: normal 22px/34px "Agenda Semibold", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.user-products h3 {
	margin-bottom: 5px;
	font-family: "Agenda Semibold";
}

.user-products h4.low-up {
	margin-bottom: 40px;
}

.user-products p {
	color: #333;
	font-size: 17px;
}

.user-products ul {
	margin: 0 0 33px 30px;
}

.user-products ul li {
	display: inline-block;
	list-style: none;
	margin-right: 16px;
}

.user-products section.wheatley .store-title, .user-products section.alexandria .store-title, .user-products section.eureka .store-title {
	margin: 25px 0;
}

.user-products section.wheatley ul li a:hover {
	text-decoration: none;
}

.user-products section.alexandria ul li a:hover {
	text-decoration: none;
}

.user-products section {
	padding-left: 30px;
	border-left: 1px solid rgba(18, 175, 152, 0.45);
	margin-left: 1px;
}


/* ---- HOME PAGE SCROLLER ---- */

.scroller-wrap {
	/*background-color: lightcoral;*/
	position: relative;
	visibility: hidden; /* to address FOUC issue. Turned back to visible in jquery */
}

.scroller {
/*	background-color: rgba(255, 165, 0, 0.2);*/
	height: 413px !important;
	overflow: hidden;
	margin-top: -108px;
	margin-bottom: 10px;
}

.scroller div {
    background: transparent !important;
}

.scroller-nav a {
	position: absolute;
	top: 430px;
	z-index: 700;
	cursor: pointer;
}

#scr-prev {
	left: 388px;
	background: url(/maps/images/gui/parent/cc-parent-sprite.png) no-repeat;
	background-position: 0 -800px;
	width: 10px;
	height: 10px;
	margin-top: 2px;
}

#scr-next {
	right: 395px;
	background: url(/maps/images/gui/parent/cc-parent-sprite.png) no-repeat;
	background-position: -10px -800px;
	width: 10px;
	height: 10px;
	margin-top: 2px;
}

#scr-prev:hover {background-position: 0 -810px;}
#scr-next:hover {background-position: -10px -810px;}

#scroll-nav {
/*	background: pink;*/
	text-align: center;
}

#scroll-nav a {
width:10px; height:10px; display:inline-block; background:#e5e5e5; cursor:pointer; text-indent:-9999px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; box-shadow:inset 0 1px 1px rgba(0,0,0,0.25); position:relative;
margin-right: 8px; margin-top: 8px;
}

#scroll-nav a.activeSlide {
 	background:#888; cursor:default;
}



/* ---- type and graphics within scroller ---- */

.scroller img {
	margin: 0 0 0 0;
}

.scroller h2 {
	font-size: 24px;
	line-height: 30px;
	width: 282px;
	/*background-color: pink;*/
	margin: 28px 0 12px -6px;
}

.scroller p {
	color: #7e7f7f;
	font: normal 17px/22px 'VerizonApexBook', Arial, Helvetica, sans-serif;
	width: 282px;
	margin: 0 0 18px -6px;
}


/* IMAGE CAPTIONS */

figure.captionjs {
	display: table;
	float: left;
	margin: 0 15px 15px 0;
}

figure.captionjs figcaption {
	background-color: #555; /* For IE8 */
	background-color: rgba(0, 0, 0, .65);
	caption-side: bottom;
	color: #fff;
	display: table-caption;
	font-size: 13px;
	line-height: 17px;
	padding: 10px;
}

/** Admin Dashboard **/
.admin-dashboard > h1 {
    color: #6B6B6A;
}

.admin-dashboard .preloader {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.admin-dashboard .preloader img {
    display: block;
    margin: 0 auto;
}

.admin-dashboard .btn-primary,
.admin-dashboard .file-input-wrapper {
    background-color: #00A898 !important;
    border: none;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 8px;
}

.admin-dashboard td {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    padding: 5px;
}

.admin-dashboard td label {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.admin-dashboard .table {
    margin-bottom: 20px;
    font-family: "proxima-nova", sans-serif;
    border: none;
}

.admin-dashboard .table thead,
.admin-dashboard .table tbody {
    border: none;
}

.admin-dashboard td strong {
    font-family: "proxima-nova", sans-serif;
}

.admin-dashboard .table th  {
    background-color: #B2B2B2;
    color: #fff;
    text-transform: uppercase;
    height: 35px !important;
    margin-bottom: 10px;
    border: none;
    font-family: "proxima-nova", sans-serif !important;
}

.admin-dashboard .table tbody td {
    border: none;
    border-bottom: 2px solid #E6E6E6;
    word-wrap: break-word;
    background-color: #F6F6F6;
    vertical-align: middle;
}

.admin-dashboard .table label.products {
    padding: 0px;
}

.admin-dashboard .table label.products input {
    margin-top: -2px;
}

.admin-dashboard .table tbody tr.even td {
    background-color: #fbfbfb;
    border-bottom: 2px solid #ebebeb;
}

.admin-dashboard tr.selected td,
.admin-dashboard .table tbody tr.even.selected td{
    background-color: #D0E6E1;
}

.admin-dashboard .ngCellText {
    margin-bottom: 4px;
    height: auto !important;
    white-space: normal;
    overflow:visible;
    font-size: 14px;
    color: #4A4D4C;
}

.admin-dashboard .col1 .ngCellText {
    font-weight: bold;
    float: none;
}

.admin-dashboard .ngGrid input[type="checkbox"] {
    margin-top: 5px;
}

.admin-dashboard .data-tables {
    padding: 17px;
    margin: 0 0 13px;
    background: #fff;
}

.admin-dashboard .data-tabs {
    list-style-type:none;
    padding:0;
    margin:29px 0 0;
}

.admin-dashboard .data-tabs li {
    display:inline;
    float:left;
    margin:0 9px 0 0;
}

.admin-dashboard .data-tabs li a {
    display:block;
    font:bold 18px/36px "proxima-nova", Arial, Helvetica, Geneva, sans-serif !important;
    text-transform:uppercase;
    color:#aaa;
    padding:0 19px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    background:#DFDFD8;
}

.admin-dashboard .data-tabs .active a {
    color:#636466;
    background:#fff;
}

.admin-dashboard .ngVerticalBarVisible {
    display: none;
}

.admin-dashboard .available-products table {
    font-family: "proxima-nova", Arial, sans-serif !important;
    border: none;
    font-size: 14px;
}

.admin-dashboard .available-products th {
    font-family: "proxima-nova", Arial, sans-serif !important;
    background-color: #B2B2B2;
    border: none;
    text-transform: uppercase;
}

.admin-dashboard .available-products tbody {
    border: none;
}

.admin-dashboard .available-products tbody tr {
    background-color: #F6F6F6;
    border-bottom: 2px solid #E6E6E6;
}

.admin-dashboard .available-products td {
    border: none;
    padding: 15px 8px;
    font-family: "proxima-nova", Arial, sans-serif !important;
}

.admin-dashboard .available-products td strong {
    font-family: "proxima-nova", Arial, sans-serif !important;
    font-size: 14px;
}

.admin-dashboard .icon-check {
    color: #00A898;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    margin-top: 3px;
}

.dashboard.modal {
    margin: 0 0 0 -250px;
    font-family: "proxima-nova", Arial, sans-serif;
}

.dashboard.modal .users {
    font-size: 11px;
    color: #808080;
    margin-bottom: 0px;
}

.dashboard.modal .users li {
    margin-bottom: 0px;
}

.admin-dashboard .chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.admin-dashboard .table-wrapper {
    position: relative;
}

.admin-dashboard .ng-table th.sortable.sort-desc, .admin-dashboard .ng-table th.sortable.sort-asc {
    background-color: #E0E0E0;
    text-shadow: none;
}

.admin-dashboard .table-wrapper table.loading {
    opacity:0.3;
    filter:alpha(opacity=30);
}

.admin-dashboard .table-wrapper .loader {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    margin-left: -60px;
    border: 1px solid #B2B2B2;
    background-color: #f1f1f1;
    padding: 5px;
    border-top: none;
    font-family: proxima-nova, Arial, sans-serif;
}

/* SUPPORT */

.support .store-title {
	margin: 38px 0;
}

.support .large-link-list {
	font-size: 23px;
	font-family: "Agenda Semibold", Helvetica, arial, sans-serif;
	list-style: none;
	margin: 0 0 50px 0;
}

.support .large-link-list li {
	margin-top: 15px;
}

.support .large-link-list li:before {
	bottom: 5px;
	content: url('/maps/images/gui/square-list-icon.jpg');
	margin-right: 15px;
	position: relative;
}

.support .large-link-list a {
	border-bottom: 1px solid #B2B2AE;
	color: #000;
}

.support .large-link-list a:hover {
	border-bottom: 1px solid #c4c4c3;
	color: #4d4d4d;
	text-decoration: none;
}

.support p + .large-link-list {
	margin-top: 40px;
}


.support p.span11 {
	margin: 0 0 17px 0;
}

.ngViewport.ng-scope,
.ngCanvas {
    height: auto !important;
    overflow: visible !important;
}

.ngTopPanel.ng-scope, .ngHeaderContainer {
    width: auto !important;
}

.missing-page {
	margin: 100px 0;
}

#floatingCirclesG{
    position:relative;
    width:30px;
    height:30px;
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
    float: left;
}

.f_circleG{
    position:absolute;
    background-color:#FFFFFF;
    height:5px;
    width:5px;
    -moz-border-radius:3px;
    -moz-animation-name:f_fadeG;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:3px;
    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:3px;
    -ms-animation-name:f_fadeG;
    -ms-animation-duration:1.04s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:3px;
    -o-animation-name:f_fadeG;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:3px;
    animation-name:f_fadeG;
    animation-duration:1.04s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#frotateG_01{
    left:0;
    top:12px;
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#frotateG_02{
    left:4px;
    top:4px;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}

#frotateG_03{
    left:12px;
    top:0;
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    animation-delay:0.65s;
}

#frotateG_04{
    right:4px;
    top:4px;
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    animation-delay:0.78s;
}

#frotateG_05{
    right:0;
    top:12px;
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    animation-delay:0.91s;
}

#frotateG_06{
    right:4px;
    bottom:4px;
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    animation-delay:1.04s;
}

#frotateG_07{
    left:12px;
    bottom:0;
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    animation-delay:1.17s;
}

#frotateG_08{
    left:4px;
    bottom:4px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@keyframes f_fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}
