@charset "UTF-8";
/* CSS Document 
	Created for: Luminpoint
	Author: Ashley Frazier
	Last Updated: April 16, 2013 by Phuong Tran

	Overrides specified in bootstrap.css file

*/


/* ------------------ TYPE STYLES -------------------- */
body {
	font-family: "Gibson-Regular", "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #0069aa;
	font-weight: normal;
}
p, ul p {
	font-size: inherit;
	line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	color: #999999;
}
h1 {
	font-family: "Gibson-Semibold", "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 2.2em;
	letter-spacing: .03em;
}
h1 small {
	font-size: 1em;
}
h2 {
	font-family: "Oswald", "Impact", Arial, sans-serif;
	font-size: 1.733em;
	line-height: 1.4em;
	font-weight: lighter;
	letter-spacing: .04em;
}

h2 small {
	font-size: 1em;
}
h3 {
	font-family: "OswaldBold", "Impact", Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
}
h3 small {
	font-size: 0.778em;
}
h4, h5, h6 {
	line-height: 1em;
}
h4 {
	font-size: 0.778em;
}
h4 small {
	font-size: 0.667em;
}
h5 {
	font-size: 0.667em;
}
h6 {
	font-size: 0.611em;
	color: #999999;
	text-transform: uppercase;
}
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn {
	font-size: 0.788em;
	line-height: 1em;
 *line-height: 1em;
}
.navbar .nav > li > a {
	font-family: "Gibson-Regular", "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.875em;
	line-height: 1.5em;
	font-weight: normal;
	color: #cccccc;
	background-color: transparent;
}
.navbar .nav > li > a:hover {
	color: #333333;
	text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	color: #333333;
}

.navbar .btn-navbar {
	background-color: #0069aa;
	background-image: -moz-linear-gradient(top, #0069aa, #1c5f90);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0069aa), to(#1c5f90));
	background-image: -webkit-linear-gradient(top, #0069aa, #1c5f90);
	background-image: -o-linear-gradient(top, #0069aa, #1c5f90);
	background-image: linear-gradient(to bottom, #0069aa, #1c5f90);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069aa', endColorstr='#1c5f90', GradientType=0);
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background-color: #1c5f90;
}

.navbar-search .search-query {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.masthead h1 {
	font-family: "Oswald", "Impact", Arial, sans-serif;
	font-size: 1.633em;
	line-height: 1.333em;
	text-transform: uppercase;
	letter-spacing: normal;
}

.masthead p {
	line-height: 1.5em;
}

.services h1 {
	color: #FFFFFF;
	text-shadow: rgba(186,187,189,0.5) -1px 0, rgba(186,187,189,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(186,187,189,0.3) -1px -2px;
}
.services h2 {
	margin-top: 43px; 
	margin-bottom: 14px;
	color: #FFFFFF;
}
.services h3 {
	border-bottom: 1px solid #007698;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.services li, .about li {
	color: #FFFFFF;
	font-size: 1.02em;
	line-height: 1.6em;
}

.services li {
	color: #FFFFFF;
}

.about h1 {
	color: #333333;
}

.about h2 {
	color: #333333;	
	margin-top: 43px; 
	margin-bottom: 14px;
}

.about li {
	color: #333333;	
}

.contact h2 {
	margin-bottom: 14px;	
}

footer {
	font-size: 1.02em;
	color: #FFFFFF;
}
footer a {
	color: #a3dce6;
}
address {
	font-size: 1.4em;
	line-height: 1.3em;
}
address strong {
	font-family: "OswaldBold", "Impact", Arial, sans-serif;
	font-weight: normal;
}
/* ------------------ STRUCTURE -------------------- */

body {
	background: url(../img/bg_bedge_grunge.png) repeat #FFFFFF;
	/* Background image courtesy of subtlepatterns.com */
}
.navbar {
 *position: relative;
 *z-index: 2;
	margin-bottom: 30px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.navbar-inner {
	background-color: #fdfdfd;
 *filter: none;
	background-image: url(../img/bg_furley.png);
	/* Background image courtesy of subtlepatterns.com */
	/*min-height: 138px;*/
	border-bottom: 1px solid #999999;
}

.navbar-inner .container {
	/*width: 63em;*/
}

.container-fluid {
	max-width: 63em;
	margin: auto;
}

.navbar .brand {
	/*width: 373px;*/
	/*height: 93px;*/
	width: 40%;
	margin: 26px 0 19px 40px;
	padding: 0;
}
.navbar .brand span {
	text-indent: -9999px;
	display: none;
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 78px 0 0 0;
}
.navbar .nav > li > a {
	padding: 0;
	margin: 0 15px;
	line-height: 42px;
	border-bottom: none;
  background-color:  transparent;
  color: transparent;
  color: #ccc\9;
  text-shadow: 0px 0px 1px rgba(202, 202, 202, 1);
  -webkit-background-clip:text;
     -moz-background-clip:text;
          background-clip:text;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.navbar .nav > li.NavServices > a:hover  {
	background: url(../img/bg_hvr_services.png) 0 100% no-repeat;
}

.navbar .nav > li.NavAbout > a:hover  {
	background: url(../img/bg_hvr_about.png) 0 100% no-repeat;
}

.navbar .nav > li.NavContact > a:hover  {
	background: url(../img/bg_hvr_contact.png) 0 100% no-repeat;
}

.navbar .nav > li > a:hover {
	background-color: transparent;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: transparent;
	box-shadow: none;
	background: url(../img/bg_hvr_services.png) 0 100% no-repeat;
}

.masthead {
	background: url(../img/img_slide_1.jpg) top center no-repeat;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
    box-shadow: inset 0px 1px 20px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #999999;
}

.container-fluid {
	padding: 0px;
}

.masthead .main {
	/*width: 63em;*/
	margin: 119px auto 0 auto;
}

.masthead div[class*="span"] {
	/*background: url(../img/bg_scribble_light.png) 0 0 repeat;*/
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding: 20px 40px;
	-webkit-box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, .7);   
    box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, .7);
	height: 100%;
}

.masthead h1 {
	margin: 32px 0 12px 0;
}

.divisions {
	height: 6.65em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}

.divisions .main {
	/*width: 63em;*/
	margin: 0 auto;
	height: 100%; 	
}

.divisions .row-fluid {
	height: 50%; 
	padding: 25px 0;
	white-space:nowrap;
}

.divisions .row-fluid .span2 {
	min-height: auto;
	width: 120px;
}

.divisions div.span1 {
	text-align: center;
	padding-right: 15px;
}

.axiom {
	background: url(../img/logo_axiom.png) top center no-repeat; 
	width: 102px;
	height: 32px;
	margin-top: 11px;
}

.manila {
	background: url(../img/logo_manila.png) top center no-repeat; 
	width: 86px;	
	height: 43px;	
}

.keymind {
	background: url(../img/logo_keymind.png) top center no-repeat; 
	width: 119px;	
	height: 32px;	
	margin-top: 9px;	
}

.didactics {
	background: url(../img/logo_didactics.png) top center no-repeat; 
	width: 117px;	
	height: 34px;	
	margin-top: 9px;	
}

.conwal {
	background: url(../img/logo_conwal.png) top center no-repeat; 
	width: 96px;	
	height: 58px;	
}

.cessi {
	background: url(../img/logo_cessi.png) top center no-repeat; 
	width: 84px;	
	height: 25px;	
	margin-top: 13px;	
}

.catalyst {
	background: url(../img/logo_catalyst.png) top center no-repeat; 
	width: 117px;	
	height: 33px;	
	margin-top: 11px;	
}

.axiom:hover {
	background: url(../img/logo_axiom.png) bottom center no-repeat; 
}

.manila:hover {
	background: url(../img/logo_manila.png) bottom center no-repeat; 
}

.keymind:hover {
	background: url(../img/logo_keymind.png) bottom center no-repeat; 
}

.didactics:hover {
	background: url(../img/logo_didactics.png) bottom center no-repeat; 
}

.conwal:hover {
	background: url(../img/logo_conwal.png) bottom center no-repeat; 
}

.cessi:hover {
	background: url(../img/logo_cessi.png) bottom center no-repeat; 
}

.catalyst:hover {
	background: url(../img/logo_catalyst.png) bottom center no-repeat; 
}

.divisions a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px 0 0;
}

.divisions div.span2 span {
	text-indent: -9999px;
	display: none;	
}

.services .main {
	/*width: 62em;*/
	margin: 0px auto 0 auto;
	padding: 80px 40px;
}

.services {
	background: url(../img/bg_services.png) top center repeat #00498c;
	height: 100%;
}

.services h1, .about h1, .contact h1 {
	padding: 0 0 0 30px;	
}

.about .main {
	/*width: 62em;*/
	margin: 0px auto 0 auto;
	padding: 60px 40px 80px 40px;
}

.about {
	background: url(../img/bg_about.png) top center repeat #FFFFFF;
}

.services ul, .about ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.services ul li:before, .about ul li:before {
	content: "» ";
	padding: 0 5px 0 0;
}

.contact .main {
	/*width: 62em;*/
	margin: 0px auto 0 auto;
	padding: 80px 40px 40px 40px;
}
a#services , a#about, a#contact {
	width: 0px;
	height: 0px;	
}

.footer {
	background: url(../img/bg_services.png) top center repeat #FFFFFF;
	padding: 20px 0;
}

footer {
	/*width: 63em;*/
	margin: 0 auto;
	text-align:center;
}

.connect {
	width: 49px;
	height: 49px;
	float: left;
	margin: 10px;
	text-indent: -9999px;
}
.connect:hover {
	-webkit-box-shadow:  1px 1px 3px 3px rgba(35, 31, 32, .25);
	box-shadow:  1px 1px 3px 3px rgba(35, 31, 32, .25);
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.fb {
	background: url(../img/icon_facebook.png) no-repeat top center;
}
.fb:hover {
	background: url(../img/icon_facebook_hover.png) no-repeat top center;
}
.tw {
	background: url(../img/icon_twitter.png) no-repeat top center;
}
.tw:hover {
	background: url(../img/icon_twitter_hover.png) no-repeat top center;
}
.li {
	background: url(../img/icon_linkedin.png) no-repeat top center;
}
.li:hover {
	background: url(../img/icon_linkedin_hover.png) no-repeat top center;
}
.border {
	border-right: 1px dotted #a8bbc6;
}



/* ------------------- ANYTHING SLIDER --------------------- */

#sliderMain {
	width: 1008px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}


/* =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 20px 0 0 0;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	/*border-top: 3px solid #777;
	border-bottom: 3px solid #777;
	-webkit-box-shadow:  -2px -2px 10px 2px rgba(126, 128, 131, .3);
	box-shadow:  -2px -2px 10px 2px rgba(126, 128, 131, .3);*/
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls {
	position: absolute;
	bottom: -50px;
	right: 10px;
	margin-bottom: 10px;
}

.anythingSlider-default .anythingControls a {
	background: url(../img/slides_blts.png) 100% 0 no-repeat;
	width: 17px;
	height: 17px;
}


/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	display: none;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur, .anythingSlider-default .anythingControls a:hover {
	background: url(../img/slides_blts.png) 100% 0 no-repeat;
	width: 17px;
	height: 17px;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	display: none;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	display: none;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	background: url(../img/slides_blts.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	display: none;
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 20%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../img/arrows.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: -50px; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right: -50px; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 10px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	display: none;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:2;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
