body {
  font-family: helvetica, arial, sans-serif;
}

header.header {
  padding: 1em;
}

header.header .flex {
  align-items: center;
  justify-content: space-between;
}

.logo {
  line-height: 1;
}

.logo a {
  display: inline-block;
  width: 300px;
  height: 40px;
  background-image: url(https://logos.napco.com/napco_media/horizontal/color_black/napco_media_horizontal_color_k_rgb_300.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header-home .buttons {
  margin: 40px;
}

.header-wrapper {
  background-size: 100% 100%;
  background-position: center center;
  background-color: #CE3338;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .header-wrapper {
  background-size: cover;
}

.page-header-home.holder {
  font-size: 1.5em;
  line-height: 2em;
  color: #fff;
  padding: 10em 0;
  padding: 14vh 0;
  z-index: 1;
  position: relative;
  text-align: center;
}

.page-header-home .text {
  margin: 0 auto;
  text-shadow: 1px 1px 1px #000;
  font-size: 2em;
  line-height: 1.1;
}

h1.page-title {
  font-size: 3em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.flex-item {
  display: inline;
  width: 25%;
}

.inner-small {
  max-width: 600px;
  margin: 0 auto;
}

.holder.text-band .text-band-text ul {
  max-width: 750px;
  margin: 1em auto;
}

.holder.text-band .text-band-text ul li {
  text-align: left;
  margin-bottom: 1em;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  padding-left: 28px;
  background-position-y: 1px;
  min-height: 26px;
  line-height: 1.25em;
}

.flex.term-grid {
  align-items: center;
}

.flex.term-grid article {
  margin: 1em;
}

.people .person.has-bio {
  cursor: pointer;
}

.taxonomy-grid .term-level {
  border-bottom: 1px #ccc solid;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

.taxonomy-grid .term-level:last-of-type {
  border-bottom: 0;
}

.taxonomy-grid .term-level .flex {
  align-items: center;
}

.taxonomy-grid .term-level h3 {
  margin: 1em 0;
}

.add-to-calendar-agenda {
  margin-bottom: 2em;
}

.add-to-calendar-agenda a {
  text-decoration: none;
}

.gallery-block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.posts-lists {
  border: 1px #000 solid;
  background-color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: left;
}

.holder.gallery-preview {
  min-height: 270px;
  line-height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5em 1em;
}

.gallery-module-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0;
}

.flex.gallery {
  padding: 1em;
}

.text-band-extra-content .gform_heading h3 {
  text-align: center;
}

.holder.taxonomy-grid.company_type.sponsor article {
  margin-bottom: 2em;
}

/* Default Page Template */
body.post-template-default #wrapper > .page-title {
  text-align: center;
}

body.post-template-default #wrapper > .entry-meta {
  text-align: center;
  margin: 1em
}

body.post-template-default #wrapper > .entry {
  max-width: 1000px;
  margin: 1em auto;
}

body.post-template-default #wrapper > .entry p {
  margin-bottom: 1em;
}