@charset "UTF-8";
/* ==============================
 PLUGINS & THIRD PARTY STYLES
 ============================== */
body {
  margin: 0;
  font-family: "adobe-garamond-pro", serif;
  overflow-x: hidden;
}
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding-left: 0;
}
#content ul {
  padding-left: 2em;
}
#content li {
  font-size: 1.25em;
  color: #242424;
  line-height: 1.5em;
}
li {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #242424;
}
#content p a.button {
  text-decoration: none;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: bold;
}
h2, h3 {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
a {
  font-family: 'Lato', sans-serif;
}
p {
  font-size: 1em;
  color: #242424;
}
p a, li a {
  text-decoration: underline;
  color: #958261;
}
p a {
  font-family: "adobe-garamond-pro", serif;
}
*.light {
  color: #edeada;
}
.headline {
  display: block;
  font-size: 3.5em;
  margin: 0.15em 0;
  color: #edeada;
  font-family: "adobe-garamond-pro", serif;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .headline {
    font-size: 2em;
    margin-top: 0 !important;
  }
}
.headline a {
  color: #edeada;
}
.headline.underlined {
  margin-bottom: 0.5em;
}
.headline.underlined::after {
  content: ' ';
  background-color: #edeada;
  display: flex;
  width: 20%;
  height: 4px;
  /* margin: 10px auto; */
  margin-top: 20px;
}
.subhead {
  font-size: 2em;
  font-weight: bold;
  color: #edeada;
}
@media screen and (max-width: 1024px) {
  .subhead {
    font-size: 1.5em;
  }
}
h3.subhead {
  color: #edeada;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  h3.subhead {
    font-size: 1.5em;
  }
}
.w_heading {
  margin: 0;
}
.subhead.w_heading {
  margin-left: 20px;
}
p.white, h3.white, li.white, h2.headline.white, h2.headline.white {
  color: #fff;
}
a.button, .wpcf7-submit {
  padding: 14px 40px;
  display: inline-block;
  font-size: 1.5em;
  font-family: "adobe-garamond-pro", serif;
  position: relative;
  color: #edeada;
  text-decoration: none;
  background: linear-gradient(135deg, transparent 10px, #958261 0) top left, linear-gradient(225deg, transparent 10px, #958261 0) top right, linear-gradient(315deg, transparent 10px, #958261 0) bottom right, linear-gradient(45deg, transparent 10px, #958261 0) bottom left;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 14px, #958261 15px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 14px, #958261 15px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 14px, #958261 15px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 14px, #958261 15px);
}
a.button:hover {
  opacity: 1;
  transition: all 0.2 ease-in;
}
a.button.white {
  color: #fff;
  opacity: 1;
}
#content a.link {
  color: #fff;
  background-color: #afd24a;
  border-radius: 14px !important;
  padding: 7px 14px;
  transition: all 0.2s ease-in;
  border: 1px solid #afd24a;
  font-size: 1.25em;
  font-family: "adobe-garamond-pro", serif;
  display: inline-block;
  margin: 1em 0;
  transition: 0.2s all ease-in;
  text-decoration: none;
}
#content a.link:hover {
  color: #afd24a;
  border: 1px solid #afd24a;
  background-color: #fff;
}
/* Code for Firefox */
::-moz-selection {
  color: white;
  background: #958261;
}
::selection {
  color: white;
  background: #958261;
}
body {
  background-color: #fff;
}
.clearfloat {
  display: block;
  float: none;
}
.lower {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-in;
}
.lower.visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s ease-in;
}
form {
  font-family: 'Lato', sans-serif;
}
form div {
  margin: 2em auto;
}
form .row {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  width: 70%;
  margin: 1em auto;
}
.spu-content form .row {
  flex-flow: column;
  margin: 0 auto;
}
.spu-content form .row span {
  margin: 1em 0;
}
@media screen and (max-width: 1024px) {
  .row {
    flex-flow: column !important;
  }
}
@media screen and (max-width: 1024px) {
  form .row span {
    margin: 1em 0;
  }
}
form .row br {
  display: none;
}
.wpcf7-text {
  background: #fff;
  border: 1px solid #242424;
  border-radius: 2px;
  padding: 11px;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .wpcf7-text {
    width: 90%;
  }
}
.spu-content span.lead-type {
  width: 50%;
}
span.lead-type {
  width: 20%;
  position: relative;
  display: inline-block;
  margin: 0 0 0 1em;
}
form select {
  font-size: 1em;
}
span.lead-type select {
  width: 100%;
}
.wpcf7-submit {
  border: none;
  cursor: pointer;
}
select {
  font-size: 0.85em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border-color: rgba(149, 130, 97, 0.7);
  height: 30px;
}
@media screen and (max-width: 800px) {
  #schedule {
    text-align: center;
    font-size: 0.8em;
  }
  #schedule hr {
    display: none;
  }
  #schedule h2 span {
    padding-left: 0 !important;
  }
}
div.wpcf7-mail-sent-ok {
  text-align: center !important;
  border: 1px solid #edeada !important;
  padding: 32px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  background-color: #ebebeb !important;
}
#menu-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-image: url('../images/featured.jpg');
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  flex-flow: column;
}
@media screen and (max-width: 1024px) {
  #menu-wrap {
    height: 90vh;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #menu-wrap {
    display: block;
  }
}
#menu-wrap:before {
  /*
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba($secondaryColor, 0.8);
   */
}
#menu-wrap.expanded {
  right: 0;
}
#menu-wrap li {
  list-style: none;
  margin: 2em 1em;
  position: relative;
  z-index: 999;
  display: inline-flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #menu-wrap li {
    margin: 0.5em 0;
  }
}
#menu-wrap li a {
  font-size: 2em;
  font-weight: bold;
  color: #242424;
  display: table;
  width: 100%;
  position: relative;
  z-index: 999;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #menu-wrap li a {
    font-size: 1.65em;
  }
}
#menu-wrap li:hover a {
  color: #958261;
  transition: all 0.1s ease-in;
}
#menu:before {
  /*
   content: '';
   display: block;
   width: 50%;
   height: 400px;
   background-image: url('../images/pro-historical-logo.png');
   background-size: cover;
   */
}
#menu {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #menu {
    left: 9%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #menu {
    padding-top: 10vh;
  }
}
#menu ul {
  z-index: 999;
  position: relative;
}
#menu ul.menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  height: 70%;
  justify-content: center;
}
#menu .sub-menu {
  position: absolute;
  width: max-content;
  display: flex;
  flex-flow: column;
  height: auto;
  padding-top: 50px;
  top: 0;
  text-align: center;
  z-index: 899;
  display: none !important;
}
#menu .sub-menu li {
  z-index: 899;
  margin: 0;
  padding: 0.5em 0;
  position: relative;
  font-size: 0.75em;
}
#menu .sub-menu li a {
  font-size: 2em;
  color: #242424;
}
#menu .sub-menu li a:hover {
  color: #958261;
}
#overlay-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
#overlay-wrap .slide {
  height: 100vh;
  width: 100%;
  border-right: 1px solid #efefef;
  text-align: right;
}
#overlay-wrap .slide:after {
  content: '';
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
body #overlay-wrap.expanded {
  animation-name: overlayHide;
  animation-delay: 5.9s;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
body #overlay-wrap.expanded .slide:after {
  animation-name: overlayOpen;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes overlayHide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlayOpen {
  0% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
#menu-wrap #social-bar {
  display: flex;
  justify-content: center;
  flex-flow: row;
  position: relative;
  z-index: 9999999;
  margin-top: 4vh;
}
@media screen and (max-width: 1024px) {
  #menu-wrap #social-bar {
    left: 9%;
  }
}
#header #social-bar .icon {
  height: 5vh;
  width: 5vh;
  margin: 5px;
}
#social-bar .icon {
  height: 10vh;
  width: 10vh;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
/*  HEADER  */
#header {
  position: fixed;
  z-index: 9999;
  top: 0;
}
a#logo {
  background-image: url('../images/pro-historical-logo-small.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 99;
  height: 92px;
  width: 150px;
  position: fixed;
  left: 4%;
  top: 5vh;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  a#logo {
    width: 205px;
    height: 52px;
    /*
     background-image: url('../images/logo-small.png');
     width: 80px;
     transition: all 0.2s ease-in;		
     */
  }
}
#header-wrap.not-transparent a#logo {
  background-image: url('../images/pro-historical-logo-condensed.png');
  width: 80px;
  transition: all 0.2s ease-in;
}
#footer-wrap {
  margin: 10vh 0 0;
}
#footer-top {
  width: 100%;
  background-color: #958261;
  width: 90%;
  padding: 10px 5%;
  position: relative;
}
#footer-top .wpcf7 {
  width: 80%;
  margin: 0 auto;
}
#footer-top .wpcf7 .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #footer-top .wpcf7 .row {
    display: block;
  }
}
#footer-top .wpcf7 .row br {
  display: none;
}
#footer-top .wpcf7 .row span {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #footer-top .wpcf7 input {
    margin: 1vh 0;
  }
}
#footer-top .wpcf7-text {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  padding: 11px;
  font-size: 0.7em;
  font-family: "adobe-garamond-pro", serif;
}
#footer-top .wpcf7 input[type="Submit"] {
  color: #958261;
  background: linear-gradient(135deg, transparent 10px, #fff 0) top left, linear-gradient(225deg, transparent 10px, #fff 0) top right, linear-gradient(315deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 14px, #fff 15px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 14px, #fff 15px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 14px, #fff 15px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 14px, #fff 15px);
}
@media screen and (max-width: 1024px) {
  #footer-top .wpcf7 input[type="Submit"] {
    width: 100%;
  }
}
#footer {
  background-color: #200101;
  text-align: center;
  padding: 5vh;
}
#footer-top h3 {
  /*
   text-transform: uppercase;
   position: absolute;
   top: 0;
   margin: 0;
   top: -0.90em;
   font-size: 3em;
   font-weight: normal;
   color: #71cfeb;
   */
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 0;
  margin: 0.25em auto;
  top: 0;
  font-size: 3em;
  font-weight: normal;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #footer-top h3 {
    font-size: 2em;
  }
}
#footer-top p {
  text-align: center;
}
#footer p {
  color: #edeada;
}
.footer-contents {
  display: flex;
  flex-flow: row;
  width: 100%;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-contents {
    flex-flow: column;
  }
}
.footer-contents h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.footer-contents h3:after {
  content: '';
  height: 4px;
  width: 25%;
  background-color: #fff;
  display: block;
  margin-top: 6px;
}
.footer-contents li {
  list-style-type: none;
  display: block;
}
.footer-contents li a:hover {
  text-decoration: none;
}
.footer-contents .left {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 50%);
  grid-row-gap: 3vh;
}
@media screen and (max-width: 1024px) {
  .footer-contents .left {
    display: block;
    width: 100%;
  }
}
.footer-contents .right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .footer-contents .right {
    display: block;
    width: 100%;
  }
}
.footer-contents img {
  width: 100%;
}
.footer-contents #footer-social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
#quick-contact {
  grid-row-start: 2;
}
#menu-footer {
  display: block;
}
@media screen and (max-width: 1024px) {
  #menu-footer {
    margin-top: 5vh;
  }
}
#menu-footer li {
  /*
   display: block;
   padding: 20px 10px;	
   color: #fff;
   */
}
#footer li a {
  color: #edeada;
}
#menu-footer li a:hover {
  transition: all 0.2s ease-in;
  /* 	text-decoration: underline; */
}
.copyright {
  font-size: 0.5em;
  color: #fff;
}
.copyright a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #menu-footer .menu-main-menu-container {
    display: none;
  }
}
#loading-wrap {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: none;
}
#menu-wrap.expanded #loading-wrap {
  display: flex;
}
#loading-wrap .slide {
  height: 100vh;
  width: 100%;
  border-right: 1px solid #efefef;
  text-align: right;
}
#loading-wrap .slide:after {
  content: '';
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
body #loading-wrap {
  animation-name: sliderHide;
  animation-delay: 5.4s;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
body #loading-wrap .slide:after {
  animation-delay: 5s;
  animation-name: slideClose;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#loader {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
img.loading-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.bubble, .bubble:before, .bubble:after {
  animation-name: bubble;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}
.bubble {
  animation-delay: 1s;
  background-color: #00a765;
}
.bubble:before, .bubble:after {
  content: '';
}
.bubble:before {
  animation-delay: 2s;
  background-color: #71cfeb;
  margin-left: 10px;
}
.bubble:after {
  animation-delay: 3s;
  background-color: #005399;
  margin-left: 20px;
}
@keyframes bubble {
  0% {
    opacity: 1;
    height: 30px;
    width: 30px;
    bottom: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
    width: 0px;
    bottom: 100px;
  }
}
@keyframes sliderHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes slideClose {
  0% {
    width: 100%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s ease-in;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.slidein.visable {
  animation-name: slideVisable;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes slideVisable {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes float {
  from {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
#toggle-wrap {
  z-index: 9999999;
  position: fixed;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5%;
  top: 5vh;
  height: 30px;
  width: 30px;
  padding: 15px;
  /*
   border-radius: 50%;
   border: $barHeight solid #fff;
   */
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  #toggle-wrap {
    width: 17px;
    height: 17px;
    top: 2vh;
  }
}
#toggle {
  text-align: left;
}
#toggle .bar {
  width: 29px;
  height: 3px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.1s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.1s ease-in;
  z-index: 99999999;
}
#toggle-wrap.dark .bar {
  background-color: #242424;
}
#toggle .bar::before, #toggle .bar::after {
  content: ' ';
  width: 29px;
  height: 3px;
  background-color: #fff;
  margin: 7px 0;
  position: absolute;
  -webkit-transition: all 0.1s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.1s ease-in;
}
#toggle-wrap.dark .bar:before, #toggle-wrap.dark .bar:after {
  background-color: #242424;
}
#toggle .bar::before {
  top: -9px;
}
#toggle .bar::after {
  top: 9px;
}
a#toggle {
  float: right;
  position: relative;
  z-index: 99999;
  width: 29px;
}
#toggle-wrap.expanded {
  transition: all 0.2s ease-in;
}
a#toggle.expanded .bar {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease-in;
  transition-delay: 0.1s;
}
a#toggle.expanded .bar::before, a#toggle.expanded .bar::after {
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease-in;
  transition-delay: 0.1s;
  background-color: #242424;
}
a#toggle.expanded .bar::before {
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
a#toggle.expanded .bar::after {
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
#header-wrap.not-transparent #toggle-wrap.expanded {
  background-color: transparent;
}
#toggle-wrap p:before {
  content: 'Menu';
  transition: all 0.2s ease-in;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding-right: 20px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #toggle-wrap p:before {
    content: none;
  }
}
#toggle-wrap.dark p:before {
  opacity: 0;
}
.single-product #header-wrap.not-transparent #toggle-wrap p:before {
  color: #005399;
}
#toggle-wrap.expanded p:before {
  content: 'close';
  color: #242424;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  #toggle-wrap.expanded p:before {
    content: none;
  }
}
#toggle-wrap:hover .bar:before {
  animation-name: menuHover;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.1s;
}
#toggle-wrap:hover .bar {
  animation-name: menuHover;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.05s;
}
#toggle-wrap:hover .bar:after {
  animation-name: menuHover;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#toggle-wrap.expanded:hover .bar:before, #toggle-wrap.expanded:hover .bar, #toggle-wrap.expanded:hover .bar:after {
  animation-name: none;
}
@keyframes menuHover {
  0% {
    width: 29px;
  }
  50% {
    width: calc(29px - 10px);
  }
  100% {
    width: 29px;
  }
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.acf-map .link {
  font-family: "adobe-garamond-pro", serif;
  color: #005399;
  font-weight: bold;
}
.acf-map .link:after {
  content: '';
  display: block;
  height: 3px;
  width: 20%;
  background-color: #005399;
  position: relative;
  top: 1px;
}
a.alignleft, img.alignleft, .alignleft {
  position: relative;
  float: left;
  display: block;
  margin: 0 3vw 2vh 0;
}
@media screen and (max-width: 1024px) {
  a.alignleft, img.alignleft, .alignleft {
    float: none;
    margin: 2vh auto;
    width: 100% !important;
  }
}
a.aligncenter, img.aligncenter, .aligncenter {
  position: relative;
  display: block;
  margin: 1em auto;
}
@media screen and (max-width: 1024px) {
  a.aligncenter, img.aligncenter, .aligncenter {
    width: 100%;
  }
}
a.alignright, img.alignright, .alignright {
  position: relative;
  float: right;
  display: block;
  margin: 0 0 2vh 3vw;
}
@media screen and (max-width: 1024px) {
  a.alignright, img.alignright, .alignright {
    float: none;
    margin: 2vh auto;
    width: 100% !important;
  }
}
a.alignleft img, a.aligncenter img, a.alignright img {
  width: 100%;
}
a.fancybox img {
  width: 100%;
}
a.fancybox.youtube {
  position: relative;
  display: block;
}
a.fancybox.youtube:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 30%;
  background-position: center center;
  background-image: url('../images/playbutton.png');
  background-repeat: no-repeat;
}
.alignleft:after {
  content: '';
  clear: left;
}
.alignright:after {
  content: '';
  clear: right;
}
img.size-full {
  width: 100%;
  height: auto;
}
img.round {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  img, a img {
    width: 80%;
    height: auto;
    float: none;
    margin: 3vh 0;
  }
}
a.fancybox-youtube {
  /*
   width: 100%;
   height: 100%;
   */
  display: block;
  position: relative;
}
a.fancybox-youtube:before {
  content: '';
  position: absolute;
  background-image: url('../images/video-play-overlay.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
a.fancybox-youtube img {
  width: 100%;
  height: 100%;
  display: block;
}
.acf-repeater {
  margin-bottom: 10vh;
}
@media screen and (max-width: 1024px) {
  .acf-repeater {
    width: 100% !important;
    height: 100% !important;
  }
}
.acf-repeater:nth-child(even) {
  /*
   width: 60%;
   margin-left: 40%;
   */
}
.acf-repeater:after {
  position: relative;
  width: 1px;
  background-color: rgba(55, 55, 55, 0.6);
  height: 35px;
  display: block;
}
.acf-repeater:nth-child(even)::after {
  left: 17.5%;
}
.acf-repeater:nth-child(odd)::after {
  left: 84.5%;
}
.acf-repeater:last-child::after {
  content: none;
}
.acf-repeater h2 {
  text-transform: lowercase;
  color: #005399;
}
.acf-repeater.wide {
  width: 110%;
  margin-left: -5%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.wide {
    width: 110% !important;
    min-height: 40vh;
  }
}
@media screen and (max-width: 1024px) {
  .acf-repeater.wide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 90, 10, 0.4);
    z-index: 0;
  }
}
.acf-repeater.wide.overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 10, 0.4);
  z-index: 0;
}
.acf-repeater.wide:after {
  left: 50%;
}
.acf-repeater.wide .container {
  height: 100%;
  width: 80%;
  padding: 5vh 10% 0;
}
.acf-repeater.left {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.left {
    width: 100%;
  }
}
.acf-repeater.flex.middle, .acf-repeater.middle {
  margin: 0 auto 10vh;
}
.acf-repeater.right {
  margin-left: 30%;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.right {
    margin-left: 0;
    width: 100%;
  }
}
/*
 .acf-repeater.right {
 width: 110vw;
 margin-left: -5vw;
 }
 .acf-repeater.right .content { 
 background-color: rgba(20,140,200,0.1);	
 }
 */
.acf-repeater.flex.right {
  float: right;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.flex.right {
    width: 100%;
    float: none;
  }
}
.acf-repeater.flex.right:after {
  content: '';
  clear: both;
  left: 38%;
}
.acf-repeater.flex.middle:after {
  left: 50%;
}
.acf-repeater.flex .container {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.flex .container {
    display: block;
  }
}
.acf-repeater.flex.right .container, .acf-repeater.flex.reverse .container {
  flex-direction: row-reverse;
}
.acf-repeater.flex .container .image {
  position: relative;
  width: 30%;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.flex .container .image {
    width: 100%;
  }
}
.acf-repeater.flex .container .image img {
  width: 100%;
  position: relative;
  display: block;
}
.acf-repeater.flex .container .content {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.flex .container .content {
    width: 100%;
  }
}
.acf-repeater.violate {
  margin-top: -10vh;
}
.violate h2 {
  margin-top: 10vh;
}
.acf-repeater.violate .container .image {
  width: 60%;
  margin-top: -22vh;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.violate .container .image {
    width: 100%;
  }
}
.acf-repeater.lhs360 .container {
  align-items: center;
}
.acf-repeater.lhs360 .container .image {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.lhs360 .container .image {
    width: 100%;
  }
}
.acf-repeater.lhs360 .container .content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.lhs360 .container .content {
    width: 100%;
  }
}
.acf-repeater img.product-thumb {
  height: calc(100% * 2/3);
  border-radius: 0;
}
.acf-repeater.grid {
  width: 70%;
  display: grid;
  background-color: #afd24a;
  padding: 2vh 2vw;
}
@media screen and (max-width: 1024px) {
  .acf-repeater.grid {
    width: 96% !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acf-repeater.grid {
    display: block;
  }
}
.acf-repeater.grid.right .container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 15px;
  grid-template-rows: repeat(10, 10%);
}
@media screen and (max-width: 1024px) {
  .acf-repeater.grid.right .container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acf-repeater.grid.right .container {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
  }
}
.acf-repeater.grid h2 {
  color: #fff;
}
.acf-repeater.grid h2:after {
  background-color: #fff !important;
}
.acf-repeater.grid p {
  color: #fff;
}
.grid.right .container .image {
  grid-column-start: 2;
  grid-column-end: 2;
}
@media screen and (max-width: 1024px) {
  .grid.right .container .image {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid.right .container .image {
    width: 40%;
  }
}
.grid.right .container .image img {
  width: 100%;
  height: auto;
}
.grid.right .container .content {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid.right .container .content {
    width: 40%;
    margin-right: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .spu-box {
    left: 0;
    max-width: 100% !important;
    width: 100vw;
    height: 90vh;
    top: 5vh;
  }
}
@media screen and (max-width: 1024px) {
  .spu-box input {
    width: 100%;
  }
}
.spu-box input[type="submit"] {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .spu-box input[type="submit"] {
    width: 100%;
  }
}
#spu-173 {
  width: 100% !important;
  left: 0 !important;
  height: 100vh !important;
  top: 0 !important;
  background-color: rgba(255, 255, 255, 0.89) !important;
}
#spu-1102, #spu-902, #spu-905 {
  padding: 0 0 25px 0 !important;
}
#spu-902.spu-box h2 {
  margin-top: 0;
  padding: 120px 25px;
  font-size: 2em;
  background-image: url('https://www.libertycec.com/wp-content/uploads/2018/07/IMG_3098-e1531624132423.jpg');
  background-size: 110%;
  background-position: center 70%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#spu-1102.spu-box h2, #spu-905 h2 {
  margin-top: 0;
  padding: 90px 25px;
  font-size: 2em;
  background-image: url('https://www.libertycec.com/wp-content/uploads/2018/07/iStock-907649994-e1532800350410.jpg');
  background-size: 110%;
  background-position: center 70%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
#spu-1102.spu-box h2:before, #spu-902.spu-box h2:before, #spu-905 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#spu-1102 p, #spu-902 p, #spu-905 p {
  padding: 0 5%;
}
#spu-919 .spu-content {
  display: flex;
  flex-flow: row;
  height: 100%;
  align-items: center;
  text-align: center;
}
#spu-919 .spu-content .spu-box-container {
  margin: 0 auto;
}
.col-wrap {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1024px) {
  .col-wrap {
    display: block;
  }
}
.col {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .col img {
    width: 60%;
  }
}
.col h3 {
  color: #242424;
}
@media screen and (max-width: 1024px) {
  #investors .col img {
    width: 30%;
  }
}
#sidebar h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.25em;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar .category li {
  margin: 0.55em 0;
}
.ewd-ufaq-post-margin-symbol, .ewd-ufaq-toggle-all-symbol {
  display: none !important;
}
.ufaq-faq-title-text {
  font-size: 1.25em;
}
#featured-wrap {
  height: 87vh;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: rgba(36, 36, 36, .5);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #featured-wrap {
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
  }
}
.inset {
  width: 96vw;
  height: 93%;
  border: 1px solid #edeada;
  margin: 1.66% 2vw;
  position: absolute;
}
#featured {
  display: flex;
  text-align: left;
  justify-content: space-between;
  width: 80%;
  margin: 25vh auto 0;
}
@media screen and (max-width: 1024px) {
  #featured {
    background-image: url('../images/featured.jpg');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: -240px 0;
    margin-top: 0;
    z-index: 0;
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  #featured:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(36, 36, 36, 0.4);
    z-index: 0;
  }
}
#featured .featured-text {
  width: 60%;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #featured .featured-text {
    width: 90%;
    margin: 0 auto;
    display: block;
    top: -7vh;
    position: relative;
  }
}
.featured-text:before {
  content: '';
  display: block;
  background-image: url('../images/decorative-border.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 157px;
  margin: 0 auto 10px;
}
.featured-text:after {
  content: '';
  display: block;
  background-image: url('../images/decorative-border.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  width: 157px;
  margin: 15px auto 0;
  transform: scaleY(-1);
}
#featured .featured-text .headline {
  font-size: 4em;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  #featured .featured-text .headline {
    font-size: 2em;
  }
}
#featured .line {
  height: 4px;
  width: 15%;
  display: block;
  background-color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  #featured a.button {
    font-size: 1.25em;
  }
}
#featured-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -1;
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}
@media screen and (max-width: 1024px) {
  #featured-wrap video {
    display: none;
  }
}
#featured .video {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  #featured .video {
    width: 50%;
    margin: 13vh auto 0;
  }
}
#featured .video img {
  width: 100%;
}
#featured .video a {
  position: relative;
  display: block;
}
#featured .video a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 30%;
  background-position: center center;
  background-image: url('../images/playbutton.png');
  background-repeat: no-repeat;
}
/* PAGE */
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
.wrap {
  padding-top: 90px;
}
#page-featured {
  height: 30vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.featured-inner {
  padding-top: 30vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .featured-inner {
    padding-top: 16vh;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
.featured-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(118, 118, 118, 0.3);
  z-index: 0;
}
.featured-inner h2.headline {
  width: 92%;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .featured-inner h2.headline {
    font-size: 2em;
  }
}
#content h2.subhead {
  margin-left: 0;
  width: fit-content;
}
#content h2.subhead:after {
  content: '';
  display: table;
  height: 4px;
  width: 60%;
  background-color: #005399;
  position: relative;
  top: 10px;
}
.content-internal {
  width: 80%;
  margin: 0 auto;
  padding: 7vh 0;
  text-align: left;
}
.content-internal h1 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.5em;
  color: #200101;
  font-weight: normal;
}
#content-wrap .top-content p {
  font-size: 1.15em;
}
#page-featured .inner-title {
  height: 100%;
  width: 100%;
  display: table;
}
#page-featured .inner-title h2 {
  border-bottom: none;
  font-size: 4.5em;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 1px 1px 9px rgba(34, 34, 34, 0.88);
}
#content-wrap p {
  font-size: 1.25em;
  line-height: 1.75em;
}
@media screen and (max-width: 800px) {
  #content-wrap {
    width: 100%;
  }
  #page-featured .inner-title h2 {
    font-size: 2.5em;
  }
  .wrap {
    padding-top: 50px;
  }
  .col {
    width: 100%;
  }
}
#content .top-content hr {
  width: 30%;
}
ul.children {
  background-color: #958261;
  padding: 7px 4%;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul.children {
    margin-top: 0;
  }
}
li.parent {
  color: #fff;
}
ul.children li.parent:after {
  content: '>>';
}
ul.children li.parent.top-level:after {
  content: none;
}
.children li {
  list-style-type: none;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  font-size: 1.25em;
}
.children li a {
  font-family: "adobe-garamond-pro", serif;
  color: #fff;
  font-size: 0.95em;
}
.children li:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.children li:last-child:after {
  content: none;
}
.blog .content-internal {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .blog .content-internal {
    flex-flow: column-reverse;
  }
}
.articles {
  width: 60%;
  margin-top: 5vh;
}
#content .articles ul {
  padding-left: 0;
}
.articles li {
  list-style-type: none;
  margin-bottom: 5vh;
}
.blog .page-content {
  width: 60%;
}
.blog .post h2.headline a {
  color: #958261;
}
.blog .post img.attachment-post-thumbnail {
  width: 50%;
  height: auto;
}
.blog .post h2.headline {
  font-size: 2em;
}
.blog #sidebar {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .blog #sidebar {
    width: 100%;
  }
}
.blog #sidebar li {
  list-style-type: none;
}
.content-internal.single {
  width: 70%;
  margin: 0 auto;
}
#organizations-wrap {
  padding: 5vh 5%;
}
#organizations-wrap h2 {
  text-align: center;
  width: 100%;
  font-size: 3em;
  margin-bottom: 5vh;
  /*
   font-family: $sansSerif;
   text-transform: uppercase;
   */
  color: #958261;
}
@media screen and (max-width: 1024px) {
  #organizations-wrap h2 {
    font-size: 2em;
    margin-bottom: 0;
  }
}
#organizations {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #organizations {
    flex-flow: column;
  }
}
.organization {
  text-align: center;
}
#lower-1 {
  height: 100vh;
  padding: 7vh 6vw;
  min-height: 1000px;
}
@media screen and (max-width: 1024px) {
  #lower-1 {
    height: auto;
  }
}
#lower-1:before {
  content: '';
  display: block;
  width: 96vw;
  height: 93%;
  border: 1px solid #edeada;
  margin: 1.66% 2vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #lower-1:before {
    content: none;
  }
}
#lower-1 .content {
  z-index: 1;
}
#lower-1 .content.first {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #lower-1 .content.first {
    width: 100%;
  }
}
#lower-1 .content p {
  color: #edeada;
  font-size: 1.25em;
}
#lower-1 .content h2 {
  color: #edeada;
}
#lower-1 .content.second {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #lower-1 .content.second {
    width: 100%;
  }
}
#lower-1 .content.second h2 {
  font-family: "adobe-garamond-pro", serif;
  text-transform: capitalize;
  font-size: 3em;
}
#lower-1 .content.second h2:after {
  content: '';
  display: block;
  background-image: url('../images/decorative-underline.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 299px;
  height: 25px;
  left: 0;
  top: 0;
  position: relative;
}
#lower-1 .content.third {
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 50%;
  color: #edeada;
}
@media screen and (max-width: 1024px) {
  #lower-1 .content.third {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
#lower-1 .content.third h2 {
  font-size: 2.5em;
}
#lower-1 .content.third ul {
  padding-left: 20px;
  font-size: 1.5em;
}
#lower-1 .content.third ul li {
  color: #edeada;
}
#lower-1 .accent-images-one {
  position: absolute;
  right: 0;
  top: -5vh;
}
@media screen and (max-width: 1024px) {
  #lower-1 .accent-images-one {
    display: none;
  }
}
#lower-1 .accent-images-two {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: -8vh;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #lower-1 .accent-images-two {
    position: relative;
    width: 100%;
    left: -7%;
    bottom: 0;
  }
}
#lower-1 .accent-images-two img {
  width: 100%;
}
#lower-2-wrap {
  transform: none;
}
#lower-2 {
  padding-top: 10%;
  height: 80vh;
  min-height: 800px;
  display: flex;
  flex-flow: row;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #lower-2 {
    flex-flow: column;
    background-position: center center;
    height: auto;
    width: 100%;
  }
}
#lower-2 .content.first {
  width: 25%;
  padding: 5vh 5vw 2px;
  margin: 0vh 10vw 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  #lower-2 .content.first {
    width: 60%;
    margin: 0 auto;
  }
}
#lower-2 .content.first img {
  width: 70%;
}
#lower-2 .content.first ul {
  display: flex;
  flex-flow: row;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10%;
  border-left: 1px solid rgba(237, 234, 218, 1);
  border-right: 1px solid rgba(237, 234, 218, 1);
}
#lower-2 .content.first li {
  list-style-type: none;
  font-size: 1.25em;
  width: 44%;
  margin: 7% 3%;
}
#lower-2 .content.first li:before {
  content: '';
  display: block;
  background-image: url('../images/decorative-border.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 62px;
  margin: 0 auto 10px;
}
#lower-2 .content.first li:after {
  content: '';
  display: block;
  background-image: url('../images/decorative-border.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 62px;
  margin: 10px auto 0;
  transform: scaleY(-1);
}
#lower-2 .content.second {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #lower-2 .content.second {
    width: 70%;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}
#lower-2 .content.second h2 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  color: #edeada;
  font-size: 3em;
  width: 60%;
  margin-bottom: 0;
}
#lower-2 .content.second h2:after {
  content: '';
  display: block;
  background-image: url('../images/decorative-underline.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 299px;
  height: 25px;
  left: 0;
  top: 0;
  position: relative;
}
#lower-2 .content.second p {
  font-size: 1.25em;
  color: #edeada;
  width: 100%;
}
#lower-3 {
  padding: 5vh 10vw;
  text-align: center;
}
#lower-3 h2 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 3em;
  text-transform: none;
  color: #958261;
}
#lower-4 {
  position: relative;
  width: 90vw;
  height: 90%;
  margin: 10vh auto;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #lower-4 {
    padding-bottom: 5vh;
  }
}
.corner {
  background-image: url('../images/decorative-corner.png');
  background-size: cover;
  width: 79px;
  height: 76px;
}
.corner.top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.corner.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.corner.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
}
.corner.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
#lower-4 .content-wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  #lower-4 .content-wrap {
    flex-flow: column;
    width: 100%;
  }
}
#lower-4 .content.first {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #lower-4 .content.first {
    width: 80%;
    margin: 0 auto;
  }
}
#lower-4 .content.first img {
  width: 100%;
}
#lower-4 .content.second {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #lower-4 .content.second {
    width: 80%;
    margin: 0 auto;
  }
}
#lower-4 .content.second h2 {
  font-family: "adobe-garamond-pro", serif;
  text-transform: capitalize;
  color: #242424;
}
#lower-4 a.video {
  position: relative;
  display: block;
  width: fit-content;
}
#lower-4 a.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 30%;
  background-position: center center;
  background-image: url('../images/playbutton.png');
  background-repeat: no-repeat;
}
