/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

.banner {
  margin-bottom: 0; }
  .banner .tagline {
    margin-top: 0;
    margin-bottom: 0; }

nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.site-footer {
  margin-top: 30px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
body {
  font-family: Work Sans, Helvetica, Arial, sans-serif;
  font-size: 18px; }

.banner {
  background-color: #7bbcd7;
  background-image: url("/images/texture.png"); }
  .banner .banner-logo {
    margin: 0 auto;
    max-width: 65%; }
  .banner .banner-dgc-title {
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    font-weight: bolder; }
  .banner:hover {
    text-decoration: none; }
  .banner .tagline {
    width: 60%;
    text-transform: lowercase;
    display: inline;
    line-height: 1.5;
    color: white; }

.pw-navbar {
  background-color: white; }
  .pw-navbar li {
    border-bottom: 5px solid white;
    transition: all .2s linear; }
  .pw-navbar li:hover {
    border-bottom: 5px solid #e63112; }

.pw-section {
  padding: 40px; }
  .pw-section a {
    font-weight: bold; }

.pw-masthead .blurb {
  text-align: center;
  width: 80%;
  font-size: 27px;
  margin: 0.5em auto 2.5em auto;
  padding: 0.75em;
  border: 2px solid black; }

.pw-mx {
  text-align: center; }
  .pw-mx img {
    max-height: 100px;
    margin: 0 10px; }
    .pw-mx img.grass {
      margin: auto;
      display: block;
      max-width: 50%; }

.site-footer {
  background-color: #e1cc3f;
  color: white; }
  .site-footer a {
    color: white; }
