/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

input, button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: #006332; }

div.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 320px; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 568px) {
    div.wrap {
      padding: 0 30px; } }
  @media (max-width: 567px) {
    div.wrap {
      padding: 0 15px; } }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

nav.mm-menu {
  background: white; }
  nav.mm-menu div.mm-panel {
    padding-top: 90px !important; }
  nav.mm-menu div.mm-navbar {
    text-align: left;
    height: auto;
    border: none;
    padding: 10px 20px 0 20px; }
    nav.mm-menu div.mm-navbar a {
      color: white;
      font-size: 55px; }
  nav.mm-menu ul.mm-listview {
    padding: 0; }
    nav.mm-menu ul.mm-listview li:after {
      border: none; }
    nav.mm-menu ul.mm-listview li.mm-selected {
      background: white; }
    nav.mm-menu ul.mm-listview li a {
      color: white;
      text-decoration: none;
      font: 600 15px/120% "Helvetica Neue", Helvetica, Arial, sans-serif; }
      nav.mm-menu ul.mm-listview li a i {
        font-size: 18px;
        line-height: 20px; }
        nav.mm-menu ul.mm-listview li a i.hide {
          display: none; }

header {
  padding: 20px 0; }
  @media (min-width: 800px) {
    header div.left {
      width: 36.170212766%;
      float: left;
      margin-right: 2.1276595745%;
      padding-top: 50px; } }
  @media (max-width: 799px) {
    header div.left {
      text-align: center;
      padding-bottom: 20px; } }
  header div.left h1 {
    color: #D4A455;
    font: 700 30px/110% "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  header div.center {
    text-align: center; }
    @media (min-width: 800px) {
      header div.center {
        width: 23.4042553191%;
        float: left;
        margin-right: 2.1276595745%; } }
    header div.center img {
      display: inline-block;
      width: 150px;
      height: auto; }
  header div.right {
    text-align: right;
    font: 700 20px/110% "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 60px; }
    @media (min-width: 800px) {
      header div.right {
        width: 36.170212766%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 799px) {
      header div.right {
        display: none; } }
    header div.right a {
      color: #D4A455;
      text-decoration: none; }

footer {
  padding: 30px 0; }
  @media (min-width: 667px) {
    footer div.logo {
      float: left; } }
  footer div.logo img {
    display: block;
    width: 100px; }
  @media (min-width: 667px) {
    footer div.small {
      float: left;
      padding-left: 40px; } }
  @media (max-width: 666px) {
    footer div.small {
      padding-top: 30px; } }
  footer div.small h3 {
    font: 700 16px/110% "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px; }
  footer div.small p {
    font: 500 14px/130% "Hind Siliguri", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white; }
    footer div.small p b, footer div.small p strong {
      font-weight: 700; }

h2 {
  font: 700 30px/110% "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #006332;
  padding-bottom: 20px; }

h3 {
  font: 700 20px/110% "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #006332;
  padding-bottom: 5px; }

p {
  font: 400 17px/160% "Hind Siliguri", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #006332;
  padding-bottom: 15px; }
  p strong, p b {
    font-weight: 700; }
  p em, p i {
    font-style: italic; }
  p a {
    color: #006332; }

section.about {
  padding: 50px 0 35px 0;
  background: #EAEAEA; }
  @media (min-width: 960px) {
    section.about div.inner {
      padding-left: 21.2765957447%;
      padding-right: 21.2765957447%; } }

section.events {
  padding: 50px 0;
  background: white; }
  @media (min-width: 960px) {
    section.events div.col {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%; }
      section.events div.col:last-of-type {
        float: right;
        margin-right: 0; } }
  @media (max-width: 959px) {
    section.events div.col:first-of-type {
      padding-bottom: 20px;
      border-bottom: 1px solid #006332;
      margin-bottom: 30px; } }

section.membership {
  padding: 50px 0 35px 0; }
  section.membership h2 {
    color: white; }
  section.membership p {
    color: white; }
  @media (min-width: 960px) {
    section.membership div.col {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%; }
      section.membership div.col:last-of-type {
        float: right;
        margin-right: 0; } }

section.course {
  padding: 50px 0 35px 0;
  background: #D4A455; }
  @media (min-width: 960px) {
    section.course div.inner {
      padding-left: 21.2765957447%;
      padding-right: 21.2765957447%; } }

section.bowhunter {
  padding: 50px 0 35px 0;
  background: #EAEAEA; }
  @media (min-width: 960px) {
    section.bowhunter div.col {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%; }
      section.bowhunter div.col:last-of-type {
        float: right;
        margin-right: 0; } }
