/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/*=================================*/

/* Reset Styles
/*---------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

/* make buttons play nice in IE:	 
		www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode: bicubic;
}

/* Input Styles
/*---------------------------------------------*/
input,
textarea,
select {
	padding: 5px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background: #fff;
	border: 1px solid #999999;
	margin: 0 0 1em 0;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #666666;
}

/* Main Styles
/*---------------------------------------------*/
body {
	font: 14px/1.8em 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
	color: #444;
	background: #f2f2f2;
	-webkit-font-smoothing: antialiased;
}

a, a:visited {
	color: #138ae6 /* #08487c */;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
	margin-top: 2em;
}

p {
	margin-bottom: 1em;
}

ol, ul {
	padding-left: 30px;
	margin-bottom: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

abbr, acronym {
	cursor: help;
	border-bottom: 0.1em dotted;
}

td, td img {
	vertical-align: top;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

code {
	font-family: Courier, "Courier New", Monaco, Tahoma;
	background: #eee;
	color: #333;
	padding: 0px 2px;
}

pre {
	background: #eee;
	padding: 20px;
	margin-bottom: 1em;
	overflow: auto;
}

blockquote {
	font-style: italic;
	margin: 0 0 1em 15px;
	padding-left: 10px;
	border-left: 5px solid #dddddd;
}

a:hover div {background: #138ae6;}
a:hover div h4, a:hover div p {color: #fff;}

/* Structure Styles
/*---------------------------------------------*/
.inner {
	width: 850px;
	margin: 0 auto;
}

#header {
	background: #08487c; /* #33b5e5; */ /* rgb(24,59,102); */
	padding: 5px 0;
	margin-bottom: 20px;
	color: #afe1da;
    z-index: 10;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    /*background: rgba(8, 72, 124, 0.9);*/
}

#header span {font-weight: 300;padding-left: 5px;}
#header a { color: #fff; }
#header a:hover { color: #33b5e5; }
#header h1 { 
	font-size: 1.5em;
	line-height: 58px;
	height: 55px;
	vertical-align: middle;
	margin: 0; 
	float: left;
}



#header .nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
    height: 50px;
    line-height: 50px;
}
#header .nav li { display: inline; }
#header .nav a {
	font-weight: bold;
	margin-left: 20px;
}

#header .nav a.active {border-bottom: 1px solid #fefefe}

#footer {
	background: #707070;
	padding: 10px 0;
	margin-top: 80px;
	color: #C0C0C0;
}
.home #footer {margin-top: 0px; }
#footer a { color: #ddd; }
#footer a:hover { color: #fff; }

.img-header {margin-top: -30px;margin-bottom:30px;padding:2em;background-size:cover !important;min-height:300px}

/* Misc Styles
/*---------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Home Photo Wall
/*---------------------------------------------*/

.wall {
    margin: -30px 0px 0px;
    height: 320px;
    
    /*margin: 0 auto;*/
    /*width: 850px;*/
    background: #08487c url('images/wall.png') no-repeat center center;
    border-bottom: 1px solid #042641;
}



.wall .message {
    margin: 0px auto ;
    width: 850px;
    /*text-align: center;*/
    
    padding-top: 150px;
}

.wall h1 {font-size: 2.5em;margin-bottom: 0;color: #fff}
.wall p {font-size: 1.25em;font-weight: 300;color:#fefefe}

.presentation h2 {margin-bottom: 0px}
.presentation h3 {margin-top: 0px}

.presentation {text-align: center;padding: 1.5em 0 1.5em;}

/* Messagebox style
/*---------------------------------------------*/

.message {padding: 10px;margin-bottom: 1em}

.message p {margin-bottom: 0px}

.warning {background: #f1c40f;background: rgba(241, 196, 15,0.4)}

.info {background: #3498db;}

.error {background: #e74c3c;color: #fff}

.success {background: #2ecc71;}


/* Box */

.box {
	padding: 10px;margin-bottom: 1em;background:#fff;background: rgba(255, 255, 255,0.6);

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box p {color: #7f8c8d}

.box h4 {font-weight: bold;}

.box-container {padding: 2em 0 2em;min-height: 150px;position: relative;overflow: hidden}

.box-container .inner {z-index: 100}

#sections h2 {margin-top: 2em}

.home .sis {background: #3498db}

.home .alarm, .home .codelab {background: #f39c12}

.home .dea {background: #8e44ad}

.home .tam {background: #c0392b}

.home .mpms {background: #95a5a6}

.home .design {background: #241b36}

.home .sis p, .home .alarm p, .home .dea p, .home .tam p, .home .mpms p, .home .sis h2, .home  .alarm h2, .home .dea h2, .home .tam h2, .home .mpms h2, .home .design p, .home .design h2, .home .codelab p, .home .codelab h2 {color: #fff}

a:hover .inner {background: transparent}

/*#sections a:hover > div {background: #222 !important;}*/

.box-image {display: none}

@media (min-width: 1000px) {
    .box-image {display: block}  
}

.box-image {
	padding:2em;
	background-size:cover !important;
	min-height:150px;width: 40%;
    
	position: absolute;top:0px;right: 0px;
	
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	
}
.box-image::before {content:"";display: block;
                    padding:2em;min-height:150px;
                    width: 40px;background: #222;
                    margin: -2em -70px;
    -webkit-transform: translate3d(0,0,0) skew(-10deg);
    -moz-transform: translate3d(0,0,0) skew(-10deg);
    -o-transform: translate3d(0,0,0) skew(-10deg);
    transform: translate3d(0,0,0) skew(-10deg);

    box-shadow: 8px 0px 8px 0px rgba(0,0,0,0.4);

    -webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

/*.box-image {height: auto;width: 100%;min-height: 270px;}*/

.sis .box-image::before {background: #3498db}

.alarm .box-image::before, .codelab .box-image::before {background: #f39c12}

.dea .box-image::before {background: #8e44ad}

.tam .box-image::before {background: #c0392b}

.mpms .box-image::before {background: #95a5a6}

.design .box-image::before {background: #241b36}

#sections a:hover .box-image::before {/*background: #222;*/width: 120px}

/*#sections a:hover .box-image {width: 30%}*/

/* DOC style
/*---------------------------------------------*/


span.tagline {display:block;margin-top: -1.2em;margin-bottom: 1em;color: #777}

.toc ul {margin:0;padding: 0}
.toc li {margin:0;padding: 0;}

.toc {
	float: right;
	display: inline-block;
	padding: 10px;
	margin: 0px 0px 10px 20px;
	background:#fdfdfd;
	background:rgba(100,100,100,0.1);
}

.doc h2 {padding-top: 20px}


/************Timeline**************/
/* Timeline Container */
.timeline {
  border-left: 5px solid #dddddd;
  padding-bottom: 3em;
  position: relative; }

ol.timeline {
  list-style: none;
  margin: 0;
  padding: 0px 0px 2em; }


  .timeline:before {
    content: "";
    position: absolute;
    bottom: -1em;
    left: -2em;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #dddddd;
    border: 5px solid #dddddd; }

/* Individual Timeline Item */
.tl-node {
  padding-left: 1.2em;
  margin-bottom: 3em;
  position: relative; }
  .tl-node a {
    display: block; }
  .tl-node:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.2em;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    border: 5px solid #dddddd; }

.tl-node:hover:before {
    border: 5px solid #3498db
}

/* Timestamp */
.tl-stamp {
  font-size: 0.7em;
  color: gray; }

.tl-content {
    color: #000;
	line-height: 1.2em;
	
    font-size: 1.7em;  
}

/************End Timeline**************/

/* Style for groups
/*---------------------------------------------*/
/* 

colors by http://flatuicolors.com/

ALARM color #f39c12	orange

Dea color 	#8e44ad wisteria

SIS Color	#3498db peter river

TAM color	#c0392b	pomegranate

MPMS color	#95a5a6 concrete

*/