.button {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: #64a10b;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: .25em 1em; }
  .button:hover {
    background: #b1e861; }

@font-face {
  font-family: 'wgnrr_icons';
  src: url("../fonts/wgnrr_icons.eot?lo57hd");
  src: url("../fonts/wgnrr_icons.eot?#iefixlo57hd") format("embedded-opentype"), url("../fonts/wgnrr_icons.woff?lo57hd") format("woff"), url("../fonts/wgnrr_icons.ttf?lo57hd") format("truetype"), url("../fonts/wgnrr_icons.svg?lo57hd#wgnrr_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'wgnrr_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-feed:before {
  content: "\e602"; }

.icon-alone {
  display: inline-block;
  /* Chrome 19 was weird with clickability without this */ }

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

[data-icon]:before {
  font-family: wgnrr_icons;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */ }

.slider.container {
  margin-bottom: 0;
  padding-bottom: 0; }
  .slider.container .flexslider {
    margin-bottom: 30px; }
  .slider.container img {
    max-height: 400px; }

.masthead {
  background-color: #b1e861;
  background: -moz-linear-gradient(top, #b1e861 0%, #64a10b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1e861), color-stop(100%, #64a10b));
  background: -webkit-linear-gradient(top, #b1e861 0%, #64a10b 100%);
  background: -o-linear-gradient(top, #b1e861 0%, #64a10b 100%);
  background: -ms-linear-gradient(top, #b1e861 0%, #64a10b 100%);
  background: linear-gradient(to bottom, #b1e861 0%, #64a10b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e861', endColorstr='#64a10b',GradientType=0 ); }
  .masthead header {
    float: left;
    margin-top: 1em; }
  .masthead .container {
    padding-top: 1em;
    padding-bottom: 1em; }
  .masthead h1 a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/logo2.png) no-repeat;
    background-size: contain;
    display: block;
    max-width: 25em;
    height: 8em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .masthead h1 a:hover {
      background: url(../images/logo.png) no-repeat;
      background-size: contain; }

.mainnavigation {
  border-top: 4px solid #f5d617;
  background: #f49600; }
  .mainnavigation .container {
    padding: 0; }
  .mainnavigation form {
    float: right; }
  .mainnavigation .thenav {
    float: left;
    position: relative;
    z-index: 5;
    font-size: .875em; }
    .mainnavigation .thenav li {
      float: left;
      margin-right: 10px;
      position: relative;
      text-transform: uppercase; }
    .mainnavigation .thenav a {
      display: block;
      padding: 5px;
      color: #fff;
      text-decoration: none;
      @nclude transition; }
      .mainnavigation .thenav a:hover {
        color: #fff;
        background: #f5d617; }
    .mainnavigation .thenav ul {
      background: #fff;
      background: rgba(255, 255, 255, 0);
      list-style: none;
      position: absolute;
      left: -9999px; }
      .mainnavigation .thenav ul li {
        padding-top: 1px;
        float: none;
        text-transform: none; }
      .mainnavigation .thenav ul a {
        white-space: nowrap; }
    .mainnavigation .thenav li:hover ul {
      left: 0; }
    .mainnavigation .thenav li:hover a {
      background: #f5d617; }
    .mainnavigation .thenav li:hover ul a {
      text-decoration: none; }
    .mainnavigation .thenav li:hover ul li a:hover {
      background: #f49600; }

.slides li {
  position: relative; }
  .slides li header {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .slides li header h1 {
      padding: .5em 1em;
      margin-bottom: 0;
      font-family: 'Roboto Slab', Georgia, Serif;
      font-size: 1.25em; }
    .slides li header p {
      padding: 0 1.5em;
      font-size: .75em; }
  .slides li a {
    color: #fff; }
    .slides li a:hover header {
      background: rgba(244, 150, 0, 0.5); }

.socialnav {
  float: right;
  font-size: 2em; }
  .socialnav a {
    color: #fff;
    text-decoration: none;
    padding: .25em;
    border-radius: 100em;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .socialnav .subscribe {
    display: block;
    text-align: center;
    text-transform: uppercase; }
    .socialnav .subscribe:hover {
      background: #8c5703;
      border-color: #8c5703; }
  .socialnav .subscribe {
    font-size: .3125em;
    margin-top: 1em;
    margin-bottom: 1em; }
  .socialnav .twitter:hover {
    background: #4099ff;
    border-color: #409944; }
  .socialnav .facebook:hover {
    background: #3b5998;
    border-color: #3b5998; }
  .socialnav .rss:hover {
    background: #ff6600;
    border-color: #ff6600; }
  .socialnav #google_translate_element {
    display: block;
    width: intrinsic;
    margin-bottom: .3125em; }

.membersection {
  float: right;
  margin-right: 1.5em;
  color: #fff;
  text-transform: uppercase; }
  .membersection .login-section {
    font-size: .625em;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: .5em 1em; }
    .membersection .login-section .button {
      margin-bottom: .5em;
      display: block;
      text-align: center;
      padding: 0 .25em;
      background: #fff;
      color: #64a10b;
      font-size: 1.25em;
      border-radius: 10px; }
      .membersection .login-section .button:hover {
        background: #64a10b;
        color: #fff; }
    .membersection .login-section .login-remember {
      float: left;
      margin-top: .5em; }
    .membersection .login-section .login-submit {
      float: right; }
  .membersection h2 {
    font-size: 1.33em;
    font-weight: bold;
    margin-top: .5em; }
  .membersection .becomeamember {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 10em;
    border: 2px solid #fff;
    margin-top: 1em;
    background: #f49600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .membersection .becomeamember:hover {
      background: #8c5703; }

.singlecontainer .singlepost {
  outline: 1px solid #f49600;
  background: #fff;
  padding: 1em; }
  .singlecontainer .singlepost article {
    background: rgba(97, 151, 232, 0.1); }
    .singlecontainer .singlepost article blockquote {
      font-style: italic;
      margin-left: 1em;
      margin-right: 1em; }

.thepost {
  margin: 0 auto;
  padding: 1em; }
  .thepost h1, .thepost h2, .thepost h3, .thepost h4, .thepost h5, .thepost h6 {
    font-family: 'Roboto Slab', Georgia, Serif; }
  .thepost header {
    margin-bottom: 1em; }
  .thepost h1 {
    font-size: 1.5em;
    line-height: 1.3125;
    margin-bottom: 0;
    color: #f49600; }
  .thepost .meta {
    font-size: .875em;
    color: #999;
    margin-bottom: 0; }
  .thepost .statementlist {
    font-size: .75em; }
    .thepost .statementlist h3 {
      font-size: 1.33333em;
      margin-bottom: 0; }

.subcontent {
  background: #fff;
  margin-bottom: 2em;
  outline: 1px solid #64a10b; }
  .subcontent a {
    text-decoration: none; }
  .subcontent article {
    padding: 0 1em;
    font-size: .875em;
    margin-bottom: 1em; }
    .subcontent article figure {
      float: left;
      width: 128px;
      margin-right: 1em; }
    .subcontent article h1 {
      font-size: 1.5em;
      line-height: 1.3125;
      font-family: 'Roboto Slab', Georgia, Serif;
      margin-bottom: 0; }
      .subcontent article h1 a {
        color: #f49600;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
        .subcontent article h1 a:hover {
          color: #8c5703; }
  .subcontent header p {
    margin-top: -1em;
    padding: 0 .875em;
    font-size: .875em;
    font-style: italic; }
  .subcontent h2 {
    color: #64a10b;
    font-size: 1em;
    padding: .25em .5em;
    font-family: 'Roboto Slab', Georgia, Serif; }
    .subcontent h2 span {
      font-weight: normal;
      vertical-align: middle;
      color: #64a10b; }
    .subcontent h2 a {
      color: #64a10b;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
      .subcontent h2 a:hover {
        color: #333; }
  .subcontent .excerpt {
    font-size: .875em;
    margin-bottom: 0; }
  .subcontent .meta {
    font-size: .75em;
    color: #999; }
  .subcontent .button {
    margin-bottom: 1em;
    display: inline-block;
    float: right; }
  .subcontent .more {
    text-align: center;
    padding: 0 1em;
    text-transform: uppercase; }
    .subcontent .more .button {
      float: none;
      background: #f49600; }
      .subcontent .more .button:hover {
        background: #8c5703; }
  .subcontent ul li h1 {
    font-size: 1em; }

footer {
  background: #333;
  color: #fff; }
  footer p {
    line-height: 1; }
  footer .podio {
    max-width: 22.5em; }
    footer .podio > a {
      background: #fff;
      display: block;
      width: 5em;
      float: left;
      margin-right: .5em; }
  @media screen and (min-width: 43.75em) {
    footer .podio {
      float: right;
      margin-left: 1em; }
      footer .podio p {
        margin-bottom: 0; }
    footer .container {
      padding-bottom: .5em; } }

.content {
  margin-bottom: 1em; }

.sidebar .events p {
  padding: 0 1em 1em;
  margin-bottom: 0; }
.sidebar .widget {
  background: #fff;
  margin-bottom: 1em;
  padding: 1em;
  font-size: .875em;
  border: 1px solid #f49600; }
  .sidebar .widget h1 {
    font-weight: bold;
    font-family: 'Roboto Slab', Georgia, Serif;
    font-size: 1.25em;
    color: #f49600; }
  .sidebar .widget *:last-child {
    margin-bottom: 0; }
  .sidebar .widget .button {
    display: inline-block; }
  .sidebar .widget .register {
    margin-bottom: 1em; }
  .sidebar .widget iframe {
    width: 100%; }
.sidebar .memberscorner .button {
  display: block;
  margin-bottom: 1em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .sidebar .memberscorner .button:nth-of-type(1) {
    background: #605EA4; }
  .sidebar .memberscorner .button:nth-of-type(2) {
    background: #00B0EA; }
  .sidebar .memberscorner .button:nth-of-type(3) {
    background: #89C657; }
  .sidebar .memberscorner .button:hover {
    background: #f49600; }

.singlecontainer .archivepost {
  margin-bottom: 0; }
  .singlecontainer .archivepost article {
    background: #fff; }
  .singlecontainer .archivepost .archiveheading h2 {
    font-family: 'Roboto Slab', Georgia, Serif;
    font-size: 2em; }
  .singlecontainer .archivepost h1 {
    font-size: 1.25em;
    line-height: 1.3125em; }
    .singlecontainer .archivepost h1 a {
      color: #f49600;
      text-decoration: none; }
      .singlecontainer .archivepost h1 a:hover {
        color: #8c5703; }

.statements article {
  margin-bottom: 0;
  padding: 1em 1em 0; }

@media screen and (min-width: 60em) {
  .content {
    margin-right: 21em; }

  .sidebar {
    width: 20em;
    float: right;
    margin-left: -22em; }

  .singlecontainer {
    float: left;
    width: 100%; } }
@media screen and (max-width: 48em) {
  .slides header p {
    display: none; } }
@media screen and (max-width: 54.375em) {
  .masthead {
    text-align: center; }
    .masthead section {
      float: none;
      display: inline-block;
      margin: 0 1em;
      vertical-align: middle; }
    .masthead header {
      float: none;
      margin-top: 0; }
      .masthead header h1 a {
        margin: auto;
        width: 18.75em;
        height: 6.5em; } }
@media screen and (max-width: 33.6875em) {
  .masthead section {
    margin-bottom: 1em; } }
a[rel="footnote"], .footnote {
  text-decoration: none;
  line-height: 0;
  font-size: .75em;
  vertical-align: super; }

.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=text],
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 input[type=password],
.wpcf7 .dir-search input[type=search],
.wpcf7 .dir-search input[type=text],
.membersection input[type=text],
.membersection input[type=password] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  font: inherit;
  font-size: 100%;
  padding: 6px; }

.membersection input[type=text],
.membersection input[type=password] {
  padding: 2px; }

.membersection input[type=text],
.membersection input[type=password] {
  margin-bottom: 0; }

.wpcf7 button,
.wpcf7 a.button,
.wpcf7 input[type=submit],
.wpcf7 input[type=button],
.wpcf7 input[type=reset],
.wpcf7 ul.button-nav li a,
.wpcf7 div.generic-button a,
.wpcf7 .comment-reply-link,
.membersection input[type=submit] {
  background: #fff;
  /* Old browsers */
  border: 1px solid #ccc;
  color: #777;
  font-size: .8rem;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none; }

.wpcf7 button:hover,
.wpcf7 a.button:hover,
.wpcf7 a.button:focus,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=button]:hover,
.wpcf7 input[type=reset]:hover,
.wpcf7 ul.button-nav li a:hover,
.wpcf7 ul.button-nav li.current a,
.wpcf7 div.generic-button a:hover,
.wpcf7 .comment-reply-link:hover,
.membersection input[type=submit]:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none; }

.wpcf7 input[type=text] {
  width: 75%; }

.wpcf7 textarea {
  width: 75%;
  height: 120px; }

.membersection #loginform p {
  margin-bottom: .5em; }
.membersection #loginform .login-submit {
  margin-bottom: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.register-section p {
  margin-bottom: 0; }

ol.footnotes {
  font-size: .75em; }

.lost-password-link {
  display: block;
  clear: both;
  color: #fff;
  text-decoration: none; }

.staff-members-container {
  text-align: center; }
  .staff-members-container > div {
    display: inline-block;
    text-align: left;
    margin: .5em 1em;
    vertical-align: top; }
