/*!
Theme Name: ttimb
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ttimb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ttimb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation ## Links ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content ## Posts and pages ## Comments
# Infinite scroll
# Media ## Captions ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections  ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content  ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics  ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content  ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms  ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Interactive  ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc  ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6, p {
	clear: both;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
}
p, li {
	line-height: 1.15em;
}
h1 {
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 2.75rem;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.home h2 {
	letter-spacing: -0.025em;
}
h3 {
	font-size: 1.9375rem;
	font-weight: 900;
	text-transform: uppercase;
}
h3.issues {
	color: #004A23;
	display: inline-block;
	background: url("images/down.svg") no-repeat;
	background-size: auto .75rem;
	background-position: right .6875rem;
	padding-right: 2.5rem;
	margin-bottom: 1.4em;
}
h4 {
	font-size: 1.625rem;
	font-weight: bold;
}
h5 {
	font-size: 1.5rem;
	font-weight: 900;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: .833333333vw;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #000;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5rem;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	float: left;
	width: 31.8669528%;
	height: 6.5625vw;
	padding: 0;
	border: none;
	margin: 1.45833333vw 0 0 0;
	background-color: #000;
	font-size: 1.25vw;
	font-weight: 900;
	line-height: 1.875vw;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.page-developing-pittsburgh .button { width: 23.6507937%; }
.col-3 button {
	width: 100%;
}
a.button, .woocommerce a.button, div.button {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.button a {
	text-decoration: none;
}
.button.subscribe {
	background-color: #fff;
	color: #000;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	background-color: #0CC67F;
	color: inherit;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, a.button:active, a.button:focus {
	background-color: #0CC67F;
	color: #fff;
}
.button.rounded {
	display: inline-block;
	float: none;
	width: auto;
	height: 3.38541667vw;
	margin: 1.30208333vw 0 0 0;
	background-color: #fff;
	padding: 0 1.91666667vw;
	font-size: 1.875vw;
	line-height: 3.38541667vw;
	color: #000 !important;
	box-sizing: content-box;
	border-radius: 3.38541667vw;
	-webkit-box-shadow: 0px 0.46875vw 0px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0.46875vw 0px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0.46875vw 0px 0px rgba(0, 0, 0, 1);
}
.button.issues {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0.729166666vw;
}
.button.issues a {
	display: inline-block;
	font-size: 1.25vw;
	margin: 0.78125vw 0 0.9375vw 0;
}
.page .entry-content .button .past-issues {
	background-color: #fff;
	color: #000;
	padding: 0.9375vw 0;
}
.page .entry-content .button .past-issues a {
	color: #000;
	font-size: 0.885416666vw;
	margin: 0;
}
.page-breaking-ground .entry-content .button a:hover, .page-breaking-ground .entry-content .button a:focus {
	color: #C1272d;
}
.page-developing-pittsburgh .entry-content .button a:hover, .page-developing-pittsburgh .entry-content .button a:focus {
	color: #009245;
}
.page-contract-awards .entry-content .button {
	width: 35.793650793%;
	margin-right: 1.5625vw;
	font-size: 1.875vw;
	line-height: 1.2em;
}
.page-contract-awards .entry-content .button.login {
	width: 23.6507937%;
	margin-right: 0;
}
.page-contract-awards .entry-content .button a:hover, .page-contract-awards .entry-content .button a:focus {
	color: #009245;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #000;
	background-color: #fff;
	border: none;
	padding: 0.5vw 0.416666667vw;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: inset 0px 0px 0px 2vw white !important;
	-moz-box-shadow: inset 0px 0px 0px 2vw white !important;
	box-shadow: inset 0px 0px 0px 2vw white !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #004A23;
}
select {
	border: none;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover, a:focus, a:active {
	color: #0CC67F;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	position: relative;
	width: 70.8030729vw;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #004A23;
	text-decoration: none;
	border-bottom: 0.25rem solid #fff;
}
.main-navigation li:last-child a {
	color: #fff;
	background-color: #004A23;
	border-radius: 2rem;
	padding: 0 1rem;
	border-bottom: none;
}
.main-navigation li:last-child a:hover {
	color: #0CC67F;
}
.main-navigation a:hover, .main-navigation a:focus {
	color: #0CC67F;
}
.main-navigation li.current-menu-item a, .main-navigation li.current-page-ancestor a {
	color: #0CC67F;
	border-color: #0CC67F;
}
.main-navigation li:last-of-type.current-menu-item a {
	border-bottom: none;
	-webkit-box-shadow: 0px 0.25rem 0px 0px rgba(12, 198, 127, 1);
	-moz-box-shadow: 0px 0.25rem 0px 0px rgba(12, 198, 127, 1);
	box-shadow: 0px 0.25rem 0px 0px rgba(12, 198, 127, 1);
	margin-bottom: 0.25rem;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
	float: right;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	width: 100%;
	margin: 0 0 2rem 0;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5625vw;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5625vw;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}
.sticky {
	display: block;
}
.post, .page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
h2.comments-title {
	text-align: left;
}
ol.comment-list {
	margin-left: 0;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* Organize this as SCSS */
.site-header .site-branding {
	width: 25.1344271vw;
	height: 7.34375vw;
	display: block;
	float: left;
	padding: 0.46875vw 0 0.9375vw 4.6875vw;
}
.site-header .site-title {
	margin: 0;
	width: 100%;
	height: 100%;
}
.site-header .site-title img {
	display: block;
	width: 12.9416146vw;
	height: auto;
}
.content-area {
	max-width: 1260px;
	margin: 0 auto;
}
.home #primary {
	margin-bottom: 2.5vw;
}
.slider-area {
	width: 100%;
	margin-bottom: 2.5vw;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-area .content-area {
	width: 46.7708333%;
	height: auto;
	background: #004A23 url("images/_HEADER.png") no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-area .content-area .entry-content {
	margin: 0 58px;
	color: #fff;
	font-size: 1.194375rem;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.col-3 {
	width: 23.5714286%;
}
.site-footer {
	background-color: #000;
	color: #fff;
	padding-bottom: 2.5vw;
}
.site-footer .site-info {
	font-size: 1.0625rem;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
}
.site-footer .site-info a {
	text-decoration: none;
}
.site-footer h1 {
	margin: 1.2em 0 .6em 0;
}
.site-footer input[type="text"], .site-footer input[type="email"], .site-footer textarea {
	width: 36.9270833vw;
}
.site-footer .button.rounded {
	margin: 0;
	background-color: #0CC67F;
}
.site-footer input[type="submit"]:hover {
	background-color: #fff;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-response-output {
	padding: 0.5vw 0.416666667vw;
	margin: 0 0 1.2em 0;
}
div.wpcf7-mail-sent-ok {
	border: 0.208333333vw solid #0CC67F;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border: 0.208333333vw solid #C1272d;
}
div.wpcf7-spam-blocked {
	border: 0.208333333vw solid #C1A02D;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0.208333333vw solid #C1F02D;
}
span.wpcf7-not-valid-tip {
	color: #fff;
}
.col-3 {
	font-size: 1.0625rem;
}
.col-3 .breakgrnd {
	color: #C1272D;
	margin: 2px 0 0 0;
}
.col-3 .devpgh {
	color: #29ABE2;
	margin: 2px 0 0 0;
}
.col-3 h4 {
	margin-bottom: .3em;
}
.metaslider {
	width: 53.2291667%;
}
.slider-area .metaslider .theme-default .nivo-controlNav {
	padding: 0;
	width: auto;
	position: absolute;
	bottom: 18px;
	right: -58.5px;
}
.slider-area .metaslider .theme-default .nivo-controlNav a {
	width: 29px;
	height: 29px;
	border-radius: 29px;
	border: 2px solid #fff;
	margin: 0 25px 0 0;
	background: none;
}
.metaslider .theme-default .nivo-controlNav a.active {
	background: #fff;
}
.page-breaking-ground .site-content {
	background: #C1272d url("images/_BG_CA.png");
}
.page-developing-pittsburgh .site-content {
	background: #009245 url("images/_DP.png");
}
.page-contract-awards .site-content, .woocommerce-page .site-content, .page-trial .site-content {
	background: #0a4a23 url("images/_BG_CA.png");
	color: #fff;
}
.page-template-database .site-content {
	background: #eee url("images/_BG_CA.png");
}
.page-about .site-content {
	background: #1a1a1a url("images/_AU.png");
	color: #fff;
}
.page .entry-content h1 {
	font-size: 2.625rem;
}
.page .entry-content {
	margin: 6.61458333vw 0 9.42708333vw 0;
}
.page .entry-content .content-text.alignleft {
	width: 23.6507937%;
	color: #fff;
	font-size: 1.0625rem;
	margin: 0;
}
.page .entry-content .content-text.alignleft a {
	color: #fff;
}
.page .entry-content .content-text p:last-of-type {
	margin: 0;
}
.page .entry-content .content-image {
	width: 73.968254%;
}
.blog .site-main, .single .site-main, .archive .site-main, .search .site-main {
	width: 62.5396825%;
	display: inline;
	float: left;
	margin: 0 1.5625vw 0 0;
}
.single h1.entry-title, .post h2.entry-title {
	font-size: 1.5rem;
	text-transform: none;
	text-align: left;
	margin-bottom: 0;
}
.blog .post .entry-content p, .blog .post .entry-content li, .single-post .entry-content p, .single-post .entry-content li, body.mce-content-body p, body.mce-content-body li {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
.blog .post .entry-content h3, .blog .post .entry-content h4, body.mce-content-body h3, body.mce-content-body h4 {
	font-weight: 400;
}
h2.entry-title a {
	text-decoration: none;
}
h1.archive-title, h1.search-title {
	font-size: 1.2375rem;
	line-height: 2rem;
	text-align: left;
	color: #888;
}
.post {
	margin-bottom: 3rem;
}
.post h2 {
	font-size: 1.4rem;
}
.post h3 {
	font-size: 1.3rem;
}
.post h4 {
	font-size: 1.3rem;
	color: #888;
	font-style: italic;
}
.post h5 {
	font-size: 1.1rem;
}
.post h6 {
	font-size: 1rem;
}
#secondary {
	width: 35.0793651%;
	float: right;
	font-size: .75rem;
	margin-top: 3.75vw;
}
#secondary h2 {
	font-size: 1.2375rem;
	line-height: 2rem;
	text-align: left;
	border-top: 0.208333333vw solid #888;
}
#secondary input[type="email"], #secondary input[type="search"] {
	font-size: .75rem;
	border: 1px solid #000;
}
#secondary input[type="email"], #secondary input[type="search"] {
	width: 100% !important;
}
#secondary input.search-field {
	margin: 0 0 1.2em 0;
}
.entry-meta, .jp-relatedposts-post-context, .entry-footer, .logged-in-as, .comment-subscription-form {
	font-size: .75rem;
	color: #888;
}
.sharedaddy, #jp-relatedposts, .entry-footer {
	padding: 0;
	margin: 0 0 1vw 0;
}
.jp-relatedposts-post-excerpt {
	display: none;
}
.comments-area {
	clear: both;
	width: 100%;
	margin-right: 1.5625vw;
}
h3.comment-reply-title {
	font-size: 1.3rem;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	border: 1px solid #000;
}
.comments-area input[type="submit"], #secondary input[type="submit"], #secondary button {
	display: inline-block;
	float: right;
	width: auto;
	height: 1.66666667vw;
	background-color: #000;
	padding: 0 0.833333333vw;
	font-size: 1.2375rem;
	line-height: 2rem;
	color: #fff !important;
	box-sizing: content-box;
	border-radius: 1.66666667vw;
	margin: -.75rem 0 2rem 0;
}
#secondary input[type="submit"], #secondary button {
	margin: 0 0 1rem 0;
}
.comments-area input[type="submit"]:hover, .comments-area input[type="submit"]:focus, #secondary input[type="submit"]:hover, #secondary input[type="submit"]:focus, #secondary button:hover, #secondary button:focus {
	background-color: #0CC67F;
}
.page.page-about .entry-content .content-image {
	width: 20.2083333vw;
	height: 20.2083333vw;
	background: url("images/about-img-bg.svg") no-repeat;
	background-size: contain;
	padding: 2.78645833vw 3.33333333vw;
	margin: 3.17708333vw 6.6666667% 0 0;
}
.page.page-about .entry-content .content-image img {
	width: 100%;
	height: auto;
	border: 0.104166667vw solid #fff;
}
.page.page-about .entry-content .content-text {
	width: 62.5396825%;
}
.page .entry-content .content-image p, .page .entry-content .content-buttons p {
	margin: 0;
}
.page .entry-content .content-image p img {
	display: block;
	width: 100%;
}
.page .entry-content .content-buttons {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fc-event {
	font-size: .75rem;
	line-height: 1.5em;
	border-radius: 1.5em;
	border: none;
	background-color: #0a4a23;
	padding: 0 .75em;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
}
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	width: 48.8095238%;
	margin: 0 1.5625vw 0 0;
}
.woocommerce.columns-2 ul.products li.product.last {
	margin: 0;
}
.woocommerce-placeholder {
	display: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 2.75rem;
	text-align: left;
	text-transform: none;
	padding: 0;
	margin: 0 0 1.2em 0;
}
.woocommerce ul.products li.product .price {
	color: #0CC67F;
	font-size: 1.9375rem;
	font-weight: 700;
	margin: 0;
}
.woocommerce ul.products li.product .button {
	width: 23.4207292vw;
	margin: 1.45833333vw 0 0 0;
	font-size: 1.875vw;
	font-weight: 900;
	line-height: 1.2em;
	background-color: #fff;
	color: #000;
}
.woocommerce a.button {
	padding: 0;
	border-radius: 0;
}
.woocommerce ul.products li.product a.button:hover, .woocommerce ul.products li.product a.button:focus {
	background-color: #009245;
	color: #fff;
}
.woocommerce a.added_to_cart {
	display: block;
	clear: both;
	color: #0CC67F;
	font-size: 1.61458333vw;
	font-weight: 700;
	padding: 0;
	margin: 1.45833333vw 0 0 0;
}
table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
th, td {
	border: 1px solid #ddd;
	padding: 2px;
	vertical-align: top;
}
table.database {
	font-size: 0.625rem;
}
table.database th, table.database td {
	border: 1px solid #ccc;
}
table.database tr td:nth-of-type(1), table.database tr td:nth-of-type(5), table.database tr td:nth-of-type(9), table.database tr td:nth-of-type(10), table.database tr td:nth-of-type(12) {
	text-align: right;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
	border-radius: 0;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: left;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #0CC67F;
	color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #fff;
	color: #000;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #0CC67F;
	color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 1.5rem;
	margin: 1.45833333vw 0 0 0;
	line-height: 1.2em;
	padding: 0;
	font-weight: 900;
	border-radius: 0;
	color: #000;
	background-color: #fff;
}
.woocommerce form .form-row .required {
	color: #C1272d;
	font-weight: 900;
}
.ui-datepicker {
	position: absolute;
	left: -2000px;
}
body.mce-content-body {
	background-color: #fff;
	margin: 20px;
}
@media only screen and (max-width: 1439px) {
	.main-navigation {
		float: none;
		width: 100%;
	}
	.main-navigation button {
		font-size: 1.875vw;
		margin: 0.703125vw 10px 0.703125vw 0;
	}
	.main-navigation li {
		width: 100%;
		box-sizing: content-box;
		height: 6.5625vw;
		background-color: #004A23;
		border-bottom: 0.703125vw solid #fff;
	}
	.main-navigation a {
		font-size: 3.33333333vw;
		line-height: 6.5625vw;
		color: #fff;
		padding: 0 4.6875vw;
		border-bottom: none;
	}
	.main-navigation li:last-child a {
		border-radius: 0;
		padding: 0 4.6875vw;
	}
	html {
		font-size: 12px;
	}
	#content {
		padding: 0 10px;
	}
	.home #content {
		padding: 0;
	}
	.site-footer {
		padding: 0 10px 2.5vw 10px;
	}
	.entry-content p, .entry-content li {
		line-height: 1.5em;
		margin: 0 0 1.5em 0;
	}
	ul, ol {
    margin: 0 0 1.5em 0;
}
	.blog .site-main, .single .site-main, .archive .site-main, .search .site-main {
		width: 100%;
		display: block;
		float: none;
		margin: 0 0 2rem 0;
	}
	#secondary {
		width: 100%;
		float: none;
		font-size: .75rem;
		margin-top: 0;
	}
	.page .entry-content .content-image {
		width: 100%;
	}
	.alignleft {
		display: block;
		float: none;
		margin-right: 0;
		margin-bottom: 1.5625vw;
	}
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 1.5625vw;
	}
	.page .entry-content .content-text.alignleft {
		width: 100%;
	}
	.site-footer input[type="text"], .site-footer input[type="email"], .site-footer textarea {
		width: 100%;
	}
	.slider-area {
		display: block;
	}
	.metaslider {
		width: 100%;
	}
	.slider-area .content-area {
		width: 100%;
	}
	.slider-area .content-area .entry-content {
		margin: 1.2em 10px 0 10px;
	}
	.home .content-area { padding: 0 10px; }
	.slider-area .metaslider .theme-default .nivo-controlNav {
		right: 0;
	}
	.col-3 .breakgrnd, .col-3 .devpgh { font-size: 2.3vw; }
	.page.page-about .entry-content .content-image {
		margin: 0 auto;
	}
	.post #jp-relatedposts .jp-relatedposts-items-visual { margin-right: 0; }
	.post #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { float: none; width: 100%; margin: 0 0 1rem 0; }
	.post #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 0; }
	.comments-area input[type="submit"], #secondary input[type="submit"], #secondary button { height: auto; }
	.widget_twitter_timeline { display: none; }
	body.page-template-database { background: #eee url("images/_BG_CA.png"); }
}
@media screen and (min-width: 1440px) {
	.main-navigation {
		height: 8.8125rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}