@charset "UTF-8";
/* @import url("http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400"); */

/*
	Read Only by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

	body {
		background: #fff;
		margin: 0px;
	}

	body, input, select, textarea {
		color: #444;
		font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;  
		font-size: 10pt;
		font-weight: 400;
		line-height: 1.5em;
	}

	a, span.deadlink {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom: solid 1px #e4e4e4;
		color: inherit;
		text-decoration: none;
	}
	a.image {
		font-size: .7em;
		line-height: 120%;
	}
		a:hover {
			border-bottom-color: transparent;
			color: #3cadcc !important;
		}

	strong, b {
		color: #666;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2.25em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #666;
		font-weight: 700;
		line-height: 1.3em;
		margin: 0 0 0.5625em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			border: 0;
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.75em;
	}

	h4 {
		font-size: 1.25em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #f4f4f4;
		margin: 2.25em 0;
	}

		hr.major {
			margin: 3.375em 0;
		}

	blockquote {
		border-left: solid 8px #e4e4e4;
		font-style: italic;
		margin: 0 0 2.25em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: #555;
		border-radius: 5px;
		color: #fff;
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0 2.25em 0;
	}

		pre code {
			-webkit-overflow-scrolling: touch;
			display: block;
			line-height: 1.5em;
			overflow-x: auto;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	.artists {
		text-align: center;
		font-style: italic;
	}
	
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #666;
		position: relative;
		margin: 0 0 1.6875em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.35em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.25em;
		line-height: 1.5em;
	}

	header.major h2 {
		color: #3cadcc;
		font-size: 3.5em;
	}

		header.major h2 + p {
			color: #666;
			font-size: 1.75em;
			font-weight: 700;
			margin-top: -0.75em;
		}

/* Box */

	.box {
		border-radius: 5px;
		border: solid 2px #e4e4e4;
		margin-bottom: 2.25em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Image */

	.image {
		border-radius: 5px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 5px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2.5em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2.25em 0;
			width: 100%;
		}
		.image.small {
			display: block;
			margin: 0 0 1.5em 0;
			width: 40%;
		}

			.image.fit img {
				display: block;
				width: 100%;
				height: auto;
			}

		.image.avatar {
			margin: 0 0 2em 0;
			width: 30%;
		}

			.image.avatar img {
				display: block;
				width: 100%;
				height: auto;
			}
		

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2.25em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2.25em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			border-top: solid 6px #f4f4f4;
			border-bottom: solid 6px #f4f4f4;
			list-style: none;
			padding: 1em 1em 1em 1em;
		}

			ul.alt li {
				border-top: solid 2px #f4f4f4;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.noBullet{
			list-style-type: none;
		}
		
		ul.squareBullet {
			list-style-image: url(../images/common/gold-sqaure.gif);
			list-style-type: none;
		}
		
		ul.program {
			list-style: none;
			padding-left: 0;
		}
		
		ul.feature-icons {
			list-style: none;
			padding-left: 0;
		}

			ul.feature-icons li {
				text-decoration: none;
				display: inline-block;
				margin: 0 0 1.6875em 0;
				padding: 0.35em 0 0 3.5em;
				position: relative;
				width: 48%;
			}

				ul.feature-icons li:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.feature-icons li:before {
					background: #3cadcc;
					border-radius: 100%;
					color: #ffffff;
					display: block;
					height: 2.5em;
					left: 0;
					line-height: 2.5em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2.5em;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

				ul.icons li .icon:before {
					font-size: 1.25em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1.125em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5625em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.125em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5625em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1.125em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1.125em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1.125em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5625em;
					width: calc(100% + 0.5625em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5625em;
					}

	dl {
		margin: 0 0 2.25em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2.25em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 2px #f4f4f4;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #fafafa;
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #444;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 4px #e4e4e4;
		}

		table tfoot {
			border-top: solid 4px #e4e4e4;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 2px #e4e4e4;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 2px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 2px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #989898;
		border-radius: 5px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		.button:hover {
			background-color: #a5a5a5;
			color: #ffffff !important;
		}

		.button:active {
			background-color: #8b8b8b;
		}

		.button.icon {
			padding-left: 1.35em;
		}

			.button.icon:before {
				margin-right: 0.5em;
			}

		.button.fit {
			display: block;
			margin: 0 0 1.125em 0;
			width: 100%;
		}

		.button.small {
			font-size: 0.8em;
		}

		.button.big {
			font-size: 1.35em;
		}

		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #e4e4e4;
			color: #777 !important;
		}

			.button.alt:hover {
				background-color: #f4f4f4;
				color: #777 !important;
			}

			.button.alt:active {
				background-color: #eaeaea;
			}

			.button.alt.icon:before {
				color: #aaa;
			}

		.button.special {
			background-color: #3cadcc;
			color: #ffffff !important;
		}

		.button.color1 {
			background-color: #3cadcc;
			color: #ffffff !important;
		}
		.button.color1:hover, .button.color2:hover, .button.color3:hover {
			background-color: #aaa;
		}
		.button.color2 {
			background-color: #eabd23;
			color: #ffffff !important;
		}
		.button.color3 {
			background-color: #9cbe62;
			color: #ffffff !important;
		}
		
			.button.special:hover {
/*				background-color: #5ed0b1;  slightly green original color; change to blue */
				background-color: #5eb8d1;
			}

			.button.special:active {
				background-color: #38a4c2;
			}

		.button.disabled,
		.button:disabled {
			background-color: #888 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Features */

	.features article {
		border-top: solid 3px #f4f4f4;
		margin-bottom: 2.25em;
		padding-top: 2.25em;
	}

		.features article:first-child {
			border-top: 0;
			padding-top: 0;
		}

		.features article .image {
			display: inline-block;
			padding-right: 2.5em;
			vertical-align: middle;
			width: 48%;
		}

			.features article .image img {
				display: block;
				width: 100%;
			}

		.features article .inner {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}

			.features article .inner > :last-child {
				margin-bottom: 0;
			}

/* Index Entries */
    /* Paragraphs for locked article listings may be marked with class="article-is-disabled" */
	p.indexentry.article-is-disabled {
		pointer-events: none;
		color: #d0d0d0;
	}
	p.indexentry.article-is-disabled a.button {
		background-color: #d0d0d0;
	}
	p.indexentry.article-is-disabled .button.key {
		font-size: 0.8em;
		pointer-events: auto;
		background-image: url("../images/common/key-D0.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #ffffff;
	}
	p.indexentry.article-is-disabled .button.key:hover {
		filter:alpha(opacity=50);
		opacity:0.5;
	}
	p.indexentry.article-is-disabled .button.key:active {
		filter:alpha(opacity=50);
		opacity:0.5;
	}

    /* The entire container for a seminar listing page may be marked with class="container-is-locked" */
	    /* All clicks in the SegmentListing are disabled */
	div.container.container-is-locked div.hjSegmentListing {
		pointer-events: none;
		color: #d0d0d0;
	}
	    /* Buttons in SegmentButtons are colored gray, but not the key button in SegmentTitle */
	div.container.container-is-locked div.hjSegmentButtons a.button {
		background-color: #d0d0d0;
	}
	div.container span.locked a.button {
		pointer-events: none;
		background-color: #d0d0d0;
	}

/* Popup box */

	.overlay {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  transition: opacity 500ms;
	  visibility: hidden;
	  opacity: 0;
	}
	.overlay:target {
	  visibility: visible;
	  opacity: 1;
	}
	
	.popup {
	  margin: 70px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 30%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}
	
	.popup h2 {
	  margin-top: 0;
	  color: #333;
	  font-family: Tahoma, Arial, sans-serif;
	}
	.popup .close {
	  position: absolute;
	  top: 20px;
	  right: 30px;
	  transition: all 200ms;
	  font-size: 30px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #333;
	}
	.popup .close:hover {
	  color: orange;
	}
	.popup .content {
	  max-height: 30%;
	  overflow: auto;
	}	
	
	
/* Wrapper */

	#wrapper {
		background: #fff;
		padding-right: 15%;
		max-width: 960px;
		min-width: 450px;
		margin: 8px;
	}

/* Header */
	#header {
		background: #3cadcc;
		color: #d3ecf2;
		height: 100%;
		position: fixed;
		text-align: center;
		top: 8px;
		width: 15%; 
		right: 0;
	}

		#header header p {
			color: #b5dee8;
		}

		#header > header {
			padding: 0em;
		}

			#header > header .avatar {
				display: block;
				margin: 0 auto 1.25em auto;
				width: 8em;
			}

			#header > header h1 {
				font-size: 1.5em;
				margin: 3px;
				background-image: none;
				background-color: #f4f4f4;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center; 
				padding: 1em .3em 1em .3em;
				text-align: center;
				color: #3cadcc;
			}

			#header > header p {
				color: #d3ecf2;
				font-style: italic;
				margin: 1em 0 0 0;
			}

		#header > footer {
			bottom: 0;
			right: 0;
			padding: 4em 1em 0 1em;
			position: absolute;
			/* [disabled]width: 100%; */
		}

			#header > footer .icons {
				margin: 0;
			}

				#header > footer .icons li a {
					color: #b5dee8;
				}

		#header > nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			#header > nav ul li {
				border-top: solid 2px #5bb5cf;
				display: block;
				padding: 0;
			}

				#header > nav ul li a {
					-moz-transition: none;
					-webkit-transition: none;
					-o-transition: none;
					-ms-transition: none;
					transition: none;
					border: 0;
/*					color: #f4f4f4 !important; */
					display: block;
					padding: 0.45em 1em; 
					text-decoration: none;
				}

					#header > nav ul li a:hover {
						background: #f4f4f4;
						color: #3cadcc !important;
					}

				#header > nav ul li:first-child {
					border-top: 0;
				}

/* Main */

	#main > section {
 		border-top: solid 6px #f4f4f4;
	}

		#main > section:first-child {
			border-top: 0px;
		}

		#main > section > .container {
			padding: 3em 0 3em 0;
		}

/* One */

	#one:before {
		background-image: url("../images/common/banner-960-1.jpg");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 127px; 
		width: auto;
	}
	
/* Footer */

	#footer {
		background: #fafafa;
		border-top: 0;
		color: #404040;
		overflow: hidden;
		padding: 4em 0 2em 0;
		clear: both;
	}

		#footer .copyright {
			line-height: 1.2em;
			list-style: none;
			padding: 0;
		}

			#footer .copyright li {
				border-left: solid 1px #d4d4d4;
				display: inline-block;
				font-size: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

@media print {

/* Basic */

	body {
		width: 1024px;
		font-size: 12pt;
	}

	
	.page-before {
		page-break-before: always;
	}


/* Image */

	.image.left, .image.right {
		max-width: 40%;
	}

		.image.left img, .image.right img {
			width: 100%;
		}

/* Header */

	#skel-layers-wrapper {
		padding-top: 0px;
	}

	#header {
		background: none;
		bottom: auto;
		left: auto;
		position: relative;
		right: auto;
		top: 0;
		width: 0;
		display: none;
	}

		#header > footer {
			bottom: auto;
			left: auto;
			margin: 1em 0 0 0;
			position: relative;
			right: auto;
			top: auto;
		}

	h1 #logo {
		display: none;
	}

/* This controls the appearance of the title bar in reditions "Medium" and smaller */
/* The "titleBar" refers to parts of the hidden menu button and associated words taken from the logo */
	#titleBar, #titleBar .title {
		display: none;
	}
	
/* Wrapper */

	#wrapper {
		padding-left: 15%;
		padding-right: 15%;
		margin: 0;
	}

/* One */

	#one:before {
		height: 102px; 
	}
	
}
