
/* KCIC CSS
   Master Styles
   Author: Chris Rosenthal
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
background-color: #ffffff;
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
}




i {font-style:italic}

ol, ul {
	margin-left: 40px;
list-style-type: square; 
   line-height: 82px !important;
	color: #000 !important;
	font-size: 62px !important;

}

li {
padding-left: 20px !important;
line-height: 72px !important;
	color: #000 !important;
	font-size: 52px !important;
}

blockquote, q {
	quotes: none;
font-size: 30px;
line-height: 40px;
	color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
width:900px;
z-index: 4;

}
blockquote:before, q:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -100px;
top: 0px;
color: #ffffff;
font-family: "museo-slab", museo slab, Georgia, serif;

}

blockquote:after, q:after {
	display: block;
content: "\201D";
font-size: 200px;
position: absolute;
right: 200px;
top: 180px;
color: #ffffff;
font-family: "museo-slab", museo slab, Georgia, serif;

}

blockquote cite {
color: #cccccc;
font-size: 22px;
font-style: normal !important;
display: block;
margin-top: 30px;
margin-left:500px;
width: 100%;
}
 
blockquote cite:before {
content: "\2014 \2009";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */

overflow: auto;


	}
body {
	background: transparent;
width: 100%
max-width: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
padding-left: 20px;
padding-right: 20px;
	line-height: 82px !important;
	color: #000 !important;
	font-size: 62px !important;
				font-family: "museo-slab", museo slab, Georgia, serif;
}  
h1 {
	color: #666666;
font-size: 2.5em;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 1em;
padding-left: 30px;
padding-right: 30px;
padding-top: 140px;
margin-top: 30px;

}

h2 {
	color: #666666;
font-size: 2em;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 1em;
margin-top: 40px;
margin-bottom: 20px;
}


label {
line-height: 1em;
font-size: 1.2em;
width: 100% !important;
color: #ffffff;
background-color: #666666;
display: block;
width: 100% !important;
padding: 20px;
}
 


.linker {
float: right;
width:20%;
margin: 40px;
margin-right: 10%;
padding-right: 10%;
text-align: left;
font-weight: normal;
color: #666666 !important;
line-height: 0.6em;

}

.copyright {
background-color: #666666 !important;
color: #ffffff !important;
font-size: 0.35em;
line-height: 0.9em;
margin-bottom: 20px;
width: 100%;
padding: 20px;

}

.rmm.graphite .rmm-toggled-title {
display: none;
}


.linker a{
color: #666666 !important;
font-size: 0.6em;
}

.linker a:hover {
color: #003953 !important;
}

.slideimg {
width: 600px !important;
}

.slideimg {
width: 600px !important;
}


a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#666666;
	outline: none;
	text-decoration: none;
	}
	a:hover { 
		color:#666;
		}
img { 
	display:block;
	}
a:hover img  { 
	opacity: 0.6;
	}

p {
padding-left: 2% !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
padding-left: 2%;
padding-right: 2%;
line-height: 1.1em !important;
	color: #000 !important;
	font-size: 1em !important;
				font-family: "museo-slab", museo slab, Georgia, serif;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 0px solid #666666;
	border-bottom: 1px solid #cccccc;
width:1200px;
	height: 3px;
}


/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
width: 100%;
overflow: auto;
}


#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}


#content {
	z-index: 4;
left: 10px;	
width:400px;
	margin: 0 auto;
line-height: 40px !important;
	color: #000 !important;
	font-size: 26px !important;
				font-family: "museo-slab", museo slab, Georgia, serif;	}

	



#content h1 {
margin: 0 0 0 0;
font-size: 120px;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 125px;
}

#content h2 {
margin: 0 0 0 0;
font-size: 100px;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
line-height: 105px;
}




#fg3-A {
height: 300px !important;
width: 300px !important;

		float: right;
padding: 6px;
}



.learninglayer {
height: 400px !important;
width: 400px !important;

		float: right;
padding: 6px;
}


.fourbax{
display:block; 
float:left;
}



#fg4-15 {
	display: block;
float: left;			}

#fg4-15a {
	display: block;
float: left;	
		}

#fg4-15b {
	display: block;
float: left;	
		}

#fg4-15c {
		
display: block;
float: left;		}
#fg4-15d {
		display: block;
float: left;
		}


.mobilenav {
float: right;
}

.ls-minimal .ls-nav-prev,
.ls-minimal .ls-nav-next {
	display: none !important;
}

.sliderSpace {
padding-top: 120px !important;
}

body.custom-background {
background-color: transparent !important;
}

.flagbar {

width:100%;
background: #cccccc; /* Show a solid color for older browsers */

	position: fixed !important;
top: 0px;
z-index:99999999999999;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
margin-left: -20px;



}

.flagbar img {
max-width: 250px !important;
}


.flagbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:16px;
line-height:60px;
height:80px;
}



.flagbar1 {

width:100%;
background: #cccccc; /* Show a solid color for older browsers */

	position: fixed !important;
top: 0px;
z-index:99999999999999;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
margin-left: -20px;



}

.flagbar1 img {
float: left;
margin-top: -12px;
margin-left: 12px;
}

#flagbar1 {
position: fixed;
left: 20;
top: 10px;
z-index: 44444;
margin-top: 12px;}




.flagbar1 {
font-family: museo slab, museo-slab, georgia,serif;
font-size:16px;
line-height:60px;
height: 120px;
}



.footbar {

float:right;
right:0px;
bottom: 0px;
margin-top: 5px;
position: fixed;
text-align: left;
width:100%;
background: #cccccc; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}



.footbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:11px;
line-height:20px;
height:24px;
}


.footbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.footbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.footbar a:active {
margin-left: 10px;
color:#ffffff;
}


.button001{

margin-top: 20px;
margin-bottom: 40px;
	-moz-box-shadow: 1px 1px 10px -2px #bee2f9;
	-webkit-box-shadow: 1px 1px 10px -2px #bee2f9;
	box-shadow: 1px 1px 10px -2px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:5px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-size:1em;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:80%;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px 1px 0px #7cacde;

}
.button001:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.button001:active {
	position:relative;
	top:1px;
}




.socials {
float:right;
text-align: right;
right:0px;
top:0px;
background: #cccccc; /* Show a solid color for older browsers */
width: 100%;
position: fixed;
z-index:999999999999999;
}

.socials img {
padding-top:2px;

}


.rmm-button {
z-index:99999999999349999;
}

.rmm-toggled ul {
z-index:994999999999349999;

}

.navbar {

width:100%;
background: #cccccc; /* Show a solid color for older browsers */

	position: fixed;
z-index:999999999999;
margin-top:8px;
}


.navbar {

width: 100%;
margin-left: -20px;
	position: fixed;
z-index:999999999999;
}


.navbar {
font-family: museo slab, museo-slab, georgia,serif;
font-size:34px;
font-weight: bold;
line-height:36px;
height:44px;
color: #cccccc;

}


.navbar a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.navbar a:hover {
margin-left: 10px;
color:#cccccc;
}

.navbar a:active {
color:#ffffff;
}


#one-column-emphasis
{
	font-family: "Museo Sans", "Helvetica", Sans-Serif;
	font-size: 32px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 32px;
	font-weight: bold;
	padding: 12px 15px;
	color: #666;
}

#one-column-emphasis caption
{
	font-size: 32px;
	font-weight: bold;
	padding: 12px 15px;
	color: #7a7a7a;
text-align: left;
}


#one-column-emphasis td
{
	padding: 10px 15px;
	color: #666;
	border-top: 1px solid #cccccc;
}
.oce-first
{
	background: #ffffff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #666;
	background: #f1f1f1;
}

#one-column-emphasis b
{
	font-weight: bold;
	color: #4444;
}



h3 {
font-family: "museo-slab", museo slab,  Georgia, serif;
color: #666666;
font-size: 0.8em;
line-height: 1.1em;

padding-left: 0.5% !important;
margin-bottom: 10px;
margin-top: 30px;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
h4 {
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
font-size: 1em;
font-size: 1em;
line-height: 0.8em;
margin-top: 22px;
}


h5 {
font-family: "museo-slab", museo slab, Georgia,serif;
font-weight: normal;
font-size: 0.6em;

}

h6 {
font-family: "museo-slab", museo slab, Georgia,serif;
font-weight: normal;
text-transform: uppercase;
font-size: 14px;

}

.question {
font-family: "museo-slab", museo slab,  Georgia, serif;
color: #25437f;
font-size: 1.2em;
line-height: 1.1em;

padding-left: 0.5% !important;
margin-bottom: 10px;
margin-top: 30px;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}



.opportunity h3 {
color: #ba0077;
}

.engagement h3 {
color: #25437f;
}



.next-page {
width: 250px;
float: right;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/next.png') no-repeat right center;
font-size: 22px;
text-align: right;
z-index:1;

}

.next-page h5{
margin-right: 50px;

}
.previous-page h5{
margin-left: 90px;

}

.next-page h6{
margin-right: 50px;

}
.previous-page h6{
margin-left: 90px;

}

.previous-page {
width: 250px;
float: left;
height:150px;
padding-right: 30px;
color: #777;
background: url('img/previous.png') no-repeat right center;
font-size: 22px;
z-index:1;

}


.sidequote {
quotes: none;
font-size: 24px;
line-height: 32px;
	color: #666666;
font-family: "museo-slab", museo slab,  Georgia, serif;
font-weight: normal;
z-index: 4;

width:220px;

}
.sidequote:before {
	display: block;
content: "\201C";
font-size: 300px;
position: absolute;
left: -60px;
top: 10px;
color: #cccccc;
font-family: "museo-slab", museo slab, Georgia, serif;

}

.sidequote:after {
	font-family: "museo-slab", museo slab, Georgia, serif;

display: block;
content: "\201D";
font-size: 200px;
position: relative;
float:right;
color: #cccccc;
padding-right: 4px;
margin-top:70px;
}
.firstcharacter {  }

updater {
font-family: "museo-slab", museo slab,  Georgia, serif;

font-weight: bold;
font-size: 28px;
}

shaded {
background-color: #dcecfb;
padding: 3px;
}

.llnav {

float:right;
right:0px;
bottom: 30px;
margin-top: 5px;
position: fixed;
text-align: left;
width:350px;
height: 400px;
background: #666666; /* Show a solid color for older browsers */

	position: fixed;
z-index:100000;
 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
display: hidden;
}



.llnav {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
height:144px;
text-align: left;
}

.llnav li {
font-family: museo slab, museo-slab, georgia,serif;
font-size:12px;
line-height:16px;
text-align: left;
margin-bottom: -6px;
width: 220px;

list-style-type: disc;
list-style-position: inside;
text-indent: -0.65em;
list-style: none;
}



.llnav a {
margin-left: 10px;
padding-right:10px;
margin-top:-32px;
color:#ffffff;
}

.llnav a:hover {
margin-left: 10px;
color:#cccccc;
}

.llnav a:active {
margin-left: 10px;
color:#ffffff;
}

.llnav {

display: none;
}

.controller1 {
text-align: right;
}

.layercontrols {

display: block;
float: right;
position: fixed;
bottom: 40px;
right: 20px;
z-index: 9999999999999999999;
}




.layercontrols ul{
    list-style: none !important;
    width:205px;
    height:20px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-13px 0 0 -42px;
}

.layercontrols ul li{
    float:left;
    line-height:33px;
width:20px;
    font-size: 9px;
    padding:2px 1px 0 3px!important; 
    
    background: #e90000;
       text-shadow:0 1px 0 #FFF;
    border-left:0px solid #D5D5D5;
    border-top: 0px solid #D5D5D5;
    border-bottom: 0px solid #D5D5D5;
}

.layercontrols ul li:first-child{
    -webkit-border-radius:55px 0 0 55px;
}
.layercontrols ul li:last-child{
    -webkit-border-radius:0 55px 55px 0;
}

.layercontrols ul li a{
    display: block;
  padding: 5px 5px;
padding-right: 3px;
margin-left: -2px;
text-decoration: none;
    font-family:Helvetica, Arial;
    text-transform:uppercase;
    color:#ffffff;
}

.layercontrols .on{
    background: #000000;
        text-shadow:0 -1px 0 #444, 0 0 7px #9AE658;
    border-right: 0px solid #444;
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
}

.layercontrols ul li:not(.on):active{
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#f1f1f1));
}


.layercontrols ul li.on a{
    color:#ffffff;
    cursor: default;
}

.openingimg {
width: 100% !important;
margin-top: 140px;
}


.topimg img {
width: 100% !important;
margin-top: 100px;
}


.topimg {
width: 100% !important;
margin-top: 100px;
}



