@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');
@import url('https://fonts.googleapis.com/css?family=Chivo');

/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body {
		background: white;
	}

		body.loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body, input, select, textarea {
		color: #333;
		font-family: 'IBM Plex Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		color: #5a71a5;
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 1em 0;
	}

	p {
		text-align: justify;
		line-height: 1.6em;
		font-size: 1.2em;
	}

		p.medium {
			font-size: 1.4em;
		}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 700;
	}

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

	h1 {
		font-size: 2.2em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h2 a {
		color: #5a71a5;
		text-decoration: underline;
	}

	h3 {
		font-size: 1.25em;
	}

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

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

	hr {
		 border: 0;
		 height: 0;
		 border-top: 1px solid rgba(0, 0, 0, 0.1);
		 border-bottom: 1px solid rgba(255, 255, 255, 0.3);	
		 padding-bottom: 0.5em;
		}

	blockquote {
		border-left: solid 0.5em #82b440;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	header.major {
		padding-bottom: 3em;
		text-align: center;
	}

		header.major h2 {
			font-size: 2.6em;
			font-weight: 70	0;
		}

		header.major .byline {
			display: block;
			padding-top: 1em;
			letter-spacing: 1px;
			font-size: 1.4em;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		margin: 0em;
		padding-left: 1.25em;
		list-style-type: disc;
	}

		ul.default li {
			padding: 0em 0em;
			text-align: justify;
			line-height: 1.6em;
			font-size: 1.2em;
		}
		
			ul.default li i {
				font-size: 0.9em;
				}

	

/* Tables */

	table {
		width: 100%;
		font-size: 1.2em;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #eee;
			}
			
			table.default tbody tr:nth-child(even) {
	
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
				vertical-align: top;
			}
			
			table.default thead {
				background: #555555;
				color: #fff;
			}

/* Wrapper */

	.wrapper {
		padding: 6em 0em 4em 0em;
	}

		.wrapper.style1 {
			padding: 0em;
			background: #222222 url(../images/banner.jpg) no-repeat;
			background-size: cover;
		}

		.wrapper.style11 {
			padding: 0em;
			background: #222222 url(../images/banner2.png) no-repeat;
			background-size: cover;
			color: #000;
		}
		
		.wrapper.style2 {
			padding: 0em;
			padding-left: 5em;
			padding-right: 5em;
			line-height: 1.45em;
			color: #333;
			font-weight: 300;
		}
		
			.wrapper.style2 .image {
				width: 60%;
				margin: 0em auto 2em auto;
			}

				.wrapper.style2 .image img {
					border-radius: 50%;
					border: 10px solid;
					border-color: white;
				}
		
/* Header */

	#header {
		color: white;
		height: 4em;
		font-family: "Chivo", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		font-weight: 900;
	}

		#header .container {
			position: relative;
		}
	
	#header2 {
		color: black;
		height: 4em;
	}

		#header2 .container {
			position: relative;
		}
		
	.homepage #logo {
		display: none;
	}

	.homepage #nav {
		position: static;
		right: none;
		text-align: center;
	}

	#logo {
		line-height: 2em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 400;
	}

		#logo h1 {
			display: inline-block;
			margin: 0;
			padding: 0;
		}

		#logo a {
			color: inherit;
		}

	#nav {
		position: absolute;
		text-align: right;
		top: 0;
		right: 0;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				border-radius: 4px;
				display: inline-block;
				margin-left: 0.5em;
				padding: 0 0.5em;
			}

				#nav > ul > li a {
					color: inherit;
					line-height: 4em;
					letter-spacing: 2px;
					text-decoration: none;
					font-weight: 900;
					font-size: 1em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}
				
				#nav > ul > li a:hover, a:focus {
					color: black;
					text-decoration: underline;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		top: 2em;
		background: rgba(32, 32, 32, 0.75);
		border-radius: 4px;
		color: inherit;
		min-width: 12em;
		padding: 1em 0;
		color: white;
	}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1em;
		}

			.dropotron > li > a {
				color: inherit;
				letter-spacing: 2px;
				text-decoration: none;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: inherit;
			}

		.dropotron.level-0 {
			border-radius: 0 0 4px 4px;
			font-size: 1em;
			margin-left: -0.5em;
		}

/* Banner */

	#banner {
		font-family: "Chivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 2em 0em 1em 0em;
		text-align: center;
		color: white;
	}

		#banner .container {
			padding: 0em 2.5em;
		}

		#banner h2 {
			display: inline-block;
			margin-top: 0.7em;
			font-size: 4.25em;
			font-weight: 900;
			line-height: 1em;
		}

		#banner span, #banner p {
			display: block;
			font-size: 1.8em;
			font-weight: 900;
		}

		#banner span {
			padding: 1em 0em;
		}
		
/* Banner */

	#banner2 {
		font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 2em 0em 1em 0em;
		text-align: center;
		color: #000;
	}

		#banner2 .container {
			padding: 0em;
		}

		#banner2 h2 {
			display: inline-block;
			margin-top: 0.25em;
			font-size: 4em;
			font-weight: 800;
			line-height: 1em;
		}

		#banner2 span, #banner2 p {
			display: block;
			font-size: 1.8em;
			font-weight: 800;
		}

		#banner2 span {
			padding: 1em 0em;
		}

/* Main */

	#main {
		padding: 4em 0;
	}

		#main #content .major, #main #sidebar .major {
			text-align: left;
		}

		#main #sidebar section {
			margin-top: 4em;
		}

			#main #sidebar section:first-child {
				margin-top: 0;
			}

		#main #sidebar .major {
			padding-bottom: 2em;
		}

			#main #sidebar .major h2 {
				font-size: 1.8em;
			}

/* Footer */

	#footer {
		padding: 6em 0 2em 0;
		text-align: center;
		color: #333;
	}

		#footer hr {
			border-bottom: 1px solid;
			border-color: inherit;
			opacity: .05;
		}

		#footer .major h2 {
			color: inherit;
		}

		#footer .major .byline {
			color: inherit;
			opacity: .4;
		}

		#footer .copyright {
			margin-top: 3em;
			text-align: center;
		}

/* Copyright */
.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

	#copyright {
		position: relative;
		text-align: center;
		padding: 3em 0em 3em 0em;
		color: inherit;
		opacity: .40;
	}

		#copyright a {
			text-decoration: none;
			color: inherit;
		}

.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-group{letter-spacing:-.31em;text-rendering:optimizespeed}.opera-only :-o-prefocus,.pure-button-group{word-spacing:-.43em}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:transparent;background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:focus,.pure-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled]{border:none;background-image:none;filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none;pointer-events:none}.pure-button-hidden{display:none}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-button-group .pure-button{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;margin:0;border-radius:0;border-right:1px solid #111;border-right:1px solid rgba(0,0,0,.2)}.pure-button-group .pure-button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.pure-button-group .pure-button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:none}