@charset "UTF-8";
/*!
	Theme Name: NAFO Theme
	Description: A Child theme created for the Genesis Framework.
	Author: brianjessee
	Author URI: http://www.jesseeprodictions.com/
	Version: 1.0

	Tags:

	Template: genesis
	Template Version: 2.2.5

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@import url("https://fonts.googleapis.com/css?family=Domine");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Box Sizing
--------------------------------------------- */
* {
  padding: 0;
  margin: 0; }

*,
input[type="search"] {
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*@mixin junction() {
  font-family: "Junction", "Verdana", sans-serif;
  font-weight: 400;
}

@mixin junction-light() {
  font-family: "Junction", "Verdana", sans-serif;
  font-weight: 100;
}*/
@font-face {
  font-family: 'function_probook';
  src: url("fonts/FunctionPro-Book-webfont.eot");
  src: url("fonts/FunctionPro-Book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Book-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Book-webfont.woff") format("woff"), url("fonts/FunctionPro-Book-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Book-webfont.svg#function_probook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'function_pro_bookbold';
  src: url("fonts/FunctionPro-Bold-webfont.eot");
  src: url("fonts/FunctionPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FunctionPro-Bold-webfont.woff2") format("woff2"), url("fonts/FunctionPro-Bold-webfont.woff") format("woff"), url("fonts/FunctionPro-Bold-webfont.ttf") format("truetype"), url("fonts/FunctionPro-Bold-webfont.svg#function_pro_bookbold") format("svg");
  font-weight: normal;
  font-style: normal; }

.slicknav_btn {
  cursor: pointer;
  display: block;
  float: right;
  line-height: 14px;
  padding: 10px 15px;
  position: relative;
  vertical-align: middle; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px; }

.slicknav_menu {
  display: none;
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 14px; }
  .slicknav_menu .slicknav_icon {
    float: left;
    height: 14px;
    margin: 0;
    width: 22px; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      content: "";
      display: block;
      height: 14px;
      position: absolute;
      width: 22px; }
    .slicknav_menu .slicknav_icon:hover .slicknav_icon-bar {
      background: #648b1a; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    background: #94d500;
    display: block;
    height: 4px;
    width: 30px; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    clear: both;
    content: " ";
    display: table; }

.slicknav_nav {
  background-color: #4c4028;
  clear: both;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px; }
  .slicknav_nav ul {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    display: none;
    font-size: 8px;
    margin: 0 0 0 4px; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline;
      padding-left: 0; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav .sub-menu {
    background-color: #443924;
    margin-left: 30px;
    margin-right: 30px; }
  .slicknav_nav .current-menu-item a {
    background-color: #83603f; }
  .slicknav_nav a {
    color: #fff;
    display: block;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    padding: 10px 30px;
    text-align: left; }
    .slicknav_nav a:hover {
      background-color: #83603f;
      color: #fff;
      text-decoration: none; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */
/* Base styles */
.column {
  float: left; }

.size-1of4 {
  width: 25%; }

.size-1of3 {
  width: 33.333%; }

.size-1of2 {
  width: 50%; }

/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
  .leader-columns[data-columns]::before {
    content: '1 .column';
    display: none; } }

@media screen and (min-width: 451px) and (max-width: 700px) {
  .leader-columns[data-columns]::before {
    content: '2 .column.size-1of2';
    display: none; } }

@media screen and (min-width: 701px) {
  .leader-columns[data-columns]::before {
    content: '3 .column.size-1of3';
    display: none; } }

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px 3%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48%; }

.one-third,
.two-sixths {
  width: 31%; }

.four-sixths,
.two-thirds {
  width: 65%; }

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

.first {
  clear: both;
  margin-left: 0; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone {
  margin-bottom: 12px; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  color: #666;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

.archive-pagination {
  margin: 30px 0; }
  .archive-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .archive-pagination ul li {
      display: inline-block;
      *display: inline;
      position: relative;
      vertical-align: top;
      zoom: 1;
      width: 50%; }
      .archive-pagination ul li.pagination-previous {
        text-align: left; }
      .archive-pagination ul li.pagination-next {
        text-align: right; }

.site-container {
  position: relative;
  overflow: hidden; }

.site-inner {
  padding-top: 20px; }
  .site-inner .wrap {
    margin: 0 auto;
    max-width: 96%;
    width: 1170px; }

body {
  color: #333333;
  font-family: "Domine", serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

input,
select,
textarea {
  color: #333333;
  font-size: 16px; }

button {
  color: #333333;
  font-size: 16px;
  line-height: 1.75; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #4c4028;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1em;
  margin-top: 0;
  text-transform: uppercase; }

p {
  margin-bottom: 1em;
  margin-top: 0; }

a {
  color: #007197;
  text-decoration: none; }
  a:hover {
    color: #004987; }

a, a:active, a:focus {
  outline: none; }

p a {
  font-weight: 700; }

strong {
  font-weight: 700; }

textarea:focus,
input:focus {
  outline: none; }

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
select,
textarea {
  border: 1px solid #000;
  color: #000;
  padding: 10px; }

#searchform input[type="text"] {
  float: left;
  margin-bottom: 4px;
  width: 75%; }

#searchform button[type="submit"],
#searchform input[type="submit"] {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "Domine", serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all .5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.post-password-form button[type="submit"],
.post-password-form input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  font-family: "Domine", serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all .5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: auto;
  clip: unset;
  margin: 0;
  width: auto;
  position: relative; }
  .post-password-form button[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover {
    background: #000;
    color: #fff; }

.gform_wrapper .gform_body .top_label .gfield_label {
  color: #000;
  margin: 15px 0 5px; }

.gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin: 0; }

.gform_wrapper .gform_body .ginput_complex.ginput_container {
  overflow: visible; }

.gform_wrapper .gform_body .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
.gform_wrapper .gform_body .field_sublabel_hidden_label .ginput_complex.ginput_container select,
.gform_wrapper .gform_body .ginput_complex input[type=text],
.gform_wrapper .gform_body .hidden_label input.large,
.gform_wrapper .gform_body .hidden_label select.large,
.gform_wrapper .gform_body .top_label input.large,
.gform_wrapper .gform_body .top_label select.large {
  margin: 0;
  width: 100%; }

.gform_wrapper .gform_body .gfield .ginput_complex input,
.gform_wrapper .gform_body .gfield .ginput_complex textarea,
.gform_wrapper .gform_body .gfield .ginput_complex select,
.gform_wrapper .gform_body .gfield .ginput_container input,
.gform_wrapper .gform_body .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gfield .ginput_container select {
  border-radius: 0;
  margin: 0;
  padding: 16px 12px;
  width: 100%; }
  .gform_wrapper .gform_body .gfield .ginput_complex input::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex textarea::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex select::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container input::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container textarea::-webkit-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container select::-webkit-input-placeholder {
    color: #4c4028; }
  .gform_wrapper .gform_body .gfield .ginput_complex input:-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex textarea:-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex select:-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container input:-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container textarea:-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container select:-moz-placeholder {
    color: #4c4028;
    opacity: 1; }
  .gform_wrapper .gform_body .gfield .ginput_complex input::-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex textarea::-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex select::-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container input::-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container textarea::-moz-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container select::-moz-placeholder {
    color: #4c4028;
    opacity: 1; }
  .gform_wrapper .gform_body .gfield .ginput_complex input:-ms-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex textarea:-ms-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_complex select:-ms-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container input:-ms-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container textarea:-ms-input-placeholder,
  .gform_wrapper .gform_body .gfield .ginput_container select:-ms-input-placeholder {
    color: #4c4028; }
  .gform_wrapper .gform_body .gfield .ginput_complex input:focus,
  .gform_wrapper .gform_body .gfield .ginput_complex textarea:focus,
  .gform_wrapper .gform_body .gfield .ginput_complex select:focus,
  .gform_wrapper .gform_body .gfield .ginput_container input:focus,
  .gform_wrapper .gform_body .gfield .ginput_container textarea:focus,
  .gform_wrapper .gform_body .gfield .ginput_container select:focus {
    outline: 0; }

.gform_wrapper .gform_body button[type="submit"],
.gform_wrapper .gform_body input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  font-family: "Domine", serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all .5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.gform_wrapper .gform_footer {
  margin: 10px 0 0;
  padding: 0 0 10px; }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="button"],
  .gform_wrapper .gform_footer input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    font-family: "Domine", serif;
    font-weight: 700;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    width: auto;
    transition: all .5s ease;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none; }
    .gform_wrapper .gform_footer input.button:hover,
    .gform_wrapper .gform_footer input[type="button"]:hover,
    .gform_wrapper .gform_footer input[type="submit"]:hover {
      background: #000;
      color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  padding-top: 20px;
  position: relative;
  z-index: 500; }
  .site-header .site-title {
    margin: 0;
    margin-bottom: 10px; }
    .site-header .site-title .mobile-logo {
      display: none; }
    .site-header .site-title .desktop-logo {
      display: inline; }
  .site-header .header-links {
    float: right;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0; }
    .site-header .header-links ul {
      margin: 15px 0 0;
      padding: 0; }
      .site-header .header-links ul li {
        display: inline-block; }
    .site-header .header-links .member-login {
      background: #fff;
      border: 1px solid #000;
      color: #000;
      font-family: "Domine", serif;
      font-weight: 700;
      display: inline-block;
      padding: 15px 15px;
      text-align: center;
      width: auto;
      transition: all .5s ease;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      border: solid 2px #94d500;
      color: #648b1a;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      height: 40px;
      line-height: 35px;
      padding: 0;
      text-transform: uppercase;
      width: 178px; }
      .site-header .header-links .member-login:hover {
        background: #94d500;
        color: #fff; }
    .site-header .header-links .search-li {
      vertical-align: bottom; }
      .site-header .header-links .search-li input[type="search"].search-field {
        border: 2px solid #94d500 !important;
        display: none;
        float: left;
        height: 40px; }
      .site-header .header-links .search-li button[type="submit"] {
        background-color: #dad8d6;
        border: 2px solid #dad8d6;
        color: white;
        float: left;
        height: 40px;
        margin-left: 15px;
        width: 60px; }
      .site-header .header-links .search-li.active input[type="search"].search-field {
        display: inline; }
      .site-header .header-links .search-li.active button[type="submit"] {
        background-color: #94d500;
        border: 2px solid #94d500;
        margin-left: 0; }
    .site-header .header-links .search-expand {
      background: #dad8d6;
      margin: 0 0 0 15px;
      padding: 11px 20px;
      text-align: center; }
      .site-header .header-links .search-expand .svg-inline--fa {
        color: #fff;
        font-size: 18px; }
  .site-header .screen-reader-text {
    float: right;
    width: 75%; }

.hero-container {
  background: no-repeat top center;
  background-size: cover;
  height: 340px;
  position: relative;
  text-align: center;
  z-index: 100; }
  @media (max-width: 767px) {
    .hero-container {
      height: 300px; } }
  .hero-container .hero-text {
    color: #fff;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 80px;
    font-weight: normal;
    left: 50%;
    line-height: 1.2;
    max-width: 96%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4); }
    @media (min-width: 768px) {
      .hero-container .hero-text {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .hero-container .hero-text {
        font-size: 40px; } }
    .hero-container .hero-text p {
      margin: 0; }

.search-results .type-page,
.search-results .type-tribe_events,
.type-attachment,
.type-post {
  margin: 0 auto 2.5em;
  max-width: 75%; }
  @media (max-width: 767px) {
    .search-results .type-page,
    .search-results .type-tribe_events,
    .type-attachment,
    .type-post {
      max-width: 95%; } }
  .search-results .type-page .entry-title,
  .search-results .type-tribe_events .entry-title,
  .type-attachment .entry-title,
  .type-post .entry-title {
    color: #648b1a;
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    text-transform: none;
    margin-bottom: .25em; }
  .search-results .type-page .entry-meta,
  .search-results .type-tribe_events .entry-meta,
  .type-attachment .entry-meta,
  .type-post .entry-meta {
    color: #83603f;
    font-weight: bold; }
  .search-results .type-page .entry-footer,
  .search-results .type-tribe_events .entry-footer,
  .type-attachment .entry-footer,
  .type-post .entry-footer {
    clear: both; }
  .search-results .type-page .entry ul,
  .search-results .type-tribe_events .entry ul,
  .type-attachment .entry ul,
  .type-post .entry ul {
    list-style: disc;
    margin-bottom: 1em;
    padding-left: 2.5rem; }
  .search-results .type-page .entry li,
  .search-results .type-tribe_events .entry li,
  .type-attachment .entry li,
  .type-post .entry li {
    margin-top: 0.5em; }
  .search-results .type-page .entry li:first-child,
  .search-results .type-tribe_events .entry li:first-child,
  .type-attachment .entry li:first-child,
  .type-post .entry li:first-child {
    margin-top: 0; }
  .search-results .type-page .entry ol,
  .search-results .type-tribe_events .entry ol,
  .type-attachment .entry ol,
  .type-post .entry ol {
    margin-bottom: 1em;
    padding-left: 2.5rem; }

section .content ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 2.5rem; }

section .content li {
  margin-top: 0.5em; }

section .content li:first-child {
  margin-top: 0; }

section .content ol {
  margin-bottom: 1em;
  padding-left: 2.5rem; }

.footer-forest {
  background: no-repeat top center;
  background-image: url(images/woods-background-v2.jpg);
  background-size: cover;
  height: 550px;
  position: relative;
  width: 100%; }

.site-footer {
  background: #648b1a;
  color: #fff;
  margin: 0;
  padding: 30px 0;
  text-align: center; }
  .site-footer .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .site-footer .wrap:before, .site-footer .wrap:after {
      content: " ";
      display: table; }
    .site-footer .wrap:after {
      clear: both; }
  .site-footer p {
    margin: 0; }
  .site-footer h3 {
    color: #fdfaf6;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .site-footer .heading-underline {
    border-bottom: 4px solid #3d560c;
    margin: 0 auto 10px;
    width: 30px; }
  .site-footer h4 {
    color: #fff;
    font-family: "Domine", serif;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: none; }
  .site-footer #gform_wrapper_3 {
    background: #fff;
    margin: 0 auto 50px;
    width: 400px; }
    .site-footer #gform_wrapper_3 ul.gform_fields li.gfield {
      margin: 0;
      padding: 0; }
      .site-footer #gform_wrapper_3 ul.gform_fields li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        border: none;
        font-family: "Domine", serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        padding: 16px 10px; }
    .site-footer #gform_wrapper_3 .gform_body {
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: top;
      width: 68%; }
    .site-footer #gform_wrapper_3 .gform_footer {
      display: inline-block;
      margin: 2px 0;
      padding: 0;
      text-align: right;
      vertical-align: top;
      width: 30.5%; }
      .site-footer #gform_wrapper_3 .gform_footer #gform_submit_button_3,
      .site-footer #gform_wrapper_3 .gform_footer input[type="submit"] {
        background: #4c4028;
        border: none;
        color: #fff;
        margin: 0;
        padding: 10px 25px; }
        .site-footer #gform_wrapper_3 .gform_footer #gform_submit_button_3:hover,
        .site-footer #gform_wrapper_3 .gform_footer input[type="submit"]:hover {
          background: #94d500;
          color: #fff; }
  .site-footer .footer-logo {
    height: 53px;
    margin: 0 0 10px;
    width: 173px; }
  .site-footer .address {
    font-family: "Domine", serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px; }
    .site-footer .address a {
      color: #fff; }
      .site-footer .address a:hover {
        opacity: 0.7; }
  .site-footer .copyright {
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal; }

.menu-footer-container {
  height: 50px; }

#menu-footer.menu {
  display: none; }

a {
  color: #648b1a; }
  a:hover {
    color: #4c4028;
    text-decoration: none; }

.genesis-nav-menu {
  clear: both;
  color: #4c4028;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
  /*	> .menu-item.menu-item-has-children > a:after {
			content: "\f107";
			font-family: 'FontAwesome';
			font-size: 12px;
			padding-left: 5px;
			speak: none;
		}

		.sub-menu .menu-item-has-children > a:after {
			content: "\f105";
			font-family: 'FontAwesome';
			font-size: 12px;
			padding-left: 10px;
			speak: none;
		}*/ }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left; }
  .genesis-nav-menu a {
    border: none;
    color: #4c4028;
    display: block;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase; }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #648b1a; }
  .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #4c4028; }
  .genesis-nav-menu .sub-menu {
    left: -9998px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
    border-top: 1px solid #eee; }
    .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border: 1px solid #eee;
      border-top: none;
      font-size: 16px;
      padding: 16px 20px;
      position: relative;
      width: 200px; }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -54px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    text-transform: uppercase; }
  .genesis-nav-menu > .right > a {
    display: inline;
    padding: 0; }
  .genesis-nav-menu > .search {
    padding: 14px 0 0; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  max-width: 650px;
  width: 100%; }
  .nav-primary .menu-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: justify; }
    .nav-primary .menu-primary .mobile-menu-item {
      display: none; }
    .nav-primary .menu-primary li {
      padding: 0; }
      .nav-primary .menu-primary li a {
        color: #4c4028; }
      .nav-primary .menu-primary li a:hover,
      .nav-primary .menu-primary li .current-menu-item > a,
      .nav-primary .menu-primary li .sub-menu a:hover {
        color: #648b1a; }

/* Secondary Navigation
--------------------------------------------- */
.menu-navigation {
  background-color: #4c4028; }
  .menu-navigation .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .menu-navigation .menu li {
      border-right: 2px solid #fff;
      display: inline-block;
      line-height: 14px;
      margin: 18px 0;
      padding: 0 15px; }
      .menu-navigation .menu li a {
        color: #fff;
        font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        text-transform: uppercase; }
        .menu-navigation .menu li a:hover {
          color: #a5a095; }
      .menu-navigation .menu li:last-child {
        border-right: none; }

body.nav-open .mobile-menu-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

body.nav-open .mobile-menu-toggle .middle-bar {
  opacity: 0; }

body.nav-open .mobile-menu-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

body.nav-open #mobile-nav {
  transform: translate3d(-100%, 0, 0); }

.mobile-menu-toggle {
  display: none;
  float: right;
  padding: 10px 14px; }

.icon-bar {
  background-color: #94d500;
  display: block;
  height: 4px;
  transition: all 0.2s;
  width: 38px; }

.icon-bar + .icon-bar {
  margin-top: 6px; }

#mobile-nav {
  background-color: #4c4028;
  height: 10000px;
  left: 100%;
  position: absolute;
  top: 81px;
  transform: translate3d(0, 0, 0);
  transition: all 350ms ease;
  width: 100%;
  z-index: 9999; }
  #mobile-nav .sub-menu {
    background-color: #443924;
    margin: 0 20px; }
  #mobile-nav li {
    list-style: none; }
    #mobile-nav li.current-menu-item a {
      background-color: #83603f; }
    #mobile-nav li a {
      color: #fff;
      display: block;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      padding: 20px;
      text-transform: uppercase; }
      #mobile-nav li a:hover {
        background-color: #83603f; }
  #mobile-nav .mobile-menu-search {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%; }
    #mobile-nav .mobile-menu-search form {
      width: 100%; }
    #mobile-nav .mobile-menu-search input[type="search"] {
      border: 2px solid #94d500;
      float: left;
      height: 58px;
      width: 85%; }
    #mobile-nav .mobile-menu-search button[type="submit"] {
      background-color: #94d500;
      border: 2px solid #94d500;
      color: white;
      float: left;
      height: 58px;
      margin: 0;
      width: 15%; }
  #mobile-nav .mobile-menu-member-login {
    display: inline-block;
    padding: 0 20px;
    width: 100%; }
    #mobile-nav .mobile-menu-member-login a {
      background-color: #fff;
      border: 2px solid #94d500;
      color: #648b1a;
      padding: 15px 20px;
      text-align: center; }

@media (max-width: 767px) {
  .site-header {
    padding-bottom: 0; }
    .site-header .site-title {
      margin-bottom: 0;
      min-height: 60px; }
      .site-header .site-title .mobile-logo {
        display: inline; }
      .site-header .site-title .desktop-logo {
        display: none; }
  .header-links {
    display: none; }
  #menu-main {
    display: none; }
  .site-title img {
    max-width: 150px; }
  .mobile-menu-toggle {
    display: block; } }

.sub-nav-section {
  margin-bottom: 60px; }
  .sub-nav-section a {
    transition: all .1s ease-in; }
    .sub-nav-section a:hover {
      text-decoration: none; }
      .sub-nav-section a:hover .sub-nav-overlay {
        background: rgba(0, 0, 0, 0.8); }
  .sub-nav-section .sub-nav-item {
    background: no-repeat top center;
    background-size: cover;
    border: 4px solid #dad8d6;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 500;
    height: 300px;
    text-transform: uppercase;
    transition: all .1s ease-in; }
    @media (max-width: 767px) {
      .sub-nav-section .sub-nav-item {
        text-align: center; } }
  .sub-nav-section .sub-nav-overlay {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    transition: all .1s ease-in;
    width: 100%; }

.box {
  background-color: #fdfaf6;
  border: 4px solid #dad8d6;
  margin-bottom: 1em;
  padding: 30px; }

.note {
  font-size: 12px;
  font-style: normal;
  line-height: 1.2em; }

.search-results .post {
  margin-bottom: 1em; }

.search-results .entry-title {
  margin-bottom: .5em; }

.search-results .entry-meta {
  margin-bottom: .5em; }

.search-results .more-link {
  margin: 0 0 0 8px; }

.staff-wrap {
  padding-top: 20px; }
  .staff-wrap .staff-content {
    border-bottom: 4px solid #dad8d6;
    margin: 0 0 30px;
    padding: 0 0 30px; }
    .staff-wrap .staff-content .staff-image {
      border: 4px solid #dad8d6;
      max-width: 35%; }
      @media (max-width: 576px) {
        .staff-wrap .staff-content .staff-image {
          display: block;
          float: none;
          margin: 0 auto 15px;
          max-width: 100%; } }
    .staff-wrap .staff-content .staff-name {
      color: #648b1a;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      font-size: 22px;
      display: inline-block;
      margin: 0;
      max-width: 60%;
      text-align: left;
      width: auto; }
      @media (max-width: 576px) {
        .staff-wrap .staff-content .staff-name {
          max-width: 100%; } }
    .staff-wrap .staff-content .staff-title {
      color: #4c4028;
      font-family: "Oswald", sans-serif;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.2em;
      display: inline-block;
      margin: 0;
      max-width: 60%;
      text-align: left;
      width: auto; }
      @media (max-width: 576px) {
        .staff-wrap .staff-content .staff-title {
          max-width: 100%; } }
    .staff-wrap .staff-content .phone {
      display: inline-block;
      margin: 0;
      max-width: 60%;
      text-align: left;
      width: auto; }
      @media (max-width: 576px) {
        .staff-wrap .staff-content .phone {
          max-width: 100%; } }
    .staff-wrap .staff-content .email {
      display: inline-block;
      font-weight: 600;
      margin: 0;
      max-width: 60%;
      text-align: left;
      width: auto; }
      @media (max-width: 576px) {
        .staff-wrap .staff-content .email {
          max-width: 100%; } }
      .staff-wrap .staff-content .email .staff-email {
        text-decoration: underline; }
      .staff-wrap .staff-content .email .staff-email:hover {
        text-decoration: none; }
  .staff-wrap:last-child .staff-content {
    border: none; }

.tribe-events-page-title {
  color: #443924;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.tribe-events-list .type-tribe_events h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2em; }

.tribe-events-list-separator-month {
  color: #83603f; }

.author.location {
  color: #83603f;
  font-weight: bold; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal; }

#tribe-bar-form label {
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal; }

ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

a.tribe-events-read-more {
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'], .tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
  background-color: #648b1a; }

.single-tribe_events .tribe-events-single-event-title {
  color: #648b1a;
  font-family: "Oswald", sans-serif;
  font-size: 2em; }

.tribe-events-schedule h2 {
  color: #83603f; }

.single-tribe_events .tribe-events-event-meta {
  background-color: #fdfaf6;
  border: 4px solid #dad8d6; }

body.home {
  background: #fff;
  background: linear-gradient(#fff, #e6f0ef); }

.home .footer-forest {
  background-image: url(images/nafo-lower-bg.png);
  margin-top: -160px; }

.home .home-hero-container {
  background: no-repeat top center;
  background-size: cover;
  height: 700px;
  position: relative;
  text-align: center;
  z-index: 100; }
  .home .home-hero-container .home-hero-text {
    color: #fff;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 80px;
    font-weight: normal;
    left: 50%;
    letter-spacing: 2px;
    line-height: 1em;
    margin-top: 320px;
    max-width: 96%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    width: 1000px;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4); }
    @media (max-width: 767px) {
      .home .home-hero-container .home-hero-text {
        font-size: 50px; } }
    .home .home-hero-container .home-hero-text strong {
      color: #94d500; }
    .home .home-hero-container .home-hero-text p {
      margin: 0; }
    .home .home-hero-container .home-hero-text .home-hero-cta {
      background: #fff;
      border: 1px solid #000;
      color: #000;
      font-family: "Domine", serif;
      font-weight: 700;
      display: inline-block;
      padding: 15px 15px;
      text-align: center;
      width: auto;
      transition: all .5s ease;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background: none;
      border: solid 3px #94d500;
      color: #fff;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      font-size: 20px;
      font-weight: normal;
      line-height: 1.2;
      padding: 17px; }
      .home .home-hero-container .home-hero-text .home-hero-cta:hover {
        background: #000;
        color: #fff;
        background: #94d500;
        color: #fff; }

.home .site-inner {
  padding: 0; }

.home .boxes-and-map {
  background-image: linear-gradient(#dad8d6 0%, #fff 40%); }

.home .three-boxes-title {
  color: #fff;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
  text-transform: uppercase; }

.home .three-boxes {
  margin-top: -150px;
  position: relative;
  text-align: center;
  z-index: 2000; }
  .home .three-boxes .three-box-wrapper {
    background: no-repeat top center;
    background-size: cover;
    border: 4px solid #fff;
    margin-bottom: 40px;
    transition: all .3s ease-in; }
    .home .three-boxes .three-box-wrapper:hover {
      border: 4px solid #94d500;
      margin-bottom: 20px;
      margin-top: -10px; }
  .home .three-boxes a {
    display: block;
    height: 420px;
    padding-top: 30px;
    transition: all .3s ease-in; }
    .home .three-boxes a:hover {
      background: rgba(0, 0, 0, 0.8);
      height: 440px;
      padding-top: 120px;
      text-decoration: none; }
      .home .three-boxes a:hover .three-box-description {
        color: #fff;
        display: block; }
  .home .three-boxes .three-box-content {
    padding: 0 30px; }
  .home .three-boxes h3 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .home .three-boxes .three-box-description {
    display: none; }

.home .interactive-map {
  text-align: center;
  background-color: #ebe7e1; }
  .home .interactive-map h3 {
    color: #4c4028;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .home .interactive-map h3 {
        font-size: 22px; } }
  .home .interactive-map h4 {
    color: #83603f;
    font-family: "Domine", serif;
    font-size: 14px;
    font-style: italic; }
  .home .interactive-map .wrap {
    margin: 0 auto;
    max-width: 1000px; }

.home .facts .fact-item {
  background: no-repeat top center;
  background-size: cover;
  min-height: 800px;
  padding: 100px 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .home .facts .fact-item {
      padding: 50px 0;
      min-height: 400px; } }

.home .facts .col-md-12 {
  padding: 0 30px; }

.home .facts .fact {
  min-height: 600px;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767px) {
    .home .facts .fact {
      min-height: 400px; } }

.home .facts h3 {
  color: #fff;
  font-family: "Domine", serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px; }
  @media (max-width: 767px) {
    .home .facts h3 {
      font-size: 22px;
      margin: 0 0 20px; } }

.home .facts .facts-quotes {
  color: #fff;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .home .facts .facts-quotes {
      font-size: 28px; } }

.home .facts .slick-next,
.home .facts .slick-prev {
  border: 3px solid #fff;
  height: 40px;
  width: 40px;
  z-index: 9999999; }

.home .facts .slick-next {
  right: 25px;
  top: 46.5%; }
  .home .facts .slick-next:before {
    background-image: url(images/arrow-up.svg);
    background-size: 20px 20px;
    background-size: cover;
    content: '';
    display: block;
    height: 20px;
    margin: 0 auto;
    opacity: 1;
    width: 20px; }
  .home .facts .slick-next:hover {
    opacity: 0.7; }

.home .facts .slick-prev {
  left: auto;
  right: 25px;
  top: 53.5%; }
  .home .facts .slick-prev:before {
    background-image: url(images/arrow-down.svg);
    background-size: 20px 20px;
    background-size: cover;
    content: '';
    display: block;
    height: 20px;
    margin: 0 auto;
    opacity: 1;
    width: 20px; }
  .home .facts .slick-prev:hover {
    opacity: 0.7; }

.home .four-boxes {
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
  z-index: 5000; }
  .home .four-boxes .four-boxes-wrapper {
    background-color: #fdfaf6;
    border: 4px solid #dad8d6;
    display: inline-block;
    margin-bottom: 30px;
    min-height: 500px;
    padding: 30px;
    position: relative;
    vertical-align: top;
    width: 100%; }
    .home .four-boxes .four-boxes-wrapper h4 {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      text-transform: none;
      line-height: 1.25;
      font-weight: 400;
      color: inherit;
      margin-bottom: 5px; }
    .home .four-boxes .four-boxes-wrapper .recent-post {
      margin-bottom: 25px; }
    .home .four-boxes .four-boxes-wrapper .date {
      color: #83603f;
      font-family: "Domine", serif;
      font-size: 14px;
      font-weight: bold; }
    .home .four-boxes .four-boxes-wrapper.tweets {
      position: relative; }
      .home .four-boxes .four-boxes-wrapper.tweets .recent-tweet {
        margin-bottom: 40px; }
      .home .four-boxes .four-boxes-wrapper.tweets .logo-and-link {
        bottom: 30px;
        position: absolute; }
        .home .four-boxes .four-boxes-wrapper.tweets .logo-and-link img {
          max-width: 50px; }
    .home .four-boxes .four-boxes-wrapper h3 {
      color: #4c4028;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 24px;
      text-transform: uppercase; }
    .home .four-boxes .four-boxes-wrapper .about-nafo {
      color: #333;
      font-family: "Domine", serif;
      font-size: 18px; }

.home .about-home {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  z-index: 5000; }
  .home .about-home h2 {
    color: #83603f;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase; }
  .home .about-home p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 95%;
    width: 750px; }
  .home .about-home .about-home-link {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-family: "Domine", serif;
    font-weight: 700;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    width: auto;
    transition: all .5s ease;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: none;
    border: solid 3px #94d500;
    color: #648b1a;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0;
    padding: 10px 17px; }
    .home .about-home .about-home-link:hover {
      background: #000;
      color: #fff;
      background: #94d500;
      color: #fff; }

.working-forest-support {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #ebe7e1; }
  .working-forest-support h2 {
    color: #4c4028;
    font-size: 27px;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center; }
  .working-forest-support .forest-support-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .working-forest-support .forest-support-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .working-forest-support .working-forest-support-item {
    text-align: center; }
    @media (max-width: 767px) {
      .working-forest-support .working-forest-support-item {
        margin: 0 0 5px; } }
    .working-forest-support .working-forest-support-item img {
      margin: 0 0 5px;
      max-width: 43px;
      max-height: 43px; }
    .working-forest-support .working-forest-support-item h3 {
      color: #4c4028;
      font-family: "Oswald", sans-serif;
      font-size: 32px;
      font-weight: 500;
      line-height: 32px;
      text-transform: uppercase;
      margin: 0; }
    .working-forest-support .working-forest-support-item .working-forest-support-item-description {
      color: #648b1a;
      font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase;
      margin: 0; }

.nav-header-container {
  background: #dad8d6;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dad8d6), color-stop(100%, white));
  background: linear-gradient(to bottom, #dad8d6 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad8d6', endColorstr='#ffffff', GradientType=0); }

.media-page-container {
  min-height: 800px;
  padding-top: 60px; }
  .media-page-container h3 {
    color: #4c4028;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase; }
  .media-page-container .media-sub-header {
    margin-bottom: 30px;
    text-align: center; }
    .media-page-container .media-sub-header h2 {
      color: #4c4028;
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }

.media-sub-sub-header {
  text-align: center; }

.media-recent-posts {
  margin-bottom: 60px; }
  .media-recent-posts .recent-post {
    margin-bottom: 20px; }
  .media-recent-posts p {
    margin-bottom: 0; }
  .media-recent-posts h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    color: inherit; }
  .media-recent-posts .date {
    color: #83603f;
    font-family: "Domine", serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }

.media-archives {
  margin-bottom: 60px;
  text-align: center; }
  .media-archives a {
    font-weight: bold;
    text-decoration: underline; }
  .media-archives hr {
    border-top: 4px solid #dad8d6;
    margin: 30px 0; }
  .media-archives ul {
    margin: 0;
    padding: 0; }
    .media-archives ul li {
      display: inline;
      list-style-type: none;
      padding: 0 10px; }
    .media-archives ul li + li {
      border-left: 2px solid #4c4028; }

.media-contact-info {
  color: #4c4028;
  font-weight: bold;
  text-align: center; }
  .media-contact-info a {
    text-decoration: underline; }
  .media-contact-info h3 {
    color: #4c4028;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase; }
  .media-contact-info p {
    margin-bottom: 0; }
  .media-contact-info .media-notice {
    font-weight: 700; }
  .media-contact-info .contact-name {
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 400; }
  .media-contact-info .contact-title {
    color: #83603f; }

.page-template-template-media-page #gform_wrapper_4 {
  margin-bottom: 100px;
  padding-top: 50px; }

.page-template-template-media-page #gform_wrapper_4 ul li.gfield {
  margin-top: 0;
  padding-right: 0 !important; }

.page-template-template-media-page #gform_wrapper_4 .gform_heading {
  margin-bottom: .25em;
  text-align: center; }

.page-template-template-media-page #gform_wrapper_4 span.gform_description {
  display: none; }

.page-template-template-media-page #gform_wrapper_4 h3.gform_title {
  color: #4c4028;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.17em;
  text-transform: uppercase;
  font-weight: 400; }

.page-template-template-media-page #gform_wrapper_4 .gform_body .top_label .gfield_label {
  color: #4c4028; }

.page-template-template-media-page #gform_wrapper_4 .gform_body .gform_fields .gfield select {
  height: 36px; }

.page-template-template-media-page #gform_wrapper_4 .gform_footer input.button,
.page-template-template-media-page #gform_wrapper_4 .gform_footer input[type=submit],
.page-template-template-media-page #gform_wrapper_4 .gform_page_footer input.button,
.page-template-template-media-page #gform_wrapper_4 .gform_page_footer input[type=submit] {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "Domine", serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all .5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #4c4028;
  border: solid 3px #4c4028;
  color: #fff;
  font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  padding: 17px;
  width: 100%; }
  .page-template-template-media-page #gform_wrapper_4 .gform_footer input.button:hover,
  .page-template-template-media-page #gform_wrapper_4 .gform_footer input[type=submit]:hover,
  .page-template-template-media-page #gform_wrapper_4 .gform_page_footer input.button:hover,
  .page-template-template-media-page #gform_wrapper_4 .gform_page_footer input[type=submit]:hover {
    background: #000;
    color: #fff;
    background: #94d500;
    border: solid 3px #94d500;
    color: #fff; }

.member-only,
.genesis-nav-menu .menu-item.member-only {
  display: none; }

.logged-in .mobile-menu-container .menu-item.member-only,
.logged-in .genesis-nav-menu .menu-item.member-only {
  display: inline-block; }

.leader-staff-wrap,
.directory-wrap {
  margin: 20px 0; }

.directory-email {
  height: auto;
  width: 25px; }

.directory-title {
  color: #648b1a;
  font-family: "Oswald", sans-serif;
  font-size: 2em; }

.staff-columns,
.leader-columns {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .staff-columns h4,
  .leader-columns h4 {
    font-size: 18px;
    margin: 0; }
  .staff-columns .leader-title,
  .leader-columns .leader-title {
    color: #648b1a;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase; }
  .staff-columns .leader-company,
  .leader-columns .leader-company {
    color: #83603f;
    font-style: italic;
    font-weight: normal; }
  .staff-columns p,
  .leader-columns p {
    margin: 0 0 5px; }
    .staff-columns p a,
    .leader-columns p a {
      color: #83603f; }
  .staff-columns li,
  .leader-columns li {
    margin: 0 0 15px; }

.lwa {
  width: 400px;
  max-width: 100%;
  margin: 50px auto; }
  .lwa #lwa_wp-submit {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-family: "Domine", serif;
    font-weight: 700;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    width: auto;
    transition: all .5s ease;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #4c4028;
    border: solid 3px #4c4028;
    color: #fff;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    padding: 17px;
    width: 100%; }
    .lwa #lwa_wp-submit:hover {
      background: #000;
      color: #fff;
      background: #94d500;
      border: solid 3px #94d500;
      color: #fff; }
  .lwa .lwa-submit-links {
    text-align: right; }
  .lwa .login-center {
    text-align: center; }
  .lwa .lwa-title-sub,
  .lwa #wp-logout {
    text-transform: none; }

td.details-control {
  background: url(images/details_open.png) no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url(images/details_close.png) no-repeat center center; }

.committee-select {
  margin: 0 20px 0 10px; }

/* ## Include Media
--------------------------------------------- */
.site-container .col-centered {
  float: none;
  margin: 0 auto; }

.site-container .no-left-gutter {
  padding-left: 0; }
  @media (max-width: 767px) {
    .site-container .no-left-gutter {
      padding-left: 15px; } }

.site-container .no-right-gutter {
  padding-right: 0; }
  @media (max-width: 767px) {
    .site-container .no-right-gutter {
      padding-right: 15px; } }

.site-container .section-bottom-border {
  border-top: 4px solid #dad8d6;
  margin: 35px 0; }

.section-title-subtitle {
  padding: 30px 0;
  text-align: center; }
  .section-title-subtitle.no-padding-bottom {
    padding: 30px 0 0; }
  .section-title-subtitle h1 {
    color: #648b1a;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0; }
  .section-title-subtitle h2 {
    color: #4c4028;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase; }
    .section-title-subtitle h2 a {
      color: #648b1a;
      font-weight: 500;
      text-decoration: underline; }
      .section-title-subtitle h2 a:hover {
        text-decoration: none; }

.section-full-width {
  text-align: center; }
  .section-full-width h2 {
    color: #83603f;
    margin: 0; }
    .section-full-width h2.green {
      color: #648b1a; }
    .section-full-width h2.light-green {
      color: #94d500; }
    .section-full-width h2.brown {
      color: #4c4028; }
    .section-full-width h2.light-brown {
      color: #83603f; }
  .section-full-width .content {
    font-size: 16px; }
    .section-full-width .content img {
      max-width: 100%;
      height: auto; }
    .section-full-width .content ol.start {
      counter-reset: nafo-counter; }
    .section-full-width .content ol.continue {
      counter-reset: nafo-counter 2; }
    .section-full-width .content ol {
      list-style: none;
      padding-left: 5px; }
      .section-full-width .content ol li.nafo-counter {
        padding-left: 15px;
        counter-increment: nafo-counter;
        text-align: left; }
        .section-full-width .content ol li.nafo-counter::before {
          content: counter(nafo-counter) ". ";
          color: #4c4028;
          font-weight: bold;
          margin-left: -17px;
          margin-right: 0; }
        .section-full-width .content ol li.nafo-counter h4 {
          display: inline; }
      .section-full-width .content ol ul li:not([class]) {
        padding-left: 0;
        text-align: left; }
        .section-full-width .content ol ul li:not([class])::before {
          content: "";
          margin: 0; }

@media (max-width: 992px) {
  .section-two-column .column-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-template-areas: "first" "second"; }
    .section-two-column .column-wrapper.image-text .text,
    .section-two-column .column-wrapper.text-image .text {
      grid-area: first; }
    .section-two-column .column-wrapper .image {
      grid-area: second; } }

.section-two-column h2 {
  color: #83603f;
  text-align: center; }

.section-two-column .content h4 {
  color: #83603f;
  font-size: 18px;
  margin: 0; }

.section-two-column .content img {
  max-width: 100%;
  height: auto; }

.section-two-column .content.right {
  text-align: right; }
  @media (max-width: 767px) {
    .section-two-column .content.right {
      text-align: left; } }

.section-two-column .content.center {
  text-align: center; }

.section-two-column .advanced-img {
  max-width: 100%;
  height: auto; }

.section-quote h2 {
  color: #648b1a;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase; }

.section-quote .content {
  line-height: 1.5em; }
  .section-quote .content h4 {
    color: #4c4028;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px; }

.section-two-boxes {
  padding: 30px 0; }
  .section-two-boxes .two-box-wrap {
    background-color: #fdfaf6;
    border: 4px solid #dad8d6;
    margin-bottom: 1em;
    padding: 30px; }
    .section-two-boxes .two-box-wrap h4 {
      color: #648b1a;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
    .section-two-boxes .two-box-wrap .content {
      line-height: 1.3em; }
    .section-two-boxes .two-box-wrap img {
      max-width: 100%;
      height: auto; }
  .section-two-boxes .two-box-wrap .from-title {
    color: #4c4028;
    font-size: 16px;
    text-transform: uppercase; }
  .section-two-boxes .two-box-wrap .from-posts {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .section-two-boxes .two-box-wrap .from-posts li {
      color: #648b1a;
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      margin: 0 0 10px; }
      .section-two-boxes .two-box-wrap .from-posts li a {
        font-weight: 400;
        line-height: 1.25em; }
    .section-two-boxes .two-box-wrap .from-posts .author {
      color: #333333;
      font-family: "Domine", serif;
      font-size: 14px;
      margin: 5px 0 0; }
    .section-two-boxes .two-box-wrap .from-posts .datetime {
      color: #83603f;
      font-family: "Domine", serif;
      font-size: 14px;
      font-weight: bold; }

.section-one-box .one-box-wrap {
  background-color: #fdfaf6;
  border: 4px solid #dad8d6;
  margin-bottom: 1em;
  padding: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .section-one-box .one-box-wrap h4 {
    color: #4c4028;
    font-size: 16px;
    text-transform: uppercase; }
  .section-one-box .one-box-wrap .link-section {
    margin: 0 0 15px;
    padding: 10px 0;
    width: 100%; }
    .section-one-box .one-box-wrap .link-section:last-of-type {
      margin: 0; }
  .section-one-box .one-box-wrap .learn-more-links {
    border-left: 1px solid #dad8d6;
    padding: 0 15px; }
    .section-one-box .one-box-wrap .learn-more-links:first-of-type {
      border: none; }

.member-resources-wrap .section-member-content {
  float: left;
  width: 75%; }
  @media (max-width: 767px) {
    .member-resources-wrap .section-member-content {
      float: none;
      width: 100%; } }
  .member-resources-wrap .section-member-content .container {
    max-width: 100%; }
    .member-resources-wrap .section-member-content .container .col-md-10 {
      width: 100%; }
    .member-resources-wrap .section-member-content .container .col-md-8 {
      width: 100%; }
    .member-resources-wrap .section-member-content .container .col-md-offset-1,
    .member-resources-wrap .section-member-content .container .col-md-offset-2 {
      margin-left: 0; }
    .member-resources-wrap .section-member-content .container.section-quote .col-md-8 {
      width: 66.66667%; }
      @media (max-width: 767px) {
        .member-resources-wrap .section-member-content .container.section-quote .col-md-8 {
          width: 100%; } }

.member-resources-wrap .section-member-resources {
  float: right;
  padding: 30px 0;
  width: 25%; }
  @media (max-width: 767px) {
    .member-resources-wrap .section-member-resources {
      float: none;
      width: 100%; } }
  .member-resources-wrap .section-member-resources h3 {
    color: #83603f;
    font-size: 20px; }
  .member-resources-wrap .section-member-resources .resource-wrap {
    margin: 0 0 12px; }
    .member-resources-wrap .section-member-resources .resource-wrap h4 {
      border-top: 4px solid #dad8d6;
      color: #4c4028;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 10px;
      padding-top: 1.25em; }
    .member-resources-wrap .section-member-resources .resource-wrap .resources {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.25em;
      list-style-type: none;
      margin: 0;
      margin-bottom: 1.25em;
      padding: 0; }
      .member-resources-wrap .section-member-resources .resource-wrap .resources li {
        margin: 0 0 8px; }

.link-section {
  padding: 40px 0 15px;
  margin: 0 0 10px;
  border-bottom: 4px solid #dad8d6; }
  .link-section:last-child {
    border-bottom: none; }
  .link-section h2 {
    color: #4c4028;
    font-size: 18px;
    margin: 0 0 20px; }
  .link-section .list-links {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .link-section .list-links .learn-more-links {
      color: #648b1a;
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      text-transform: none;
      font-weight: 400;
      margin-bottom: 20px; }
    .link-section .list-links li {
      margin: 0 0 25px; }
    .link-section .list-links .source {
      font-family: "Domine", serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #83603f; }
    .link-section .list-links .description {
      font-size: 14px;
      line-height: 1.25em;
      list-style-type: none;
      margin: 0;
      margin-bottom: 1.25em;
      padding: 0; }

.jump-links h3 {
  border-bottom: 4px solid #dad8d6;
  padding: 0 0 15px; }

.section-cover-image {
  padding: 20px 0; }
  .section-cover-image .cover-image {
    max-width: 100%; }
  .section-cover-image .cover-image-caption {
    font-size: 10px;
    text-align: center;
    margin: -20px 0 0; }
  .section-cover-image .large {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }
  @media (min-width: 992px) {
    .section-cover-image .large {
      margin: 0 calc((1170px - 1170px) / 2);
      max-width: 1170px;
      width: 1170px; } }

.section-multi-column {
  padding: 20px 0;
  text-align: center; }
  .section-multi-column .column-image {
    width: 240px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .section-multi-column .column-image {
        width: 290px; } }
    @media (min-width: 992px) {
      .section-multi-column .column-image {
        width: 340px; } }

.section-full-width-advanced h2 {
  color: #83603f;
  margin: 0 0 10px; }
  .section-full-width-advanced h2.green {
    color: #648b1a; }
  .section-full-width-advanced h2.light-green {
    color: #94d500; }
  .section-full-width-advanced h2.brown {
    color: #4c4028; }
  .section-full-width-advanced h2.light-brown {
    color: #83603f; }

.section-full-width-advanced h3 {
  margin: 0 0 5px; }

.section-full-width-advanced .content {
  font-size: 16px; }
  .section-full-width-advanced .content img {
    max-width: 100%; }
  .section-full-width-advanced .content ol.start {
    counter-reset: nafo-counter; }
  .section-full-width-advanced .content ol.continue {
    counter-reset: nafo-counter 2; }
  .section-full-width-advanced .content ol {
    list-style: none;
    padding-left: 5px; }
    .section-full-width-advanced .content ol li.nafo-counter {
      padding-left: 15px;
      counter-increment: nafo-counter;
      text-align: left; }
      .section-full-width-advanced .content ol li.nafo-counter::before {
        content: counter(nafo-counter) ". ";
        color: #4c4028;
        font-weight: bold;
        margin-left: -17px;
        margin-right: 0; }
      .section-full-width-advanced .content ol li.nafo-counter h4 {
        display: inline; }
    .section-full-width-advanced .content ol ul li:not([class]) {
      padding-left: 0;
      text-align: left; }
      .section-full-width-advanced .content ol ul li:not([class])::before {
        content: "";
        margin: 0; }

.section-one-third-image h2 {
  color: #648b1a;
  margin-bottom: 30px; }

.section-one-third-image .one-third-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-one-third-image .one-third-image-wrap {
  width: 196px; }
  @media (max-width: 767px) {
    .section-one-third-image .one-third-image-wrap {
      width: 100%; } }
  .section-one-third-image .one-third-image-wrap img {
    width: 196px;
    max-width: 100%; }

.section-one-third-image .one-third-content-wrap {
  padding-left: 30px;
  width: calc(100% - 196px); }
  @media (max-width: 767px) {
    .section-one-third-image .one-third-content-wrap {
      padding-left: 0;
      width: 100%; } }
  .section-one-third-image .one-third-content-wrap h3 {
    color: #83603f;
    margin-bottom: 6px; }
  .section-one-third-image .one-third-content-wrap p {
    margin-bottom: 20px; }
    .section-one-third-image .one-third-content-wrap p:last-child {
      margin-bottom: 0; }
  .section-one-third-image .one-third-content-wrap ul {
    margin-bottom: 20px;
    padding-left: 15px; }
    .section-one-third-image .one-third-content-wrap ul li ~ li {
      margin-top: 10px; }

.section-one-third-image .bottom-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .section-one-third-image .bottom-line .bottom-line-label {
    background-color: #196837;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px;
    width: 165px; }
    @media (max-width: 480px) {
      .section-one-third-image .bottom-line .bottom-line-label {
        width: 100%; } }
    .section-one-third-image .bottom-line .bottom-line-label h3 {
      color: #fff;
      line-height: normal;
      margin-bottom: 0; }
  .section-one-third-image .bottom-line .bottom-line-text {
    background-color: #edece9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #196837;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    padding: 15px 10px;
    width: calc(100% - 165px); }
    @media (max-width: 480px) {
      .section-one-third-image .bottom-line .bottom-line-text {
        width: 100%; } }
    .section-one-third-image .bottom-line .bottom-line-text p {
      line-height: normal; }

.section-learn-more {
  padding-top: 65px;
  text-align: center; }
  .section-learn-more h2 {
    color: #4c4028;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .section-learn-more .learn-more-item {
    border: 4px solid #dad8d6;
    display: block;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s;
    z-index: 0; }
    .section-learn-more .learn-more-item:before {
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 100;
      transition: all 0.5s; }
    .section-learn-more .learn-more-item:hover:before {
      opacity: 1; }
    .section-learn-more .learn-more-item img {
      margin-bottom: 0;
      width: 100%; }
    .section-learn-more .learn-more-item h3 {
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 44px;
      line-height: 50px;
      margin-bottom: 0;
      padding: 0 45px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 200; }
      @media (max-width: 767px) {
        .section-learn-more .learn-more-item h3 {
          font-size: 34px;
          line-height: 40px;
          padding: 0 20px; } }

.section-tabbed-links {
  background-color: #ebeae9; }
  .section-tabbed-links .tabs-wrap {
    -ms-flex-align: stretch;
        align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 640px) {
      .section-tabbed-links .tabs-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .section-tabbed-links .header-buttons {
    -ms-flex-align: center;
        align-items: center;
    background: #648b1a;
    border: none;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 calc( 100% / 3);
        flex: 0 0 calc( 100% / 3);
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -ms-flex-pack: center;
        justify-content: center;
    letter-spacing: 0.2px;
    line-height: 1.2;
    min-height: 76px;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease;
    width: 100%;
    border-left: 2px solid #fff; }
    .section-tabbed-links .header-buttons:first-child {
      border-left: none; }
    .section-tabbed-links .header-buttons.active, .section-tabbed-links .header-buttons:hover {
      background: #fff;
      color: #648b1a; }
    @media (max-width: 640px) {
      .section-tabbed-links .header-buttons {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.section-animation-slider {
  padding-top: 20px; }
  .section-animation-slider .pngx-slide-inner {
    position: relative; }
  .section-animation-slider .pngx-slide-image {
    position: relative;
    z-index: 1; }
  .section-animation-slider .pngx-animation-slide-image {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1; }
  .section-animation-slider .animation-slide-preload {
    display: none; }
  .section-animation-slider .slick-arrow {
    font-size: 50px; }
    .section-animation-slider .slick-arrow .svg-inline--fa {
      color: #648b1a;
      opacity: .99; }
    .section-animation-slider .slick-arrow.slick-prev {
      left: -35px; }
      @media (max-width: 768px) {
        .section-animation-slider .slick-arrow.slick-prev {
          left: -15px; } }
      @media (max-width: 640px) {
        .section-animation-slider .slick-arrow.slick-prev {
          left: -15px; } }
      @media (max-width: 576px) {
        .section-animation-slider .slick-arrow.slick-prev {
          left: -30px; } }
    @media (max-width: 768px) {
      .section-animation-slider .slick-arrow.slick-next {
        right: -8px; } }
    @media (max-width: 640px) {
      .section-animation-slider .slick-arrow.slick-next {
        right: -8px; } }
    @media (max-width: 576px) {
      .section-animation-slider .slick-arrow.slick-next {
        right: -20px; } }
  .section-animation-slider .slick-slide {
    opacity: 1 !important;
    transition: opacity 0.5s linear; }
  .section-animation-slider .slick-active {
    opacity: 1 !important;
    transition: opacity 0.5s linear; }
  .section-animation-slider .slick-cloned {
    opacity: 1 !important; }

.sub-header {
  margin-bottom: 30px;
  text-align: center; }
  .sub-header h2 {
    color: #4c4028;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize; }

/* ==========================================================================
   Report Header
   ========================================================================== */
.nafo-advocacy-tool-wrapper .nafo-advocacy-map-wrap {
  background-color: #ebe7e1;
  padding: 50px 0; }
  .nafo-advocacy-tool-wrapper .nafo-advocacy-map-wrap .pre-heading {
    color: #648b1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif; }
  .nafo-advocacy-tool-wrapper .nafo-advocacy-map-wrap h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 49px;
    text-transform: uppercase;
    text-align: center; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
.nafo-advocacy-map-wrap {
  position: relative;
  /*
	[role="tabpanel"] * + * {
		margin-top: 0.75rem;
	}
	*/ }
  .nafo-advocacy-map-wrap.full-map .nafo-map-wrap {
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
  .nafo-advocacy-map-wrap.sidebar .nafo-map-wrap {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: calc(100% - 405px);
    background: #fff; }
    @media (max-width: 768px) {
      .nafo-advocacy-map-wrap.sidebar .nafo-map-wrap {
        width: 100%; } }
  .nafo-advocacy-map-wrap .report-citation {
    margin: 30px 0 0; }
  .nafo-advocacy-map-wrap .tabbed {
    border: 4px solid #dad8d6; }
  .nafo-advocacy-map-wrap .tab-wrap {
    background: #dad8d6; }
  .nafo-advocacy-map-wrap [role="tablist"] {
    margin: 0;
    padding: 0;
    background-color: #dfd9d0; }
    @media (max-width: 576px) {
      .nafo-advocacy-map-wrap [role="tablist"] {
        text-align: center;
        width: 100%; } }
  .nafo-advocacy-map-wrap [role="tablist"] li, .nafo-advocacy-map-wrap [role="tablist"] a {
    display: inline-block;
    padding: 0; }
  .nafo-advocacy-map-wrap [role="tablist"] a {
    font-family: "function_probook", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #4c4028;
    font-weight: 700;
    line-height: 28px;
    padding: 26px 30px;
    text-decoration: none; }
    .nafo-advocacy-map-wrap [role="tablist"] a.disabled {
      cursor: default;
      opacity: .4;
      background-color: #a0a0a0; }
  .nafo-advocacy-map-wrap .facilities-tab-wrap [role="tablist"] li {
    width: 50%; }
  .nafo-advocacy-map-wrap .facilities-tab-wrap [role="tablist"] a {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 16px; }
  .nafo-advocacy-map-wrap [role="tablist"] [aria-selected] {
    background: #fff;
    border: none;
    color: #4c4028;
    position: relative; }
  .nafo-advocacy-map-wrap [role="tabpanel"] {
    border: none;
    padding: 1.5rem; }
  .nafo-advocacy-map-wrap *:focus {
    box-shadow: inset 0 0 0 4px #4c4028;
    outline: none; }
  .nafo-advocacy-map-wrap .disabled:focus {
    box-shadow: none; }
  @media (max-width: 576px) {
    .nafo-advocacy-map-wrap [role="tablist"] li, .nafo-advocacy-map-wrap [role="tablist"] a {
      display: block;
      position: static; }
    .nafo-advocacy-map-wrap [role="tablist"] a {
      border: none; }
    .nafo-advocacy-map-wrap [role="tablist"] li + li a {
      border-top: 0; }
    .nafo-advocacy-map-wrap [role="tablist"] [aria-selected] {
      position: static; }
    .nafo-advocacy-map-wrap [role="tablist"] [aria-selected]::after {
      content: '\0020⬅'; }
    .nafo-advocacy-map-wrap [role="tabpanel"] {
      border-top: 0; } }

.map-sidebar {
  display: inline-block;
  text-align: left;
  width: 400px; }
  @media (max-width: 768px) {
    .map-sidebar {
      display: block;
      margin: 0 auto 15px;
      max-width: 100%; } }
  .map-sidebar .map-sidebar-inner {
    background-color: #ffffff;
    border: 4px solid #dad8d6;
    padding: 20px; }
    .map-sidebar .map-sidebar-inner .current-map-state {
      color: #648b1a;
      font-size: 27px;
      font-weight: 400;
      line-height: 34.25px;
      margin-bottom: 5px;
      text-transform: uppercase; }
  .map-sidebar .state-facility-tab {
    display: none; }

.acreage-pie-numbers-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  padding: 0 0 10px; }
  .acreage-pie-numbers-wrap .acreage-pie-wrap {
    width: 105px; }
    .acreage-pie-numbers-wrap .acreage-pie-wrap .acreage-chart {
      float: none;
      width: 100px; }
  .acreage-pie-numbers-wrap .acreage-numbers-wrap {
    width: calc(100% - 105px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }

.nafo-advocacy-sidebar-acreage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-bottom: 10px;
  position: relative; }
  .nafo-advocacy-sidebar-acreage:after {
    border-bottom: 2px solid #dad8d6;
    bottom: 0;
    content: '';
    left: -20px;
    position: absolute;
    width: 395px; }
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-label {
    background-color: #efece7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 4px;
    padding: 0 9px;
    text-transform: uppercase;
    width: 125px; }
    @media (max-width: 420px) {
      .nafo-advocacy-sidebar-acreage .nafo-advocacy-label {
        font-size: 14px;
        width: 100%;
        line-height: 22px;
        margin: 0; } }
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-label-data {
    background-color: #efece7;
    color: #648b1a;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0 0 4px 0;
    padding: 0 9px;
    width: calc(100% - 125px); }
    @media (max-width: 420px) {
      .nafo-advocacy-sidebar-acreage .nafo-advocacy-label-data {
        width: 100%;
        line-height: 22px;
        padding: 0 9px 4px; } }
  .nafo-advocacy-sidebar-acreage .map-no-acerage-data {
    text-align: center;
    width: 100%;
    color: #f59c2b;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .nafo-advocacy-sidebar-acreage .map-level-no-data {
    text-align: center;
    width: 100%;
    color: #f59c2b;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .nafo-advocacy-sidebar-acreage .current-map-level {
    color: #83603f;
    display: block;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.29px;
    line-height: 21.53px;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%; }
    .nafo-advocacy-sidebar-acreage .current-map-level .nationally {
      display: none; }
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-label {
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%; }
    .nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-label img {
      margin: -3px 10px 0 0;
      width: 22px; }
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-data {
    color: #648b1a;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px; }

.nafo-advocacy-sidebar-district-nav {
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  display: none; }
  .nafo-advocacy-sidebar-district-nav:after {
    border-bottom: 2px solid #dad8d6;
    bottom: 0;
    content: '';
    left: -20px;
    position: absolute;
    width: 395px; }
  .nafo-advocacy-sidebar-district-nav .advocacy-district-select {
    margin: 0 auto;
    vertical-align: top;
    width: 100%; }
    .nafo-advocacy-sidebar-district-nav .advocacy-district-select label {
      font-size: 12px; }
    .nafo-advocacy-sidebar-district-nav .advocacy-district-select .choices__list--dropdown .choices__list #choices-nafo-advocacy-district-list-item-choice-1 {
      display: none; }
  .nafo-advocacy-sidebar-district-nav .additional-info-nav-label {
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 24px;
    margin: 10px 0 0;
    text-transform: uppercase; }
  .nafo-advocacy-sidebar-district-nav .advocacy-district-select .choices__inner {
    border: 2px solid #4c4028;
    font-family: "Domine", serif;
    font-size: 14px;
    font-weight: 700; }

.nafo-advocacy-sidebar-report {
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  display: none; }
  .nafo-advocacy-sidebar-report:after {
    border-bottom: 2px solid #dad8d6;
    bottom: 0;
    content: '';
    left: -20px;
    position: absolute;
    width: 395px; }
  .nafo-advocacy-sidebar-report .additional-info-nav-label {
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 24px;
    margin: 10px 0 0;
    text-transform: uppercase; }
  .nafo-advocacy-sidebar-report .advocacy-report-action-wrap {
    margin: 0 0 0;
    padding: 10px 0 0;
    position: relative;
    text-align: left;
    width: 100%; }
    .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .advocacy-report-selects {
      display: none;
      margin: 0 auto;
      vertical-align: top;
      width: 100%; }
      .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .advocacy-report-selects label {
        font-family: "Domine", serif;
        font-size: 14px;
        font-weight: 700; }
    .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner {
      border: 2px solid #4c4028;
      font-family: "Domine", serif;
      font-size: 14px;
      font-weight: 700; }
      .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input {
        width: 100% !important; }
        .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input::-webkit-input-placeholder {
          color: #4c4028;
          font-family: "Domine", serif;
          font-size: 14px;
          font-weight: 700; }
        .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input:-moz-placeholder {
          color: #4c4028;
          font-family: "Domine", serif;
          font-size: 14px;
          font-weight: 700;
          opacity: 1; }
        .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input::-moz-placeholder {
          color: #4c4028;
          font-family: "Domine", serif;
          font-size: 14px;
          font-weight: 700;
          opacity: 1; }
        .nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input:-ms-input-placeholder {
          color: #4c4028;
          font-family: "Domine", serif;
          font-size: 14px;
          font-weight: 700; }
  .nafo-advocacy-sidebar-report .advocacy-report-btn {
    background-color: #648b1a;
    border: none;
    color: #fff;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1;
    padding: 20px 20px;
    text-transform: uppercase;
    width: 100%; }
    .nafo-advocacy-sidebar-report .advocacy-report-btn .fa-file-pdf {
      font-size: 20px;
      margin: 0 10px -4px 0; }
    .nafo-advocacy-sidebar-report .advocacy-report-btn:hover {
      background-color: #94d500; }

.nafo-advocacy-sidebar-facilities {
  padding: 0 0 20px;
  position: relative;
  margin: 0 auto;
  text-align: left; }
  .nafo-advocacy-sidebar-facilities:after {
    border-bottom: 2px solid #dad8d6;
    bottom: 0;
    content: '';
    left: -20px;
    position: absolute;
    width: 395px; }
  .nafo-advocacy-sidebar-facilities .additional-info-label {
    color: #83603f;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .nafo-advocacy-sidebar-facilities .facilities-instructions {
    font-size: 12px; }
  .nafo-advocacy-sidebar-facilities .switch {
    position: relative;
    width: 160px;
    padding: 5px 0 5px 10px;
    float: right;
    z-index: 0;
    height: 30px;
    font-size: 12px; }
    .nafo-advocacy-sidebar-facilities .switch:before {
      content: '  ';
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 20px;
      background: #eee;
      border-radius: 20px; }
    .nafo-advocacy-sidebar-facilities .switch__label {
      display: inline-block;
      width: 24px;
      padding: 3px 1px;
      text-align: center;
      cursor: pointer;
      transition: color 200ms ease-out; }
      .nafo-advocacy-sidebar-facilities .switch__label:hover {
        color: #648b1a; }
      .nafo-advocacy-sidebar-facilities .switch__label.none__label {
        width: 32px; }
    .nafo-advocacy-sidebar-facilities .switch__indicator {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 2px;
      left: 0;
      background: #648b1a;
      border-radius: 50%;
      transition: transform 600ms cubic-bezier(0.02, 0.94, 0.09, 0.97), background 300ms cubic-bezier(0.17, 0.67, 0.14, 1.03);
      transform: translate3d(5px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input.none:checked ~ .switch__indicator {
      background: #000;
      transform: translate3d(12px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input.small:checked ~ .switch__indicator {
      background: #648b1a;
      transform: translate3d(45px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input.medium:checked ~ .switch__indicator {
      background: #4c4028;
      transform: translate3d(70px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input.large:checked ~ .switch__indicator {
      background: #94d500;
      transform: translate3d(98px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input.all:checked ~ .switch__indicator {
      background: #83603f;
      transform: translate3d(127px, 0, 0); }
    .nafo-advocacy-sidebar-facilities .switch input[type="radio"]:not(:checked), .nafo-advocacy-sidebar-facilities .switch input[type="radio"]:checked {
      display: none; }
    .nafo-advocacy-sidebar-facilities .switch.no-filters {
      width: 80px; }
      .nafo-advocacy-sidebar-facilities .switch.no-filters .switch__label {
        width: 30px; }
      .nafo-advocacy-sidebar-facilities .switch.no-filters input.none:checked ~ .switch__indicator {
        background: #000;
        transform: translate3d(12px, 0, 0); }
      .nafo-advocacy-sidebar-facilities .switch.no-filters input.all:checked ~ .switch__indicator {
        background: #83603f;
        transform: translate3d(47px, 0, 0); }
  .nafo-advocacy-sidebar-facilities .facilities-btn {
    background-color: #648b1a;
    border: none;
    color: #fff;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.1;
    padding: 20px 20px;
    text-transform: uppercase;
    width: 100%;
    position: relative; }
    .nafo-advocacy-sidebar-facilities .facilities-btn .fa-file-pdf {
      font-size: 20px;
      position: absolute;
      left: 20px;
      top: 25px; }
      @media (max-width: 420px) {
        .nafo-advocacy-sidebar-facilities .facilities-btn .fa-file-pdf {
          left: 10px; } }
    .nafo-advocacy-sidebar-facilities .facilities-btn:hover {
      background-color: #94d500; }
  @media (max-width: 576px) {
    .nafo-advocacy-sidebar-facilities .facilities-filters {
      overflow: hidden;
      margin: 0 0 15px; } }
  .nafo-advocacy-sidebar-facilities .facilities-filters-wrap li {
    list-style-type: none;
    height: 30px;
    margin: 0 0 10px; }
    @media (max-width: 576px) {
      .nafo-advocacy-sidebar-facilities .facilities-filters-wrap li {
        height: auto;
        overflow: hidden; } }
    .nafo-advocacy-sidebar-facilities .facilities-filters-wrap li input {
      margin: 0 6px 0 0; }
  .nafo-advocacy-sidebar-facilities .facilities-filters-wrap ul {
    padding-left: 20px; }
  .nafo-advocacy-sidebar-facilities .facilities-filter-show {
    background: none;
    border: none;
    padding: 0;
    color: #648b1a; }
    .nafo-advocacy-sidebar-facilities .facilities-filter-show svg {
      margin: 0 6px 0 0; }
  .nafo-advocacy-sidebar-facilities .facilities-input {
    margin: 0 0 10px; }
    .nafo-advocacy-sidebar-facilities .facilities-input input {
      margin: 0 10px 0 0; }
    .nafo-advocacy-sidebar-facilities .facilities-input.deselect input {
      margin: 0 8px 0 0; }
    .nafo-advocacy-sidebar-facilities .facilities-input.deselect label {
      text-transform: uppercase; }
  .nafo-advocacy-sidebar-facilities .facilities-custom-list {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none; }
    .nafo-advocacy-sidebar-facilities .facilities-custom-list li {
      margin: 0 0 10px; }
      .nafo-advocacy-sidebar-facilities .facilities-custom-list li input {
        margin: 0 10px 0 0; }

.tooltipster-sidetip.tooltipster-shadow.facilities-filter-tooltip .tooltipster-content .facilities-filter-tooltip-content {
  color: #333333; }

.nafo-advocacy-sidebar-back {
  margin: 10px 0 0;
  display: none; }
  .nafo-advocacy-sidebar-back .map-back-btn {
    background: none;
    border: none;
    color: #648b1a;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
    .nafo-advocacy-sidebar-back .map-back-btn .fa-undo {
      font-size: 20px;
      margin: 0 10px -4px 0; }
    .nafo-advocacy-sidebar-back .map-back-btn .back-arrow {
      height: 35px;
      width: 35px; }

.district-map-key-wrap {
  display: none; }

.page-id-15 .nafo-advocacy-tool-wrapper {
  background-color: #ebe7e1;
  margin: -20px calc(50% - 50vw);
  max-width: 100vw;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 100vw; }
  @media (max-width: 768px) {
    .page-id-15 .nafo-advocacy-tool-wrapper {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      width: 100%; } }

.page-id-15 .nafo-advocacy-map-wrap.sidebar {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 1200px; }

/* ==========================================================================
  Loading CSS
   ========================================================================== */
#pngx-loading {
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  width: 100%;
  z-index: 4;
  webkit-transition: all 1s linear; }

.pngx-loading-svg {
  background: url(./images/pngx-loading.svg) 0 0 no-repeat;
  background-size: 100px 100px;
  display: block;
  height: 100px;
  margin: 0;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* This is the core CSS of Tooltipster */
.tooltip_templates {
  display: none; }

/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 20px;
  border: 4px solid #dad8d6; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border-radius: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 0 9px 1px rgba(4, 4, 4, 0.5); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #004987; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

#nafo_intro_map_message {
  position: relative;
  width: 500px;
  max-width: 100%; }
  @media (max-width: 576px) {
    #nafo_intro_map_message {
      width: 100%; } }
  #nafo_intro_map_message .nafo-closing-tooltip {
    position: absolute;
    right: -10px;
    top: -15px;
    color: #648b1a;
    cursor: pointer; }
  #nafo_intro_map_message .popup-title {
    color: #83603f;
    font-family: "function_pro_bookbold", "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.85px;
    text-transform: uppercase; }
  #nafo_intro_map_message .popup-content {
    color: #333333;
    font-family: "Domine", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px; }
    #nafo_intro_map_message .popup-content ul {
      padding-left: 10px; }
