/* media queries (mobile first) */
/* fonts (included via https://cloud.typenetwork.com/projects/633/fontface.css/) */
/* standard colors */
/* notices */
/* brand colors */
/* hover transition (bottom border from left to right) */
/* hover transition (background from left to right) */
.backgroundHoverReset {
  transform: none;
}
.backgroundHoverReset:hover {
  text-decoration: none;
}
.backgroundHoverReset:hover:before {
  transform: none;
}
.backgroundHoverReset:before {
  display: none;
}
/* shake animation */
@keyframes shake {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
}
.rtf {
  /*
	alignment styles via `jpl_module_rtf_sidebar_alignment_choices`
	*/
}
.rtf.taupe {
  background: #f4f2ed;
  padding: 30px 0px;
}
.rtf.taupe h4 {
  font-size: 22px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}
.rtf.taupe h4:before {
  background: #c78800;
  bottom: -15px;
  content: "";
  height: 4px;
  left: 0px;
  position: absolute;
  width: 40px;
}
.rtf.full-width > .wrap > .content {
  max-width: none;
}
.rtf > .wrap {
  display: block;
}
@media only screen and (min-width: 768px) {
  .rtf > .wrap {
    display: flex;
  }
}
.rtf > .wrap > .content {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .rtf > .wrap > .content {
    width: 60%;
  }
}
@media only screen and (min-width: 980px) {
  .rtf > .wrap > .content {
    width: 66%;
  }
}
.rtf > .wrap > .content a {
  text-decoration: underline;
}
.rtf > .wrap > .content .post h3 a {
  text-decoration: none;
}
.rtf > .wrap > .content + .sidebar-wrap {
  border-left: none;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .rtf > .wrap > .content + .sidebar-wrap {
    border-left: 5px solid #f8f7f6;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .rtf > .wrap > .content + .sidebar-wrap {
    margin-left: 60px;
  }
}
.rtf .sidebar-wrap {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: block;
  padding-left: 0px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap {
    display: flex;
    padding-left: 20px;
    width: 40%;
  }
}
@media only screen and (min-width: 980px) {
  .rtf .sidebar-wrap {
    padding-left: 50px;
    width: 34%;
  }
}
.rtf .sidebar-wrap.sidebar-for-posts {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap.sidebar-for-posts {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap.sidebar-for-posts:after {
    border-left: 5px solid #f8f7f6;
    bottom: -60px;
    content: "";
    height: 60px;
    left: -5px;
    position: absolute;
  }
}
.rtf .sidebar-wrap.sidebar-for-archive {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap.sidebar-for-archive:after {
    border-left: 5px solid #f8f7f6;
    bottom: -150px;
    content: "";
    height: 150px;
    left: -5px;
    position: absolute;
  }
}
.rtf .sidebar-wrap .sidebar-item {
  margin: 35px 0px;
}
.rtf .sidebar-wrap .img-wrap img {
  height: auto;
  width: 100%;
}
.rtf .sidebar-wrap .search-form label {
  color: #5a1300;
  display: block;
  font-family: "Benton Sans Cond Bd", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 980px) {
  .rtf .sidebar-wrap .search-form .field-wrap {
    display: flex;
  }
}
.rtf .sidebar-wrap .search-form .field-wrap input {
  background: #eee;
  border: none;
  cursor: pointer;
  display: block;
  flex-grow: 1;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .rtf .sidebar-wrap .search-form .field-wrap input {
    display: inline;
  }
}
.rtf .sidebar-wrap .search-form .field-wrap button {
  display: block;
  margin: 10px 0px;
}
@media only screen and (min-width: 980px) {
  .rtf .sidebar-wrap .search-form .field-wrap button {
    display: inline;
    margin: 0px;
  }
}
.rtf.align-default .sidebar-wrap {
  align-content: flex-start;
}
.rtf.align-middle .sidebar-wrap {
  align-content: center;
}
.rtf.align-space-evenly .sidebar-wrap {
  align-content: space-evenly;
}
.rtf.align-bottom .sidebar-wrap {
  align-content: flex-end;
}
.rtf.align-both .sidebar-wrap,
.rtf.align-both .content {
  align-content: center;
  align-items: center;
}
.rtf.page-not-found {
  margin-bottom: 0px;
  padding: 50px 0px;
}
.rtf.page-not-found .content {
  max-width: none;
}
.rtf iframe.embed-form {
  width: 700px;
  height: 925px;
  display: block;
  margin: 0 auto;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .rtf iframe.embed-form {
    height: 750px;
  }
}
