/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --primary-color: #4c6d34;
  --secondary-color: #c2a470;
  --tertiary-color: #695522;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3bbz1v');
  src:  url('../fonts/icomoon.eot?3bbz1v#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3bbz1v') format('truetype'),
    url('../fonts/icomoon.woff?3bbz1v') format('woff'),
    url('../fonts/icomoon.svg?3bbz1v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e904";
}
.icon-comment:before {
  content: "\e905";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-chevron-bottom:before {
  content: "\e908";
}
.icon-heart:before {
  content: "\e909";
}
.icon-options:before {
  content: "\e90a";
}
.icon-warning:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-milenium:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
 }
.icon-threads:before {
  content: "\e901";
}
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;
  touch-action: manipulation;
  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(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .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: #cccccc;
  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;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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: transform, opacity;
  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: #ffffff;
  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(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  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;
  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: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video,.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .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: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none;
}

.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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  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;
}

.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  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% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  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;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,.fancybox-share__button:link {
  color: #ffffff;
}

.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: #ffffff;
}

.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%;
}

.fancybox-thumbs {
  background: #dddddd;
  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: rgba(0, 0, 0, 0);
  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: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(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, .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 .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.main-nav,.drop ul,.social-networks,.footer-nav,.story-item .categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,button,[type="button"],[type="reset"],[type="submit"],.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

html {
  font-size: 16px;
}

body {
  color: #434747;
  background-color: #ffffff;
  font-family: "Open Sans", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #4c6d34;
  text-decoration: none;
}

a:hover {
  color: libhten(#4c6d34, 15%);
  text-decoration: underline;
}

.buffer a {
  text-decoration: underline;
}

.buffer a:hover {
  text-decoration: none;
  color: #695522;
}

.buffer .btn {
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #695522;
}

h1,.h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #4c6d34;
}

h2,.h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #4c6d34;
  text-transform: uppercase;
}

h3,.h3 {
  font-size: 1.625rem;
  font-family: "Open Sans", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #434747;
  line-height: 1.16;
  font-weight: 600;
}

h4,.h4 {
  font-size: 1.563rem;
  text-transform: uppercase;
   color: #4c6d34;
}

h5,.h5 {
  font-size: 1.438rem;
  color: #2d2d2d;
  font-family: "Open Sans", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h6,.h6 {
  font-size: 1.438rem;
  line-height: 1.27;
  color: #4c6d34;
  text-transform: uppercase;
}

.display-1 {
  font-size: 3.125rem;
  line-height: 1.04;
  text-transform: uppercase;
  margin: 0 0 2.5625rem;
  color: #4c6d34;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],input[type="url"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="time"],input[type="week"],input[type="month"],input[type="number"],input[type="color"],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 0 solid #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 4.875rem;
  padding: .3125rem 1.875rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"]::-ms-clear,input[type="email"]::-ms-clear,input[type="tel"]::-ms-clear,input[type="search"]::-ms-clear,input[type="password"]::-ms-clear,input[type="url"]::-ms-clear,input[type="date"]::-ms-clear,input[type="datetime"]::-ms-clear,input[type="datetime-local"]::-ms-clear,input[type="time"]::-ms-clear,input[type="week"]::-ms-clear,input[type="month"]::-ms-clear,input[type="number"]::-ms-clear,input[type="color"]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="tel"]::placeholder,input[type="search"]::placeholder,input[type="password"]::placeholder,input[type="url"]::placeholder,input[type="date"]::placeholder,input[type="datetime"]::placeholder,input[type="datetime-local"]::placeholder,input[type="time"]::placeholder,input[type="week"]::placeholder,input[type="month"]::placeholder,input[type="number"]::placeholder,input[type="color"]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100% !important;
  position: relative;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header .logo {
  position: relative;
  z-index: 2;
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  width: 12.5rem;
}

.header.fixed-position {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.header.fixed-position .header-holder {
  background: #ffffff;
  margin: 0;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background: rgba(255, 255, 255, .65);
  margin: 1.6875rem 0 0;
  padding: 1.125rem 1.25rem 1.3125rem;
}

.main-nav {
  width: 100%;
  font-size: 1.6875rem;
  line-height: 1;
  margin: 0 0 2.5rem;
  padding: 0 0 0 .4375rem;
}

.main-nav>li {
  position: relative;
  margin: 0 0 .8125rem;
}

.main-nav>li>a {
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 10;
  color: #695522;
}

.main-nav a {
  color: red;
  text-decoration: none;
  display: block;
}

.drop {
  padding: 1.5rem 1.25rem .9375rem 1.4375rem;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: #695522;
}

.drop ul>li {
  position: relative;
}

.drop ul>li.active>a,.drop ul>li.hover-js>a {
  color: #4c6d34;
  font-weight: 700;
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  padding: 9.3125rem 0 0 1.5625rem;
}

.main-nav-inner {
  display: flex;
  flex-wrap: wrap;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 1.875rem;
  height: 1.5rem;
  text-indent: -9999px;
  position: relative;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
  content: "";
  position: absolute;
  height: .25rem;
  left: 0;
  right: 0;
  background: #4c6d34;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: .625rem;
}

.nav-opener:before {
  top: 1.25rem;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  opacity: .8;
}

.nav-close {
  width: 4.375rem;
  height: 4.375rem;
  background: #4c6d34;
  position: absolute;
  top: 2.125rem;
  right: 1.0625rem;
}

.nav-close:before,.nav-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 30px;
  border-radius: 2px;
  background: #ffffff;
}

.nav-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-close:hover {
  opacity: .8;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

#live.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #4c6d34;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
  max-height: 0;
}

.alert-bar .btn {
  border-color: #c2a470;
  background: #c2a470;
  border-radius: 0;
  padding: 0;
  font-size: .75rem;
  min-width: 0;
  padding: .5625rem .75rem;
  margin-left: 1rem;
}

.alert-bar .btn:hover {
  background: transparent;
  color: #c2a470;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: .625rem;
  position: absolute;
  right: .4375rem;
  top: .9375rem;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text-wrap {
  letter-spacing: 0;
}

.alert-bar .icon-warning {
  position: absolute;
  left: .625rem;
  top: .75rem;
  font-size: 1.625rem;
  width: 10px;
  height: 10px;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-form {
  margin: 0 0 1.3125rem;
}

.search-form .search-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #c2a470;
}

.search-form .search-close:before,.search-form .search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 30px;
  border-radius: 2px;
  background: #ffffff;
}

.search-form .search-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form .search-close:hover {
  opacity: .8;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  display: none;
}

.search-form .search-opener:hover {
  text-decoration: none;
  background: #ffffff;
  color: #4c6d34;
}

.search-form .input-holder {
  position: relative;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: transparent;
  color: #ffffff;
  background: #4c6d34;
  font-size: 1.625rem;
  width: 6.125rem;
}

.search-form .btn-search:hover {
  opacity: .8;
}

.search-form .search-drop {
  position: relative;
  margin: 0 0 .875rem 0;
}

.search-form input[type="search"],.search-form input[type="text"] {
  width: 100%;
  color: #4c6d34;
  background: transparent;
  padding: .3125rem .625rem;
  height: 4.375rem;
  font-size: 1.625rem;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #ffffff;
}

.search-form input[type="search"]::-moz-placeholder, .search-form input[type="text"]::-moz-placeholder {
  color: #4c6d34;
  text-transform: uppercase;
}

.search-form input[type="search"]::placeholder,.search-form input[type="text"]::placeholder {
  color: #4c6d34;
  text-transform: uppercase;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.25rem;
  margin: 0 -9px;
}

.social-networks li {
  padding: 0 0.8625rem;
}

.social-networks a {
  display: block;
  color: #4c6d34;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
  color: #c2a470;
}

.container {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.wrapper {
  transition: left .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  left: 0;
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer {
  background-color: #4c6d34;
  color: #ffffff;
  padding: 0 0 11rem;
}

.footer a {
  color: #ffffff;
}

.footer .container {
  max-width: 86.5rem;
}

.footer-bottom .social-networks {
  font-size: 1.5rem;
  bottom: 6.6875rem;
}

.footer-bottom .social-networks li {
  margin: 0 .8125rem;
}

.footer-bottom .social-networks a:hover {
  color: #695522;
}

.footer-nav {
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.36;
  font-weight: 700;
  margin: 0 -.6875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.3125rem 0 .75rem;
}

.footer-nav:after {
  content: '';
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, .14);
}

.footer-nav li {
  position: relative;
  padding: 0 .6875rem;
}

.footer-nav li:after {
  content: '';
  top: .1875rem;
  bottom: .1875rem;
  left: 0;
  position: absolute;
  width: .1rem;
  background-color: #ffffff;
}

.footer-nav li:first-child:after {
  display: none;
}

.footer-nav a {
  transition: border-bottom-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  border-bottom: .125rem solid transparent;
  font-weight: 500;
}

.footer-nav a:hover {
  border-bottom-color: #ffffff;
  text-decoration: none;
}

.footer-top .photo-holder {
  text-align: center;
  padding: 0 0 2rem;
  display: flex;
  justify-content: center;
}

.footer-top .right-holder{
  display: flex;
  justify-content: center;
}

.footer-top .photo-holder .description {
  text-transform: uppercase;
}

.footer-top .photo-holder .subtitle {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.36;
  margin-bottom: .1875rem;
}

.footer-top .photo-holder .name {
  display: block;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.4375rem;
  font-weight: 400;
}

.footer-top .right-holder .logo-holder {
  width: 18.75rem;
  display: block;
}

.footer-top .right-holder .logo-holder img {
  width: 18.75rem;
}

.footer-top address {
  font-style: normal;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.444;
  padding: 0 1.5625rem;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.3125rem;
  height: 4.1875rem;
  background-color: #c2a470;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  z-index: 4;
}

.back-to-top [class*='icon-'] {
  display: inline-block;
  vertical-align: top;
  transform: rotate(180deg);
}

.back-to-top:focus,.back-to-top:hover {
  background-color: #695522;
  outline: none;
}

.btn {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #4c6d34;
  padding: 1rem .75rem;
  font-size: .9375rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #4c6d34;
  min-width: 11.4375rem;
}

.btn:hover {
  text-decoration: none;
  background: transparent;
  color: #4c6d34;
}

.btn,
.btn.secondary,
 .btn.tertiary{
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  text-transform: uppercase;
  border-radius: 50px;
}

.btn.secondary {
  border-color: #4c6d34;
  background: transparent;
  color: #4c6d34;
}

.btn.secondary:hover{
  background:  #4c6d34;
  color: #ffffff;
}


.btn.btn-brown-outline, 
.btn.tertiary {
  border-color: #695522;
  color: #695522;
  background: transparent;
}

.btn.btn-brown-outline:hover,
.btn.tertiary:hover {
  background: #695522;
  color: #ffffff;
}

.btn.btn-brown-outline:focus {
  outline: .125rem dashed #695522;
}

.events-section.inside {
  background-color: transparent;
  padding-top: 0;
}

.events-section.inside .section-heading h2:before,.events-section.inside .section-heading .h2:before {
  content: none;
}

.events-section {
  padding: 200px 0;
  background-color: #f2eadc;
  padding: 2.375rem 0 5.5625rem;
}

.events-section .container {
  max-width: 75.625rem;
}

.events-section .section-heading {
  text-align: center;
  margin-bottom: 4.1875rem;
}

.events-section .section-heading h2,.events-section .section-heading .h2 {
  color: #695522;
  position: relative;
  line-height: 1;
  font-size: 2.1875rem;
}

.events-section .section-heading h2:before,.events-section .section-heading .h2:before {
  content: '';
  width: 8.25rem;
  height: .8125rem;
  background-color: #695522;
  position: absolute;
  left: 50%;
  top: -2.375rem;
  transform: translateX(-50%);
}

.events-section .btn-wrap {
  padding: 1.25rem 0 0;
  text-align: center;
}

.calendar-controls {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 2.1875rem;
}

.calendar-controls .controls-wrap {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin: .3125rem -.625rem 0 .6875rem;
}

.calendar-controls .js-btn {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #c2a470;
  font-size: 1.25rem;
  margin: 0 .125rem;
}

.calendar-controls .js-btn:hover {
  color: #4c6d34;
}

.calendar-controls .heading-wrap {
  flex-grow: 1;
  overflow: hidden;
}

.calendar-controls .title {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #c2a470;
  font-size: 1.25rem;
}

.calendar-controls .title::after {
  content: '';
  width: 9999px;
  height: .125rem;
  top: 50%;
  position: absolute;
  left: 100%;
  background-color: rgba(194, 164, 112, .17);
  margin-left: 20px;
}

.event-rows {
  position: relative;
}

.upcoming-events-item {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.666;
  margin-bottom: 2.8125rem;
}

.upcoming-events-item a {
  display: flex;
  align-items: flex-start;
  color: #695522;
}

.upcoming-events-item .events-date {
  flex-shrink: 0;
  width: 4.625rem;
  min-height: 4.6875rem;
  background-color: #695522;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8125rem;
  line-height: 1.85;
  color: #ffffff;
  margin-right: 1rem;
  padding: .5625rem .25rem;
}

.upcoming-events-item .events-date .date {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
}

.upcoming-events-item .title {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.277;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.datepicker-holder {
  margin: 0 -1.0625rem 2.0625rem;
}

.ui-datepicker {
  border-radius: 0;
  background: none;
  border: none;
  color: inherit;
  width: 100%;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: .875rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  border-collapse: collapse;
  color: #695522;
}

.ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar th {
  padding: .1875rem .1875rem .25rem;
  color: #695522;
  font-weight: 500;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
}

.ui-datepicker .ui-datepicker-calendar th span {
  display: block;
  margin: 0 auto .625rem;
  width: 2.25rem;
}

.ui-datepicker .ui-state-default {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 2.5625rem;
  height: 2.625rem;
  background: none;
  border: none;
  color: inherit;
  padding: .5rem .125rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .125rem;
  margin: 0 auto .5rem;
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default.ui-state-active,
.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active, 
.ui-datepicker .date-match .ui-state-default{
  color: #ffffff;
  text-decoration: none;
  background-color: #695522;
}

.ui-datepicker .date-match .ui-state-default:hover {
  background-color: #4c6d34;
}

.ui-datepicker .ui-state-default.ui-state-highinherit {
  background: none;
  color: #ffffff;
}

.ui-datepicker .ui-icon {
  background-image: none;
}

.ui-datepicker-prev,.ui-datepicker-next {
  position: fixed;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(242, 234, 220, .8);
}

.intro-section .intro-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 62.9% 0 65.7%;
}

.intro-section .section-heading {
  padding: 0 1rem;
}

.bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.subscribe-form .subscribe-btn {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  text-align: center;
  background: #4c6d34;
  color: #ffffff;
  border: 2px solid #4c6d34;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3125rem;
}

.subscribe-form .subscribe-btn:hover {
  background: transparent;
  color: #4c6d34;
  background: #ffffff;
}

.subscribe-form input[type="email"],.subscribe-form input[type="text"] {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.subscribe-section {
  margin: -2.75rem 0;
  position: relative;
  z-index: 4;
}

.stories-section {
  padding: 9.1875rem 0 3.875rem;
}

.stories-list {
  margin: 0 .375rem;
}

.stories-list .story-item {
  padding-bottom: 1.4375rem;
  margin-bottom: 1.875rem;
  border-top: .25rem solid #c2a470;
  padding: 1.9375rem 0 0;
}

.stories-list .story-item:last-child {
  border-bottom: 0;
}

.story-item {
  margin-bottom: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

.story-item--featured-story {
  margin-bottom: 4.75rem;
}

.story-item--featured-story .story-item__title {
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: .8125rem;
}

.story-item--featured-story .categories {
  margin-bottom: .8125rem !important;
}

.story-item__title {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.0625rem;
  letter-spacing: -.025rem;
}

.story-item__title a {
  text-decoration: none;
}

.story-item__title a:hover {
  text-decoration: underline;
}

.story-item__image {
  position: relative;
  margin-bottom: 2rem;
}

.story-item__image img {
  width: 100%;
}

.story-item__image .for-md {
  min-height: 26.063rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.story-item__date {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 19px 6px;
  width: 5.4375rem;
  height: 6.0625rem;
  background-color: #4c6d34;
}

.story-item__date-time {
  display: block;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin-top: -.3125rem;
  font-size: 2.5rem;
}

.story-item__description {
  position: relative;
}

.story-item .categories {
  margin: 0 -.625rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.story-item .categories li {
  padding: 0 .525rem;
  position: relative;
  margin-bottom: .25rem;
}

.story-item .categories li:after {
  content: '';
  right: -.0625rem;
  top: .1875rem;
  bottom: 0;
  position: absolute;
  width: .0625rem;
  background-color: #695522;
}

.story-item .categories li:last-child:after {
  display: none;
}

.story-item .categories time {
  color: #695522;
}

.story-item .categories a {
  transition: border-bottom-color .35s cubic-bezier(.3, .86, .36, .95);
  color: #695522;
  text-decoration: none;
  border-bottom: .0625rem solid transparent;
  display: block;
}

.story-item .categories a:hover {
  text-decoration: none;
  border-bottom-color: #695522;
}

.story-item p {
  margin-bottom: 2.125rem;
}

.story-item .social-networks li {
  margin-bottom: .125rem;
}

.story-item .social-networks .icon-email {
  font-size: 1rem;
}

.story-item .social-networks a {
  color: #c2a470;
}

.story-item .social-networks a:hover {
  color: #4c6d34;
}

/*.social-feed {display: none !important;}*/

body.social-feed-active {
  overflow: hidden;
  height: 100%;
}

.social-feed.active .social-feed__opener .icon-chevron-bottom {
  transform: rotate(0deg);
}

.social-feed.active .social-feed__panel {
  visibility: visible;
  opacity: 1;
}

.social-feed__opener {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), left .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #695522;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.24;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  transform: rotate(-90deg);
  padding: 1.125rem 1.4375rem;
  letter-spacing: .0375rem;
  position: absolute;
  top: 23.75rem;
}

.social-feed__opener .icon-chevron-bottom {
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: middle;
  margin: -.1875rem 0 .25rem .9375rem;
  font-size: 1.25rem;
}

.social-feed__panel {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #ffffff;
  border-left: .875rem solid #695522;
  height: 100vh;
  width: 25rem;
  visibility: hidden;
  opacity: 0;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
}

.social-feed .holder {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 2.5rem;
}

.social-feed-item {
  font-size: 1.0625rem;
  line-height: 1.52;
  color: #695522;
  border-bottom: .125rem solid rgba(194, 164, 112, .51);
  padding: 0 0 2.125rem;
  margin-bottom: 1.5rem;
}

.social-feed-item a {
  transition: -webkit-text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  transition: text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  transition: text-decoration-color .35s cubic-bezier(.3, .86, .36, .95), -webkit-text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.social-feed-item a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.social-feed-item__heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: .875rem;
}

.social-feed-item__heading .description {
  flex-grow: 1;
}

.social-feed-item__avatar {
  width: 5.25rem;
  flex-shrink: 0;
  margin-right: .6875rem;
}

.social-feed-item__title {
  display: block;
  font-size: 1.2375rem;
  line-height: 1.36;
  color: #4c6d34;
  margin-bottom: .125rem;
  padding-right:20px;
}

.social-feed-item__source {
  display: block;
  font-size: 1.125rem;
  line-height: 1.36;
}

.social-feed-item__source a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.social-feed-item__source a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.social-feed-item .social-networks {
  position: absolute;
  right: -.25rem;
  top: .875rem;
}

.social-feed-item .social-networks a {
  text-decoration: none;
}

.social-feed-item p {
  margin-bottom: 1.0625rem;
}

.social-feed-item__date {
  display: block;
  font-size: 1rem;
  line-height: 1.36;
  font-weight: 700;
  text-transform: uppercase;
}

.social-feed-item__date a {
  transition: -webkit-text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  transition: text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  transition: text-decoration-color .35s cubic-bezier(.3, .86, .36, .95), -webkit-text-decoration-color .35s cubic-bezier(.3, .86, .36, .95);
  color: #695522;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.social-feed-item__date a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: underline;
}

.inner-header { 
  background-color: #F2EADC;
  margin-bottom: 3.125rem;
  padding-top: 10rem;
}

.inner-header .container{
  padding: 0;
  position: relative;
}

.inner-header .section-heading {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-header .h2 {
  text-transform: uppercase;
  color: #4C6D34;
  font-size: 1.875rem;
  padding: 0 5%;
  margin-bottom: 2.125rem;
  text-align: center;
}

.inner-header .h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #4C6D34;
  bottom: -1px;
  width: 7.375rem;
  height: 0.75rem;
}

.int .subscribe-section {
  margin: 0;
  margin-top: 2.813rem;
  background-color: #F2EADC;
  padding: 4.063rem 0 8.125rem;
} 

select.nicedrop,
.change-cat input,
.change-cat {
  font-size: 0.875rem;
}

/*Custom Calendar*/
.buffer #news-search {
  background: #f2eadb;
  border: 1px solid #695621;
}
#news-search.callie label {
  color:  #695621;
}

.event-listing {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4c6c34;
}

.article-item {
  padding: 2px 0 0;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: left;
  color: #757575;
}

.article-item h3,
.article-item .h3 {
  color: #4c6c34;
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.3rem;
}

.article-item h3 a,
.article-item .h3 a {
  color: inherit;
  text-decoration: none;
}

.article-item h3 a:hover,
.article-item .h3 a:hover {
  color: #695522;
}

.article-item time,
.newsie-details,
.newsdetails {
  color: #c2a470;
  font-weight: 700;
  font-size: 1rem;
  display: inline;
  margin: 0 0 4px;
}

.article-item address,
.topnewstext .calmeta {
  font-weight: 700;
  font-size: 1rem;
  color: #695621;
  display: inline;
  font-style: normal;
}

.event-listing .article-item,
.events-past .article-item,
.events-future .article-item {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
  margin: 0;
} 

.event-listing .article-item:last-of-type,
.events-past .article-item:last-of-type,
.events-future .article-item:last-of-type {
  border-bottom: none;
} 

#news-search.callie label {
  font-weight: 700;
}

#news-search.callie .selector.halves {
    width: 100%;
}

#news-search.callie .filter-drop {
  width: 100%;
}

#news-search.callie .btn {
  margin-top: 1rem;
}


#news-search .dropbtn {
  padding:  initial;
}

.newsie-titler a {
  font-weight: normal;
}

.newsie-titler {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.newsie-tags {
  font-size: 1rem !important;
}

.buffer a.related-headline {
  margin: 0;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.custom-cal .newspagelinks {
    display: flex;
    justify-content: space-between;
}

.custom-cal .newspagelinks a {
  text-decoration: none;
}

.custom-cal .newspagelinks span {
  font-weight: bold;
  color: #c2a470;
}

.single-headline{
  margin: 0 !important;
  padding: 0.625rem 0.9375rem !important;
  background-color: var(--primary-color) !important;
}

.single-headline .newsie-titler {
  font-weight: normal;
  line-height: 2.5rem !important;
  font-size: 1.563rem !important;
  color: #ffffff !important;
}

.buffer .news-specs {
  background:  #f2eadb;
}

.buffer .topnewstext {
  color: #4c6c34;
}

.buffer .tag-title {
  color:  #695621;
}

.h3.no-events {
  font-size: 1.3rem;
  color: #695522;
}

/*Members/Subcommittes*/
.text-center{
  text-align: center;
}

.leadership, .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.875rem 0 4.063rem 0;
  text-align: center;
}

.member-list.democratic{
  margin-bottom: 0;
}

.member-list .member {
  width: 24%;
  margin-bottom: 2.188rem;
}

.member .image-wrap {
 -webkit-box-shadow: 1px 1px 10px rgb(132 157 141 / 25%);
         box-shadow: 1px 1px 10px rgb(132 157 141 / 25%);
  border: solid 3px #ddd;
  border-radius: 22.5rem;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto 0.625rem;
  display: block;
  overflow: hidden;
}

.member img {
  width: 100%;
}

.member h3, .member .h3 {
  font-size: 1.063rem;
  line-height: 1.3rem;
  margin: 0 0 0.313rem;
  text-transform: uppercase;
}

.member .creds {
  color: #434747;
  display: block;
  margin: 0 0 0.25rem;
  line-height: 1.66em;
  font-size: 0.98rem;
}

.member .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.375rem;
  padding: 0;
  margin: 0;
  list-style-type: none;  
}

.member .social-list li {
  padding: 0 10px;
}

.member .social-list a {
  text-decoration: none;
}

.leadership {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.leadership .member {
  flex: 50%;
}

.leadership .member .image-wrap {
  width: 200px;
  height: 200px;
}

.member-row {
  display: flex;
  max-width: 65%;
  margin: 20px auto;
}

.member-column {
  flex: 50%;
  line-height: 2rem;
  list-style-type: none;
}

p.jurisdiction {
  display: inline-block;
  margin-bottom: 2rem;
}

.leadership.subcommittee {
  margin-left: unset;
  margin-right: unset;
  justify-content: flex-start;
}

.leadership.subcommittee .member{
  flex: unset;
}

.democratic-members{
  list-style-type: none;
  padding-left: 0;
}

.subcommittee.member-list{
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.subcommittee.member-list .member {
  width: 16rem;
  margin-right: 2%;
}

.redesign{
  display: none;
}

#newsfilterlist {
  display: none !important;
}

.main-wrap .pictureholder, 
.main-wrap .news-imagewrap {
  display: none;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  h1,.h1 {
    font-size: 3.125rem;
  }

  h2,.h2 {
    font-size: 2.188rem;
    line-height: 1.14;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  h4,.h4 {
    font-size: 1.75rem;
  }

  h5,.h5 {
    font-size: 1.563rem;
  }

  h6,.h6 {
    font-size: 1.563rem;
    line-height: 1.2;
  }

  .display-1 {
    font-size: 3.75rem;
    line-height: 1;
    margin: 0 0 2rem;
  }

  input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],input[type="url"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="time"],input[type="week"],input[type="month"],input[type="number"],input[type="color"],input:not([type]),textarea {
    padding: .3125rem 2.125rem;
  }

  body.social-feed-active header.fixed-position {
    transform: translateX(-400px);
  }

  .header .logo {
    width: 19.375rem;
  }

  .header-holder {
    padding: .9375rem 2.5rem 1.0625rem;
  }

  .main-nav {
    font-size: 2.5rem;
    padding: 0 0 0 3.8125rem;
  }

  .main-nav>li {
    margin: 0 0 1.625rem;
  }

  .main-nav>li>a {
    font-size: 3.75rem;
  }

  .drop {
    padding: 2.125rem 0 .8125rem 2.5rem;
  }

  .main-nav-drop {
    padding: 12.4375rem 0 0 4.25rem;
  }

  .nav-opener {
    margin: .3125rem -.3125rem 0;
    width: 3.4375rem;
    height: 2.75rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    height: .375rem;
  }

  .nav-opener span {
    top: 1.1875rem;
  }

  .nav-opener:before {
    top: 2.375rem;
  }

  .nav-close {
    top: 0;
    right: 0;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
  }

  .alert-bar .text p {
    margin: 0;
  }

  .alert-bar .icon-warning {
    transform: translateY(-50%);
    top: 41%;
    left: 1.5rem;
  }

  .search-form {
    margin: 0 0 16.25rem;
  }

  .search-form .search-drop {
    margin: 0 0 3.125rem 0;
  }

  .search-form input[type="search"],.search-form input[type="text"] {
    font-size: 2.875rem;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .footer {
    padding: 3.5rem 0 7.3125rem;
  }

  .footer .container {
    padding: 0 3.625rem;
  }

  .footer-bottom .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom .right-holder {
    flex-shrink: 0;
    margin-left: 1.5625rem;
    padding-right: 4.25rem;
  }

  .footer-bottom .social-networks {
    font-size: 2rem;
    bottom: 1.6875rem;
  }

  .footer-bottom .social-networks li {
    margin: 0 .625rem;
  }

  .footer-nav {
    flex-grow: 1;
    padding: 2.0625rem 0;
  }

  .footer-top {
    padding: 0 0 4.5625rem;
  }

  .footer-top .holder {
  }

  .footer-top .photo-holder {
    text-align: center;
  }

  .footer-top .right-holder {
    display: flex;
    align-items: center;
    max-width: 30.625rem;
    margin: 0 auto;
  }

  .footer-top .right-holder .logo-holder {
    width: 21.25rem;
    flex-shrink: 0;
  }

  .footer-top .right-holder .logo-holder img {
    width: 21.25rem;
  }

  .footer-top address {
    flex-grow: 1;
    padding: .4375rem 0 0;
  }

  .back-to-top {
    left: auto;
    right: 0;
    transform: translateX(0);
    bottom: 7.3125rem;
    width: 5.5rem;
    height: 5.4375rem;
    font-size: 1.5rem;
  }

  .btn {
    min-width: 12.6875rem;
    padding: 1.0625rem .9375rem;
    font-size: 1.125rem;
  }

  .events-section {
    padding: 1.875rem 0 4.5rem;
  }

  .events-section .inner-container {
    margin: 0 auto;
    max-width: 30.75rem;
  }

  .events-section .section-heading {
    margin-bottom: 5.75rem;
  }

  .events-section .section-heading h2,.events-section .section-heading .h2 {
    font-size: 3.125rem;
  }

  .events-section .section-heading h2:before,.events-section .section-heading .h2:before {
    top: -1.875rem;
    width: 9.75rem;
    height: .75rem;
  }

  .events-section .btn-wrap {
    padding: 3.75rem 0 0;
  }

  .calendar-controls {
    margin-bottom: 3.625rem;
  }

  .calendar-controls .controls-wrap {
    margin: 0 -.625rem 0 .75rem;
  }

  .calendar-controls .js-btn {
    font-size: 1.875rem;
    margin: 0 .25rem;
  }

  .calendar-controls .title {
    font-size: 1.875rem;
    line-height: 1;
  }

  .upcoming-events-item {
    margin-bottom: 2.75rem;
  }

  .upcoming-events-item .events-date {
    width: 6.5625rem;
    min-height: 6.625rem;
    font-size: 1.125rem;
    padding: .6875rem .5rem;
    margin-right: 2.4375rem;
  }

  .upcoming-events-item .events-date .date {
    font-size: 2.8125rem;
    margin-top: -.3125rem;
  }

  .upcoming-events-item .title {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: .375rem;
  }

  .upcoming-events-item .events-content {
    padding: .4375rem 0 0 0;
  }

  .datepicker-holder {
    margin: 0 -2rem 4.1875rem;
  }

  .ui-datepicker .ui-datepicker-calendar {
    font-size: 1.125rem;
  }

  .ui-datepicker .ui-datepicker-calendar th {
    font-size: 2.375rem;
    padding: .25rem .3125rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 3.1875rem;
    margin: 0 auto .5625rem;
  }

  .ui-datepicker .ui-state-default {
    line-height: 1.8;
    width: 3.1875rem;
    height: 3.25rem;
    margin: 0 auto .4375rem;
  }

  .intro-section .intro-inner {
    padding: 45.8% 0 28.8%;
  }

  .intro-section .section-heading {
    padding: 0 1.875rem;
  }

  .subscribe-form {
    box-shadow: 0 3px 27px rgba(0, 0, 0, .16);
    display: flex;
    flex-wrap: nowrap;
  }

  .subscribe-form .subscribe-btn {
    width: 197px;
  }

  .subscribe-form input[type="email"],.subscribe-form input[type="text"] {
    width: calc(100% - 197px);
  }

  .stories-section {
    padding: 7.25rem 0 4.5rem;
  }

  .stories-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.875rem;
    border-top: 0;
    padding-top: 0;
  }

  .stories-list .item {
    width: 50%;
    padding: 0 2.625rem;
  }

  .stories-list .story-item {
    margin-bottom: 1.5rem;
    padding: 1.8125rem 0 0;
  }

  .story-item {
    font-size: 1.125rem;
    line-height: 1.666;
  }

  .story-item--featured-story {
    margin-bottom: 5.125rem;
  }

  .story-item--featured-story .story-item__description {
    padding-left: 5.0625rem;
  }

  .story-item--featured-story .story-item__title {
    font-size: 2.1875rem;
    line-height: 1.142;
    margin-bottom: .9375rem;
  }

  .story-item--featured-story .categories {
    margin-bottom: 1.375rem !important;
  }

  .story-item__title {
    margin-bottom: 1.25rem;
    letter-spacing: .03125rem;
  }

  .story-item__image {
    margin-bottom: 2.25rem;
  }

  .story-item__date {
    width: 9.3125rem;
    height: 9.375rem;
    font-size: 1.125rem;
    padding: 2.0625rem .625rem;
  }

  .story-item__date-time {
    font-size: 3.75rem;
    margin-top: -.375rem;
  }

  .story-item .categories {
    font-size: 0.95rem;
    line-height: 1.647;
  }

  .story-item .categories li {
    margin-bottom: .525rem;
  }

  .story-item .categories li:after {
    top: .3125rem;
    bottom: .1875rem;
  }

  .story-item p {
    margin-bottom: 1.625rem;
  }

  .story-item .social-networks {
    display: block;
    position: absolute;
    left: .4375rem;
    top: -.3125rem;
    text-align: center;
    font-size: 1.875rem;
  }

  .story-item .social-networks li:last-child {
    margin-top: -.25rem;
  }

  .story-item .social-networks .icon-email {
    font-size: 1.4375rem;
  }

  .for-xs {
    display: none;
  }

  body.social-feed-active .wrapper {
    left: -25rem;
  }

  .inner-header { 
    margin-bottom: 4.688rem;
    padding-top: 12.625rem;
  }

  .inner-header .h2 {
    font-size: 2.5rem;
    padding: 0 10%;
    margin-bottom: 2.5rem;
  }

  .inner-header .h2:after {
    width: 8.563rem;
  }

  .int .subscribe-section {
    margin-top: 5.625rem;
    padding: 5rem 0 6.25rem;
  }
}

@media (min-width: 1024px) {
  .display-1 {
    margin: 0 0 1.75rem;
    font-size: 5rem;
  }

  .header .social-networks {
    margin: .3125rem 1.6875rem 0 0;
  }

  .header .logo {
    width: 340px;
    padding: .625rem 0 0 1.25rem;
  }

  .header .holder-block {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    justify-content: flex-end;
    align-self: normal;
  }

  .header-holder {
    align-items: flex-start;
    position: relative;
    padding: 0;
  }

  .drop-holder {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 340px);
    justify-content: flex-end;
    padding: 0 0 0 2.1875rem;
  }

  .main-nav {
    width: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 50px 0 0;
    font-size: .875rem;
    justify-content: space-between;
    flex: 1 1 auto;
    padding: .875rem 0;
  }

  .main-nav>li {
    margin: 0;
    padding: 0 .75rem;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #4c6d34;
  }

  .main-nav>li>a {
    font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: .9375rem;
  }

  .main-nav>li>.drop:before {
    content: "";
    height: 2.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }

  .main-nav>li.active>a {
    color: #c2a470;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    color: red;
  }

  .drop {
    background: #ffffff;
    width: 17rem;
    padding: .3125rem 0 1.1875rem;
    line-height: 1.4;
    position: absolute;
    top: calc(100% + 48px);
    left: -.375rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, .09);
  }

  .drop:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 46px;
  }

  .drop .hover-js>a,.drop .hover-tab>a {
    background: #ffffff;
    color: #4c6d34;
  }

  .drop a {
    padding: .8125rem 1.8125rem;
    color: #695522;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .drop a:hover {
    background: #ffffff;
    color: #4c6d34;
    font-weight: 700;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
  }

  .main-nav-drop {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .main-nav-inner {
    justify-content: flex-end;
  }

  .nav-opener {
    display: none;
  }

  .nav-close {
    display: none;
  }

  .alert-bar {
    padding: 0 3.25rem;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 51.375rem;
  }

  .alert-bar .icon-warning {
    left: 1.875rem;
  }

  .search-form {
    margin: 0;
  }

  .search-form .search-opener {
    transition: background .35s cubic-bezier(.3, .86, .36, .95);
    color: #ffffff;
    background: #4c6d34;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #4c6d34;
    font-size: 1.625rem;
    padding: .375rem .75rem;
  }

  .search-form .btn-search {
    background: transparent;
    color: #4c6d34;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5.625rem;
    font-size: 2.5rem;
  }

  .search-form .search-drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    margin: 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    opacity: 0;
    padding: 6.25rem;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 109, 52, .75);
  }

  .search-active .search-form .search-drop {
    opacity: 1;
    visibility: visible;
  }

  .search-form input[type="search"],.search-form input[type="text"] {
    border: 0;
    height: 5.3125rem;
    font-size: 1.625rem;
    padding: .625rem 5rem .625rem 1.875rem;
    min-width: 44.6875rem;
  }

  .footer {
    padding: 3.5rem 0 3.5625rem;
  }

  .footer .container {
    padding: 0 1.875rem;
  }

  .footer-bottom {
    padding: 1.6875rem 0;
    position: relative;
    z-index: 2;
  }

  .footer-bottom .social-networks {
    font-size: 1.25rem;
    bottom: 0;
  }

  .footer-bottom .social-networks li {
    margin: 0 .125rem;
  }

  .footer-nav {
    padding: 0.375rem 0;
  }

  .footer-top {
    padding: 0 0 2.75rem;
  }

  .footer-top .holder {
    display: flex;
    padding: 0 0 0 .375rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top .right-holder {
    margin: 0;
  }

  .back-to-top {
    bottom: 3.5625rem;
  }

  .events-section {
    padding: 1.875rem 0 4rem;
  }

  .events-section .inner-container {
    max-width: none;
  }

  .events-section .section-heading {
    margin-bottom: 3.75rem;
  }

  .events-section .section-heading h2:before,.events-section .section-heading .h2:before {
    top: -1.875rem;
  }

  .events-section .btn-wrap {
    padding: 1rem 0 0;
  }

  .calendar-controls {
    margin-bottom: 2.125rem;
  }

  .calendar-controls .controls-wrap {
    margin: .0625rem -.4375rem 0 .75rem;
  }

  .event-rows {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.875rem;
  }

  .event-rows .col {
    width: 50%;
    padding: 0 1.875rem;
  }

  .event-rows .col:last-child {
    padding: .875rem 0 0 2.1875rem;
  }

  .datepicker-holder {
    margin: 0 -.5625rem 0 -2rem;
  }

  .ui-datepicker .ui-datepicker-calendar {
    font-size: 1.0625rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 2.75rem;
    margin: 0 auto .75rem;
  }

  .ui-datepicker .ui-state-default {
    width: 2.75rem;
    height: 2.8125rem;
  }

  .intro-section .intro-inner {
    padding: 31% 0 27.7%;
  }

  .intro-section .section-heading {
    max-width: 57.5rem;
    padding: 0 0 0 3.75rem;
  }

  .subscribe-form .subscribe-btn {
    width: 272px;
  }

  .subscribe-form input[type="email"],.subscribe-form input[type="text"] {
    width: calc(100% - 272px);
  }

  .stories-section {
    padding: 8.4375rem 0 4.6875rem;
  }

  .stories-section .holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }

  .stories-section .holder .col {
    width: 29.6%;
    padding: 0 1.25rem;
  }

  .stories-section .holder .col:first-child {
    width: 70.4%;
  }

  .stories-list {
    border-top: .25rem solid #c2a470;
    margin: 0;
  }

  .stories-list .item {
    width: 100%;
    padding: 0;
  }

  .stories-list .story-item {
    border-top: 0;
    border-bottom: .25rem solid #c2a470;
  }

  .story-item--featured-story {
    margin-bottom: 1.875rem;
  }

  .story-item--featured-story .story-item__description {
    padding-right: 1.0625rem;
  }

  .story-item--featured-story .story-item__title {
    margin-bottom: .5625rem;
  }

  .story-item--featured-story .categories {
    margin-bottom: 1.1875rem !important;
  }

  body.sidbar-active .social-feed__opener {
    left: -8.0625rem;
  }

  .social-feed {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
    position: fixed;
    z-index: 999;
    z-index: 101;
    transform: translateX(400px);
    right: 0;
    top: 0;
    bottom: 0;
  }

  .social-feed.active {
    transform: translateX(0);
  }

  .social-feed__opener {
    top: 50%;
    left: 0;
    margin-top: -2.25rem;
  }

  .inner-header { 
    margin-bottom: 5.438rem;
    padding-top: 14.813rem;
  }

  .inner-header .h2 {
    font-size: 3.125rem;
  }
  
  .inner-header .h2:after {
    width: 9.75rem;
  }
}

@media (min-width: 1280px) {
  .header .logo {
    width: 348px;
    padding: 0 0 0 2.5625rem;
  }

  .header .holder-block {
    order: 0;
    width: auto;
  }

  .header-holder {
    padding: 1.0625rem 0;
  }

  .drop-holder {
    width: calc(100% - 348px);
  }

  .main-nav {
    margin: 0 0.85rem 0 2rem;
    padding: 0;
  }

  .search-form .search-opener {
    padding: .6875rem 1rem;
  }

  .event-rows .col:last-child {
    padding: 1.1875rem 0 0 4.875rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 3.1875rem;
  }

  .ui-datepicker .ui-state-default {
    width: 3.1875rem;
    height: 3.25rem;
  }

  .stories-section .holder {
    margin: 0 -2.8125rem;
  }

  .stories-section .holder .col {
    padding: 0 2.8125rem;
  }
}

@media (min-width: 1440px) {
  .main-nav>li {
   padding: 0 .9875rem;
  }
}

@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);
  }

  .main-wrap a.prevnexter {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  .header .social-networks {
    font-size: 1.875rem;
    margin: 0 0 2.5rem 3.25rem;
  }

  .header .social-networks li {
    padding: 0 .8125rem;
  }

  .header.fixed-position .main-nav-drop {
    top: 0;
  }

  .header .holder-block {
    width: 100%;
    padding: 0 2.75rem 0 0;
  }

  .header .holder-block .social-networks {
    width: 100%;
    order: 2;
  }

  .header .holder-block .search-form {
    width: 100%;
    order: 1;
  }

  .main-nav>li>a.has-drop-down-a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .main-nav>li.active>a:after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }

  .drop ul li {
    margin: 0 0 1rem;
  }

  .drop .drop {
    font-size: 1.875rem;
    padding: 2rem 0 .6875rem 4rem;
  }

  .main-nav-drop {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #f2eadc;
    left: 0;
    right: 0;
    top: -1.6875rem;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav-active .main-nav-drop {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .375rem;
  }

  .alert-bar .text-wrap {
    margin: 0 0 1.1875rem;
  }

  .search-form .search-close {
    display: none;
  }

  .search-form .input-holder {
    display: flex;
    flex-wrap: nowrap;
  }

  .search-form input[type="search"]::-moz-placeholder, .search-form input[type="text"]::-moz-placeholder {
    opacity: 0;
  }

  .search-form input[type="search"]::placeholder,.search-form input[type="text"]::placeholder {
    opacity: 0;
  }

  .footer-bottom .social-networks {
    position: absolute;
    left: .9375rem;
    right: .9375rem;
    display: flex;
    justify-content: center;
  }

  .footer-nav {
    position: relative;
    z-index: 2;
  }

  .social-feed.active .social-feed__panel {
    right: 0;
  }

  .social-feed__opener {
    right: -4.1875rem;
    z-index: 10;
  }

  .alert-closed .social-feed__opener {
    top: 15.25rem;
  }

  .social-feed__panel {
    transition: right .35s cubic-bezier(.3, .86, .36, .95);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -25rem;
  }
}

@media (max-width: 767px) {
  .header .social-networks {
    justify-content: center;
    margin: 0 0 1.4375rem;
  }

  .header .holder-block {
    padding: 0 1.3125rem 0 0;
  }

  .drop ul li {
    margin: 0 0 .625rem;
  }

  .drop .drop {
    font-size: 1.25rem;
    padding: 1.5rem 0 .1875rem 1.0625rem;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-nav li {
    margin-bottom: .375rem;
  }

  .footer-top {
    text-align: center;
    margin: 0 0 3.6875rem;
    padding: 5.5625rem 0 0;
  }

  .events-section .container {
    padding: 0 1.6875rem;
  }

  .upcoming-events-item .events-location {
    display: none;
  }

  .subscribe-form .subscribe-btn {
    width: 100%;
    padding: 1.5rem .9375rem 1.5625rem;
  }

  .subscribe-section {
    margin: -4.875rem 0;
  }

  .stories-section .container {
    padding: 0 1.5rem;
  }

  .story-item .social-networks {
    margin: 0 -.3125rem 1rem;
  }

  .story-item .social-networks li {
    padding: 0 .3125rem;
  }

  .social-feed {
    display: none;
  }

  .member-list .member {
    width: 100%;
  }

  .leadership .member{
    margin-bottom: 35px;
  }

  .leadership{
    margin-bottom: 10px;
  }

  .member-row {
    max-width: 100%;
    display: block;
  }

  .leadership.subcommittee,
  .subcommittee.member-list {
    justify-content: center;
  }

}

@media (max-width: 576px) {

  .buffer iframe {
    max-width: 100%;
  }
  
  .subcommittee.member-list .member {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .main-nav-inner {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .events-section .container {
    padding: 0 4.3125rem;
  }
}

@media all and (max-height: 576px) {
  .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;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

