@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================================================
   FONT FACE
=========================================================== */
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_regular/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/opensans_regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans_bold/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bold/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans_bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sans") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans_italic/OpenSans-Italic-webfont.eot");
  src: url("../fonts/opensans_italic/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_italic/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/opensans_italic/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/opensans_italic/OpenSans-Italic-webfont.svg#open_sans") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/opensans_bolditalic/OpenSans-BoldItalic-webfont.svg#open_sans") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.footer:after, .post .postcontent:after, .post .bottommeta:after, .post .topmeta:after, .main .sidebar:after, .main .content:after, .main:after, .banner:after, .nav:after, .header:after, .container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lte-ie8 .footer, .lte-ie8 .post .postcontent, .post .lte-ie8 .postcontent, .lte-ie8 .post .bottommeta, .post .lte-ie8 .bottommeta, .lte-ie8 .post .topmeta, .post .lte-ie8 .topmeta, .lte-ie8 .main .sidebar, .main .lte-ie8 .sidebar, .lte-ie8 .main .content, .main .lte-ie8 .content, .lte-ie8 .main, .lte-ie8 .banner, .lte-ie8 .nav, .lte-ie8 .header, .lte-ie8 .container {
  zoom: 1;
}

/*ex: @include transition(color, 0.1s); */
/* ===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   BRANDING COLORS
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   SIZES
=========================================================== */
/* ===========================================================
   WP STYLES
=========================================================== */
.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

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

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
}
.wp-caption .wp-caption-text {
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* ===========================================================
   DEFAULTS
=========================================================== */
body {
  font-size: 15px;
  line-height: 22px;
  font-family: "open_sans", Arial, Helvetica, sans-serif;
  color: #4e4c4c;
  background-color: #50603b;
}
body.hide-sidebar .main .content .block-left {
  display: none;
  float: none;
  width: 0;
  padding: 0;
}
body.hide-sidebar .main .content .block-right {
  width: 100%;
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
body.hide-sidebar .main .sidebar {
  display: none;
}
body.hide-sidebar .main .main-wrap {
  margin: 0;
}
body.hide-sidebar .main .content {
  float: none;
}

a {
  color: #db7619;
}
a:hover, a:active {
  color: #4e4c4c;
}

input, select, textarea {
  font: "open_sans", Arial, Helvetica, sans-serif 15px;
  color: #4e4c4c;
  background: #fff;
  border: 1px #ccc solid;
}

input[type=submit] {
  padding: 3px 6px;
  font: 15px "open_sans", Arial, Helvetica, sans-serif;
  color: #4e4c4c;
  border: 1px #ccc solid;
  border-radius: 5px;
  cursor: pointer;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

a.button, input[type=submit].button, .top.nav .button a {
  position: relative;
  border: 0;
  border-bottom: 3px solid #ca6c15;
  font: bold 16px/16px "open_sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
  border-radius: 6px;
  background: "#f19a4a";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23f19a4a%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23e17b1e%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f19a4a), color-stop(100%, #e17b1e));
  background-image: -webkit-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
  background-image: -o-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
  background-image: -ms-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
  background-image: linear-gradient(to bottom, #f19a4a 0%, #e17b1e 100%);
}
.lte-ie8 a.button, .lte-ie8 input[type=submit].button, .lte-ie8 .top.nav .button a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19a4a", endColorstr="#e17b1e", GradientType=0);
}
a.button:hover, input[type=submit].button:hover, .top.nav .button a:hover {
  background: #f19a4a;
}
a.button:active, input[type=submit].button:active, .top.nav .button a:active {
  background: #e17b1e;
  border-bottom: 0;
  margin-top: 3px;
}
a.button.green, input[type=submit].button.green, .top.nav .button a.green {
  background: "#96a87a";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%2396a87a%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23798a5e%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96a87a), color-stop(100%, #798a5e));
  background-image: -webkit-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -o-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -ms-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: linear-gradient(to bottom, #96a87a 0%, #798a5e 100%);
  border-color: #728455;
}
.lte-ie8 a.button.green, .lte-ie8 input[type=submit].button.green, .lte-ie8 .top.nav .button a.green {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96a87a", endColorstr="#798a5e", GradientType=0);
}
a.button.green:hover, input[type=submit].button.green:hover, .top.nav .button a.green:hover {
  background: #96a87a;
}
a.button.green:active, input[type=submit].button.green:active, .top.nav .button a.green:active {
  background: #798a5e;
}

@media screen and (max-width: px) {
  .top.nav .button a {
    background: transparent;
  }
}
.social-popout {
  position: fixed;
  top: 244px;
  right: 0;
  z-index: 900;
}
.social-popout ul {
  float: right;
  padding: 7px;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #d5d5d4;
  border-left: 1px solid #d5d5d4;
  border-bottom: 1px solid #d5d5d4;
}
.social-popout ul li {
  padding: 3px 7px;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
.social-popout ul li.fb a {
  background-image: url(../images/facebook.svg);
  display: block;
  height: 32px;
}
.social-popout ul li.tw a {
  background-image: url(../images/twitter.svg);
  display: block;
  height: 32px;
}
.social-popout ul li.yt a {
  background-image: url(../images/youtube.svg);
  display: block;
  height: 32px;
}
.social-popout ul li.ig a {
  background-image: url(../images/instagram.svg);
  display: block;
  height: 32px;
}
.social-popout ul li.pn a {
  background-image: url(../images/pinterest.svg);
  display: block;
  height: 32px;
}

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  width: 96%;
  min-width: 280px;
}
@media (max-width: 580px) {
  .container {
    width: 92%;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 8999 !important;
  height: 2000px !important;
}

#popup {
  background: #cf1313;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -310px;
  top: 190px;
  width: 460px;
  z-index: 9000;
  border: 20px solid #d4cda6;
  padding: 38px 60px 38px 60px;
}
@media (max-width: 700px) {
  #popup {
    width: 365px;
    padding: 38px 40px 38px 40px;
    margin-left: -245px;
  }
}
@media (max-width: 580px) {
  #popup {
    top: 224px;
    padding: 38px 15px 38px 15px;
    width: 275px;
    margin-left: -145px;
    border: 10px solid #d4cda6;
  }
}
@media (max-width: 440px) {
  #popup {
    margin-left: -165px;
  }
}

#popup a.exit {
  background: url(../images/exit-img.png) no-repeat;
  position: absolute;
  height: 64px;
  right: -50px;
  top: -50px;
  width: 64px;
  cursor: pointer;
}
@media (max-width: 580px) {
  #popup a.exit {
    top: -20px;
    right: -20px;
  }
}

#popup h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-family: "open_sans";
  padding-bottom: 30px;
  line-height: 30px;
}
@media (max-width: 580px) {
  #popup h2 {
    font-size: 24px;
  }
}

#popup p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "open_sans";
  font-size: 20px;
}
@media (max-width: 580px) {
  #popup p {
    font-size: 14px;
  }
}

/* ===========================================================
   HEADER
=========================================================== */
.header {
  width: 100%;
  float: left;
  position: relative;
  height: 110px;
  z-index: 1000;
}
.header .logo {
  float: left;
  margin-top: 5px;
}
@media (max-width: 580px) {
  .header .logo {
    position: absolute;
    left: 50%;
    margin-left: -117px;
    top: 0;
  }
}
.header a.search {
  width: 19px;
  height: 19px;
  float: left;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  margin: 16px 14px 0;
  padding: 10px;
}
.header a.search .icon {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 10px;
  left: 10px;
  background: url(../images/icon_search.png) top left no-repeat;
}
.header a.search:hover .icon {
  background-position: bottom left;
}
.header a.search.active {
  background: #101010;
}
.header a.search.active .icon {
  background-position: top right;
}
.header a.search.active .icon:hover {
  background-position: bottom right;
}
.header .search-box {
  position: absolute;
  right: 10px;
  top: 112px;
  width: 380px;
  padding: 10px;
  background: #101010;
  display: none;
}
@media (max-width: 940px) {
  .header .search-box {
    right: 0;
    width: 240px;
  }
}
@media (max-width: 580px) {
  .header .search-box {
    right: auto;
    top: 155px;
  }
}
.header .search-box.active {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 940px) {
  .header .search-box.active {
    width: 100%;
    margin-left: 0;
    left: 0;
    text-align: center;
  }
  .header .search-box.active .searchform input[type=text] {
    margin-right: 20px;
  }
}
.header .search-box input[type=text] {
  width: 315px;
  padding-left: 4px;
  height: 33px;
  float: left;
  background: #fff;
  border: 0;
}
@media (max-width: 940px) {
  .header .search-box input[type=text] {
    width: 172px;
    font-size: 13px;
  }
}
.header .search-box input[type=submit].button {
  float: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .search-box input[type=submit].button:active {
  margin-top: 3px;
}

/* ===========================================================
   TOP NAV
=========================================================== */
.top.nav {
  width: 100%;
  background: #50603b;
  display: block;
}
.top.nav ul {
  float: right;
}
.top.nav ul li {
  padding-top: 12px;
  padding-bottom: 10px;
  border-top: 0;
}
.top.nav ul li a {
  font: bold 16px/35px "open_sans", Arial, Helvetica, sans-serif;
}
.top.nav ul .button {
  padding-top: 10px;
  margin-right: 10px;
}
.top.nav ul .button a {
  padding: 10px 15px;
}

/* ===========================================================
   MAIN NAV
=========================================================== */
.nav {
  float: right;
  position: relative;
  z-index: 100000;
}
@media (max-width: 580px) {
  .nav {
    margin-top: 100px;
    position: absolute;
    width: 280px;
    left: 50%;
    margin-left: -145px;
  }
}
.nav ul {
  float: left;
  position: relative;
  /* == MOBILE == */
}
.nav ul li {
  float: left;
  position: relative;
  border-top: 5px solid transparent;
  padding-top: 20px;
  padding-bottom: 10px;
  /*=== DROPDOWN === */
}
.nav ul li + li {
  margin-left: 33px;
}
@media (max-width: 1150px) {
  .nav ul li + li {
    margin-left: 25px;
  }
}
.nav ul li a {
  float: left;
  font: bold 18px/18px "open_sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1150px) {
  .nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .nav ul li a {
    font-size: 14px;
  }
}
.nav ul li.current-menu-item > a, .nav ul li a:hover, .nav ul li.current-menu-item > a:hover {
  color: #f9b03e;
}
.nav ul li:hover > ul {
  display: block;
}
.nav ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  width: 185px;
  padding-top: 8px;
  display: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.nav ul li ul li {
  padding: 0;
  float: left;
  width: 100%;
  border-top: 6px solid #f9b03e;
}
.nav ul li ul li + li {
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.nav ul li ul li a {
  width: 80%;
  padding: 10px 10%;
  float: left;
  font: bold 15px/15px "open_sans", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #565454;
  text-shadow: none;
}
.nav ul li ul li a:hover {
  background: #f2f2f2;
  color: #565454;
}
@media (max-width: 940px) {
  .nav ul {
    position: absolute;
    right: 0;
    top: 65px;
    width: 185px;
    display: none;
  }
}
@media (max-width: 940px) and (max-width: 580px) {
  .nav ul {
    right: 4px;
  }
}
@media (max-width: 940px) {
  .nav ul.active {
    display: block;
  }
}
@media (max-width: 940px) {
  .nav ul li, .nav ul li.current-menu-item {
    width: 100%;
    border-top: 1px solid #d38034;
    border-bottom: 1px solid #b35f12;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav ul li li:first-child, .nav ul li.current-menu-item li:first-child {
    border-top: 0;
  }
  .nav ul li + li, .nav ul li.current-menu-item + li {
    margin-left: 0;
  }
  .nav ul li.menu-item-type-woocommerce-cart, .nav ul li.loginout, .nav ul li.current-menu-item.menu-item-type-woocommerce-cart, .nav ul li.current-menu-item.loginout {
    display: none;
  }
  .nav ul li.current-menu-item, .nav ul li.current-menu-item.current-menu-item {
    border-top: 1px solid #d38034;
    border-bottom: 1px solid #b35f12;
  }
  .nav ul li.current-menu-item a, .nav ul li.current-menu-item.current-menu-item a {
    color: #fff;
  }
  .nav ul li a, .nav ul li.current-menu-item a {
    width: 90%;
    padding: 12px 0 10px 10%;
    background: #ca6c15;
    text-shadow: none;
    color: #fff;
  }
  .nav ul li a:hover, .nav ul li.current-menu-item a:hover {
    color: #fff;
  }
  .nav ul li ul, .nav ul li.current-menu-item ul {
    display: none !important;
  }
  .nav ul li .arrow, .nav ul li.current-menu-item .arrow {
    display: none;
  }
}
@media (max-width: 940px) {
  .nav ul li.menu-item-has-children > a > .arrow {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    background: url(../images/mobile_nav_arrows.png) no-repeat 0 0;
  }
  .nav ul li.menu-item-has-children.active > ul {
    display: block !important;
    padding: 0;
    position: static;
    width: auto;
    background: #e98a33;
    box-shadow: none;
    border-top: 1px #b35f12 solid;
    border-bottom: none;
  }
  .nav ul li.menu-item-has-children.active > ul li {
    border-top: 1px #eb9648 solid;
    border-bottom: 1px #d17c2e solid;
  }
  .nav ul li.menu-item-has-children.active > ul li:last-child {
    border-bottom: none;
  }
  .nav ul li.menu-item-has-children.active > ul li a {
    background: none;
    color: #fff;
  }
  .nav ul li.menu-item-has-children.active > a > .arrow {
    background-position: 0 -30px;
  }
}
.nav .top-navigation__mobile ul {
  display: none;
  position: relative;
  background-color: #ca6c13;
}
.nav .top-navigation__mobile ul li.menu-item-type-woocommerce-cart, .nav .top-navigation__mobile ul li.loginout {
  display: block;
}
.nav .top-navigation__mobile ul li.menu-item {
  padding: 10px 30px;
  float: none;
  border: none;
  width: auto;
}
.nav .top-navigation__mobile ul li.menu-item a {
  padding: 0;
}
.nav .top-navigation__mobile ul li.menu-item-type-woocommerce-cart {
  text-align: right;
  padding-right: 35px;
  position: relative;
}
.nav .top-navigation__mobile ul li.menu-item-type-woocommerce-cart .cart-count {
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 20px;
}
.nav .top-navigation__mobile ul li.menu-item-type-woocommerce-cart a {
  float: none;
  display: inline-block;
  min-height: 0;
  height: 25px;
}
.nav .top-navigation__mobile ul li.menu-item-type-woocommerce-cart a.cart-contents {
  vertical-align: top;
  position: relative;
}
@media (max-width: 940px) {
  .nav .top-navigation__mobile ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
}
.nav a.button {
  float: left;
  margin-top: 16px;
}
.nav a.button:active {
  margin-top: 19px;
}
.nav a.button.nav-button {
  display: none;
  padding-left: 32px;
  margin-left: 15px;
}
@media (max-width: 940px) {
  .nav a.button.nav-button {
    display: block;
  }
}
.nav a.button.nav-button .icon {
  position: absolute;
  left: 11px;
  top: 12px;
  width: 12px;
  height: 7px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav a.button.nav-button .icon:after {
  content: "";
  width: 100%;
  height: 3px;
  top: 2px;
  left: 0;
  position: absolute;
  background: #fff;
}
.nav a.button.nav-button.active {
  background: #ca6c15;
  border-bottom: 16px solid #ca6c15;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav a.button.nav-button.active .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ===========================================================
   BANNER
=========================================================== */
.banner {
  height: 710px;
  width: 100%;
  float: left;
  position: relative;
  margin-top: -110px;
}
@media (max-width: 580px) {
  .banner {
    height: 565px;
  }
}
.banner .container {
  position: relative;
}
.banner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 570px;
  left: 0;
  background: url(../images/header-bg.png) top center repeat-x;
  z-index: 50;
}
.banner .banner-nav {
  position: absolute;
  top: 492px;
  left: -20px;
  padding: 10px;
  z-index: 500;
}
.banner .banner-nav span {
  width: 12px;
  height: 12px;
  float: right;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.banner .banner-nav span + span {
  margin-left: 8px;
}
.banner .banner-nav span:hover {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.banner .banner-nav span.cycle-pager-active {
  background: #f9973e;
  border-color: #f9973e;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 580px) {
  .banner .banner-nav {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0;
    top: 510px;
  }
  .banner .banner-nav span {
    float: none;
    display: inline-block;
  }
}
.banner .banner-slides {
  position: absolute;
  width: 100%;
  height: 710px;
}
@media (max-width: 580px) {
  .banner .banner-slides {
    height: 565px;
  }
}
.banner .banner-slides .banner-slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner .banner-slides .banner-slide .banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .banner .banner-slides .banner-slide .banner-image {
    background-size: 100% auto;
  }
}
.banner .banner-slides .banner-slide .banner-content {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 120px;
}
.banner .banner-slides .banner-slide .banner-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 580px) {
  .banner .banner-slides .banner-slide .banner-content img {
    max-width: 300px;
    margin-top: 80px;
  }
}
.banner.interior {
  height: 310px;
}
.banner.interior .banner-slides {
  height: 310px;
}
@media (max-width: 580px) {
  .banner.interior {
    height: 180px;
  }
}

/* ===========================================================
   MAIN COLUMN
=========================================================== */
.page-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: -138px -2% 0;
  padding: 55px 2%;
  border-top: 12px solid #728455;
  min-height: 200px;
  background: #fff;
  /*.home & {
      border-top:0;
      padding:0px 2%;
  }

  .emergency {
      background:#728455;
      padding:5px 1% 5px 1%;
      text-align: center;
      margin-bottom:20px;
      width:98%;
      color:#fff;
      font-size:16px;

      p {
          color:#fff;
          padding:5px 0 5px 0;
          font-size:22px;
          line-height:24px;

          strong {
              color:#fffaad;
          }

      }
  }*/
}
.page-wrap .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.page-wrap .shadow:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  right: -8px;
  height: 100px;
  background: url(../images/shadow-bg.png) bottom center repeat-x;
  background-size: auto 100%;
}
@media (max-width: 1220px) {
  .page-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 96%;
  }
  .page-wrap .shadow {
    display: none;
  }
}
@media (max-width: 580px) {
  .page-wrap {
    margin: 0;
    padding: 25px 4%;
    width: 92%;
  }
}

.content-wrap {
  position: relative;
  z-index: 10;
}

.main {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding-bottom: 15px;
  min-height: 500px;
  z-index: 800;
  /*====TYPOGRAPHY====*/
}
.main .container {
  width: 100%;
}
.main h1 {
  font: italic 32px/32px Georgia, serif;
  color: #50603b;
  margin-bottom: 20px;
}
.main h2 {
  font: italic 22px/28px Georgia, serif;
  color: #50603b;
  margin-bottom: 20px;
}
.main h2 span {
  font-style: none;
  font: bold 20px/22px "open_sans", Arial, Helvetica, sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.main h2 span.contribute {
  font-style: none;
  font-weight: bold;
  font-size: 20px/22px;
  color: #50603b;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline;
}
.main h3 {
  font: bold 18px/18px "open_sans", Arial, Helvetica, sans-serif;
  color: #50603b;
  text-transform: uppercase;
  margin: 5px 0;
}
.main h4 {
  font: bold 20px/20px "open_sans", Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  margin-bottom: 4px;
}
.main h4 a {
  color: #50603b;
}
.main h4 a:hover {
  text-decoration: underline;
}
.main p {
  font-size: 15px;
  line-height: 22px;
  font-family: "open_sans", Arial, Helvetica, sans-serif;
  color: #4e4c4c;
  padding-bottom: 15px;
}
.main p a {
  color: #db7619;
}
.main p a:hover {
  text-decoration: underline;
}
.main p a.button {
  float: left;
  color: #fff;
  text-decoration: none;
}
.main p a.more {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 32px;
  background: url(../images/icon_link-arrow.png) 5px 3px no-repeat;
  white-space: nowrap;
}
.main ul {
  margin: 0 0 15px 20px;
  list-style: disc outside;
}
.main ul li {
  color: #4e4c4c;
  font-size: 15px;
  line-height: 22px;
  font-family: "open_sans", Arial, Helvetica, sans-serif;
}
.main ul li a {
  color: #db7619;
}
.main ul li a:hover {
  text-decoration: underline;
}
.main ol {
  margin: 0 0 15px 20px;
  list-style: decimal outside;
}
.main ol li {
  color: #4e4c4c;
  font-size: 15px;
  line-height: 22px;
  font-family: "open_sans", Arial, Helvetica, sans-serif;
}
.main ol li a {
  color: #db7619;
}
.main ol li a:hover {
  text-decoration: underline;
}
.main .gallery-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.main .gallery, .main .gallery-item, .main .gallery img {
  border: 2px solid #fff !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

/* ===========================================================
   CONTENT
=========================================================== */
.home .main-wrap {
  margin-right: 375px;
  margin-left: 0;
}
@media (max-width: 1150px) {
  .home .main-wrap {
    margin-right: 355px;
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .home .main-wrap {
    margin-right: 0;
  }
}

.main-wrap {
  position: relative;
  margin-right: 400px;
  margin-left: 10px;
}
@media (max-width: 1150px) {
  .main-wrap {
    margin-right: 375px;
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .main-wrap {
    margin-right: 0;
  }
}

.main .content {
  position: relative;
  float: left;
  width: 100%;
}
.main .content img.alignleft, .main .content .img.alignright {
  max-width: 45%;
  height: auto;
}
.main .content img {
  max-width: 100%;
  height: auto;
}
.main .content .block-left {
  width: 41%;
  float: left;
  padding-right: 4%;
}
@media (max-width: 1025px) {
  .main .content .block-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.main .content .block-right {
  width: 47%;
  padding: 0 4%;
  float: right;
  border-left: 1px solid #d7d3ba;
  border-right: 1px solid #d7d3ba;
  margin: 0 0 0 -2px;
}
@media (max-width: 1025px) {
  .main .content .block-right {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-top: 1px solid #d7d3ba;
  }
}

.venue {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d3ba;
}
.venue img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.event-info {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d3ba;
}
.event-info img {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 440px) {
  .event-info img {
    float: none;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 5px;
  }
}
.event-info span {
  color: #a4a4a4;
  font-weight: bold;
}
.event-info h4 {
  margin-bottom: 5px;
}

.news {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d3ba;
}
.news img {
  float: left;
  width: 35%;
  margin-right: 3%;
  margin-bottom: 20px;
}

.staff {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d3ba;
}
.staff img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* ===========================================================
   SIDE COLUMN
=========================================================== */
.main .sidebar {
  float: right;
  width: 334px;
  padding-left: 30px;
  padding-right: 10px;
  margin-right: -400px;
  border-left: 1px solid #d7d3ba;
}
@media (max-width: 1150px) {
  .main .sidebar {
    padding-left: 20px;
    margin-right: -375px;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .main .sidebar {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #d7d3ba;
    padding-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }
}
.main .sidebar .block {
  position: relative;
  float: right;
  width: 100%;
  margin-bottom: 30px;
}
.main .sidebar .tabs {
  position: relative;
  float: left;
  width: 100%;
}
.main .sidebar .tabs .tab {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: "#ffffff";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23eeeeee%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}
.lte-ie8 .main .sidebar .tabs .tab {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}
.main .sidebar .tabs .tab + .tab {
  margin-top: 6px;
}
.main .sidebar .tabs .tab a.control {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 0 8px 88px;
  height: 52px;
  font: bold 16px/35px "open_sans", Arial, Helvetica, sans-serif;
  color: #4e4c4c;
  text-transform: uppercase;
  background: url(../images/icon_map.png) 35px 8px no-repeat;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
@media (max-width: 440px) {
  .main .sidebar .tabs .tab a.control {
    padding-left: 55px;
    background-position: 10px 8px;
  }
}
.main .sidebar .tabs .tab a.control:hover {
  background-color: #fff;
  color: #000;
}
.main .sidebar .tabs .tab a.control .icon {
  width: 21px;
  height: 12px;
  position: absolute;
  right: 45px;
  top: 20px;
  background: url(../images/icon_tab-arrow.png) top center no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 440px) {
  .main .sidebar .tabs .tab a.control .icon {
    right: 10px;
  }
}
.main .sidebar .tabs .tab.active .tab-content {
  display: block;
}
.main .sidebar .tabs .tab.active a.control .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main .sidebar .tabs .tab .tab-content {
  display: none;
  width: 100%;
  position: relative;
  float: left;
  padding: 12px 30px 20px 35px;
  border-top: 1px solid #ccc;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
@media (max-width: 440px) {
  .main .sidebar .tabs .tab .tab-content {
    padding: 12px 15px 20px 15px;
  }
}
.main .sidebar .tabs .tab .tab-content p {
  padding-bottom: 8px;
}
.main .sidebar .tabs .tab .tab-content p a.button {
  font-size: 14px;
}

.main .event-posts {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 5px;
}
.main .event-posts .ep-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.main .event-posts .ep-wrap + .ep-wrap {
  border-top: 1px solid #d7d3ba;
  padding-top: 20px;
}
.main .event-posts .ep-date {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  float: left;
  font: 37px/27px Georgia, serif;
  color: #b35702;
  background: "#ffbf85";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffbf85%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffa049%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #ffbf85 0%, #ffa049 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbf85), color-stop(100%, #ffa049));
  background-image: -webkit-linear-gradient(top, #ffbf85 0%, #ffa049 100%);
  background-image: -o-linear-gradient(top, #ffbf85 0%, #ffa049 100%);
  background-image: -ms-linear-gradient(top, #ffbf85 0%, #ffa049 100%);
  background-image: linear-gradient(to bottom, #ffbf85 0%, #ffa049 100%);
}
.lte-ie8 .main .event-posts .ep-date {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf85", endColorstr="#ffa049", GradientType=0);
}
.main .event-posts .ep-date span {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  height: 25px;
  background: #db7619;
  font: bold 13px/28px "open_sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.main .event-posts .ep-content {
  margin-left: 90px;
}
.main .event-posts .ep-content p {
  padding-bottom: 0;
}

/* ===========================================================
   HOME
=========================================================== */
.home .sidebar {
  border-left: 0;
  margin-right: -375px;
  padding-right: 0;
}
@media (max-width: 1150px) {
  .home .sidebar {
    padding-left: 20px;
    margin-right: -355px;
  }
}
@media (max-width: 800px) {
  .home .sidebar {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #d7d3ba;
    padding-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }
}

.home .main .home-intro {
  position: relative;
  float: left;
  width: 88%;
  text-align: center;
  margin: 10px 6% 0;
  z-index: 999;
}
@media (max-width: 940px) {
  .home .main .home-intro {
    width: 100%;
    margin: 10px 0 0;
  }
}
.home .main .home-intro p {
  font: 22px/28px "open_sans", Arial, Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 940px) {
  .home .main .home-intro p {
    font-size: 18px;
  }
}
.home .main .home-intro p a {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 35px;
  background: url(../images/icon_link-arrow.png) 9px 10px no-repeat;
  white-space: nowrap;
}
.home .main .home-intro h2 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
.home .main .collage {
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 40px;
  /*&:hover .circle-flip {
      -moz-transform: rotateY( 180deg );
      -webkit-transform: rotateY( 180deg );
      -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
  }*/
}
.home .main .collage .collage-image, .home .main .collage .collage-mobile-image {
  width: 100%;
  float: left;
}
.home .main .collage .collage-image img, .home .main .collage .collage-mobile-image img {
  width: 100%;
  height: auto;
  float: left;
}
.home .main .collage .collage-mobile-image {
  display: none;
}
@media (max-width: 800px) {
  .home .main .collage .collage-image {
    display: none;
  }
  .home .main .collage .collage-mobile-image {
    display: block;
  }
}
.home .main .collage .collage-content {
  position: absolute;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  background: #fff;
  left: 50%;
  margin-left: -154px;
  top: 20%;
}
@media (max-width: 940px) {
  .home .main .collage .collage-content {
    top: 20px;
  }
}
@media (max-width: 800px) {
  .home .main .collage .collage-content {
    left: auto;
    right: 20%;
    top: 40px;
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .home .main .collage .collage-content {
    left: 50%;
    margin-left: -117px;
    right: auto;
  }
}
@media (max-width: 440px) {
  .home .main .collage .collage-content {
    top: 0px;
  }
}
.home .main .collage .collage-content .circle-flip {
  position: absolute;
  width: 100%;
  height: 100%;
  /*-moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;*/
}
.home .main .collage .collage-content .front, .home .main .collage .collage-content .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/collage-content.png) top center no-repeat;
  /*transform: rotateY( 0deg );
  perspective: 800px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;*/
}
.home .main .collage .collage-content .back {
  background: url(../images/collage-content.png) bottom center no-repeat;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
.post {
  margin: 15px 0 30px 0;
}
.post .topmeta {
  margin: 0 0 12px;
  display: block;
}
.post .topmeta .date {
  float: left;
  min-height: 16px;
  line-height: 16px;
  font-style: italic;
}
.post .topmeta .edit {
  float: right;
  min-height: 16px;
  line-height: 16px;
}
.post .topmeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
.post .topmeta .category {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
  display: block;
  width: auto;
}
.post .bottommeta .category {
  float: left;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
}
.post .bottommeta .comments {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/comments.png) no-repeat top left;
}
.post .bottommeta .edit {
  float: right;
}
.post .bottommeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
.post .postcontent {
  margin: 12px 0 0;
}
.post .tags {
  display: block;
  min-height: 16px;
  padding: 0 0 7px 20px;
  background: url(../images/tag.png) no-repeat 0 0;
}

.archive .post .bottommeta {
  padding: 4px 6px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.archive .post h2 {
  margin: 0 0 4px;
}
.archive .post h2 a {
  text-decoration: none;
}

.post-comments h2 {
  margin: 0;
}
.post-comments .comment-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.post-comments .comment-list ul {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style: none;
}
.post-comments .comment-list li {
  margin: 10px 0;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
}
.post-comments .comment-list li.thread-alt, .post-comments .comment-list li.alt {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.post-comments .comment-list ul li:first-child {
  margin-top: 0;
}
.post-comments .comment-list .comment-author {
  margin: 7px 0 0 7px;
}
.post-comments .comment-list .comment-author .avatar {
  float: left;
  margin: 0 8px 0 0;
}
.post-comments .comment-list .comment-author cite {
  float: left;
  height: 18px;
  font-weight: bold;
  font-style: normal;
}
.post-comments .comment-list .comment-author .says {
  display: none;
}
.post-comments .comment-list .comment-meta {
  padding: 18px 0 3px;
  margin: 0 7px 2px;
  border-bottom: 1px solid #e5e5e5;
}
.post-comments .comment-list p {
  margin: 0;
  padding: 6px 10px;
}
.post-comments .comment-list .reply {
  padding: 0 0 6px 10px;
}
.post-comments .comments-respond {
  margin: 20px 0 0;
}
.post-comments .comments-respond h3 {
  margin: 0 0 10px;
}
.post-comments .comments-respond p.form-field-wrapper {
  margin: 10px 0;
}
.post-comments .comments-respond label {
  margin: 0 0 3px;
  display: block;
}
.post-comments .comments-respond label.required {
  font-weight: bold;
}
.post-comments .comments-respond label .note {
  font-weight: normal;
  font-style: italic;
}
.post-comments .comments-respond input.textbox {
  width: 250px;
}
.post-comments .comments-respond textarea {
  width: 500px;
  height: 200px;
}

.footer {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0 1px;
  background: #d4cda6;
  border-top: 1px solid #c4be9f;
  min-height: 130px;
  height: 100%;
}
@media (max-width: 800px) {
  .footer {
    min-height: 200px;
  }
}
.footer h5 {
  float: left;
  font: bold 16px/22px "open_sans", Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer h5 span {
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
}
.footer .form-wrap {
  padding-right: 100px;
  position: relative;
}
@media (max-width: 850px) {
  .footer .form-wrap {
    margin-left: 0;
  }
}
@media (max-width: 440px) {
  .footer .form-wrap {
    padding-right: 0;
  }
}
.footer .gform_wrapper ul li.gfield {
  clear: none;
  float: left;
  width: 47%;
}
@media (max-width: 800px) {
  .footer .gform_wrapper ul li.gfield {
    clear: left;
    width: 96%;
  }
}
.footer #gform_wrapper_1 {
  clear: left;
  width: 100%;
}
.footer .gform_wrapper .top_label input.medium, .footer .gform_wrapper .top_label select.medium {
  width: 95%;
  font-size: 14px;
}
@media (max-width: 800px) {
  .footer .gform_wrapper .top_label input.medium, .footer .gform_wrapper .top_label select.medium {
    width: 99%;
  }
}
.footer .gform_wrapper .validation_error {
  margin: 15px 0 0 20px;
  font-size: 13px;
}
.footer .gform_wrapper ul li.gfield.gfield_error {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  border: none;
}
.footer .gform_wrapper ul li.gfield.gfield_error .ginput_container {
  margin: 0 !important;
}
.footer form {
  float: left;
  width: 100%;
  margin-top: -5px;
  min-height: 130px;
  height: 100%;
}
.footer form input[type=text], .footer form input[type=email] {
  width: 47%;
  margin-left: 1%;
  height: 32px;
  border-radius: 6px;
  background: #e8e5d7;
  border: 1px solid #e8e5d7;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.15);
  padding-left: 8px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
@media (max-width: 440px) {
  .footer form input[type=text], .footer form input[type=email] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.footer form input[type=submit].button {
  position: relative;
  font-size: 14px;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  background: "#96a87a";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%2396a87a%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23798a5e%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96a87a), color-stop(100%, #798a5e));
  background-image: -webkit-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -o-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: -ms-linear-gradient(top, #96a87a 0%, #798a5e 100%);
  background-image: linear-gradient(to bottom, #96a87a 0%, #798a5e 100%);
  border-color: #728455;
}
.lte-ie8 .footer form input[type=submit].button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96a87a", endColorstr="#798a5e", GradientType=0);
}
.footer form input[type=submit].button:hover {
  background: #96a87a;
}
.footer form input[type=submit].button:active {
  background: #798a5e;
}
@media (max-width: 850px) {
  .footer form {
    margin-top: 5px;
  }
  .footer form input:first-child {
    margin-left: 0;
  }
}

.page-bottom {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #50603b;
  border-top: 1px solid #768464;
}
.page-bottom p {
  font: 13px/13px "open_sans", Arial, Helvetica, sans-serif;
  color: #c2bea1;
}
.page-bottom p a {
  color: #c2bea1;
  text-decoration: underline;
}
.page-bottom p span {
  white-space: nowrap;
}
@media (max-width: 440px) {
  .page-bottom p {
    text-align: center;
  }
}
.page-bottom ul {
  float: right;
}
.page-bottom ul li {
  float: left;
}
.page-bottom ul li + li {
  margin-left: 5px;
}
.page-bottom ul li a {
  float: left;
  width: 27px;
  height: 27px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/facebook.svg) top center no-repeat;
}
.page-bottom ul li.twitter a {
  background-image: url(../images/twitter.svg);
}
.page-bottom ul li.youtube a {
  background-image: url(../images/youtube.svg);
}
.page-bottom ul li.instagram a {
  background-image: url(../images/instagram.svg);
}
.page-bottom ul li.pinterest a {
  background-image: url(../images/pinterest.svg);
}
@media (max-width: 440px) {
  .page-bottom ul {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .page-bottom ul li {
    float: none;
    display: inline-block;
  }
}

/* ===========================================================
   TRIBE EVENTS
=========================================================== */
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #50603b;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured p {
  color: #fff;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
  width: 30%;
  float: left;
  max-height: 300px;
  height: auto;
  margin: 4% 3% 0 0;
}

.tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  clear: none;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
  width: 60%;
}

@media (max-width: 440px) {
  .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
    width: 100%;
  }
}
.single-tribe_events .tribe-events-event-image {
  display: none;
}

.single-tribe_events .tribe-events-schedule h2 {
  display: inline-block;
}

.single-tribe_events .tribe-events-schedule .tribe-event-date-start,
.single-tribe_events .tribe-events-schedule .tribe-event-time,
.single-tribe_events .tribe-events-schedule .tribe-event-date-end {
  display: inline;
}

.tribe-events-event-meta a {
  word-wrap: break-word;
}

.post-type-archive-tribe_events .tribe-events-category-outdoors .tribe-events-event-image,
.post-type-archive-tribe_events .tribe-events-category-outdoors .tribe-events-list-event-description {
  display: none !important;
}

/* ===========================================================
   ACCORDIONS
=========================================================== */
.accordion-item-title:after {
  content: "";
  display: block;
  position: relative;
  float: right;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #728455;
  border-left: 10px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-item-title.open:after {
  transform: rotate(180deg);
}

.accordion-item-content {
  display: none;
}

.callout-box {
  float: right;
  width: 350px;
  height: auto;
  margin: 0 20px 20px;
  padding: 10px 20px;
  border: 3px solid #e3832c;
}

@media (max-width: 850px) {
  .callout-box {
    float: none;
    width: 90%;
    margin: 0 0 20px;
  }
}
.cart-contents {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  min-height: 35px;
}
.cart-contents svg {
  height: 25px;
}
.cart-contents .hide-item {
  display: none;
}

.cart-count {
  color: white;
  margin-left: 5px;
}

.text-center {
  text-align: center;
}

.image-link {
  margin: 20px auto;
}
.image-link img {
  display: none;
}
.woocommerce-page .image-link img {
  display: inline-block;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.5em;
}

.woocommerce-notices-wrapper {
  clear: both;
}

#wpfront-notification-bar-spacer {
  height: auto !important;
}

#wpfront-notification-bar.wpfront-fixed {
  position: relative !important;
  top: 0 !important;
}

.admin-bar #wpfront-notification-bar.wpfront-fixed {
  top: 0 !important;
}

#wpfront-notification-bar div.wpfront-close {
  font-size: 16px !important;
  color: #fff !important;
  padding: 10px 5px !important;
}

#wpfront-notification-bar div.wpfront-close {
  top: 50% !important;
  right: 25px !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 940px) {
  #wpfront-notification-bar div {
    padding: 0.5rem 4rem !important;
    line-height: 22px;
  }

  #wpfront-notification-bar div.wpfront-close {
    top: 25px !important;
    right: 15px !important;
  }
}
.tribe-events-sub-nav li a {
  background: transparent;
}

#wpadminbar .quicklinks ul {
  position: relative;
  margin-right: 0;
  text-align: left;
  float: none;
}
#wpadminbar .quicklinks > ul > li > a {
  padding: 0 8px 0 7px !important;
  float: none !important;
  text-indent: 0;
  background: transparent;
  overflow: visible;
}

#place_order,
a.checkout-button,
.single_add_to_cart_button,
.woocommerce a.button {
  position: relative;
  border: 0;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 3px solid #ca6c15;
  font: bold 16px/16px "open_sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #f19a4a 0%, #e17b1e 100%) !important;
}

#place_order:hover,
a.checkout-button:hover,
.single_add_to_cart_button:hover,
.woocommerce a.button:hover {
  background: #f19a4a !important;
  color: white !important;
}

.single_add_to_cart_button {
  /*float: right !important;*/
}

.sku_wrapper {
  width: auto;
  display: block;
  margin-right: 0.25rem;
}

.sku_wrapper::after {
  content: " |  ";
}

.entry-summary .woocommerce-Price-amount.amount {
  font-weight: bold;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  opacity: 0.75;
}

.woocommerce-billing-fields__field-wrapper label {
  font-weight: bold;
}

.woocommerce-input-wrapper .input-text,
.woocommerce div.product form.cart .variations select {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs {
    clear: none;
    width: 48%;
    float: right;
  }

  .product.type-product h1 {
    width: 48%;
    float: right;
    clear: both;
  }

  .product.type-product h1, .topmeta {
    width: 48%;
    float: right;
    clear: both;
  }

  .woocommerce div.product div.images {
    margin-bottom: 2em;
    margin-top: -4rem;
  }
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 6px 6px;
}

.related.products {
  display: block;
  width: 100%;
  clear: both;
}

.topmeta {
  margin-bottom: 1rem !important;
  display: flex;
  flex-wrap: wrap;
}

.product_meta, .category {
  display: flex;
  width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 23%;
  float: left;
  margin: 0.25rem;
  list-style: none;
}

.wc-sep,
.related.products {
  border: none;
  border-top: 1px solid #e4e0e3;
  margin-bottom: 1rem;
}

.related.products h2 {
  padding: 2rem 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 0em;
}

.woocommerce ul.products li.product .product__wrapper:hover {
  border: 1px solid #e4e0e3;
  opacity: 0.75;
}

.attachment-woocommerce_thumbnail .size-woocommerce_thumbnail:hover {
  opacity: 0.75;
}

.woocommerce-LoopProduct-link .woocommerce-loop-product__link:hover {
  opacity: 0.75;
}

.single-product .main h2 {
  text-align: center;
}

.header a.search {
  float: right;
  margin: 10px 0 0 14px;
}

/************************/
@media only screen and (max-width: 434px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 22%;
    float: left;
    margin: 0.25rem;
    list-style: none;
  }
}
.topmeta {
  margin-bottom: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  z-index: 9999999999999;
  position: relative;
}

.topmeta .posted_in a:hover {
  color: #db7619;
  text-decoration: underline;
}

.single-product .jetpack_subscription_widget {
  display: none;
}

.entry-summary .price {
  display: none;
}

.woocommerce-variation-price .price {
  display: block;
  margin-bottom: 1rem;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 13%;
  padding-top: 0.21rem;
}

/***Mobile Menu***/
.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.mobile-logo img {
  padding-top: 1rem;
}

/************************/
body {
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .nav ul {
    position: absolute;
    right: 0;
    top: 65px;
    width: 85vw;
  }

  .nav ul li, .nav ul li.current-menu-item {
    /*width: 100%;*/
  }
}
@media only screen and (max-width: 940px) {
  #wpfront-notification-bar-open-button {
    top: 0px !important;
  }

  #wpadminbar {
    /*display: none;	*/
  }

  .top.nav {
    display: block;
    background: rgba(0, 0, 0, 0);
    z-index: 9999999999999;
  }

  .logo {
    z-index: 99999999999999;
  }

  .home .top.nav #menu-top-navigation {
    position: relative;
    top: 0px;
  }

  .top.nav #menu-top-navigation {
    position: relative;
    top: 50px;
  }

  #menu-top-navigation,
#menu-main-navigation {
    width: 100%;
    max-width: 100vw;
    /*overflow: hidden;*/
  }

  .top.nav .container {
    position: relative;
    margin: 1rem auto;
    max-width: 1140px;
    width: 100%;
  }

  .top.nav ul {
    float: none;
  }

  .nav ul {
    right: 0;
    top: 0px;
    width: 100%;
  }

  .mobile-nav {
    position: relative;
    bottom: -55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 0 0;
  }
  .home .mobile-nav {
    bottom: -10px;
  }

  .nav a.button.nav-button {
    position: relative;
    display: block;
    margin: 0;
    float: none;
  }

  .header a.search {
    position: relative;
    border-bottom: 3px solid #ca6c15;
    border-radius: 6px;
    background: #f19a4a;
    background-image: linear-gradient(to bottom, #f19a4a 0%, #e17b1e 100%);
    background-image: -moz-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f19a4a), color-stop(100%, #e17b1e));
    background-image: -webkit-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
    background-image: -o-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
    background-image: -ms-linear-gradient(top, #f19a4a 0%, #e17b1e 100%);
    background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23f19a4a%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23e17b1e%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
    height: 14px;
    margin: 0 0 0 10px;
  }

  .header a.search:hover {
    background: #f19a4a;
  }

  .header a.search.active {
    background: #ca6c15;
  }

  .header a.search:hover .icon {
    background-position: top left;
  }

  .top.nav ul li {
    padding: 0;
  }

  .header h1 {
    font-size: 2em;
    /*position: fixed;*/
    left: 10px;
  }

  .home #menu-main-navigation {
    position: relative;
    top: -16px;
    width: 100vw;
    /*left: 15px;*/
  }

  #menu-main-navigation {
    position: relative;
    top: -34px;
    width: 100vw;
    /*left: 15px;*/
  }

  .top.nav ul .button {
    padding-top: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }

  /*#menu-item-2413{
  width: 100vw;
  }*/
  .top.nav ul .button a {
    padding: 12px 0 10px 10%;
    background: #ca6c15;
    text-shadow: none;
    color: #fff;
    border: none;
    font: bold 16px/35px "open_sans", Arial, Helvetica, sans-serif;
    width: auto;
    border-radius: 0;
  }
  .top.nav ul .button a:hover {
    background: transparent;
    color: #fff;
  }

  .header .logo {
    position: absolute;
    left: 0%;
    top: 5px;
  }

  .nav ul li a {
    width: 100%;
  }

  .nav ul li ul li {
    padding: 0;
    float: left;
    width: 100vw;
  }

  .nav ul li a, .nav ul li.current-menu-item a {
    width: 90%;
    padding: 12px 0 10px 10%;
    background: #ca6c15;
    text-shadow: none;
    color: #fff;
    /*border-top: .5px solid #e98a33;*/
  }

  #menu-main-navigation a {
    font-weight: bold;
    font-size: 18px;
    font-family: "open_sans", Arial, Helvetica, sans-serif;
    padding: 1.25rem 0 1.25rem 10%;
  }

  #menu-main-navigation li {
    /*width: 100%;*/
  }

  .nav ul li.menu-item-has-children > a > .arrow {
    display: block;
    position: absolute;
    top: 18px;
    right: 17px;
  }

  #wpfront-notification-bar div {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  .header .search-box {
    right: auto;
    left: 50%;
    top: 0px;
    margin-left: -131px;
  }

  .header .logo {
    float: none;
    margin-top: 5px;
    display: block;
    margin: auto;
  }

  .header h1 {
    width: 100%;
    display: block;
    margin: auto;
  }

  .nav ul li.menu-item-has-children.active > ul li {
    border-top: 1px #eb9648 solid;
    border-bottom: 1px #d17c2e solid;
    background-color: #eb9648;
  }

  .nav ul li.menu-item-has-children.active > ul li {
    border-top: 0px #eb9648 solid !important;
    border-bottom: 1px #d17c2e solid;
    background-color: #eb9648;
  }

  .nav ul li a, .nav ul li.current-menu-item a {
    width: auto;
  }

  .nav ul li, .nav ul li.current-menu-item {
    width: 100%;
    /*border-top: 1px solid #d38034;*/
    border-bottom: 1px solid #b35f12;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ca6c13;
  }

  .nav ul li:first-child {
    border-top: 0 !important;
  }

  .nav ul li {
    float: left;
    position: relative;
    border-top: 0px solid transparent;
  }

  .container {
    width: 100% !important;
  }

  .nav {
    float: none;
  }

  .header .logo {
    left: 0%;
    top: 5px;
    display: block !important;
    position: relative;
    margin: auto !important;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .header .search-box.active {
    top: 50px;
  }
  .home .header .search-box.active {
    top: 0px;
  }
}
@media only screen and (max-width: 580px) {
  .nav {
    margin-top: 0;
    position: relative;
    width: 100vw;
    left: 0;
    margin-left: 0;
  }

  .header .logo {
    margin-left: 0;
  }

  .nav .sub-menu {
    float: none !important;
  }
}
@media only screen and (max-width: 310px) {
  .nav {
    margin-top: 0;
    position: relative;
    width: 100vw;
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 940px) and (min-width: 581px) {
  .banner .banner-slides .banner-slide .banner-content {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 580px) {
  .banner .banner-slides .banner-slide .banner-content {
    margin-top: 120px;
  }
}
.footer {
  padding-left: 15px;
}

.page-bottom {
  padding: 10px 0 10px 15px;
}

.page-bottom p {
  padding-bottom: 10px;
  line-height: 16px;
}

.page-bottom ul {
  position: relative;
  margin-right: 30px;
}

.hide-shop-nav .shop-nav,
.hide-shop-nav .loginout,
.hide-shop-nav .menu-item.menu-item-type-cart.menu-item-type-woocommerce-cart.cart-field,
/*.hide-shop-nav .nav .top-navigation__mobile ul*/ {
  display: block;
}

#wpadminbar #wp-admin-bar-stats,
#wpadminbar #wp-admin-bar-notes,
#wpadminbar #wp-admin-bar-aioseo-main,
#wpadminbar #wp-admin-bar-wpseo-menu {
  display: none !important;
}

/*# sourceMappingURL=global.css.map */


/* New Branding colors */
:root {
  --brick-red: #6b1f1f;
  --navy-blue: #15375e;
  --soft-black: #232324;
  --buttercream: #ffede1;
  --fieldstone-brown: #48484a;
  --deep-red: #963435;
  --colonial-blue: #00668d;
  --goldenrod: #ffcc00;
  --white: #ffffff;

  --libre-caslon: "Libre Caslon Text", serif;;
  --libre-franklin: "Libre Franklin", sans-serif;

  --primary-color: var(--navy-blue);
  --accent-color: var(--brick-red);
}

/* header */
.header .top.nav {
  background-color: var(--primary-color);
}
.nav ul li.current-menu-item > a, .nav ul li a:hover,
.nav ul li.current-menu-item > a:hover {
  color: var(--white);
  text-decoration: underline;
}
.nav ul li ul li {
  border-top-color: var(--accent-color);
}
#wpfront-notification-bar, #wpfront-notification-bar-editor {
  background: var(--accent-color) !important;
}
#wpfront-notification-bar-spacer #wpfront-notification-bar div.wpfront-close {
  border: 1px solid var(--buttercream);
  background-color: var(--buttercream);
  color: var(--soft-black) !important;
}
#wpfront-notification-bar-spacer #wpfront-notification-bar div.wpfront-close:hover,
#wpfront-notification-bar-spacer #wpfront-notification-bar div.wpfront-close:focus,
#wpfront-notification-bar-spacer #wpfront-notification-bar div.wpfront-close:focus-visible {
  border: 1px solid var(--soft-black);
  background-color: var(--soft-black);
  color: var(--buttercream) !important;
}

.nav .top-navigation__mobile ul {
  background-color: var(--primary-color);
}
.header {
  height: auto;
}
.header .logo {
  height: 105px;
}
.nav ul li a {
  font-size: 15px;
}
.top.nav ul li a,
.nav ul li ul li a {
  font-size: 13px;
}
.header > .container {
  display: flex;
  align-items: center;
}
.header > .container .nav {
  margin-left: auto;
}
@media only screen and (max-width: 940px) {
  .nav ul li a,
  .nav ul li,
  .nav ul li.current-menu-item,
  .nav ul li.current-menu-item a{
    background-color: var(--primary-color);
  }
  .header a.search {
    background: var(--deep-red) !important;
    border-bottom-color: var(--deep-red) !important;
  }
  .header a.search:hover,
  .header a.search:focus,
  .header a.search:focus-visible {
    background: var(--soft-black) !important;
    border-bottom-color: var(--soft-black) !important;
  }
  .header .logo {
    padding-top: 0;
    height: 80px;
  }
  .social-popout {
    z-index: 9999;
  }
}

/* fonts*/
html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--libre-caslon) !important;
}
a.button,
input[type=submit].button,
.top.nav .button a {
  font-family: var(--libre-franklin) !important;
  background: var(--deep-red);
  border: none;
}
a.button:hover,
a.button:focus,
a.button:focus-visible,
input[type=submit].button:hover,
input[type=submit].button:focus,
input[type=submit].button:focus-visible,
.top.nav .button a:hover,
.top.nav .button a:focus,
.top.nav .button a:focus-visible {
  background: var(--soft-black);
}
  /* pages */
body {
  background-color: var(--primary-color);
}
a {
  color: var(--deep-red);
}
.page-wrap {
  border-top-color: var(--primary-color);
}
.main h1,
.main h2 {
  color: var(--primary-color);
}
.main h3 {
  color: var(--soft-black);
}
.main h4 {
  color: var(--fieldstone-brown);
}
.main p {
  color: var(--soft-black);
}
.main p a,
.main ul li a,
.main ol li a {
  color: var(--deep-red);
}
.main ul li {
  font-family: var(--libre-franklin);
}
.main h2 span.contribute {
  color: var(--accent-color);
  font-family: var(--libre-caslon);
}
.accordion-item-title:after {
  border-bottom-color: var(--soft-black);
}
.main .fh-button-true-flat-orange {
  background-color: var(--colonial-blue) !important;
}
.main .fh-button-true-flat-orange:hover,
.main .fh-button-true-flat-orange:focus,
.main .fh-button-true-flat-orange:focus-visible{
  background-color: var(--accent-color) !important;
}
.callout-box {
  border-color: var(--colonial-blue);
}


#place_order,
a.checkout-button,
.single_add_to_cart_button,
.woocommerce a.button {
  background: var(--accent-color) !important;
  border-color: var(--accent-color);
}
#place_order:hover,
#place_order:focus,
#place_order:focus-visible,
a.checkout-button:hover,
a.checkout-button:focus,
a.checkout-button:focus-visible,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:focus-visible {
  background: var(--deep-red) !important;
  border-color: var(--deep-red);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background-color: var(--soft-black);
  color: var(--white);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus-visible {
  background-color: var(--fieldstone-brown);
  color: var(--white);
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--buttercream);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--buttercream);
  border: 1px solid #dcd7e3;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  top: -14px;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  list-style: none;
}
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: var(--goldenrod);
  color: var(--soft-black);
  font-family: var(--libre-caslon);
}
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:focus-visible,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:focus-visible {
  background-color: var(--deep-red);
  color: var(--white);
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  color: var(--accent-color);
  border-color: var(--accent-color);
  font-family: var(--libre-caslon);
}
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common .tribe-common-c-btn-border:focus,
.tribe-common .tribe-common-c-btn-border:focus-visible,
.tribe-common a.tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:focus,
.tribe-common a.tribe-common-c-btn-border:focus-visible {
  background-color: var(--accent-color) !important;
}
.tribe-events-c-search__input,
.tribe-common button,
.tribe-common input,
.tribe-common optgroup,
.tribe-common select,
.tribe-common textarea,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year,
.tribe-events button.tribe-events-c-top-bar__datepicker-button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
  font-family: var(--libre-franklin) !important;
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: var(--accent-color);
}
.tribe-events-event-meta dd,
.tribe-events-event-meta dt {
  font-family: var(--libre-franklin);
}
.tribe-events-meta-group a {
  color: var(--deep-red);
  text-decoration: underline;
}
.tribe-events-meta-group a:hover,
.tribe-events-meta-group a:focus,
.tribe-events-meta-group a:focus-visible {
  color: var(--deep-red);
  text-decoration: none;
}
.tribe-events-content a {
  border-bottom-color: var(--deep-red);
}
.tribe-events-content a:hover,
.tribe-events-content a:focus,
.tribe-events-content a:focus-visible {
  border-bottom: none;
  color: var(--deep-red);
  text-decoration: none !important;
}
  /* footer */
.footer {
  background: var(--accent-color);
  border-top: 10px solid var(--accent-color);
  border-bottom: 10px solid var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer h5 {
  color: var(--white);
}
.footer form input[type=submit].button {
  background: var(--primary-color) !important;
  border-width: 0;
  padding: 10px 20px;
}

.footer form input[type=submit].button:hover,
.footer form input[type=submit].button:focus,
.footer form input[type=submit].button:focus-visible {
  background-color: var(--soft-black) !important;
}
.footer form input[type=text],
.footer form input[type=email] {
  background-color: var(--white);
  padding: 5px 15px !important;
  box-shadow: none;
  margin: 0;
}
.footer form ul.gform_fields .gform-field-label:not(.gform-field-label--type-sub) {
  display: block !important;
  color: var(--white);
}
.page-bottom {
  background: var(--soft-black);
  border-top-color: var(--soft-black);
}
.page-bottom p,
.page-bottom p a {
  color: var(--buttercream);
}
.page-bottom p a:hover,
.page-bottom p a:focus,
.page-bottom p a:focus-visible {
  text-decoration: none;
}
.page-bottom ul {
  list-style: none;
}
.page-bottom .image-link img {
  max-width: 300px;
}
/* End New Branding colors */