@charset "UTF-8";
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-300-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-300-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-400-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/crimson-text-400-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-300-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-300-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-400-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/crimson-text-400-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html, body {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

blockquote,
blockquote.pull-right {
  border-color: #999999;
  float: none !important;
  max-width: 100% !important;
}

blockquote p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

blockquote small {
  font-style: normal;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
}

h1 {
  font-size: 2em;
  color: black;
}

h2 {
  font-size: 1.5em;
  clear: both;
}

h2.callout-heading {
  font-size: 1.75em;
  font-weight: 400;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .89em;
}

h6 {
  font-size: .75em;
}

.callout-heading {
  color: #f63409;
}

small {
  font-size: .9em;
}

address {
  margin: 1em 0;
  font-style: italic;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.lead {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 300;
}

.utility-nav-top {
  display: none;
}

.navbar {
  z-index: 900;
  margin-bottom: 0;
  background-color: white;
  border-radius: 0;
  border: none;
}

.navbar a {
  color: black;
}

.navbar .navbar-logo img {
  width: 200px;
  height: 44px;
}

.navbar .navbar-header {
  padding: 10px 0 5px 15px;
}

.navbar .navbar-collapse {
  background-color: #e7e8e9;
}

.navbar .navbar-collapse .navbar-core > li a {
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}

.navbar .navbar-collapse .navbar-core > li a:hover, .navbar .navbar-collapse .navbar-core > li a:focus {
  background-color: transparent;
  color: #f63409;
  outline: none;
}

.navbar .navbar-collapse .navbar-utility {
  border-top: 1px dotted silver;
  text-align: right;
  margin: 0;
}

.navbar .navbar-collapse .navbar-utility > li {
  display: inline-block;
}

.navbar .navbar-collapse .navbar-utility > li a {
  font-size: 15px;
}

.navbar .navbar-collapse .navbar-utility > li a:hover, .navbar .navbar-collapse .navbar-utility > li a:focus {
  background-color: transparent;
  color: #f63409;
  outline: none;
}

@media (min-width: 768px) {
  .navbar {
    border-top: 30px solid #a6a8ab;
  }
  .navbar .container {
    padding-top: 50px;
    position: relative;
  }
  .navbar .navbar-header {
    padding: 0;
  }
  .navbar .navbar-collapse {
    background-color: transparent;
    padding: 0;
  }
  .navbar .navbar-collapse .navbar-core {
    font-size: 16px;
    padding-top: 8px;
  }
  .navbar .navbar-collapse .navbar-core > li a {
    display: inline-block;
  }
  .navbar .navbar-collapse .navbar-core > li::before {
    content: "/";
    color: #1693f3;
    position: relative;
    left: 10px;
  }
  .navbar .navbar-collapse .navbar-utility {
    position: absolute;
    right: 30px;
    top: -31px;
    border: none;
  }
  .navbar .navbar-collapse .navbar-utility > li a {
    color: white;
    padding: 0 10px 0;
    display: inline-block;
  }
  .navbar .navbar-collapse .navbar-utility > li::after {
    content: "/";
    font-size: 15px;
    color: white;
  }
  .navbar .navbar-collapse .navbar-utility > li:last-of-type a {
    padding-right: 0;
  }
  .navbar .navbar-collapse .navbar-utility > li:last-of-type::after {
    content: "";
  }
}

.navbar-toggle .icon-bar {
  background-color: black;
}

@media (min-width: 768px) {
  html.no-touch ul.nav li.dropdown:hover > ul.dropdown-menu {
    /* Dropdown on Hover */
    display: block;
  }
}

.ws-page-header {
  background-color: white;
  margin-bottom: 30px;
}

.ws-header {
  background-color: white;
  background-size: cover;
  background-position: 50%;
  color: black;
  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;
  padding-bottom: 20px;
  min-height: 15vw;
}

.ws-header .nav > li > a {
  padding: 5px 10px;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
}

.ws-header .nav > li > a:hover, .ws-header .nav > li > a:focus {
  color: #1693f3;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .ws-header #child-nav {
    display: block;
  }
  .ws-header .nav {
    display: table-cell;
    padding-right: 20px;
  }
}

.ws-pathnav {
  background-color: #f2f2f2;
  overflow: hidden;
  font-size: 16px;
}

.ws-pathnav .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 8px 0;
}

.ws-pathnav .breadcrumb > li + li:before {
  content: "➤";
}

main {
  padding-bottom: 3em;
}

section.intro {
  margin-bottom: 30px;
}

.center-ish h2, .center-ish h3, .center-ish h4, .center-ish h5, .center-ish h6, .center-ish p, .center-ish ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .center-ish p {
    text-align: justify;
  }
}

.ws-grid-wrapper.dark-gray {
  background-color: #a6a8ab;
  color: white;
}

.ws-grid-wrapper.light-gray {
  background-color: #e7e8e9;
}

.flush-top > *:first-child,
.flush-top > div > *:first-child,
.flush-top > div > div > *:first-child,
.flush-top > div > div > div > *:first-child {
  margin-top: 0 !important;
}

.pull-right {
  max-width: 50%;
  margin-left: 1em;
  margin-bottom: 1em;
}

.pull-left {
  max-width: 50%;
  margin-right: 1em;
  margin-bottom: 1em;
}

.sidebar {
  font-size: .85rem;
  padding-top: 2em;
  border-top: 5px solid #f2f2f2;
}

@media (min-width: 992px) {
  /* remove top space and border at multi-colum break point */
  .page-three-col .sidebar {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  /* remove top space and border at multi-colum break point */
  .page-sidebar .sidebar {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

footer {
  background-color: #a6a8ab;
  color: white;
  font-size: .8rem;
}

footer a, footer a:hover, footer a:focus {
  color: white;
}

footer > .container {
  padding: 15px;
}

.social-media-links,
.footer-badges {
  padding: 0;
  margin: 2em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.social-media-links li,
.footer-badges li {
  display: inline-block;
}

.social-media-links a,
.footer-badges a {
  display: block;
  height: 42px;
  width: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  line-height: 0;
  overflow: hidden;
  margin-left: 10px;
  white-space: nowrap;
}

.sm-facebook a {
  background-image: url(../images/icon-facebook.svg);
}

.sm-linkedin a {
  background-image: url(../images/icon-linkedin.svg);
}

.sm-youtube a {
  background-image: url(../images/icon-youtube.svg);
}

.sm-twitter a {
  background-image: url(../images/icon-twitter.svg);
}

.made-in-usa a {
  background-image: url(../images/made-in-usa.svg);
}

.iso-9001 a {
  background-image: url(../images/iso-9001.svg);
}

.gsa-contractor a {
  background-image: url(../images/gsa.svg);
}

.nari-member a {
  background-image: url(../images/nari.svg);
}

.usgbc-member a {
  background-image: url(../images/usgbc.svg);
}

.subfooter {
  text-align: center;
}

.table caption,
.table-striped caption,
.table-condensed caption {
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 2em 0 1em;
}

th[align="center"] {
  text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f2f2f2;
}

.ccm-image-block {
  max-width: 100%;
  height: auto;
}

.ws_data_table th, ws_data_table td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ws_page_list_filter legend {
  border: none;
  padding: 0 10px;
  width: auto;
  margin-bottom: 0;
}

.home-hero {
  background-color: white;
}

.home-hero > div {
  padding: 0;
}

.home-hero > div > div {
  margin: 0;
}

.home-hero > div > div > div {
  padding: 0;
}

.home-hero .hero-box {
  background-size: cover;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  padding-top: 80vw;
  position: relative;
}

.home-hero .hero-box .hero-content {
  position: absolute;
  top: 10%;
  left: 15px;
  font-family: "Crimson Text";
  font-size: 6.5vw;
  text-shadow: 0 0 2px white, 0 0 5px white;
}

@media (min-width: 768px) {
  .home-hero .hero-box {
    padding-top: 30%;
  }
  .home-hero .hero-box .hero-content {
    font-size: 36px;
  }
}

.htb-frag-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}

.htb-frag-links a, .htb-frag-links div {
  width: 30%;
  font-size: 16px;
  color: white !important;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
}

.htb-frag-links img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

@media (min-width: 768px) {
  .htb-frag-links a {
    width: 12%;
  }
  .htb-frag-links div {
    display: none;
  }
}

.ws-posts-list .ws-posts-post {
  margin-bottom: 3em;
}

.ws-posts-list .ws-posts-post .ws-posts-thumbnail {
  display: none;
}

.ws-posts-list .ws-posts-post h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ws-posts-list .ws-posts-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ws-posts-list .ws-posts-post .ws-posts-thumbnail {
    margin-right: 1em;
    max-width: 200px;
    display: block;
  }
  .ws-posts-list .ws-posts-post .ws-posts-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ws-posts-list .ws-posts-post .ws-posts-thumbnail-xs {
    display: none;
  }
}

.ws-post-top {
  margin-bottom: 10px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ws-post-top .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ws-post-top .share-links img {
  width: 24px;
  margin-left: 10px;
}

.ws-posts-meta {
  border-top: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 3em;
}

.ws-posts-next-prev-nav {
  padding: 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ws-posts-next-prev-nav li {
  display: block;
}

.ws-posts-next-prev-nav .ws-posts-next-link {
  text-align: right;
}

.gsc-control-cse * {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  line-height: normal !important;
}
