/* EPO Menu Button */

#siteMenuBottom a.epo-button {
	background-image: linear-gradient(#c00, #d00, #c00,  #b00,  #a00, #a00, #a00);
}

#siteMenuBottom a:hover.epo-button,
#siteMenuBottom a:active.epo-button {
	background-image: linear-gradient(#e00, #f00, #e00,  #c00,  #c00, #a00, #a00);
}

hr {
	margin: 12px 0;
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #d0d0d0;
}

hr.half-hr {
	margin: 12px auto;
	text-align: center;
	width: 50%;
}

.red {
	color:#c00;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.img-fl-left {
	float: left;
	padding: 0 12px 12px 0;
}

.img-fl-right {
	float: right;
	padding: 0 0 12px 12px;
}

.clear {
	clear: both;
}

/* Two Columns */

#left-column {
	float: left;
	width: 654px;
	padding: 0 24px 0 0;
	text-align: justify;
}

#right-column {
	float: left;
	width: 226px;
}

/* News/Quicklinks Box */

#sec-wrapper #news-box,
#sec-wrapper #right-column #quicklink-box {
	margin: 12px 0;
	padding: 8px;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	text-align: left;
}

#sec-wrapper #news-box h1,
#sec-wrapper #right-column #quicklink-box h1 {
	margin: 0 0 12px 0;
	border-bottom: 1px solid #d0d0d0;
	color: #595959;
	background: transparent;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-shadow: 2px 2px 2px #ccc;
}

#sec-wrapper #news-box ul,
#sec-wrapper #right-column #quicklink-box ul {

}

#sec-wrapper #news-box li,
#sec-wrapper #right-column #quicklink-box li {
	padding-bottom: 0.5em;
}

#sec-wrapper #news-box h2 {
	margin: 6px 0 0 0;
	color: #0b427f;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

#sec-wrapper #news-box h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

#sec-wrapper #news-box p {
	margin: 2px 0 12px 0;
}

#sec-wrapper #news-box .right {
	text-align: right;
}

/* Proposal and Tools */

.gi-nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 80%;
}

.gi-nav-button {
	align-self: stretch;
	color: white;
	display: flex;
	flex-basis: 125px;
	flex-grow: 0;
	font-size: 14px;
	justify-content: center;
	line-height: 18px;
	list-style: none;
	margin: 1em;
	padding: 0;
	text-align: center;
}

.gi-nav-button a {
	align-items: center;
	background: #fff;
	border: 1px solid #333;
	border-radius: 0.5em;
	color: #039;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.gi-nav-button a:active,
.gi-nav-button a:hover {
	background: #ddd;
	color: #039;
}

.gi-nav-button a:visited {
	color: #039;
}

#sec-wrapper {
	font-size: 12px;
	line-height: 1.3em;
}

#sec-wrapper h1 {
	color: #333;
	font-size: 16px;
	line-height: 1.3em;
}

#sec-wrapper h2 {
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 14px;
}

#sec-wrapper table {
	border-collapse: collapse;
	border-top: none;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: none;
	margin: 12px 0em;
	padding: 0;
}

#sec-wrapper table.center {
	margin: 12px auto;
	text-align: center;
}

#sec-wrapper th,
#sec-wrapper td {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	text-align: left;
	margin: 0;
	padding: 6px;
	vertical-align: top;
}

#sec-wrapper th {
	background: #369;
	color: #fff;
}

#sec-wrapper tr {
	background: #fff5ee;
	color: #000;
}

#sec-wrapper table.zebra tr:nth-child(odd) {
	background-color: #fff5ee;
}

#sec-wrapper table.zebra tr:nth-child(even) {
	background-color: #ffe4c4;
}

#sec-wrapper table.nostyle {
	border: none;
}

#sec-wrapper table.nostyle th {
	background: #fff;
	border: none;
	color: #000;
}

#sec-wrapper table.nostyle tr,
#sec-wrapper table.nostyle td {
	border: none;
}

.jump-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.jumpbox {
	width: 90%;
	margin: 0 0 1em 0;
}

@media only screen and (min-width: 600px) { /* Scale jumpbox for tablet */
	.jumpbox {
		width: 45%;
	}
}

@media only screen and (min-width: 952px) { /* Scale jumpbox for desktop */
	.jumpbox {
		width: 30%;
	}
}

.jumpbox h3 {
	background: #333;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	margin: 0;
	padding: 1em;
}

.jumpbox ul {
	background: #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
	padding: 1em 1.5em;
}

.jumpbox li {
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
}

.jumpbox a {
	text-decoration: none;
}

.jumpbox a:hover,
.jumpbox a:active {
	text-decoration: underline;
}

/* Gallery */

.gallery-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.gallery-item-container {
	width: 90%;
	margin: 0 auto 2em auto;
	text-align: center;
}

@media only screen and (min-width: 600px) { /* Scale jumpbox for tablet */
	.gallery-item-container {
		width: 50%;
	}
}

@media only screen and (min-width: 952px) { /* Scale jumpbox for desktop */
	.gallery-item-container {
		width: 50%;
	}
}

.gallery-item {
	margin: 0 auto;
	text-align: center;
}

.gallery-item twitter-widget {
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

.gallery-caption {
	margin: 1em 3em;
	text-align: center;
}

/* About Page */

.about-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.about-2-col {
	width: 50%;
}

.about-3-col {
	width: 33%;
}

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

.about-text li {
	margin-bottom: 1em;
}

.about-img {
	margin: 0 auto;
	text-align: center;
}

/* for block code */
code {
	background: #eee;
	display: block;
	font-family: monospace;
	margin: 1em;
	overflow: auto;
	padding: 1em;
	white-space: pre;
}

/* for inline code */
.code {
	background: #eee;
	font-family: monospace;
	white-space: pre;

}
