html, body {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Libre Baskerville", serif;
}
.skipper {
    position: fixed;
    top: -100px;
    right: 10px;
    background: #000;
    padding: 3px 10px;
    color: #fff;
	z-index:1000;
}
.skipper:active, .skipper:focus {
    top: 10px;
}
a {
  text-decoration: none;
  transition: color 0.3s;
  color: #ac6e29;
}
a:hover {
  color: #ac6e29aa;
}
a.button:hover {
  color: #fff;
}
#content a img {
  transition: opacity 0.3s;
}
#content a:hover img {
  opacity: 0.7;
}
img {
  max-width: 100%;
}
img.hero {
  display: block;
  margin-bottom: 50px;
}
#container {
  position: relative;
  min-height: 700px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
}
#header, #footer {
  text-align: center;
  background: #272525;
  position: fixed;
  width: 250px;
  left: 0px;
  box-sizing: border-box;
}
#header {
  height: 100%;
  top: 0px;
  z-index: 200;
  padding: 20px;
  min-height: 700px;
  box-shadow: 0 0 10px 2px #0000008c;
}
#mobile-bars {
  display: none;
}
#logo {
  width: 100% !important;
  height: auto;
  max-width: 210px;
}
#logo-mobile {
  display: none;
}
#navs {
  margin-top: 25px;
}
#navs a {
  display: block;
  text-transform: uppercase;
  color: #8c8580;
  line-height: 100%;
  padding: 10px 0px;
  font-size: 13px;
  font-family: "adorn-serif", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#navs a:hover, #navs a.currentpage, #footer #copyright a#credit:hover {
  color: #d3c6bd;
}
h1 {
  font-family: "adorn-serif", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
}
#sidebar {
  background: #625b4f;
  position: fixed;
  height: 100%;
  top: 0px;
  right: calc(100% - 1400px);
  width: 300px;
  box-shadow: 0 0 10px 2px #0000008c;
  box-sizing: border-box;
  padding: 65px 40px;
  font-size: 16px;
  line-height: 180%;
  color: #d3c6bd;
  z-index: 203;
}
#sidebar .button {
  margin: 14px 0px;
}
#sidebar h1 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}
#sidebar p {
  margin-top: 5px;
}
#sidebar h1:first-of-type {
  margin-top: 0px;
}
#content {
  color: #3f3a32;
  padding: 65px 40px;
  margin: 0px 300px 0px 250px;
  font-size: 14px;
  line-height: 130%;
  box-sizing: border-box;
  position: relative;
}
#content h1, #content h2, #content p, #content blockquote, #content ul, #content ol, .exec, .director, .grant-resource {
  margin: 10px 0px;
  line-height: 180%;
}
#content h1 {
  color: #625b4f;
}
#content h2 {
  font-size: 100%;
}
.left {
  margin-right: 40px;
}
.right {
  margin-left: 40px;
}
#content blockquote {
  padding: 0px;
  font-style: italic;
}
.row {
/*  display: flex;
  align-items: stretch;
   */
}
.button {
  background: #ac6e29;
  color: #f9f9fb;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 12px 2px 12px;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  margin: 0px 10px;
  font-size: 12px;
  transition: background 0.3s;
  line-height: 130% !important;
  box-sizing: border-box;
}
.button:hover {
  background: #875720;
}
.inactive {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
/* HOME */
.home #container {
  max-width: 100%;
}
.home #sidebar {
  right: 0px;
  width: 400px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home #sidebar h4 {
  margin-top: 0px;
  line-height: 100%;
}
.home #sidebar::-webkit-scrollbar {
  display: none;
}
.home #content {
  height: 100vh;
  padding: 0px;
  margin-right: 400px;
  overflow: hidden;
}
.home #content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ORGANIZATION */
.organization .row {
  margin: 60px 0px;
}
.organization .col:first-of-type {
  border-right: 1px solid #bdb09a;
  max-width: 330px;
  padding-right: 40px;
  box-sizing: border-box;
}
.organization .col:last-of-type {
  margin-left: 0px;
}
.organization #content {
  margin-right: 0px;
}
.news #content {
  margin-right: 0px;
}
.newsContent {
  display: flex;
}
div.news .newsDesc {
  width: 60%;
  margin-right: 20px;
}
div.news .newsImg {
  width: 40%;
}
#content .news h2 {
  color: #625b4f;
  /* text-transform: uppercase; */
  font-size: 16px;
}
#content .news h2 a {
  color: #625b4f;
}
#content .news h2 span {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
#content div.news {
  border-bottom: 1px solid #bdb09a;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
#content div.news::last-of-type {
  border-bottom: none;
}
.organization #sidebar {
  display: none;
}
.organization #content .col h1 {
  margin-top: 40px;
}
.organization #content .col h1:first-of-type {
  margin-top: 0px;
}
.organization #sidebar {
  width: 220px;
}
#content .exec, #content .director {
  margin-bottom: 18px;
  line-height: 130%;
}
.exec .name {
  color: #ac6e29;
  font-weight: bold;
  margin-bottom: 2px;
}
.director .name {
  color: #736d63;
  font-weight: bold;
  margin-bottom: 2px;
}
.exec .role {
  font-style: italic;
  margin-bottom: 6px;
}
/* MEMBERSHIP */
.membership .row {
  margin: 40px 0px;
  justify-content: flex-start;
}
.membership .row .col {
  margin: 0px;
}
.membership .col:first-of-type {
  border-right: 1px solid #bdb09a;
}
.membership .button {
  margin: 5px 10px 0px 0px
}
.membership .row .col:first-child .button:first-of-type {
  margin: 5px 10px 5px 0px;
  ;
}
.membership .row .col.right .button {
  margin-left: 10px;
}
.membership #sidebar {
  display: none;
}
.directory #content {
  margin-right: 0px;
}
.directory #content .col {}
.directory #content .col.right {
  text-align: right;
  white-space: nowrap;
}
.directory #content h1 {
  margin-top: 0px;
}
.directory #content a:not(.button) {
  color: #3f3a32;
}
.directory #content .button {
  margin: 0px 0px 0px 7px;
}
.directory #content table {
  width: 100%;
}
.directory img, .globe {
  width: 20px;
  height: 20px;
}
.directory .email img {
  width: 24px;
  height: auto;
}
table {
  border-spacing: 0;
  margin-top: 30px;
  font-size: 14px;
}
th {
  cursor: pointer;
}
th.tablesorter-noSort {
  cursor: default;
}
td, th {
  margin: 0;
  padding: 7px 14px;
  font-weight: normal;
  color: #3f3a32;
}
.directory th {
  border-bottom: 1px solid #bdb09a;
  position: relative;
}
.directory td, .directory th {
  text-align: center;
  border-right: 1px solid #bdb09a;
}
.directory td:last-child, .directory th:last-child {
  border-right: none;
}
.directory tr:nth-child(even) {
  background: #e7e4e2;
}
.directory .name, .directory .place {
  text-align: left;
}
.directory #content td .button {
  margin: 0 auto;
}
.tablesorter-headerAsc::after {
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  background: url("/images/arrow-up.png") no-repeat;
  right: 14px;
  top: 12px;
  background-position: center center;
  background-size: contain;
}
.tablesorter-headerDesc::after {
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  background: url("/images/arrow-down.png") no-repeat;
  right: 14px;
  top: 12px;
  background-position: center center;
  background-size: contain;
}
th:focus {
  outline: none;
}
/* GRANT RESOURCES */
.grant-resources #content {
  margin-right: 0px;
}
.grant-resources .row {
  margin: 40px;
  justify-content: flex-start;
  align-items: stretch;
}
.grant-resources .col:first-of-type {
  border-right: 1px solid #bdb09a;
  margin-right: 0px;
  padding: 0px 40px 30px 0px;
  margin-bottom: 0px;
}
.grant-resource {
  margin-bottom: 30px;
}
.grant-resources .row .col .button {
  margin: 15px 0px 30px 0px;
}
.grant-resource img {
  width: 220px !important;
  max-width: 220px;
}
.grant-resource .button {
  margin-bottom: 10px;
}
.grant-name {
  font-size: 16px;
  font-weight: bold;
  color: #625b4f;
}
.grant-link {
  color: #736d63;
  font-style: italic;
}
/* NEWS */
body.news #content h1.eventMonth {
  color: #d3c6bd;
  margin-top: 60px;
  font-size: 16px;
}
body.news #content h1.eventMonth:nth-of-type(2) {
  margin-top: 0;
}
/* EVENTS */
.events #content h1 {
  color: #d3c6bd;
  margin-top: 60px;
  font-size: 16px;
}
.events #content h1:first-of-type {
  margin-top: 0px;
}
.events .event {
  font-size: 14px;
  color: #736d63;
  border-bottom: 1px solid #bdb09a;
  padding-bottom: 15px;
  margin-bottom: 22px;
  position: relative;
}
.events #content .event .date-and-time {
  margin-top: 0px;
}
.events .event .description {
  color: #3f3a32;
}
.description {
  margin: 10px 0px;
  line-height: 180%;
	position: relative;
}
.events .event .member {
  font-style: italic;
}
.events #content .event h2 {
  font-size: 16px;
  color: #625b4f;
  margin-bottom: 0px;
  max-width: calc(100% - 130px);
}
.events #sidebar {
  padding: 65px 25px;
}
.event .links {
  position: absolute;
  top: 0px;
  right: 0px;
  vertical-align: middle;
}
.event .links a {
  display: inline-block;
  margin-left: 18px;
  margin-right: 0px;
}
.event .links a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.event .button {
  min-width: 76px;
}
.more {
  font-size: 12px;
  color: #ac6e29;
  font-weight: bold;
  cursor: pointer;
}
/* HISTORY RESOURCES */
.history-resources .resource {
  font-size: 14px;
  border-bottom: 1px solid #bdb09a;
  padding-bottom: 15px;
  margin-bottom: 22px;
  position: relative;
}
.history-resources #content .resource h2 {
  font-size: 16px;
  color: #625b4f;
  margin-bottom: 0px;
}
.address span, .type span {
  color: #736d63;
}
.arrow-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #d3c6bd;
  vertical-align: middle;
  background: #3f3a32 url(/images/left-arrow-orange.png) no-repeat right .75rem center/8px 10px;
  border: unset;
  outline: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
}
.arrow-select:focus, .arrow-select:active{background-color:#000;}
.filter-text {
  display: inline-block;
  width: calc(100% - 30px);
  height: 32px;
  padding: 0px 0px 0px 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #d3c6bd;
  vertical-align: middle;
  background: #3f3a32 url(/images/magnify.png) no-repeat left .75rem center/10px 10px;
  border: unset;
  outline: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
}
.arrow-select option {
  background: #3f3a32;
  color: #d3c6bd;
  border: unset;
  font-size: 13px;
  font-family: "Libre Baskerville", serif;
}
#content p.meta {
  margin-top: 0px;
}
.meta a {
  color: #736d63;
  font-style: italic;
}
.meta a:hover {
  color: #ac6e29;
}
.meta a::after {
  content: " |";
  color: #ac6e29;
  letter-spacing: 3px;
  margin-left: 4px;
}
.meta a: last-of-type::after {
  content: "";
}
.meta a img, .globe {
  padding-left: 7px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.button.map {
  display: block;
  margin-left: 0px;
  width: auto;
  min-width: 74px;
  width: 74px;
}
.history-resources #content .resource .description {}
.history-resources #sidebar {
  padding: 65px 25px;
}
#useful-resources p {
  margin: 10px 0px;
  line-height: 130%;
}
#useful-resources a {
  color: rgba(255, 255, 255, 0.75);
}
#useful-resources a:hover {
  color: #fff;
}
#useful-resources a::after {
  content: " »";
  color: #ac6e29;
}
/* CONTACT */
.contact #content {
  max-width: 750px;
  margin-right: 400px;
}
.contact #sidebar {
  color: #d3c6bd;
  width: 400px;
  font-size: 14px;
}
.contact #content p {
  margin-bottom: 15px;
}
.contact .contactaddress, .contact span {
  font-weight: bold;
  color: #736d63;
}
.contact #content .email {
  border-bottom: 1px solid #bdb09a;
  padding-bottom: 10px;
}
.contact .email a {
  color: #3f3a32;
}
.contact .email a:hover {
  color: #ac6e29;
}
#footer {
  height: auto;
  bottom: 0px;
  z-index: 201;
  font-size: 15px;
  color: #706a67;
  line-height: 130%;
  padding: 0px 20px 50px 20px;
}
.windmill {
  width: 120px !important;
  height: auto !important;
  margin: 0 0 20px 0 !important;
}
#copyright span {
  white-space: nowrap;
}
#footer p {
  margin: 0px;
}
#footer #copyright, #footer #copyright span {
  font-size: 11px;
  color: #ffffff99;
}
#footer .contact span{color:#ffffff99;}
#footer #copyright a#credit {
  color: #ffffff99;
  font-size: 11px;
}
#footer a.email {
  color: #ffffff99;
  font-size: 13px;
  display: block;
  padding: 2px 0px 13px 0px;
}
#footer a.email:hover {
  color: #ffffffcc;
}
#footer img {
  width: 27px;
  height: 27px;
  margin: 17px 7px 0px 7px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#footer img:hover {
  opacity: 1;
}
.educational {
  color: #ffffff99;
  font-size: 11px;
  border-bottom: 1px solid #ab9f8b22;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.hero + .img-caption {
  display: block;
  color: #817b76;
  font-size: 11px;
  position: relative;
  margin-top: -45px;
}
#sidebar .event {
  border-bottom: 1px solid #ab9f8b;
  padding-bottom: 10px;
}
#sidebar .event h3 {
  margin-bottom: 0px;
  color: #f6f6f6;
  font-size: 15px;
}
#sidebar .event .date-and-time {
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 14px;
}
#sidebar .event .member {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
  font-style: italic;
}
#sidebar p {
  font-size: 12px;
  line-height: 18px;
}
#sidebar .event .button {
  margin: 0px;
  position: relative;
  top: -4px;
}
.info {
  position: absolute;
  background-color: #000000a6;
  height: calc(100vh - 20px);
  width: 66%;
  z-index: 10000;
  left: 0px;
  padding: 10px;
  transition: left 1.0s ease;
}
.info .text {
  padding: 100px 50px 50px 50px;
  border: 1px solid white;
  height: calc(100% - 150px);
  color: white;
}
.close {
  color: white;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 24px;
  cursor: pointer;
}
.caption {
  background: #272525aa;
  position: absolute;
  font-size: 16px;
  color: #fff;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: right;
  padding: 20px 40px;
  box-sizing: border-box;
  z-index: 400;
}
iframe + a {
  display: none !important;
  visibility: hidden !important;
}
#pixlee_container {
  display: none;
}
.mfp-close {
  position: absolute;
  color: #8c8580;
  width: 50px;
  height: 50px;
  right: -15px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
}
.loadingInstagram {
  font-size: 20px;
  font-style: italic;
}
.ig-image-container {
  width: 20%;
  margin: 5px;
  padding-top: 20%;
  background-color: #d3c6bd;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.ig-image-container img {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  cursor: pointer;
}
p.right-text {
  color: #8c8580;
  font-size: 12px;
  white-space: pre-line;
  padding-top: 0px;
  margin-top: 0px;
}
.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000000cf;
  z-index: 999;
  display: none;
}
.overlay .inner {
  width: 70vw;
  height: fit-content;
  margin: auto;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  transform: translate(-50%, -50%);
}
.inner .left-panel {
  display: block;
  width: 100%;
  padding: 10px;
}
.inner .right-panel {
  display: block;
  width: 100%;
  padding: 10px 45px 10px 10px;
}
.left-panel img {
  object-fit: contain;
}
a.follow {
  border: 1px solid gray;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  display: block;
  bottom: 13px;
  right: 60px;
  color: #323a45;
  background-color: #fff;
  transition: background-color 0.5s ease;
}
a.follow:hover {
  background-color: #323a45;
  color: white;
}
@media screen and (max-height: 740px) {
  #header, #footer {
    position: absolute;
  }
}
@media screen and (max-width: 1400px) {
  #sidebar {
    right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    position: relative;
    height: 150px;
    top: auto;
    padding: 24px;
    min-height: auto;
    box-shadow: 0 0 10px 2px #0000008c;
    width: 100%;
    text-align: left;
    z-index: 301;
  }
  .ig-image-container {
    width: 48%;
    margin: 5px;
    padding-top: 48%;
    background-color: #d3c6bd;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }
  #logo {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: calc(100% - 73px);
    max-width: 288px;
  }
  #navs {
    min-height: 0px;
    height: 0px;
    overflow: hidden;
  }
  #content {
    margin-left: 0px;
    min-height: 700px;
    z-index: 298;
  }
  .home #content {
    height: 100%;
    min-height: 100%;
    margin-right: 250px;
  }
  .home #sidebar {
    width: 250px;
    padding: 20px;
  }
  .home #sidebar .event h3 {
    font-size: 15px;
    line-height: 130%;
  }
  .home #container {
    height: 100vh;
    min-height: 100vh;
  }
  .home #wrapper {
    height: calc(100% - 310px);
  }
  #sidebar {
    position: absolute;
    top: 150px;
    height: calc(100% - 310px);
    z-index: 299;
  }
  .info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .info .text {
    padding: 50px 20px 20px 20px;
    height: 100%;
    box-sizing: border-box;
  }
  #footer {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px;
    z-index: 300;
  }
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 20px;
  }
  #header #navs {
    position: absolute;
    right: 0%;
    top: 110px;
    padding: 0px;
    background: #272525;
    width: 100%;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    z-index: 201;
    box-sizing: border-box;
    transition: max-height 0.5s;
    text-align: right;
  }
  #navs a {
    padding: 10px 20px;
  }
  #navs a:last-of-type {
    padding-bottom: 20px;
  }
  #navs a:first-of-type {
    padding-top: 20px;
  }
  #mobile-bars {
    display: block;
    position: absolute;
    top: 45px;
    right: 35px;
    width: 35px;
    cursor: pointer;
    transition: top 0.3s, right 0.3s;
    background: none;
    border: none;
  }
  #header #navs.open {
    max-height: 250px;
  }
}
@media screen and (max-width: 800px) {
  .newsContent {
    display: block;
  }
  div.news div.newsDesc, div.news div.newsImg {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #container, #wrapper, #header {
    height: auto !important
  }
  #content {
    margin-right: 0px !important;
    height: auto !important;
    min-height: auto !important;
    margin-right: 0px !important;
    padding: 25px;
  }
  .ig-image-container {
    width: 100%;
    margin: 5px;
    padding-top: 100%;
    background-color: #d3c6bd;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }
  .overlay .inner {
    width: 90vw;
    margin: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    transform: translate(-50%, -50%);
  }
  .home #content {
    height: 56.25vw !important;
    min-height: auto !important;
  }
  #sidebar {
    width: auto !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 25px !important;
  }
  #footer {
    position: relative !important;
    bottom: auto;
  }
  .post-your-event {
    display: none;
  }
  .event .links {
    position: relative;
    top: auto;
    right: auto;
    vertical-align: middle;
  }
  .event .links a:first-child {
    margin-left: 0px;
  }
  .row {
    display: block;
    margin: 0px 0px 40px 0px;
  }
  .col, .left, .right {
    width: 100% !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    padding: 0px;
  }
  .grant-resource img {
    width: 100% !important;
    margin-bottom: 20px;
    max-width: 100%;
  }
  table {
    margin: 0px -25px 0px -25px;
    width: calc(100% + 50px) !important;
  }
  th, td {
    display: inline-block;
    border: none !important;
    text-align: left !important;
    padding: 0px 8px 0px 0px;
  }
  tr {
    display: block;
    border-bottom: 1px solid #bdb09a !important;
    padding: 8px;
  }
  .membership .row .col.right .button {
    margin-left: 0px;
  }
  .directory #content .col.right {
    text-align: left;
  }
  .directory #content .button {
    margin: 0px 7px 0px 0px;
  }
  .directory .name, .directory .place {
    display: block;
  }
  th {
    display: none !important;
  }
}
.form-text {
  display: inline-block;
  width: calc(100% - 10px);
  height: 32px;
  padding: 0px 0px 0px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #3f3a32;
  outline: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  color: #d3c6bd;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.form-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3f3a32;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.form-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f3a32;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.form-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #3f3a32;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.form-text:-moz-placeholder {
  /* Firefox 18- */
  color: #3f3a32;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.failed-auth::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.failed-auth::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.failed-auth:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.failed-auth:-moz-placeholder {
  /* Firefox 18- */
  color: red;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.farrow-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3a32;
  vertical-align: middle;
  background: #fff url(/images/left-arrow-orange.png) no-repeat right .75rem center/8px 10px;
  border: 1px solid #3f3a32;
  outline: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
textarea.form-text {
  height: 200px;
  padding: 10px;
  resize: none;
  width: calc(100% - 20px);
}
button.button {
  border: unset;
  outline: unset;
  margin-left: 0px;
  font-family: "Libre Baskerville", serif !important;
}
.was-validated .form-text:invalid, .was-validated .farrow-select:invalid, .failed-auth {
  border-color: #ac6e29;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac6e29' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ac6e29' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: 99% 9px;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .form-text:not(.form-captcha):valid, .was-validated .farrow-select:valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 99% 9px;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-captcha {
  background-image: url(images/image.php);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 3px 3px 2px black;
}
.invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ac6e29' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ac6e29' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  display: none;
}
.captcha-image {
  filter: grayscale(100);
}
.mailing-label {
  white-space: pre-line;
  margin-left: 15px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 15px !important;
  margin-bottom: 15px !important;
  border: 1px solid lightslategray;
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
}
small {
  font-size: 10px;
  margin-top: 15px;
  display: block;
}
.tooltiptext {
  position: relative;
  width: 120px;
  background-color: #5e5e5e;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  z-index: 1;
  opacity: 1;
  transition: opacity .6s;
  top: -12px;
  font-size: 12px;
  margin-left: 5px;
}
.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #5e5e5e transparent transparent;
}
.shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}