html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

* {
  outline: none;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

::selection {
  background: #222;
  color: #fff; }

::-moz-selection {
  background: #222;
  color: #fff; }

body {
  background: #fff;
  line-height: 1.4em;
  font-family: "droid-serif", serif;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  letter-spacing: 0.3px;
  padding-top: 74px; }
  body.home {
    padding-top: 0; }
    body.home header {
      opacity: 0;
      visibility: hidden; }
  body.error404 #involved, body.page-id-11 #involved {
    display: none; }

a {
  text-decoration: none;
  color: #283252; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px; }

header {
  background: #283252;
  height: 74px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  header::after {
    clear: both;
    content: "";
    display: table; }
  header.show {
    display: block;
    opacity: 1 !important;
    visibility: visible !important; }
  header #logo {
    width: 66px;
    height: 38px;
    display: block;
    float: left;
    margin: 18px 0 0 20px; }
    @media (max-width: 420px) {
      header #logo {
        width: 55px;
        height: 32px;
        margin-top: 20px; } }
    header #logo img {
      width: 100%;
      max-width: 100%;
      display: block; }
  header nav {
    float: right; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style: 0; }
      header nav ul li {
        display: inline-block;
        margin-left: 15px; }
        @media (max-width: 420px) {
          header nav ul li {
            margin-left: 10px; } }
        header nav ul li a {
          display: block;
          color: rgba(255, 255, 255, 0.9);
          font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 3px;
          line-height: 74px; }
          @media (max-width: 420px) {
            header nav ul li a {
              font-size: 12px; } }
          header nav ul li a:hover {
            color: white; }
        header nav ul li:last-child a {
          background: #BF1F45;
          color: #fff;
          padding: 0 20px;
          opacity: 0.95; }
          @media (max-width: 420px) {
            header nav ul li:last-child a {
              padding: 0 12px; } }
          header nav ul li:last-child a:hover {
            opacity: 1; }

#hero {
  background-image: url(img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 130px 20px 0;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 500px) {
    #hero {
      padding-top: 100px; } }
  #hero #logo {
    width: 150px;
    display: inline-block; }
    #hero #logo img {
      width: 100%;
      max-width: 100%; }
  #hero h1 {
    font-size: 38px;
    color: #fff;
    line-height: normal;
    margin: 20px 0 15px; }
  #hero p {
    font-style: italic;
    max-width: 470px;
    margin: 0 auto 30px;
    line-height: 1.7em; }
  #hero #email {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #BF1F45;
    max-width: 380px;
    height: 306px;
    margin: 0 auto -3px;
    padding: 40px 40px 0;
    text-align: center; }
    #hero #email form input {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      background-image: url(img/pattern.png);
      background-repeat: repeat;
      background-position: center center;
      display: block;
      font-family: "droid-serif", serif;
      font-size: 16px;
      width: 100%;
      line-height: 45px;
      padding: 0 15px;
      margin: 0 0 15px;
      border: 0;
      color: #888; }
      #hero #email form input[type=submit] {
        background-color: #283252;
        background-image: none;
        color: #fff;
        font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
        line-height: 50px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600; }

#about {
  background-image: url(img/pattern.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 0 20px;
  position: relative;
  overflow: hidden; }
  #about > div {
    max-width: 960px;
    padding: 60px 0;
    margin: 0 auto;
    position: relative; }
    #about > div::after {
      clear: both;
      content: "";
      display: table; }
  #about #bill-cole {
    background-image: url(img/bill-cole.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 463px;
    height: 394px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 930px) {
      #about #bill-cole {
        display: none; } }
  #about #content {
    max-width: 480px;
    float: right; }
    @media (max-width: 930px) {
      #about #content {
        float: none;
        text-align: center;
        margin: 0 auto;
        max-width: 660px; } }
    #about #content h3 {
      font-size: 24px;
      color: #3B435D;
      letter-spacing: 2px;
      line-height: 1.5em;
      margin: 0 0 20px; }
    #about #content p {
      font-size: 14px;
      line-height: 1.7em; }
    #about #content a {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      background-color: #BF1F45;
      font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
      line-height: 45px;
      padding: 0 20px;
      letter-spacing: 3px;
      margin-top: 15px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 300;
      display: inline-block;
      color: #fff;
      opacity: 0.95; }
      #about #content a:hover {
        opacity: 1; }

#news {
  padding: 60px 20px;
  text-align: center; }
  #news h3 {
    font-size: 26px;
    color: #283252;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin: 0 0 20px; }
  #news ul {
    max-width: 960px;
    margin: 40px auto 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #news ul::after {
      clear: both;
      content: "";
      display: table; }
    #news ul li {
      width: calc(100%/2 - 20px);
      margin-right: 20px;
      display: inline-block;
      border: 3px solid #BF1F45;
      padding: 40px 15px;
      vertical-align: top; }
      @media (min-width: 1001px) {
        #news ul li:last-child {
          margin: 0; } }
      @media (max-width: 1000px) {
        #news ul li {
          width: auto;
          max-width: 460px;
          margin: 0 auto 0;
          float: none; }
          #news ul li:first-child {
            margin-bottom: 20px; } }
      #news ul li h5 {
        margin: 0 0 15px;
        color: #283252;
        font-size: 16px; }
      #news ul li .meta {
        font-size: 14px;
        font-style: italic; }
      #news ul li p {
        font-size: 14px;
        line-height: 1.6em;
        margin: 15px 0 0; }

#video {
  background-color: #283252;
  padding: 60px 20px;
  position: relative;
  text-align: center; }
  #video h3 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin: 0 0 20px; }
  #video p {
    color: #fff;
    font-style: italic;
    max-width: 510px;
    margin: 0 auto 30px;
    line-height: 1.7em; }
  #video #video-holder {
    max-width: 100%;
    width: 100%; }

#involved {
  background-color: #BF1F45;
  padding: 60px 20px;
  position: relative;
  text-align: center; }
  #involved h3 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin: 0 0 20px; }
  #involved p {
    color: #fff;
    font-style: italic;
    max-width: 510px;
    margin: 0 auto 30px;
    line-height: 1.7em; }
  #involved a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #283252;
    padding: 0 35px;
    line-height: 55px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    display: inline-block; }

footer {
  padding: 40px 20px 100px;
  max-width: 960px;
  margin: 0 auto; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer > div::after {
    clear: both;
    content: "";
    display: table; }
  footer > div > div {
    width: 45%; }
    @media (min-width: 641px) {
      footer > div > div {
        width: 45%; }
        footer > div > div:first-child {
          float: left; }
        footer > div > div:last-child {
          float: right;
          text-align: right; } }
    @media (max-width: 640px) {
      footer > div > div {
        width: 100%;
        text-align: center; }
        footer > div > div:last-child {
          margin-top: 40px; } }
    footer > div > div p {
      margin: 0 0 40px; }
      footer > div > div p:last-child {
        margin: 0; }
    footer > div > div a.button {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      background: #283252;
      padding: 0 35px;
      line-height: 55px;
      color: #fff;
      line-height: 50px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
      display: inline-block; }
  footer #copyright {
    margin: 50px 0 0;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #999;
    color: #999; }

#title {
  background-image: url(img/pattern.png);
  background-repeat: repeat;
  background-position: center center;
  padding: 80px;
  text-align: center; }
  #title h1 {
    font-size: 28px;
    color: #283252;
    margin: 0; }
  #title .meta {
    margin-top: 15px;
    font-size: 15px;
    font-style: italic; }

#main {
  margin: 40px 0 80px; }
  #main #content {
    max-width: 740px;
    margin: 0 auto; }
    #main #content p {
      margin: 0 0 20px;
      line-height: 1.5em; }
    #main #content img {
      max-width: 100%;
      width: auto;
      height: auto;
      border: 3px solid #BF1F45; }
    #main #content .headline {
      color: #283252;
      margin: 0 0 10px;
      text-align: center; }
    #main #content .post {
      margin-bottom: 40px;
      border: 3px solid #BF1F45;
      padding: 40px 20px;
      line-height: 1.6em; }
      #main #content .post .meta {
        font-style: italic;
        font-size: 14px;
        text-align: center;
        margin-bottom: 25px; }
      #main #content .post p:last-child {
        margin: 0; }

#message {
  background-image: url(img/pattern.png);
  background-repeat: repeat;
  background-position: center center;
  padding: 200px 20px;
  text-align: center; }
  #message h2 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #283252; }
  #message p {
    max-width: 330px;
    margin: 0 auto; }
