@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/css2?family=Barlow+Condensed:wght@400;500;700&family=Roboto: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: 0.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: "“" "”" "‘" "’";
}

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: 0.35em 0.625em 0.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.428571429;
  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.428571429;
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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;
}*/
/*
$nav_bold: 'function_pro_bookbold', 'Trebuchet MS', Arial, sans-serif;

$body: 'function_probook', 'Trebuchet MS', Arial, sans-serif;
$nav: 'function_probook', 'Trebuchet MS', Arial, sans-serif;

$copy: 'Domine', serif;
$heading: 'Domine', serif;
$sub-heading: 'Oswald', sans-serif;*/
.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: #374d21;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background: #B1D138;
  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: #546066;
  margin-left: 30px;
  margin-right: 30px;
}
.slicknav_nav .current-menu-item a {
  background-color: #A5B2B7;
}
.slicknav_nav a {
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  padding: 10px 30px;
  text-align: left;
}
.slicknav_nav a:hover {
  background-color: #A5B2B7;
  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: "Roboto", 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: "Roboto", sans-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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
  margin-top: 0;
}

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

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]):not(.tribe-common-form-control-text__input):not(.tribe-events-c-search__input),
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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: solid 2px #A5B2B7;
  color: #A5B2B7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 35px;
  padding: 0;
  text-transform: uppercase;
  width: 178px;
}
.site-header .header-links .member-login:hover {
  border-color: #546066;
  background: #fff;
  color: #546066;
}
.site-header .header-links .search-li {
  vertical-align: bottom;
}
.site-header .header-links .search-li input[type=search].search-field {
  border: 2px solid #648B3C !important;
  display: none;
  float: left;
  height: 40px;
}
.site-header .header-links .search-li button[type=submit] {
  background-color: #A5B2B7;
  border: 2px solid #A5B2B7;
  color: white;
  float: left;
  height: 40px;
  margin-left: 15px;
  width: 60px;
  transition: all 0.3s ease-in-out;
}
.site-header .header-links .search-li button[type=submit]:hover {
  background-color: #546066;
  border: 2px solid #546066;
}
.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: #648B3C;
  border: 2px solid #648B3C;
  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: "Barlow Condensed", 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: #648B3C;
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  text-transform: none;
  margin-bottom: 0.25em;
}
.search-results .type-page .entry-meta,
.search-results .type-tribe_events .entry-meta,
.type-attachment .entry-meta,
.type-post .entry-meta {
  color: #A5B2B7;
  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;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

.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: #E3DCC9;
  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-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: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  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-size: 14px;
  font-weight: 400;
  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: #B1D138;
  color: #fff;
}
.site-footer .footer-logo {
  height: 53px;
  margin: 0 0 10px;
  width: 173px;
}
.site-footer .address {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 15px;
}
.site-footer .address a {
  color: #fff;
}
.site-footer .address a:hover {
  opacity: 0.7;
}
.site-footer .copyright {
  font-size: 12px;
  font-weight: 500;
}

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

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

#menu-secondary-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0;
}
#menu-secondary-footer li {
  list-style-type: none;
  padding: 0 10px;
}
#menu-secondary-footer li svg {
  width: 25px;
  height: 25px;
  fill: #648B3C;
}
#menu-secondary-footer li a {
  color: #648B3C;
}
#menu-secondary-footer li a:hover {
  opacity: 0.7;
}

a {
  color: #648B3C;
  text-decoration: none;
}
a:hover {
  color: #374d21;
  text-decoration: none;
}

.genesis-nav-menu {
  clear: both;
  color: #546066;
  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: #546066;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  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: #374d21;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #546066;
}
.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: #546066;
}
.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: #648B3C;
}

/* 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: "Barlow Condensed", 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: #648B3C;
  display: block;
  height: 4px;
  transition: all 0.2s;
  width: 38px;
}

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

#mobile-nav {
  background-color: #443924;
  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: #4C4028;
  margin: 0 20px;
}
#mobile-nav li {
  list-style: none;
}
#mobile-nav li.current-menu-item a {
  background-color: #A5B2B7;
}
#mobile-nav li a {
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  padding: 20px;
  text-transform: uppercase;
}
#mobile-nav li a:hover {
  background-color: #A5B2B7;
}
#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 #B1D138;
  float: left;
  height: 58px;
  width: 85%;
}
#mobile-nav .mobile-menu-search button[type=submit] {
  background-color: #B1D138;
  border: 2px solid #B1D138;
  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 #B1D138;
  color: #648B3C;
  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 0.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: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  height: 300px;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.5em;
}
.search-results .entry-meta {
  margin-bottom: 0.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: #4C4028;
  font-family: "Barlow Condensed", 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: "Roboto", 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: #546066;
  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: #A5B2B7;
}

.author.location {
  color: #A5B2B7;
  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: #648B3C;
}

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

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

.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: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 700;
  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: #B1D138;
}
.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: none;
  border: solid 3px #fff;
  color: #fff;
  font-family: "Barlow Condensed", 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;
  border-color: #B1D138;
  background-color: #B1D138;
  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: "Barlow Condensed", 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 0.3s ease-in;
}
.home .three-boxes .three-box-wrapper:hover {
  border: 4px solid #B1D138;
  margin-bottom: 20px;
  margin-top: -10px;
}
.home .three-boxes a {
  display: block;
  height: 420px;
  padding-top: 30px;
  transition: all 0.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: "Roboto", sans-serif;
  font-size: 40px;
  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: "Barlow Condensed", 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: #A5B2B7;
  font-family: "Barlow Condensed", sans-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: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home .facts h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.home .facts .facts-quotes {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  font-weight: normal;
}
@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%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home .four-boxes .four-boxes-wrapper h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  text-transform: none;
  line-height: 1.25;
  font-weight: 500;
  color: inherit;
  margin-bottom: 5px;
}
.home .four-boxes .four-boxes-wrapper .recent-post {
  margin-bottom: 25px;
}
.home .four-boxes .four-boxes-wrapper .date {
  color: #546066;
  font-family: "Barlow Condensed", sans-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: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.home .four-boxes .four-boxes-wrapper .about-nafo {
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
}
.home .about-home {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  z-index: 5000;
}
.home .about-home h2 {
  color: #648B3C;
  font-family: "Barlow Condensed", 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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: none;
  border: solid 3px #546066;
  color: #546066;
  font-family: "Barlow Condensed", 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-color: #648B3C;
  border-color: #648B3C;
  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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  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: "Roboto", 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: #546066;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}

.home-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.latest-news-more-link {
  text-align: center;
  font-size: 18px;
}

.nav-header-container {
  background: rgb(218, 216, 214);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(218, 216, 214)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(218, 216, 214) 0%, rgb(255, 255, 255) 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: "Barlow Condensed", 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: "Roboto", 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: "Roboto", sans-serif;
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 5px;
  color: inherit;
}
.media-recent-posts .date {
  color: #A5B2B7;
  font-family: "Barlow Condensed", sans-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: "Barlow Condensed", 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: "Barlow Condensed", sans-serif;
  font-size: 24px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.media-contact-info .contact-title {
  color: #A5B2B7;
}

.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: 0.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: "Barlow Condensed", 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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #4C4028;
  border: solid 3px #4C4028;
  color: #fff;
  font-family: "Barlow Condensed", 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: #B1D138;
  border: solid 3px #B1D138;
  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: #4C4028;
  font-family: "Roboto", 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: #546066;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
.staff-columns .leader-company,
.leader-columns .leader-company {
  color: #A5B2B7;
  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: #A5B2B7;
}
.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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #4C4028;
  border: solid 3px #4C4028;
  color: #fff;
  font-family: "Barlow Condensed", 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: #B1D138;
  border: solid 3px #B1D138;
  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;
}

.member-company-wrap {
  margin: 0 0 15px;
}

/* ## 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: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.section-title-subtitle h2 {
  color: #4C4028;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.section-title-subtitle h2 a {
  color: #648B3C;
  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: #546066;
  margin: 0 0 10px;
}
.section-full-width h2.green {
  color: #4C4028;
}
.section-full-width h2.light-green {
  color: #B1D138;
}
.section-full-width h2.brown {
  color: #4C4028;
}
.section-full-width h2.light-brown {
  color: #546066;
}
.section-full-width .content {
  font-size: 16px;
}
.section-full-width .content a {
  text-decoration: underline;
}
.section-full-width .content a:hover {
  text-decoration: none;
}
.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: #546066;
  text-align: center;
}
.section-two-column .content h4 {
  color: #546066;
  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 .content a {
  text-decoration: underline;
}
.section-two-column .content a:hover {
  text-decoration: none;
}
.section-two-column .advanced-img {
  max-width: 100%;
  height: auto;
}

.section-quote h2 {
  color: #648B3C;
  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: "Roboto", 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: #648B3C;
  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: #648B3C;
  font-family: "Roboto", 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: "Roboto", sans-serif;
  font-size: 14px;
  margin: 5px 0 0;
}
.section-two-boxes .two-box-wrap .from-posts .datetime {
  color: #546066;
  font-family: "Roboto", sans-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: #546066;
  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: "Roboto", 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: #648B3C;
  font-family: "Roboto", 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: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #546066;
}
.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: #546066;
  margin: 0 0 10px;
}
.section-full-width-advanced h2.green {
  color: #4C4028;
}
.section-full-width-advanced h2.light-green {
  color: #B1D138;
}
.section-full-width-advanced h2.brown {
  color: #4C4028;
}
.section-full-width-advanced h2.light-brown {
  color: #546066;
}
.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-full-width-advanced .content a {
  text-decoration: underline;
}
.section-full-width-advanced .content a:hover {
  text-decoration: none;
}

.section-one-third-image h2 {
  color: #648B3C;
  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: #546066;
  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: "Barlow Condensed", 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: "Roboto", 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: #648B3C;
  border: none;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  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 0.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: #648B3C;
}
@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: #648B3C;
  opacity: 0.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: "Roboto", 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: #4C4028;
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Barlow Condensed", 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 {
  background: #fff;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: calc(100% - 405px);
}
@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] {
  background-color: #dfd9d0;
  margin: 0;
  padding: 0;
}
@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 {
  border-radius: 25px 25px 0 0;
  color: #648B3C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 26px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.nafo-advocacy-map-wrap [role=tablist] a.disabled {
  background-color: #a0a0a0;
  cursor: default;
  opacity: 0.4;
}
.nafo-advocacy-map-wrap .facilities-tab-wrap [role=tablist] li {
  width: 50%;
}
.nafo-advocacy-map-wrap .facilities-tab-wrap [role=tablist] a {
  line-height: 16px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.nafo-advocacy-map-wrap .background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.nafo-advocacy-map-wrap .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.nafo-advocacy-map-wrap .nafo-environment-acres-bar {
  margin-left: -6px;
  padding-top: 11px;
}
.nafo-advocacy-map-wrap .nafo-environment-acres-bar-containter {
  line-height: 1.35;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-total {
  background-color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0 4px;
  position: relative;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-total-wrap {
  font-size: 0;
  margin-bottom: 4px;
  position: relative;
  text-align: center;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-total-wrap .background-image {
  bottom: 2px;
  height: auto;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-percent, .nafo-advocacy-map-wrap .nafo-environment-bar-nafo-percent-text {
  color: #648B3C;
  display: inline-block;
  font-size: 11.7576px;
  line-height: 15px;
  padding-top: 9px;
  vertical-align: top;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-percent {
  font-family: "Roboto", sans-serif;
  padding-left: 9px;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-nafo-percent-text {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.15px;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-key {
  margin-top: 7px;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-key-title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 4px;
  text-transform: uppercase;
  text-align: center;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-items {
  padding-left: 2px;
  text-align: center;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-item {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 10px;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-item .nafo-environment-acreage-key-name {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  width: 70px;
}
.nafo-advocacy-map-wrap .nafo-environment-bar-acreage-item .nafo-environment-acreage-key-name-nafo {
  margin-left: 3px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap [role=tablist] li {
  width: 50%;
}
@media (max-width: 576px) {
  .nafo-advocacy-map-wrap .environment-tab-wrap [role=tablist] li {
    text-align: center;
    width: 100%;
  }
}
.nafo-advocacy-map-wrap .environment-tab-wrap [role=tablist] a {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 13px 13px 0 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 16px;
  min-height: 52px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-data-bar-chart {
  margin-bottom: 21px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored {
  line-height: 1;
  margin-bottom: 127px;
  padding: 9px;
  position: relative;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored strong {
  display: block;
}
.nafo-advocacy-map-wrap .environment-tab-wrap #container-carbon-stored {
  left: 0;
  position: absolute;
  top: 0;
}
.nafo-advocacy-map-wrap .environment-tab-wrap #private-acres {
  left: 158px;
  position: absolute;
  top: 6px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored-arrow {
  left: 36px;
  position: absolute;
  top: 0;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored-nafo {
  color: #4c4028;
  font-size: 9px;
  position: absolute;
  right: 2px;
  text-align: right;
  top: 3px;
  width: 78px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored-total-private {
  color: #546066;
  font-size: 9px;
  left: 184px;
  position: absolute;
  text-align: center;
  top: 44px;
  width: 69px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-stored-other-working {
  color: #4C4028;
  font-size: 9px;
  left: 134px;
  position: absolute;
  top: 7px;
  width: 65px;
}
.nafo-advocacy-map-wrap .environment-tab-wrap .nafo-environment-carbon-sequestor-disclaimer {
  color: #4C4028;
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 16px;
  margin-top: 3px;
  text-align: left;
}
.nafo-advocacy-map-wrap .nafo-environment-sidebar-icons {
  margin: 0 auto 25px;
  text-align: center;
}
.nafo-advocacy-map-wrap .nafo-environment-sidebar-icons img {
  max-height: 65px;
  width: 85px;
}
.nafo-advocacy-map-wrap .nafo-environment-sidebar-icons img.nafo-environment-sidebar-icons__bird {
  margin-left: -15px;
}
.nafo-advocacy-map-wrap .environment-sidebar-carbon-message {
  font-style: italic;
  margin-top: 15px;
}
.nafo-advocacy-map-wrap [role=tablist] [aria-selected] {
  background: #fff;
  border: none;
  color: #374d21;
  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 #374d21;
  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: " ⬅";
  }
  .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 .environment-state-name,
.map-sidebar .map-sidebar-inner .current-map-state {
  color: #374d21;
  font-family: "Barlow Condensed", sans-serif;
  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;
  padding: 0 0 10px;
  width: 100%;
}
.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: calc(100% - 105px);
}

.nafo-advocacy-sidebar-environment,
.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-environment:after,
.nafo-advocacy-sidebar-acreage:after {
  border-bottom: 2px solid #dad8d6;
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  width: 395px;
}
.nafo-advocacy-sidebar-environment .nafo-advocacy-label,
.nafo-advocacy-sidebar-acreage .nafo-advocacy-label {
  background-color: #efece7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 35px;
  margin: 0 0 4px;
  padding: 0 9px;
  text-transform: uppercase;
  width: 125px;
}
@media (max-width: 420px) {
  .nafo-advocacy-sidebar-environment .nafo-advocacy-label,
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-label {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    width: 100%;
  }
}
.nafo-advocacy-sidebar-environment .nafo-advocacy-label-data,
.nafo-advocacy-sidebar-acreage .nafo-advocacy-label-data {
  background-color: #efece7;
  color: #648B3C;
  font-family: "Roboto", 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-environment .nafo-advocacy-label-data,
  .nafo-advocacy-sidebar-acreage .nafo-advocacy-label-data {
    line-height: 22px;
    padding: 0 9px 4px;
    width: 100%;
  }
}
.nafo-advocacy-sidebar-environment .environment-map-no-data,
.nafo-advocacy-sidebar-environment .map-no-acerage-data,
.nafo-advocacy-sidebar-acreage .environment-map-no-data,
.nafo-advocacy-sidebar-acreage .map-no-acerage-data {
  color: #f59c2b;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.nafo-advocacy-sidebar-environment .environment-map-no-data,
.nafo-advocacy-sidebar-acreage .environment-map-no-data {
  text-align: left;
}
.nafo-advocacy-sidebar-environment .map-level-no-data,
.nafo-advocacy-sidebar-acreage .map-level-no-data {
  color: #f59c2b;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.nafo-advocacy-sidebar-environment .current-map-level,
.nafo-advocacy-sidebar-acreage .current-map-level {
  color: #83603f;
  display: block;
  font-family: "Barlow Condensed", 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-environment .current-map-level .nationally,
.nafo-advocacy-sidebar-acreage .current-map-level .nationally {
  display: none;
}
.nafo-advocacy-sidebar-environment .nafo-advocacy-economic-label,
.nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.nafo-advocacy-sidebar-environment .nafo-advocacy-economic-label img,
.nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-label img {
  margin: -3px 10px 0 0;
  width: 22px;
}
.nafo-advocacy-sidebar-environment .nafo-advocacy-economic-data,
.nafo-advocacy-sidebar-acreage .nafo-advocacy-economic-data {
  color: #648B3C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nafo-advocacy-sidebar-district-nav {
  display: none;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
.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: "Barlow Condensed", 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: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nafo-advocacy-sidebar-environment-report,
.nafo-advocacy-sidebar-report {
  display: none;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.nafo-advocacy-sidebar-environment-report:after,
.nafo-advocacy-sidebar-report:after {
  border-bottom: 2px solid #dad8d6;
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  width: 395px;
}
.nafo-advocacy-sidebar-environment-report .additional-info-nav-label,
.nafo-advocacy-sidebar-report .additional-info-nav-label {
  font-family: "Barlow Condensed", 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-environment-report .advocacy-report-action-wrap,
.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-environment-report .advocacy-report-action-wrap .advocacy-report-selects,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .advocacy-report-selects {
  display: none;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .advocacy-report-selects label,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .advocacy-report-selects label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner {
  border: 2px solid #4c4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner .choices__input,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input {
  width: 100% !important;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner .choices__input::-webkit-input-placeholder,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input::-webkit-input-placeholder {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner .choices__input:-moz-placeholder,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input:-moz-placeholder {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner .choices__input::-moz-placeholder,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input::-moz-placeholder {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}
.nafo-advocacy-sidebar-environment-report .advocacy-report-action-wrap .choices__inner .choices__input:-ms-input-placeholder,
.nafo-advocacy-sidebar-report .advocacy-report-action-wrap .choices__inner .choices__input:-ms-input-placeholder {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.nafo-advocacy-sidebar-environment-report .environment-national-report-btn,
.nafo-advocacy-sidebar-environment-report .environment-report-btn,
.nafo-advocacy-sidebar-environment-report .advocacy-report-btn,
.nafo-advocacy-sidebar-report .environment-national-report-btn,
.nafo-advocacy-sidebar-report .environment-report-btn,
.nafo-advocacy-sidebar-report .advocacy-report-btn {
  background-color: #648B3C;
  border: none;
  color: #fff;
  font-family: "Barlow Condensed", 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-environment-report .environment-national-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-environment-report .environment-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-environment-report .advocacy-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-report .environment-national-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-report .environment-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-report .advocacy-report-btn .fa-file-pdf {
  font-size: 20px;
  margin: 0 10px -4px 0;
}
.nafo-advocacy-sidebar-environment-report .environment-national-report-btn:hover,
.nafo-advocacy-sidebar-environment-report .environment-report-btn:hover,
.nafo-advocacy-sidebar-environment-report .advocacy-report-btn:hover,
.nafo-advocacy-sidebar-report .environment-national-report-btn:hover,
.nafo-advocacy-sidebar-report .environment-report-btn:hover,
.nafo-advocacy-sidebar-report .advocacy-report-btn:hover {
  background-color: #B1D138;
}

.nafo-advocacy-sidebar-environment-report {
  display: block;
}
.nafo-advocacy-sidebar-environment-report:before {
  border-bottom: 2px solid #dad8d6;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  width: 395px;
}
.nafo-advocacy-sidebar-environment-report:after {
  border-bottom: none;
  width: 0;
}
.nafo-advocacy-sidebar-environment-report .environment-report-btn,
.nafo-advocacy-sidebar-environment-report .advocacy-report-btn {
  line-height: 1.4;
}
.nafo-advocacy-sidebar-environment-report .environment-report-btn .fa-file-pdf,
.nafo-advocacy-sidebar-environment-report .advocacy-report-btn .fa-file-pdf {
  margin: 0 10px -1px 0;
}

.nafo-advocacy-sidebar-facilities {
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
  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: "Barlow Condensed", 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 {
  float: right;
  font-size: 12px;
  height: 30px;
  padding: 5px 0 5px 10px;
  position: relative;
  width: 160px;
  z-index: 0;
}
.nafo-advocacy-sidebar-facilities .switch:before {
  background: #eee;
  border-radius: 20px;
  content: "  ";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.nafo-advocacy-sidebar-facilities .switch__label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 1px;
  text-align: center;
  transition: color 200ms ease-out;
  width: 24px;
}
.nafo-advocacy-sidebar-facilities .switch__label:hover {
  color: #648B3C;
}
.nafo-advocacy-sidebar-facilities .switch__label.none__label {
  width: 32px;
}
.nafo-advocacy-sidebar-facilities .switch__indicator {
  background: #648B3C;
  border-radius: 50%;
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  transform: translate3d(5px, 0, 0);
  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);
  width: 25px;
}
.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: #648B3C;
  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: #B1D138;
  transform: translate3d(98px, 0, 0);
}
.nafo-advocacy-sidebar-facilities .switch input.all:checked ~ .switch__indicator {
  background: #A5B2B7;
  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: #A5B2B7;
  transform: translate3d(47px, 0, 0);
}
.nafo-advocacy-sidebar-facilities .facilities-btn {
  background-color: #648B3C;
  border: none;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.1;
  padding: 20px 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.nafo-advocacy-sidebar-facilities .facilities-btn .fa-file-pdf {
  font-size: 20px;
  left: 20px;
  position: absolute;
  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: #B1D138;
}
@media (max-width: 576px) {
  .nafo-advocacy-sidebar-facilities .facilities-filters {
    margin: 0 0 15px;
    overflow: hidden;
  }
}
.nafo-advocacy-sidebar-facilities .facilities-filters-wrap li {
  height: 30px;
  list-style-type: none;
  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;
  color: #648B3C;
  padding: 0;
}
.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;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.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 {
  display: none;
  margin: 10px 0 0;
}
.nafo-advocacy-sidebar-back .map-back-btn {
  background: none;
  border: none;
  color: #648B3C;
  font-family: "Barlow Condensed", 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;
}

/* ==========================================================================
  Evironment CSS
   ========================================================================== */
.environment-sidebar-label {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 576px) {
  .environment-sidebar-label {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .environment-sidebar-label br {
    display: none;
  }
}

.environment-tab-wrap {
  margin-bottom: 20px;
  margin-top: 20px;
}

.sidebar-tab.environment-tab {
  display: none;
}

.environment-sidebar-tab-content {
  /*	.nafo-environment-sidebar-data {
  		color: $green;
  	}*/
}
.environment-sidebar-tab-content .environment-sidebar-title {
  color: #4C4028;
  display: block;
  font-family: "Barlow Condensed", 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%;
}
.environment-sidebar-tab-content .environment-sidebar-title span {
  text-transform: lowercase;
}
.environment-sidebar-tab-content.environment-sidebar-tab-content-carbon-sequestor {
  margin: 0 auto 15px;
}
.environment-sidebar-tab-content table th {
  line-height: 18px;
  min-width: 21px;
  padding: 0 0 5px 0;
  text-align: right;
  vertical-align: top;
}
.environment-sidebar-tab-content table td {
  line-height: 18px;
  padding: 0 0 5px 9px;
  vertical-align: top;
}
.environment-sidebar-tab-content table hr {
  border-bottom: 2px solid #4C4028;
  border-top: 2px solid #4C4028;
  margin: 4px 0;
  padding-top: 2px;
}
.environment-sidebar-tab-content .nafo-environment-carbon-emitted-public-hidden {
  display: none;
}

.nafo-environment-highlight {
  color: #007197;
  font-size: 90%;
}

.nafo-environment-highlight-green {
  color: #648B3C;
}

.environment-sidebar-state-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.environment-sidebar-state-info ul li img {
  height: 30px;
  width: auto;
}

.environment-sidebar-state-disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  margin: 10px 0 0;
  text-align: left;
  line-height: 1;
}
.environment-sidebar-state-disclaimer .report-citation p {
  margin-bottom: 0.5em;
}

.environment-wrap .environment-report-wrapper .nafo-environment-data-title .nationwide-data {
  padding: 7px 0 1px 0;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list {
  padding: 0;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list li:nth-child(2) .icon {
  padding-left: 10px;
  padding-top: 4px;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list li:nth-child(2) .icon img {
  height: 35px;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list li:nth-child(3) .icon {
  margin-left: -6px;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list li:nth-child(4) .icon:first-child {
  margin-left: -15px;
  padding-top: 2px;
}
.environment-wrap .environment-report-wrapper .nafo-environment-data-list .text {
  padding-left: 80px;
}

/* ==========================================================================
  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;
  webkit-transition: all 1s linear;
  width: 100%;
  z-index: 4;
}

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

#environment-national-report-create {
  margin-top: 20px;
}

.environment-national-report-btn {
  background-color: #007197;
  border: none;
  color: #fff;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 20px 20px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.environment-national-report-btn .fa-file-pdf {
  font-size: 20px;
  margin: 0 10px -1px 0;
}
.environment-national-report-btn:hover {
  background-color: #004987;
  color: #fff;
}

/* 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-map-tooltip {
  position: relative;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 576px) {
  .nafo-map-tooltip {
    width: 100%;
  }
}
.nafo-map-tooltip .nafo-closing-tooltip {
  position: absolute;
  right: -10px;
  top: -15px;
  color: #648B3C;
  cursor: pointer;
}
.nafo-map-tooltip .popup-title {
  color: #4C4028;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.85px;
  text-transform: uppercase;
}
.nafo-map-tooltip .popup-content {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
}
.nafo-map-tooltip .popup-content ul {
  padding-left: 10px;
}
.nafo-map-tooltip.nationwide .popup-title {
  color: #f59c2b;
}
.nafo-map-tooltip.nationwide .popup-content {
  font-size: 18px;
}