@charset "utf-8";
/* CSS Document */

/* SVG Styles*/
.st0{fill:#3E9FDE;}





body {
	background-color: #000;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 80%;
	margin: 40px;
}
@media only screen and (max-width: 650px) {
	body {
		margin: 5px;
	}
}
#skipLink {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skipLink:focus, #skipLink:active {
	position: absolute;
	display: block; 
	top: 0;
	left: 0;
	z-index:9999;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	text-decoration: underline;
	background-color: rgb(255, 255, 255, .95);
	overflow: visible;
	font-weight: bold;
	font-size: 115%;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
}
.nav, nav {
	box-shadow: 1px 1px 0 1px #000 inset;
	border: solid 2px #fff;
	background-color: #3E9FDE;
	padding: 10px;
	margin-bottom: 10px;
	}
/*
[1]: All items a forced onto a single line, causing the overflow when necessary.
[2]: Automatic overflow means a scroll bar won’t be present if it isn’t needed
[3]: Make it smooth scrolling on iOS devices
[4]: Hide the ugly scrollbars in Edge until the scrollable area is hovered
[5]: Hide the scroll bar in WebKit browsers
*/
nav {
  white-space: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ }

/* [5] */
nav::-webkit-scrollbar {
  display: none; }
nav a {
	padding: 10px;
	text-decoration: none;
	font-face: Trebuchet MS;
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

nav.breadcrumb {
  padding: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 0 1px #fff inset;
	margin-bottom: 0;
	font-size: 80%;
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  content: '';
}

nav.breadcrumb li a {
	font-weight: 200;
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  text-decoration: none;
}











main, div.engravedBlackBorder, p.engravedBlackBorder, a.engravedBlackBorder, a.engravedBlackBorder:focus, a.engravedBlackBorder:hover {
	background: #fff;
	min-height: 200px;
	border: solid 1;
	border-style: double;
	border-image: url("/images/engravedBgBorder.png") 44 / 44px round;
	padding: 40px;
	margin: 0 0 10px 0;
	display: block;
	}
	a.engravedBlackBorder, a.engravedBlackBorder:focus, a.engravedBlackBorder:hover {
		display: block;
		border: solid 1;
	border-style: double;
		border-image: url("/images/engravedBgBorder_Blue.png") 44 / 44px round;
		text-align: center;
	}
	a.engravedBlackBorder.linkBgFFF, a.engravedBlackBorder.linkBgFFF:focus, a.engravedBlackBorder.linkBgFFF:hover {
		display: block;
		border: solid 1;
	border-style: double;
		border-image: url("/images/engravedBgBorder_Blue_WhiteBg.png") 44 / 44px round;
		text-align: center;
	}
	a.engravedBlackBorder img {
		width: 100%;
		height: auto;
	}
/*a.engravedBlackBorder img { 
			height: 100%;
			width: auto;
		}*/
a.engravedBlackBorder:focus, a.engravedBlackBorder:hover {
		display: block;
		border-image: url("/images/engravedBgBorder_Blue_2px.png") 44 / 44px round;
	}
a.engravedBlackBorder.linkBgFFF:focus, a.engravedBlackBorder.linkBgFFF:hover {
		display: block;
		border-image: url("/images/engravedBgBorder_Blue_WhiteBg_2px.png") 44 / 44px round;
	}
a.engravedBlackBorder div {
		text-decoration:  none;
		font-weight: bold;
	}
p.engravedBlackBorder {
	font-family: Trebuchet MS;
	font-size: 180%;
}
@media only screen and (min-width: 813px) {
	p.engravedBlackBorder {
	font-size: 1.8vw;
}
}
header img {
	width: 66%;
	height: auto;
}
@media only screen and (max-width: 812px) {
	header img {
		width: 100%;
		height: auto;
	}
}
.offscreenText {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.welcome {
	min-height: 200px;
	vertical-align: middle;
	padding: 40px 0;
}






body {
    
}


	h2 {border-bottom: 1px solid #3E9FDE;}
	h3 .date {font-size: 90%;}
	h4 {margin-bottom: 0;}
	h3 .date, h4 .date {
    display: block;
    font-weight: normal;
	font-style: italic;
}
.sectionResume {
	margin: 10px;
}
.sectionResume .sectionResume {
    margin-left: 40px;
}
.sectionResume .sectionResume p,
.sectionResume .sectionResume ul {
    margin-left: 40px;
}
	p, ul {
		page-break-inside: avoid;
	}
/*@media print {*/
  #header {
    background: #eee;
    height: 50px;
    padding: 10px;
	border-bottom: 1px solid #848484;
	}
	#header img {
		height: 100%;
		width: auto;
	}
	#header span {
		float: right;
		color: #000;
		line-height: 50px;
		font-size: 65%;
	}
/*}*/










/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child, .col:nth-child(3) { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  PORTFOLIO SPECIFIC  */

figure.portfolioHero {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
figure.portfolioHero img {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure.portfolioHero.pluto img,
figure.portfolioHero.gaad img {
	max-width: 900px;
}
figure.portfolioHero figcaption {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	padding: 5px 10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: center;
}
figure.portfolioHero.pluto figcaption,
figure.portfolioHero.gaad figcaption {
	max-width: 850px;
}
img.portfolioHero {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 800px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

#follow-button {
	font-size: 200%;
}

footer {
	color: #fff;
}