/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("img/bxslider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("img/bxslider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("img/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("img/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
h1 {
  font-size: 2.5em;
}

h2 {
  color: black;
}

h3 {
  color: #9B0315;
}

html {
  overflow-x: hidden;
  font-size: 85%;
}
@media only screen and (min-width: 680px) {
  html {
    font-size: 100%;
  }
}

html, body {
  height: 100%;
  margin: 0;
  background-color: #F9F9F9;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Karla", sans-serif;
}

.bold {
  font-weight: bold;
}

.logo {
  width: 220px;
  height: 47px;
  display: block;
  background-image: url("img/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 220px 47px;
  }
}
@media only screen and (min-width: 481px) {
  .logo {
    width: 290px;
    height: 61px;
    background-image: url("img/logo.png");
  }
}
@media only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 290px 61px;
  }
}

@media only screen and (min-width: 1200px) {
  .logo {
    width: 350px;
    height: 74px;
    background-image: url("img/logo.png");
  }
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 350px 74px;
  }
}

.crest {
  width: 110px;
  height: 90px;
  display: block;
  background-image: url("img/crest.png");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .crest {
    background-image: url("img/crest2x.png");
    background-size: 110px 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .crest {
    width: 150px;
    height: 123px;
    background-image: url("img/crest.png");
  }
}
@media only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1200px) and (min-resolution: 1.3dppx) {
  .crest {
    background-image: url("img/crest2x.png");
    background-size: 150px 123px;
  }
}

.button {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  border: 1px solid #555555;
  color: #555555;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  background-color: #354B21;
  border-color: #354B21;
  color: white;
}

#contact_map {
  width: 100%;
  height: 30rem;
  display: block;
}

.fc-form .field-cover > span {
  font-weight: normal !important;
}

.fc-form .submit-button {
  border: 1px solid #555555 !important;
  border-radius: 0.2rem !important;
  font-weight: normal !important;
  padding: 0.2rem 1rem !important;
  -moz-transition: all 0.2s !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.fc-form .submit-button:hover {
  background-color: #354B21 !important;
  border-color: #354B21 !important;
  color: white !important;
}

.formcraft-css .fc-form .form-element .field-cover input[type="radio"]:checked {
  background: #354B21 !important;
}

.tribe-events-tooltip .tribe-events-event-body {
  min-height: 2.5rem;
}

.main {
  width: 100%;
  overflow: hidden;
}
.main-header {
  width: 100%;
}
.main-header-cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 1.5rem;
  box-sizing: border-box;
}
.main-header h1 {
  margin: 0;
  text-transform: uppercase;
}
.main-breadcrumbs {
  font-size: 0.8rem;
}
.main-breadcrumbs a {
  color: #555555;
  text-decoration: none;
}
.main-breadcrumbs a:hover {
  text-decoration: underline;
}

.header {
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.header-top {
  width: 100%;
  background-color: #354B21;
  color: white;
}
.header-top-cont {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
@media only screen and (min-width: 481px) {
  .header-top-cont {
    font-size: inherit;
  }
}



/*
 * 
 * 
 * The following is for the top "ticker" display 
 * 
 * */

    @keyframes borderAnimation {
        from {
            background-position: 0 0, -18.02px 0, 100% -18.02px, 0 100%;
        }

        to {
            background-position: 0 -18.02px, 0 0, 100% 0, -18.02px 100%;
        }
    }

    ;

    @-webkit-keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }

        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    @keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }

        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    .ticker-wrap {

        width: 100%;
        overflow: hidden;
        height: 2rem;
        color: #ffffff;
        /* background-color: rgba(#ffffff, 0.9); */
        padding-left: 100%;
        box-sizing: content-box;

        .ticker {

            display: inline-block;
            height: 2rem;
            line-height: 2rem;
            white-space: nowrap;
            padding-right: 100%;
            box-sizing: content-box;

            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-name: ticker;
            animation-name: ticker;
            -webkit-animation-duration: 30s;
            animation-duration: 30s;

            &__item {

                display: inline-block;

                padding: 0 2rem;
                font-size: 2rem;
                color: white;

            }
        }
    }

    .special-banner, .special-banner-mobile {
		
		/*
        background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(180deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px), repeating-linear-gradient(270deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px, #ffffff 20px);
        background-size: 2px calc(100% + 20px), calc(100% + 20px) 2px, 2px calc(100% + 20px), calc(100% + 20px) 2px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
        animation: borderAnimation 0.9s infinite linear;
		*/
		
        overflow: hidden;
			
			
/*        display: flex;*/
        flex: auto;
        margin-right: auto;
    }

.special-banner{
	
        max-width: 300px;
        flex-basis: 30%;
}


.special-banner-mobile{
	width: 96%;
    position: relative;
    margin: 0px auto 5px;
    top: 5px;
}



@media only screen and (max-width: 1200px) {
	
	.special-banner-mobile{
		display:block !important;
	}
}
@media only screen and (min-width: 1201px) {
  .header-top-cont {
    justify-content: flex-end;
  }
	.special-banner{
		display:flex !important;
	}
}


.header-top a, .header-top span {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 0 0 1.5rem;
}
.header-top a:first-child, .header-top span:first-child {
  padding: 0;
}
.header-top a:first-child:after, .header-top span:first-child:after {
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin: 0 0 0 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .header-top a:first-child:after, .header-top span:first-child:after {
    display: block;
  }
}
.header-top a {
  text-decoration: none;
}
.header-top a:hover {
  text-decoration: underline;
}
.header-top svg {
  display: block;
  height: 18px;
  fill: white;
}
.header-cont {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 910px) {
  .header-cont {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .header-cont {
    flex-direction: row;
  }
}
.header-menubutton {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0.5rem 0 0;
}
@media only screen and (min-width: 481px) {
  .header-menubutton {
    width: 50px;
    height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 910px) {
  .header-menubutton {
    display: none;
  }
}
.header-menubutton:before {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  display: block;
  background-color: #2A3B19;
  margin: 0 0 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 481px) {
  .header-menubutton:before {
    margin: 0 0 8px;
  }
}
.header-menubutton:after {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  display: block;
  background-color: #2A3B19;
  margin: 4px 0 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 481px) {
  .header-menubutton:after {
    margin: 8px 0 0;
  }
}
.header-menubutton span {
  width: 70%;
  height: 3px;
  display: block;
  background-color: #2A3B19;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header-menubutton.open span {
  opacity: 0;
  visibility: hidden;
}
.header-menubutton.open:before {
  transform: rotate(45deg);
}
.header-menubutton.open:after {
  transform: rotate(-45deg);
  margin-top: -10px;
}
@media only screen and (min-width: 481px) {
  .header-menubutton.open:after {
    margin-top: -14px;
  }
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 910px) {
  .header-menu ul {
    padding: 1rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu ul {
    text-align: right;
    padding: 0 0 0 1rem;
  }
}
.header-menu li {
  display: inline-block;
  position: relative;
}
.header-menu li.current-menu-item > a, .header-menu li.current-menu-parent > a {
  color: #9B0315;
}
.header-menu li.menu-item-has-children > a:after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("img/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 0.5rem;
}
.header-menu li:hover > a {
  color: #9B0315;
}
.header-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu a {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 0.5rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1600px) {
  .header-menu a {
    padding: 1rem 0.8rem;
  }
}
.header-menu .sub-menu {
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  text-align: left;
  padding: 1rem 0 0.5rem;
  margin: 3rem 0 0 -0.5rem;
  border-radius: 0.2rem;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1200px) {
  .header-menu .sub-menu {
    padding: 1.9rem 0 0.5rem;
  }
}
.header-menu .sub-menu li {
  width: 100%;
}
.header-menu .sub-menu li.current-menu-item a {
  color: #9B0315;
  background-color: #e0e0e0;
}
.header-menu .sub-menu a {
  width: 100%;
  display: block;
  text-transform: inherit;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  color: #555555;
}
.header-menu .sub-menu a:hover {
  color: #9B0315;
  background-color: #e0e0e0;
}

@media only screen and (max-width: 910px) {
  .header-menu {
    width: 100%;
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    z-index: 10;
    border-top: 2px solid #354B21;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-menu.show {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  .header-menu ul {
    margin: 1rem 0;
    padding: 0;
    text-align: left;
  }
  .header-menu li {
    width: 100%;
    display: block;
  }
  .header-menu li.menu-item-has-children {
    position: relative;
  }
  .header-menu li.menu-item-has-children span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .header-menu li.menu-item-has-children span:before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #354B21;
  }
  .header-menu li.menu-item-has-children span:after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    background-color: #354B21;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-menu li.menu-item-has-children span.open:after {
    opacity: 0;
    visibility: hidden;
  }
  .header-menu li.menu-item-has-children.menu-item-has-children a:after {
    display: none;
  }
  .header-menu a {
    display: block;
    padding: 0.4rem 1rem;
    box-sizing: border-box;
  }
  .header-menu a:hover {
    color: #9B0315;
  }
  .header-menu .sub-menu {
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
  }
  .header-menu .sub-menu.open {
    height: auto;
    padding: 0.2rem 0 0.5rem;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: inherit;
  }
  .header-menu .sub-menu a {
    padding: 0.2rem 1.5rem;
  }
  .header-menu .sub-menu a:hover {
    background-color: transparent;
  }
  .header-menu .sub-menu a span {
    display: none;
  }
}
.footer {
  background-color: #354B21;
  color: white;
}
.footer-bottom {
  background-color: #2A3B19;
  font-size: 0.9rem;
}
.footer-bottom-cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.footer-bottom-cont a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .footer-bottom-cont a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem;
  }
}
.footer-bottom-cont a:hover {
  text-decoration: underline;
}
.footer-bottom-cont a:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  margin: 0 0 0 0.4rem;
  background-image: url("img/gdj.svg");
}
.footer-cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .footer-cont {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer-details {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .footer-details {
    width: 40%;
    padding: 0 5rem 0 0;
    padding: 0;
    flex-direction: row;
  }
}
.footer-details-text {
  padding: 1rem 0 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .footer-details-text {
    padding: 0 0 0 2rem;
  }
}
.footer-details-text p {
  display: none;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .footer-details-text p {
    display: inline-block;
  }
}
.footer-details-text a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer-details-text a:hover {
  text-decoration: underline;
}
.footer-details-text a svg {
  height: 18px;
  fill: white;
  margin: 0 0 0 0.5rem;
}
.footer-links {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 1rem 0;
  box-sizing: border-box;
  line-height: 1.3rem;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .footer-links {
    width: 55%;
    flex-direction: row;
    padding: 0;
  }
}
.footer-links a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0.16rem 0.2rem;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-links .menu-footer-menu-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .footer-links .menu-footer-menu-container {
    width: 40%;
    max-width: initial;
    margin: 0;
  }
}
.footer-links .menu-footer-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-links .menu-footer-menu-container ul li {
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .footer-links .menu-footer-menu-container ul li {
    text-align: left;
  }
}
.footer-links-external {
  width: 100%;
  margin: 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .footer-links-external {
    width: 25%;
    margin: 0;
  }
}
.footer-links-contact {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer-links-contact {
    width: 35%;
  }
}
.footer-links-external, .footer-links-contact {
  font-size: 0.8rem;
}
.footer-links-external div, .footer-links-contact div {
  font-size: 1rem;
  padding: 0.16rem 0 0.7rem;
  font-weight: bold;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .footer-links-external div, .footer-links-contact div {
    display: block;
  }
}
.footer-links-external a, .footer-links-contact a {
  display: block;
  padding: 0 0 0.1rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .footer-links-external a, .footer-links-contact a {
    text-align: left;
  }
}
.footer-links-external-phone, .footer-links-external-email, .footer-links-external-address, .footer-links-contact-phone, .footer-links-contact-email, .footer-links-contact-address {
  display: block;
}
.footer-links-external-phone:before, .footer-links-contact-phone:before {
  content: 'Ph: ';
  font-weight: bold;
}
.footer-links-external-email:before, .footer-links-contact-email:before {
  content: 'Email: ';
  font-weight: bold;
}
.footer-links-external-address:before, .footer-links-contact-address:before {
  content: 'Address: ';
  font-weight: bold;
}
.footer-links-external-webmail, .footer-links-external-firefly, .footer-links-external-apple, .footer-links-contact-webmail, .footer-links-contact-firefly, .footer-links-contact-apple {
  display: flex;
  align-items: center;
}
.footer-links-external-webmail svg, .footer-links-external-firefly svg, .footer-links-external-apple svg, .footer-links-contact-webmail svg, .footer-links-contact-firefly svg, .footer-links-contact-apple svg {
  width: 18px;
  height: 14px;
  fill: white;
  margin: 0 0.4rem 0 0;
}
@media only screen and (min-width: 1200px) {
  .footer-links-external-webmail svg, .footer-links-external-firefly svg, .footer-links-external-apple svg, .footer-links-contact-webmail svg, .footer-links-contact-firefly svg, .footer-links-contact-apple svg {
    margin: 0 0.8rem 0 0;
  }
}

.homepage {
  width: 100%;
}
.homepage-hero {
  width: 100%;
  height: calc(100vh - 300px);
  background-color: #F9F9F9;
  background-image: url("video/homepage/homepage.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .homepage-hero {
    height: 50rem;
  }
}
.homepage-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.homepage-hero-cont {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.homepage-hero h1 {
  background-color: #354B21;
  margin: 0;
  padding: 1.3rem 2.5rem 1rem 0;
  box-sizing: border-box;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
}
.homepage-hero h1 span {
  position: absolute;
  text-indent: -99999px;
}
.homepage-hero h1:before {
  content: '';
  display: block;
  width: 9999px;
  height: 100%;
  background-color: #354B21;
  position: absolute;
  top: 0;
  left: -9999px;
}
.homepage-hero h1:after {
  content: '';
  display: block;
  width: 220px;
  height: 24px;
  background-image: url("img/tag.png");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .homepage-hero h1:after {
    background-image: url("img/tag2x.png");
    background-size: 220px 24px;
  }
}
@media only screen and (min-width: 481px) {
  .homepage-hero h1:after {
    width: 400px;
    height: 43px;
    background-image: url("img/tag.png");
  }
}
@media only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
  .homepage-hero h1:after {
    background-image: url("img/tag2x.png");
    background-size: 400px 43px;
  }
}

.homepage-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: #F9F9F9;
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2rem 0 0;
}
.homepage-content-cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  color: #555555;
}
.homepage-welcome {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .homepage-welcome {
    flex-direction: row;
  }
}
.homepage-welcome-text {
  width: 100%;
  background-color: white;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin-right: -10rem;
  z-index: 1;
  align-self: flex-start;
}
.homepage-welcome-text h2 {
  margin-top: 0;
}
.homepage-welcome img {
  width: 55%;
  max-width: 642px;
  align-self: flex-start;
  display: block;
  margin: 2rem auto;
}
@media only screen and (min-width: 1200px) {
  .homepage-welcome img {
    margin: 3rem 0 0;
  }
}
.homepage-feature {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media only screen and (min-width: 481px) {
  .homepage-feature {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1030px) {
  .homepage-feature {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.homepage-feature li {
  color: white;
  background-color: transparent;
}
.homepage-feature li svg {
  width: 50px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1030px) {
  .homepage-feature li svg {
    width: 82px;
  }
}
.homepage-feature li h2 {
  margin: 0.5rem 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-feature li p {
  margin: 0.5rem 0 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-feature li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1030px) {
  .homepage-feature li a {
    padding: 2rem;
  }
}
.homepage-feature li a h2 {
  color: black;
}
.homepage-feature li a p {
  color: #555555;
}
.homepage-feature li a svg {
  fill: black;
}
@media only screen and (min-width: 481px) {
  .homepage-feature li a:hover {
    background-color: #9B0315;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .homepage-feature li a:hover h2, .homepage-feature li a:hover p {
    color: white;
  }
  .homepage-feature li a:hover svg {
    fill: white;
  }
}
.homepage-socialfeed > p a {
  color: #555555;
  text-decoration: underline;
}
.homepage-socialfeed > p a:hover {
  text-decoration: none;
}
.homepage-socialfeed p.more {
  text-align: center;
}
.homepage-socialfeed .juicer-feed {
  margin: 2rem auto 0 !important;
}
.homepage-socialfeed .feed-item {
  border-width: 0 !important;
  border-bottom: 5px solid #3B5998 !important;
}
.homepage-socialfeed .j-poster {
  display: none !important;
}
.homepage-socialfeed .j-text {
  padding: 5px 10px 15px 15px !important;
}
.homepage-socialfeed .j-message {
  font-size: 0.8rem !important;
  line-height: 1.1rem !important;
}
.homepage-socialfeed .juicer-feed .j-meta {
  margin-top: 10px !important;
}
.homepage-sponsors {
  background-color: white;
}
.homepage-sponsors-cont {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.homepage-sponsors-cont > p {
  color: #555555;
}
.homepage-sponsors .bx-wrapper {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.homepage-sponsors .bx-wrapper ul {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .homepage-sponsors .bx-wrapper .bx-prev {
    left: -42px;
  }
  .homepage-sponsors .bx-wrapper .bx-next {
    right: -42px;
  }
}
.homepage-sponsors-button {
  text-align: center;
  margin: 2rem 0;
}

.main-content {
  width: 100%;
  min-height: 20rem;
  padding: 0 0 5rem;
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: #F9F9F9;
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-content-cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  color: #555555;
}
.main-content-cont a {
  color: #9B0315;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-content-cont table {
  width: 100%;
  border-collapse: collapse;
}
.main-content-cont table th {
  color: #9B0315;
  font-weight: bold;
}
.main-content-cont table td, .main-content-cont table th {
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 680px) {
  .main-content-cont table td, .main-content-cont table th {
    padding: 0.8rem 1.2rem;
  }
}
.main-content-cont table td.score-circle, .main-content-cont table th.score-circle {
  background: #daeac1;
}
.main-content-cont table td.score-square, .main-content-cont table th.score-square {
  background: #fac4b1;
}
.main-content-cont table td.score-diamond, .main-content-cont table th.score-diamond {
  background: #b9c8e7;
}
.main-content-cont table tr:nth-child(even) {
  background-color: white;
}
.main-content-cont table.scores td, .main-content-cont table.scores th {
  text-align: center;
}
.main-content-cont table.scores-key td, .main-content-cont table.scores-key th {
  text-align: left;
}
.main-content-cont table.scores-key td.score-circle, .main-content-cont table.scores-key td.score-square, .main-content-cont table.scores-key td.score-diamond, .main-content-cont table.scores-key th.score-circle, .main-content-cont table.scores-key th.score-square, .main-content-cont table.scores-key th.score-diamond {
  width: 48px;
}
.main-content-cont table strong, .main-content-cont table b {
  color: black;
}
.main-content .wp-block-cover {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 3rem -50vw;
}
.main-content .wp-block-cover:before {
  display: none;
}
.main-content-list {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media only screen and (min-width: 481px) {
  .main-content-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1030px) {
  .main-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.main-content-list li {
  color: white;
  background-color: transparent;
}
.main-content-list li h2 {
  color: black;
  margin: 0 0 0.5rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-content-list li p {
  color: #555555;
  margin: 0.5rem 0 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-content-list li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #eaeaea;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1030px) {
  .main-content-list li a {
    padding: 2rem;
  }
}
.main-content-list li a:hover {
  background-color: #9B0315;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.main-content-list li a:hover h2, .main-content-list li a:hover p {
  color: white;
}

.holes {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  counter-reset: section;
}
.holes li {
  background-color: white;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.holes li.open span.icon:before {
  opacity: 0;
}
.holes li.holes-group {
  background-color: transparent;
}
.holes li.holes-group h3 {
  margin: 0;
  text-transform: uppercase;
}
.holes li:hover {
  background-color: #efefef;
}
.holes-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: black;
  padding: 0.5rem 0;
  box-sizing: border-box;
  font-size: 1.1rem;
  position: relative;
  cursor: pointer;
  counter-increment: section;
}
.holes-heading span.title {
  width: 60px;
  font-weight: bold;
  color: #9B0315;
  flex-shrink: 0;
}
@media only screen and (min-width: 680px) {
  .holes-heading span.title {
    width: 90px;
  }
}
.holes-heading span.title:after {
  content: " " counter(section);
}
.holes-heading span.icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 2rem;
  flex-shrink: 0;
}
.holes-heading span.icon:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: black;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.holes-heading span.icon:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.holes-details {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.holes-details div {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: 0 0 0 1rem;
}
@media only screen and (min-width: 680px) {
  .holes-details div {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
}
.holes-details div:before {
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  margin: 0 1.5rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 680px) {
  .holes-details div:before {
    display: block;
  }
}
.holes-details span.sep {
  height: 0;
  display: block;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 680px) {
  .holes-details span.sep {
    height: auto;
    display: inline-block;
    padding: 0 1rem;
    visibility: visible;
    opacity: 1;
  }
}
.holes-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9rem;
}
@media only screen and (min-width: 680px) {
  .holes-text {
    flex-direction: row;
  }
}
.holes-text-cont {
  display: none;
}
.holes-text > div {
  max-width: 100%;
}
@media only screen and (min-width: 680px) {
  .holes-text > div {
    max-width: 60%;
  }
}
.holes-text a {
  width: 100%;
  max-width: 400px;
  align-self: flex-start;
  margin: 1rem auto;
}
@media only screen and (min-width: 680px) {
  .holes-text a {
    margin: 1rem 0 1rem 2rem;
  }
}
.holes-text img {
  width: 100%;
  display: block;
}

.sponsors {
  width: 100%;
  max-width: 590px;
  list-style: none;
  display: grid;
  margin: 3rem auto 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media only screen and (min-width: 680px) {
  .sponsors {
    width: 100%;
    max-width: inherit;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sponsors img {
  width: 100%;
  display: block;
}

.posts .post {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
.posts .post h2 {
  margin: 0;
}
.posts .post h2 a:hover {
  text-decoration: underline;
}
.posts .post p {
  margin-top: 0;
}
.posts .post .button {
  color: #555555;
}
.posts .post .button:hover {
  color: white;
}

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