* {
  outline: none;
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

HTML {
  font-size: 16px;
}

BODY {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: rgba(50, 67, 33, 0);
}

H1 {
  font-size: 2.5em;
  line-height: 1;
  font-weight: 400;
  margin: 0.6em 0 0.6em 0;
}

H2 {
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  margin: 0.6em 0 0.6em 0;
}

H3 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  margin: 0.6em 0 0.6em 0;
}

H4 {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 400;
  margin: 0.6em 0 0.6em 0;
}
.hv2 H4 {
  font-size: 1.75em;
  line-height: 1.5;
  margin: 0.6em 0 0.6em 0;
}

H5 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  margin: 1em 0 1em 0;
}

H6 {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 400;
  margin: 1em 0 1em 0;
}

H1 A,
H2 A,
H3 A,
H4 A,
H5 A,
H6 A {
  text-decoration: none;
}

FIGURE {
  padding: 0;
  margin: 0;
}

IMG {
  border: none;
}

HR {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0;
}

.clr {
  clear: both;
  width: 100%;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.full-width-iframe {
  display: block;
}

.brd-r10 {
  border-radius: 10px;
}

.bg-image {
  background-image: url(../img/sample-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eeeeee;
  height: auto;
}

.bg-white {
  background-color: #ffffff;
}

#page A.edit-button {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 6px 25px;
  background-color: rgba(0, 200, 0, 0.75);
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}

/* ********************************************************************* */
/*	COLUMNS
/* ********************************************************************* */

.width {
  width: 1440px;
  margin: 0 auto 0 auto;
}

.row {}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.container.mobile-column-reverse {}

.item {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.item-vtop {
  justify-content: flex-start;
}

.item-vcenter {
  justify-content: center;
}

.item-vend {
  justify-content: flex-end;
}

.item-hstart {
  justify-content: flex-start;
}

.item-hcenter {
  justify-content: center;
}

.item-hend {
  justify-content: flex-end;
}

.item-hbetween {
  justify-content: space-between;
}

.item-haround {
  justify-content: space-around;
}

.item-hevenly {
  justify-content: space-evenly;
}

.item-1-1,
.old-1 {
  width: 100%;
}

.item-1-2,
.old-2 {
  width: 50%;
}

.item-1-3,
.old-3 {
  width: 33.3333%;
}

.item-2-3,
.old-4 {
  width: 66.6666%;
}

.item-1-4,
.old-5 {
  width: 25%;
}

.item-3-4,
.old-6 {
  width: 75%;
}

.item-1-5,
.old-7 {
  width: 20%;
}

.item-2-5 {
  width: 40%;
}

.item-3-5 {
  width: 60%;
}

.item-4-5 {
  width: 80%;
}

.item-1-6,
.old-8 {
  width: 16.6666%;
}

.item-1-8 {
  width: 12.5%;
}

/* ********************************************************************* */
/*	HEAD
/* ********************************************************************* */

#head {
  position: fixed;
  z-index: 840;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 55px;
  background-color: #324321;
  color: #ffffff;
}

#head.scrolled {}

#head .width {
  position: relative;
}

#head .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.75em;
  line-height: 1.25em;
}
#head.hv2 .logo {
  top: 10px;
  left: 20px;
}

#head .logo A {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #ffffff;
  text-decoration: none;
}
#head.hv2 .logo A {
  font-size: 2.25em;
  line-height: 1.25em;
}

#head .logo SPAN {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #ffffff;
}

#menutab {
  display: none;
}

#menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 800;
  margin: 0;
}
.hv2 #menu {
  top: 15px;
  right: 20px;
}

#menu UL {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: 700;
  display: flex;
  flex-direction: row;
}
.hv2 #menu UL {
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 400;
}

#menu UL LI {
  display: block;
  margin: 0;
  padding: 0;
}

#menu UL LI A {
  display: block;
  margin: 0 15px 0 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
}
.hv2 #menu UL LI A {
  margin: 0 25px 0 25px;
}

#menu UL LI.social A {
  font-size: 1.75em;
  margin: -0.25em 0 0 15px;
}
.hv2 #menu UL LI.social A {
  font-size: 1.25em;
  margin: 0em 0 0 15px;
}

#menu UL LI A:hover {
  color: #cccccc;
}
.hv2 #menu UL LI A:hover {
  color: #ffad60;
}

/* ********************************************************************* */
/*	PAGE
/* ********************************************************************* */

#page {
  padding: 75px 0 20px 0;
}

#page .content {
  position: relative;
  z-index: 100;
}

#page A {
  color: #222222;
}

#page A:hover {
  text-decoration: none;
}

#page P {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300;
  color: #222222;
}
#page.hv2 P {
  font-size: 1em;
}

#page UL {}

#page UL LI {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300;
  color: #222222;
}
#page.hv2 UL LI {
  font-size: 1em;
}

#page OL {}

#page OL LI {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300;
  color: #222222;
}
#page.hv2 OL LI {
  font-size: 1em;
}

#page .light-fonts H1,
#page .light-fonts H2,
#page .light-fonts H3,
#page .light-fonts H4,
#page .light-fonts H5,
#page .light-fonts H6,
#page .light-fonts P,
#page .light-fonts LI {
  color: #ffffff;
}

#page .button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 20px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
}

#page .light-fonts .button {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
}

#page .button:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}

#page .light-fonts .button:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}

#page .pill {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  color: #324321;
  border-radius: 10px;
}

/*	HOME TITLE
/* ********************************************************************* */

#page .hometitle {
  text-align: center
}

#page .hometitle H3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 5em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  color: #ffffff;
}

#page .hometitle H4 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 4em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 40px 0 0 0;;
  color: #ffffff;
}

#page .homeintro {
  padding: 30px 0 30px 0;
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#page .homeintro H5 { font-size: 1.25em; }
#page .homeintro P,
#page .homeintro2 P {
  color: #ffffff;
  font-family: "Oregano", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125em;
  line-height: 1.5;
  margin: 0;
}

#page .homeintro P A { color: #ffffff; }

#page .homeintro A.borderbutt { color: #ffffff; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 8px 35px; border: solid 2px #ffffff; transition: all 0.5s ease-in; }
#page .homeintro A.borderbutt:HOVER { background-color: rgba(0,0,0,0.25); }

  /*	FEATURED
  /* ********************************************************************* */

#page .featured {
  position: relative;
  padding: 30px;
  border-radius: 10px;
}

#page .featured:before {
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-backdrop-filter: brightness(0.75) blur(5px);
  backdrop-filter: brightness(0.75) blur(5px);
}

#page .featured .label {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

#page .featured .label .date {
  display: inline-block;
  margin-right: 40px;
}

#page .featured .cat {
  position: relative;
  z-index: 100;
  font-size: 0.875em;
  line-height: 2;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

#page .featured H2 {
  margin: 0;
}

#page .featured H2 A {
  color: inherit;
}

#page .featured P {}

#page .featured P:last-child {
  margin-bottom: 0;
}

/*	MOST RECENT
/* ********************************************************************* */

#page .mostrecent {
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

#page .mostrecent H2 {
  font-size: 1.5em;
  margin-bottom: 1.25em;
}

#page .mostrecent ARTICLE {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
}

#page .mostrecent ARTICLE:last-child {
  margin: 0;
}

#page .mostrecent .snap {
  display: block;
  width: 140px;
  height: auto;
  border-radius: 10px;
  margin: 0 30px 0 0;
}

#page .mostrecent .cat {
  font-size: 0.75em;
  line-height: 2;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}

#page .mostrecent H3 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1;
  color: #222222;
}

#page .mostrecent P {
  color: #222222;
}

/*	LEAVE FOR
/* ********************************************************************* */

#page .leavefor {
  position: relative;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
}

#page .leavefor:after {
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  backdrop-filter: brightness(0.75) blur(5px);
}

#page .leavefor P:last-child {
  margin-bottom: 0;
}

/*	NEW LEAVE FOR
/* ********************************************************************* */

#page .newleavefor {
  position: relative;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
}

#page .newleavefor H3 {
  font-size: 1.25em;
  line-height: 1.25;
}

#page .newleavefor P:last-child {
  margin-bottom: 0;
}

/*	FILTER
/* ********************************************************************* */

#page .filter {
  border-radius: 10px;
}

#page .filter UL {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

#page .filter UL LI {
  margin: 0;
  padding: 0;
}

#page .filter UL LI A {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}

#page .filter UL LI A:hover {}

/*	ARTICLES
/* ********************************************************************* */

#page .articles {}

#page .articles .article {
  height: 100%;
  border-radius: 10px;
}

#page .articles .article .snap {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0 0 66% 0;
}

#page .articles .article .snap .label {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}

#page .articles .article .snippet {
  padding: 2em;
}
#page .articles .article .snippet2 {
  padding: 1em 1em 0.5em 1em;
  text-align: center;
}

#page .articles .article .date {
  font-size: 0.625em;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

#page .image-wrap {
  position: relative;
  z-index: 50;
}

#page .image-wrap .image-label {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}

/* ********************************************************************* */
/*	FOOT
/* ********************************************************************* */

#foot {
  padding: 1em 0;
  background-color: #fcfcfc;
}
#foot.hv2 {
  background-color: #e1e1e1;
}

#foot P {
  font-size: 0.75em;
  line-height: 1.4;
}

#foot UL {
  list-style: none;
  margin: 0;
}

#foot UL LI {
  font-size: 0.75em;
  line-height: 1.4;
}

#foot A {
  text-decoration: none;
  color: #444444;
  transition: all 0.25s ease-in;
}

#foot A:hover {
  color: #999999;
}
#foot.hv2 A:hover {
  color: #d18238;
}

#foot UL LI.social A {
  display: inline-block;
  font-size: 1.75em;
  margin: 0 0.25em 1em 0.25em;
}

/* ********************************************************************* */
/* ***** RESPONSIVE **************************************************** */
/* ********************************************************************* */

@media screen and (min-width: 2000px) {
  .width {
    width: 1536px;
    margin: 0 auto 0 auto;
  }

}

@media screen and (max-width: 1440px) {
  .width {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  #menutab {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    color: #ffffff;
    font-size: 1.75rem;
    cursor: pointer;
  }

  #menu {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 800;
    z-index: 800;
    margin: 0;
    background-color: #324321;
  }
  .hv2 #menu {
    top: 55px;
    right: 0px;
  }

  #menu UL {
    display: flex;
    flex-direction: column;
  }

  #menu UL LI {}

  #menu UL LI A {
    display: block;
    margin: 0px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-top: solid 1px #ffffff;
  }

  #menu UL LI.social A {
    margin: 0px;
    padding: 10px;
  }

  #menu UL LI A:hover {
    color: #cccccc;
    background-color: rgba(255, 255, 255, 0.1);
  }

}

@media screen and (max-width: 980px) {

  .item-1-1,
  .old-1 {
    width: 100%;
  }

  .item-1-2,
  .old-2 {
    width: 50%;
  }

  .item-1-3,
  .old-3 {
    width: 50%;
  }

  .item-2-3,
  .old-4 {
    width: 50%;
  }

  .item-1-4,
  .old-5 {
    width: 50%;
  }

  .item-3-4,
  .old-6 {
    width: 100%;
  }

  .item-1-5,
  .old-7 {
    width: 25%;
  }

  .item-2-5 {
    width: 50%;
  }

  .item-3-5 {
    width: 50%;
  }

  .item-4-5 {
    width: 75%;
  }

  .item-1-6,
  .old-8 {
    width: 25%;
  }

  .item-1-8 {
    width: 25%;
  }

}

@media screen and (max-width: 780px) {

  .hide-on-mobile {
    display: none;
  }

  .container.mobile-column-reverse {
    flex-direction: column-reverse;
  }

  .item-1-1,
  .old-1 {
    width: 100%;
  }

  .item-1-2,
  .old-2 {
    width: 100%;
  }

  .item-1-3,
  .old-3 {
    width: 100%;
  }

  .item-2-3,
  .old-4 {
    width: 100%;
  }

  .item-1-4,
  .old-5 {
    width: 50%;
  }

  .item-3-4,
  .old-6 {
    width: 100%;
  }

  .item-1-5,
  .old-7 {
    width: 25%;
  }

  .item-2-5 {
    width: 50%;
  }

  .item-3-5 {
    width: 50%;
  }

  .item-4-5 {
    width: 100%;
  }

  .item-1-6,
  .old-8 {
    width: 25%;
  }

  .item-1-8 {
    width: 25%;
  }

  /*	FILTER
  /* ********************************************************************* */

  #page .filter UL {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #page .filter UL LI {}

  #page .filter UL LI A {
    padding: 5px 15px;
  }

  #foot UL {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #page .featured .label {
    position: relative;
    top: 0;
    right: auto;
  }

  #page .featured .label .date {
    display: block;
    margin-right: auto;
    margin-bottom: 8px;
  }

  #page .featured .label .pill {
    display: none;
  }

}

@media screen and (max-width: 600px) {

  .item-1-1,
  .old-1 {
    width: 100%;
  }

  .item-1-2,
  .old-2 {
    width: 100%;
  }

  .item-1-3,
  .old-3 {
    width: 100%;
  }

  .item-2-3,
  .old-4 {
    width: 100%;
  }

  .item-1-4,
  .old-5 {
    width: 50%;
  }

  .item-3-4,
  .old-6 {
    width: 100%;
  }

  .item-1-5,
  .old-7 {
    width: 50%;
  }

  .item-2-5 {
    width: 100%;
  }

  .item-3-5 {
    width: 100%;
  }

  .item-4-5 {
    width: 100%;
  }

  .item-1-6,
  .old-8 {
    width: 70%;
  }
  #foot .item-1-6 {
    text-align:center;
  }

  .item-1-8 {
    width: 50%;
  }

  #head .logo {
    position: absolute;
    top: 12px;
    left: 20px;
  }

  #head .logo SPAN {
    display: block;
    border: none;
    margin-left: 0;
    padding-left: 0;
  }

  #page .hometitle H4 {
    font-size: 2.5em;
    margin: 40px 0 0 0;;
  }

  #page .homeintro P,
  #page .homeintro2 P {
    font-size: 1.75em;
    line-height: 1.4;
  }

  #page .mostrecent A:first-child {
    width: 27%;
    margin-right: 3%;
  }

  #page .mostrecent .snap {
    display: block;
    width: 100%;
  }

  #page .mostrecent .snippet {
    width: 70%;
  }

}

@media screen and (max-width: 480px) {}