/*------------------------------------------------------------------------------
Site sizing
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
Web Fonts
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
Typographical styling
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_reset.scss */
html, body, div, span, ul, ol, li, form, label, table, h1, h2, h3, h4, h5, h6, p, a, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 6, resources/sass/partials/_reset.scss */
a img, :link img, :visited img {
  border: 0;
}

/* line 7, resources/sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 8, resources/sass/partials/_reset.scss */
td, th, caption {
  padding: 2px 4px;
}

/* line 9, resources/sass/partials/_reset.scss */
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

/* line 10, resources/sass/partials/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  word-spacing: 0.25px;
}

/* line 12, resources/sass/partials/_reset.scss */
body, html {
  width: 100%;
  height: 100%;
}

/* line 17, resources/sass/partials/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 20, resources/sass/partials/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------------------------------------------------------
HIGHSITE HTML PREFERENCES
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_typespecs.scss */
ul {
  margin: 0 0 10px 15px;
  padding: 0px;
}

/* line 9, resources/sass/partials/_typespecs.scss */
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

/* line 14, resources/sass/partials/_typespecs.scss */
h1, h2, h3, h4, h5, h6, li, ol, p {
  margin-bottom: .8rem;
  font-family: garamond-premier-pro, serif;
}

/* line 19, resources/sass/partials/_typespecs.scss */
h1, h2, h3, h4 {
  letter-spacing: -.02em;
}

/* line 23, resources/sass/partials/_typespecs.scss */
p, li {
  line-height: 160%;
  font-size: 1.2rem;
  color: #555;
}

/* line 29, resources/sass/partials/_typespecs.scss */
a {
  text-decoration: none;
  font-size: 1.2rem;
  font-family: garamond-premier-pro, serif;
}

/* line 34, resources/sass/partials/_typespecs.scss */
a:link {
  color: #83af0c;
}

/* line 35, resources/sass/partials/_typespecs.scss */
a:visited {
  color: #5e7938;
}

/* line 36, resources/sass/partials/_typespecs.scss */
a:hover {
  color: #bbb;
}

/* line 36, resources/sass/partials/_typespecs.scss */
2
a:active {
  color: #bbb;
}

/*------------------------------------------------------------------------------
DIVS -- ALL PAGEs
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_sitewide.scss */
body {
  background: #ffffff;
}

/* line 8, resources/sass/partials/_sitewide.scss */
main {
  margin: 0 auto 24px 0;
  min-height: calc(100vh - 128px);
}

@media screen and (max-width: 768px) {
  /* line 8, resources/sass/partials/_sitewide.scss */
  main {
    min-height: calc(100vh - 80px);
  }
}

/* line 17, resources/sass/partials/_sitewide.scss */
footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #3F6B5D;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  /* line 17, resources/sass/partials/_sitewide.scss */
  footer {
    padding: 10px;
  }
}

/* line 28, resources/sass/partials/_sitewide.scss */
footer p {
  color: #aaa;
  margin: 0;
}

/* line 32, resources/sass/partials/_sitewide.scss */
footer a {
  color: #ffffff;
  font-size: 1.2rem;
}

/* line 36, resources/sass/partials/_sitewide.scss */
footer a:visited {
  color: #fff;
}

/* line 39, resources/sass/partials/_sitewide.scss */
footer a:hover {
  color: #90AB00;
}

/* line 43, resources/sass/partials/_sitewide.scss */
footer a:nth-child(1) {
  padding-right: 10px;
}

/* line 46, resources/sass/partials/_sitewide.scss */
footer a:nth-child(2) {
  padding-left: 10px;
}

/* line 49, resources/sass/partials/_sitewide.scss */
footer p.copyright {
  padding-top: 10px;
  font-size: 1rem;
}

/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/
/* line 58, resources/sass/partials/_sitewide.scss */
.home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* ------------ NAVIGATION --------------*/
}

/* line 64, resources/sass/partials/_sitewide.scss */
.home img.placeholder {
  display: none;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  /* line 64, resources/sass/partials/_sitewide.scss */
  .home img.placeholder {
    display: block;
  }
}

/* line 79, resources/sass/partials/_sitewide.scss */
.home video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  /* line 79, resources/sass/partials/_sitewide.scss */
  .home video {
    display: none;
  }
}

/* line 92, resources/sass/partials/_sitewide.scss */
.home .titleoverlay {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 99, resources/sass/partials/_sitewide.scss */
.home .titleoverlay h1 {
  font-family: garamond-premier-pro, serif;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 1vw;
  padding: 0 1vw;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  /* line 99, resources/sass/partials/_sitewide.scss */
  .home .titleoverlay h1 {
    font-size: 6vw;
  }
}

/* line 111, resources/sass/partials/_sitewide.scss */
.home .titleoverlay h1 span {
  font-size: 5.5vw;
}

@media screen and (max-width: 768px) {
  /* line 111, resources/sass/partials/_sitewide.scss */
  .home .titleoverlay h1 span {
    font-size: 8vw;
  }
}

/* line 122, resources/sass/partials/_sitewide.scss */
.home p.menulink {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  z-index: 99;
  top: 50px;
  right: 100px;
}

/* line 131, resources/sass/partials/_sitewide.scss */
.home #menudiv {
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 10;
  display: none;
}

/* line 139, resources/sass/partials/_sitewide.scss */
.home ul {
  position: absolute;
  top: 112px;
  right: 150px;
  z-index: 20;
}

/* line 145, resources/sass/partials/_sitewide.scss */
.home ul li {
  list-style-type: none;
  margin: 0;
}

/* line 149, resources/sass/partials/_sitewide.scss */
.home ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
}

/* line 154, resources/sass/partials/_sitewide.scss */
.home ul li a:hover {
  color: #25442E;
}

/*------------------------------------------------------------------------------
DIVS -- SUB-IMAGES
------------------------------------------------------------------------------*/
/* line 165, resources/sass/partials/_sitewide.scss */
.image_fade {
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: clamp(75vw, 100vh, 100vw);
}

/* line 172, resources/sass/partials/_sitewide.scss */
.image_fade header {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: flex;
  justify-content: space-between;
  align-self: start;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 182, resources/sass/partials/_sitewide.scss */
.image_fade header .logo {
  max-width: 400px;
  width: clamp(270px, 45vw, 500px);
  height: auto;
  align-self: start;
}

/* line 190, resources/sass/partials/_sitewide.scss */
.image_fade div#image {
  line-height: 100%;
  margin-bottom: 8px;
  text-align: center;
}

/* line 195, resources/sass/partials/_sitewide.scss */
.image_fade div#image p {
  line-height: 100%;
  margin: 0;
}

/* line 199, resources/sass/partials/_sitewide.scss */
.image_fade div#image p img {
  max-width: 100%;
  max-height: 80vh;
}

/* line 206, resources/sass/partials/_sitewide.scss */
.image_fade div#caption {
  display: flex;
  justify-content: space-between;
}

/* line 210, resources/sass/partials/_sitewide.scss */
.image_fade div#caption h6 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: #25442E;
  transition: padding 0.5s;
}

@media screen and (max-width: 1200px) {
  /* line 210, resources/sass/partials/_sitewide.scss */
  .image_fade div#caption h6 {
    padding-left: 2rem;
  }
}

/* line 220, resources/sass/partials/_sitewide.scss */
.image_fade div#caption .navhere {
  transition: padding 0.5s;
}

@media screen and (max-width: 1200px) {
  /* line 220, resources/sass/partials/_sitewide.scss */
  .image_fade div#caption .navhere {
    padding-right: 2rem;
  }
}

/* line 228, resources/sass/partials/_sitewide.scss */
.image_fade div#caption .fa-chevron-right {
  font-size: 1.5rem;
  color: #ccc;
  transition: padding 0.5s;
}

/* line 233, resources/sass/partials/_sitewide.scss */
.image_fade div#caption .fa-chevron-right:hover {
  color: #25442E;
}

@media screen and (max-width: 1200px) {
  /* line 228, resources/sass/partials/_sitewide.scss */
  .image_fade div#caption .fa-chevron-right {
    padding-right: 12rem;
  }
}

/* line 242, resources/sass/partials/_sitewide.scss */
.image_fade p.menulink {
  display: none;
}

/*------------------------------------------------------------------------------
DIVS -- SUB-WORDS
------------------------------------------------------------------------------*/
/* line 250, resources/sass/partials/_sitewide.scss */
.words {
  position: relative;
  display: grid;
  max-width: 1200px;
  grid-template-columns: 1fr minmax(15vw, 200px) minmax(30vw, 40vw) 1fr;
  grid-template-rows: 170px 1fr;
  grid-gap: 0;
}

@media screen and (max-width: 375px) {
  /* line 250, resources/sass/partials/_sitewide.scss */
  .words {
    grid-template-columns: 10% 80% 10%;
  }
}

/* line 262, resources/sass/partials/_sitewide.scss */
.words header {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: flex;
  justify-content: space-between;
  align-self: start;
  margin-top: 24px;
}

/* line 271, resources/sass/partials/_sitewide.scss */
.words header .logo {
  max-width: 400px;
  width: clamp(270px, 45vw, 500px);
  height: auto;
  align-self: start;
}

/* line 279, resources/sass/partials/_sitewide.scss */
.words #menu {
  display: block;
  float: left;
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

/* line 285, resources/sass/partials/_sitewide.scss */
.words #menu ul {
  margin: 30px 0;
}

/* line 288, resources/sass/partials/_sitewide.scss */
.words #menu ul li {
  list-style-type: none;
  margin: 0;
}

/* line 292, resources/sass/partials/_sitewide.scss */
.words #menu ul li a {
  text-decoration: none;
  color: #25442E;
  font-size: 1.1rem;
}

/* line 297, resources/sass/partials/_sitewide.scss */
.words #menu ul li a:hover {
  color: #ccc;
}

/* line 305, resources/sass/partials/_sitewide.scss */
.words #image_slice_vert {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

/* line 309, resources/sass/partials/_sitewide.scss */
.words #image_slice_vert img {
  width: clamp(125px, 20vw, 150px);
  height: auto;
}

/* line 315, resources/sass/partials/_sitewide.scss */
.words #image_slice_horz {
  visibility: hidden;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-top: 60px;
  height: auto;
}

/* line 322, resources/sass/partials/_sitewide.scss */
.words #image_slice_horz img {
  width: 100%;
  height: auto;
}

/* line 328, resources/sass/partials/_sitewide.scss */
.words p.navhere {
  float: right;
  margin-top: 20px;
}

/* line 333, resources/sass/partials/_sitewide.scss */
.words #content {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

@media screen and (max-width: 375px) {
  /* line 339, resources/sass/partials/_sitewide.scss */
  .words header {
    grid-column: 2 / 3;
  }
  /* line 343, resources/sass/partials/_sitewide.scss */
  .words #content {
    grid-column: 2 / 3;
  }
  /* line 347, resources/sass/partials/_sitewide.scss */
  .words #image_slice_vert {
    visibility: collapse;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
  }
  /* line 353, resources/sass/partials/_sitewide.scss */
  .words #image_slice_horz {
    visibility: visible;
    opacity: 1.0;
    transition: visibility 0.5s, opacity 0.5s linear;
  }
}

/*------------------------------------------------------------------------------
DIVS -- FADES
------------------------------------------------------------------------------*/
/* line 365, resources/sass/partials/_sitewide.scss */
.image_fade #image,
.image_fade #caption,
.words #content,
.words #image_slice {
  display: none;
}

/*------------------------------------------------------------------------------
HIGHSITE ONLY
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_highsite */
.error_page h1 {
  margin: 40px 0 10px 40px;
}

/* line 5, resources/sass/partials/_highsite */
.error_page p {
  margin: 10px 40px;
}

/* line 7, resources/sass/partials/_highsite */
a.edit_link {
  color: #c00;
  font: 9px verdana, sans-serif;
  text-decoration: none;
  padding: 1px 2px;
}

/* line 13, resources/sass/partials/_highsite */
a.edit_link:hover {
  text-decoration: underline;
  color: #c00;
}

/* line 18, resources/sass/partials/_highsite */
#nav a {
  font-size: 12px;
  font-family: roboto-condensed, sans-serif;
}
