
/* 
///////////////////////////////////////
	Client:    Indigo
   	Design:    Zoo House Creations
   	Author:    Kel Andersen
/////////////////////////////////////// */
 
/* 
///////////////////////////////////////
	BASE
/////////////////////////////////////// */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { 
	margin: 0 auto;
	color: #4f4f4f;
	font-size: 15px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	background-color: #f3f3f3;
}

/* 
///////////////////////////////////////
	LINKS
/////////////////////////////////////// */

a { outline: 0; }
a img { border: 0px; text-decoration: none; }
a:link, a:visited {	color: #207eaa; text-decoration: none; }
a:hover, a:active { text-decoration: none; }

a.white { outline: 0; }
a.white img { border: 0px; text-decoration: none; }
a.white:link, a.white:visited {	color: White; text-decoration: none; }
a.white:hover, a.white:active { text-decoration: none; }

/* 
///////////////////////////////////////
	TYPOGRAPHY
/////////////////////////////////////// */

p { 
	margin: 0;
	padding: 0.4em 0 0.4em 0;
	color: #4f4f4f;
	font-size: 1em;
	line-height: 22px;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4 {
	color: #3c3c3c;
}

h1 { font-size: 24px; line-height: 28px; font-weight: 600; margin-bottom: 0.6em; }
h2 { font-size: 22px; }
h3 { font-size: 18px; font-style: italic; color: #12709c; }
h4 { font-size: 14px; }
 

/* 
///////////////////////////////////////
	PAGE STRUCTURE
/////////////////////////////////////// */

#wrapper {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	min-height: 100%;
	text-align: left;
}
* html #wrapper { height: 100%; }

#content { 
	width: 100%; 
	height: 100%;
	background-color: #ffffff; 
	border-bottom: 1px solid #f0f0f0;
}

section {
	position: relative;
	width: 100%;
	height: 100%;
}

.container { 
	overflow: hidden;
	position: relative;
	width: 980px; 
	margin: 0 auto;
}

/* dividing line */
.line { border-top: 1px solid #f0f0f0; }

.shadow {
	background-image: url(../images/img-line-bg-shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


/* 
///////////////////////////////////////
	HEADER
/////////////////////////////////////// */

header {
	position: relative;
	height: 130px;
	background-color: #5aa8cc;
}

header #logo { 
	float: left;
	width: 215px;
	height: 84px;
	margin: 32px 0 0 25px;
}

#indigo-large {  
	display: block;
	float: left;
	width: 215px;
	height: 84px;
	background-image: url(../images/logo-indigo.png);
}

header #contact {
	float: right;
	margin: 35px 25px 0 0;
	color: #bfe7fa;
	text-transform: uppercase;
	
}
header #contact span { 
	margin-left: 4px; 
	font-size: 18px; 
	font-weight: 600; 
}


/* 
///////////////////////////////////////
	NAVIGATION
/////////////////////////////////////// */

nav#toc { 
	float: right;
	height: 25px;
	margin: 20px 25px 0 0;
	padding: 0;
	cursor: default;
}
nav#toc ul { list-style: none; }
nav#toc ul li { 
	display: inline;
	margin-left: 35px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

nav#toc ul li:first-child { margin-right: 0; }
nav#toc ul li a:link,
nav#toc ul li a:visited { 
	color: #ffffff; 
	text-decoration: none; 
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav#toc ul li.active a,
nav#toc ul li a:hover { color: #b7e2f6; text-decoration: none; border-bottom: 4px solid #b7e2f6; }

/* Inpage nav / anchors */
#inpage { width: 455px; margin-left: 15px; padding: 12px 0; border-bottom: 1px solid #eeeeee; }
#inpage ul { list-style: none; }
#inpage ul li { 
	display: inline; 
	margin-left: 25px;
	padding-left: 9px;
	color: #6cb3d3; 
	font-size: 14px;
	font-style: italic; 
	background-image: url(../images/icon-arrow-small-right.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* 
///////////////////////////////////////
	FOOTER
/////////////////////////////////////// */

footer {
	position: relative;	
	padding: 40px 0 25px 0;
	border-top: 1px solid #ffffff;
	background-color: #f3f3f3;
}

#indigo-small {  
	display: block;
	float: left;
	width: 180px;
	height: 80px;
	margin: -5px 0 0 25px;
	background-image: url(../images/logo-indigo-small-grey.png);
}

footer p { color: #818181; font-size: 12px; padding: 0; line-height: 18px; }
footer ul li { 
	padding-left: 12px;
	color: #818181; 
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	background-image: url(../images/icon-arrow-small-right.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

footer a:link, footer a:visited { color: #818181; text-decoration: none; }
footer a:hover { color: #287ca3; }


/* 
///////////////////////////////////////
	BANNERS
/////////////////////////////////////// */

#banner { 
	width: 100%;
	background-color: #5aa8cc;
}

#banner #home { height: 240px; }
#banner #page { height: 150px; }

#banner-carousel { 
	position: relative;
	width: 980px;
}

#banner-carousel ul {
	display: block;
	width: 100%;
	height: 240px;
	list-style: none;
}

#banner-carousel ul li {
	display: block;
	float: left;
	height: 240px;
}

#banner .copy { 
	float: left;
	width: 410px;
	margin: 60px 0 0 40px;
}
#banner .imgs { 
	float: left;
	width: 480px;
	height: 100%;
	margin-left: 30px;
}

#banner .copy h2.heading { 
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 30px; 
	font-weight: 400;
	text-align: right;
}
#banner #page .copy h2.heading { text-align: left; }

#banner .copy p.description {  
	margin: 5px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px; 
	font-weight: 300; 
	text-align: right;
}
#banner #page .copy p.description { text-align: left; }

#banner-carousel a#banner-nav-prev,
#banner-carousel a#banner-nav-next {
	z-index: 1;
	display: block;
    position: absolute;
    top: 113px;
	width: 20px;
	height: 33px;
	opacity: 0.25;
	background-repeat: no-repeat; 
	background-position: top left;	
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#banner-carousel a#banner-nav-prev { left: 0px; background-image: url(../images/icon-arrow-large-left-white.png); }
#banner-carousel a#banner-nav-next { right: 0px; background-image: url(../images/icon-arrow-large-right-white.png); }
#banner-carousel a#banner-nav-prev span, 
#banner-carousel a#banner-nav-next span { display: none; }

#banner-carousel a#banner-nav-prev:hover,
#banner-carousel a#banner-nav-next:hover { opacity: 1.0; }


/* 
///////////////////////////////////////
	SECTION BLOCKS
/////////////////////////////////////// */

.span2 { 
	float: left;
	width: 470px;
	margin: 0 0 0 40px;
}

.span3 { 
	float: left;
	width: 306px;
	margin: 0 0 0 30px;
}

.span4 { 
	float: left;
	width: 225px;
	margin: 0 0 0 26px;
}

.span2:first-child,
.span3:first-child,
.span4:first-child { margin-left: 0px; }

.span2-wide {
	float: left;
	width: 642px;
	margin: 0 30px 0 0;
}

.span2-small {
	float: left;
	width: 306px;
}


/* 
///////////////////////////////////////
	HEADING BLOCKS
/////////////////////////////////////// */

.heading {
	overflow: visible;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 10px 0 0 0;
}

.heading h2 {
	margin: 0px 0 0 36px;
	font-size: 22px;
	font-weight: 600;
	color: #222222;	
}

.heading .subtitle { 
	margin: 2px 0 0 25%;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #12709c;
}


/* 
///////////////////////////////////////
	KEY AREAS / HOME
/////////////////////////////////////// */

/* Intro */
#intro { padding-top: 30px; }
#intro-side { margin: 35px 30px 0 30px; }


/* Services*/
#services { padding: 30px 0 40px 0; }
#services ul {}
#services ul li {
	float: left;
	display: block;
	width: 271px;
	margin: 0 0 0 30px; 
	padding: 22px 15px 18px 20px;
	list-style-type: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f2f2f2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#services ul li:hover { background-color: #e9e9e9; }

#services ul li:first-child { margin-left: 0; }

#services .icon { float: left; width: 45px; height: 50px; }
#services h3 { float: left; width: 210px; margin-bottom: 0; margin-left: 15px; color: #3c3c3c; font-style: normal; }
#services p { float: left; width: 205px; padding-top: 4px; margin-left: 15px; font-size: 14px; line-height: 18px; }
#services p.link { 
	width: auto; 
	margin-left: 60px; 
	padding: 0 15px 0 0;
	font-weight: 600;
	background-image: url(../images/icon-arrow-small-right.png); 
	background-repeat: no-repeat; 
	background-position: right 6px ; 
}


/* Why Indigo */
.testimonial 
{
	line-height: 1.4em;
    font-style:italic;
    margin-left:20px;
    margin-right:60px;
    margin-top:10px;
}
#difference { padding: 0; }

#testimonials {
	width: 475px;
	margin: 15px 0 0 0;
}
#testimonials ul { list-style: none; }

#testimonials ul li { 
	display: block;
	float: left;
	height: 185px;
}

#testimonials .customer-img {
	z-index: 10;
	position: absolute;
	height: 185px;
	margin-top: 0px;
}

#testimonials .quote {
	position: relative;
	width: 278px;
	margin: 0 0 0 145px;
	font-size: 14px; 
	font-style: italic; 
	line-height: 20px;
	padding: 15px 15px 15px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f2f2f2;
}

#testimonials .company {
	position: relative;
	width: 275px;
	margin: 10px 0 0 183px;
	padding-left: 15px;
	background-image: url(../images/icon-arrow-small-left.png); 
	background-position: 0 12px;
	background-repeat: no-repeat; 
}

#testimonials .company p { padding: 0; line-height: 16px; font-style: italic; }
#testimonials .company .name { }
#testimonials .company .business { color: #72777f; font-size: 11px; text-transform: uppercase;}

#testimonials .pagination {
	position: absolute;
	width: 450px;
	margin-top: -30px;
	text-align: right;
}


/* Partners  */
#partners { padding: 0 0 30px 0; }
#partner-logos { }

#logo-carousel { 
	position: relative;
	width: 880px; 
	margin: 0 auto; 
}

#logo-carousel ul {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
    padding: 0;
	list-style: none;
}

#logo-carousel ul li {
	display: block;
	float: left;
	width: 200px;
	height: 60px;
	margin: 0 10px;
}

#logo-carousel a#logo-nav-prev,
#logo-carousel a#logo-nav-next {
	display: block;
    position: absolute;
    top: 15px;
	width: 20px;
	height: 33px;
	background-repeat: no-repeat; 
	background-position: top left;	
	opacity: 0.5;	
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#logo-carousel a#logo-nav-prev { left: -35px; background-image: url(../images/icon-arrow-large-left.png); }
#logo-carousel a#logo-nav-next { right: -35px; background-image: url(../images/icon-arrow-large-right.png); }
#logo-carousel a#logo-nav-prev span, 
#logo-carousel a#logo-nav-next span { display: none; }

#logo-carousel a#logo-nav-prev:hover,
#logo-carousel a#logo-nav-next:hover { opacity: 1.0; }

.tagLine
{
    background-image: url(../images/icon-symbol-tick.png);
    background-repeat: no-repeat;
    padding-top:5px;
    font-style:italic; 
    text-indent:30px;
    height:35px;
    display:block;
}
/* 
///////////////////////////////////////
	KEY AREAS / PAGES
/////////////////////////////////////// */

#intro-page { padding: 0 0 35px 0; }
#benefits { padding: 0 0 40px 0; }
#insight { padding: 0 0 40px 0; }
#options { padding: 0 0 40px 0; }
#insightoptions { padding: 0 0 40px 0; }
#cta { padding: 0 0 40px 0; }

/* 
///////////////////////////////////////
	TABS
/////////////////////////////////////// */

.tabs { margin-top: 40px; }
.tabs ul { list-style: none; }
.tabs ul li { display: inline; }
.tabs ul li a { 
	float: left; 
	display: block; 
	margin: 0 10px 0 10px;
	padding: 12px 0 10px 0; 
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	text-align: center; 
	text-decoration: none; 
	background-color: #f1f1f1;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.tabs ul li:last-child a { }						
.tabs ul li a:hover,
.tabs ul li a.active { color: #ffffff; background-color: #5aa8cc; }

.tab-n2 { width: 470px; }
.tab-n3 { width: 306px; }

.box-wrap { 
	clear: both; 
	float: left;
	width: 980px; 
	margin-top: 20px; 
}

#content-tab2, #content-tab3 { display: none; }


/* 
///////////////////////////////////////
	CAROUSEL
/////////////////////////////////////// */

.pagination { height: 15px; }

.pagination a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/icon-pagination-grey.png); 
	background-position: top left;
	background-repeat: no-repeat;
}

.pagination a.selected {
	cursor: default;
	background-image: url(../images/icon-pagination-blue.png); 
}

.pagination a span { display: none; }


/* 
///////////////////////////////////////
	ICONS
/////////////////////////////////////// */

.icon-tools, .icon-health, .icon-board, .icon-alert, 
.icon-standard, .icon-tick, .icon-comment, .icon-info { 
	background-repeat: no-repeat; 
	background-position: top left; 
}

.icon-standard, .icon-tick, .icon-comment, .icon-info {
	background-position: 10px 2px;
}

.icon-tools 	{ background-image: url(../images/icon-symbol-tools.png); }
.icon-health 	{ background-image: url(../images/icon-symbol-health.png); }
.icon-board 	{ background-image: url(../images/icon-symbol-board.png); }
.icon-alert 	{ background-image: url(../images/icon-symbol-alert.png); }
.icon-standard 	{ background-image: url(../images/icon-symbol-standard.png); }
.icon-tick 		{ background-image: url(../images/icon-symbol-tick.png); }
.icon-comment 	{ background-image: url(../images/icon-symbol-comment.png); }
.icon-info 		{ background-image: url(../images/icon-symbol-info.png); }


/* 
///////////////////////////////////////
	BUTTONS
/////////////////////////////////////// */

.btn {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 10px 12px;
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	background: none;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-1 {
	overflow: hidden;
	display: block;
	color: #ffffff;
	margin-top: 0px;
	padding-right: 25px;
	background: #60add1;
	background-image: url(../images/icon-arrow-small-right-white.png); 
	background-repeat: no-repeat; 
	background-position: right center ;
}

.btn-2 {
	overflow: hidden;
	display: block;
	color: #60add1;
	margin: 15px 0 0 0;
	padding: 8px 10px;
	padding-right: 25px;
	font-size: 12px;
	background: #ffffff;
	background-image: url(../images/icon-arrow-small-right.png); 
	background-repeat: no-repeat; 
	background-position: right center ;
}


/* 
///////////////////////////////////////
	HELPER CLASSES
/////////////////////////////////////// */

.hidden 	{ display: none !important; visibility: hidden; }
.hide 		{ visibility: hidden; }
.disabled 	{ pointer-events: none; opacity: 0.5; }
.clear 		{ clear: both; }
.clearfix 	{ float: none; clear: both; }

.left 		{ float: left; }
.right 		{ float: right; }
.center 	{ margin-left: 20%; margin-right: 30%;}

.txt-indent { padding-left: 20px; padding-right: 5px; }
.mt10		{ margin-top: 10px; }
.mt20		{ margin-top: 20px; }
.mt40		{ margin-top: 40px; }
.mb10		{ margin-bottom: 10px; }
.mb20		{ margin-bottom: 20px; }
.mb40		{ margin-bottom: 40px; }
