@charset "UTF-8";
/* ==============================
 PLUGINS & THIRD PARTY STYLES
 ============================== */
body {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  overflow-x: hidden;
}
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding-left: 0;
}
li {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
h2, h3 {
  font-weight: normal;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  color: #242424;
}
h2 a, h3 a {
  text-transform: capitalize;
}
h1 {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  font-weight: bold;
}
p a {
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  color: #be1e2e;
}
.headline {
  font-size: 3em;
  color: #242424;
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .headline {
    font-size: 2em;
    text-align: center;
  }
}
.headline.black {
  color: #242424;
}
.white, .headline.white span {
  color: #fff;
}
a.button {
  font-size: 1em;
  padding: 1em 2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #be1e2e;
  color: #be1e2e;
}
a.button:hover {
  background-color: #be1e2e;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #be1e2e;
}
#content a.button {
  display: inline-block;
  text-decoration: none;
}
a.button.black {
  border: 2px solid #242424;
  color: #242424;
}
a.button.black:hover {
  color: #fff;
}
a.button.white {
  background-color: transparent;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #fff;
}
a.button.white:hover {
  background-color: #be1e2e;
  color: #fff;
  transition: all 0.2s ease-in;
}
/* Code for Firefox */
::-moz-selection {
  color: white;
  background: #242424;
}
::selection {
  color: white;
  background: #242424;
}
/* Global Box-Sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Clear Elements */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.clearfloat {
  display: table;
  float: none;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  color: #be1e2e;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#home-content-wrap {
  padding-bottom: 5rem;
}
#home .headline-inner::before {
  display: none;
}
#home .headline-inner h2.headline {
  font-size: 2.5em;
}
@media screen and (max-width: 1090px) {
  #home .headline-inner h2.headline {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  #home #content-wrap {
    padding-top: 130px;
  }
}
#home .content-intro {
  background: #fff;
}
#home .features-wrap {
  text-align: center;
  padding: 60px 0;
  min-height: 200px;
}
#home .features-wrap h2 {
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 2.25em;
}
#home .features {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  text-align: center;
  color: #242424;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: space-between;
}
#home .features .feature {
  display: flex;
  flex-flow: column;
  width: 20%;
}
@media screen and (max-width: 1090px) {
  #home .wp-block-eedee-block-gutenslider {
    height: 55vh;
  }
}
#home .slide-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}
#home .slick-track .slick-slide[data-slick-index="0"] .slide-content h2, #home .slick-track .slick-cloned[data-slick-index="0"] .slide-content h2 {
  text-transform: none;
}
#home .slick-track .slick-slide[data-slick-index="0"] .slide-content p, #home .slick-track .slick-cloned[data-slick-index="0"] .slide-content p {
  color: #fff !important;
  font-size: 20px;
}
#home .slick-track .slick-slide[data-slick-index="0"] .slide-content a.button, #home .slick-track .slick-cloned[data-slick-index="0"] .slide-content a.button {
  background-color: #be1e2e !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: fit-content !important;
  text-transform: none;
}
@media screen and (max-width: 1090px) {
  #home .slick-track .slick-slide[data-slick-index="0"] .slide-content, #home .slick-track .slick-cloned[data-slick-index="0"] .slide-content {
    width: 90%;
    margin: 0 auto;
  }
}
#home .slick-track .slick-slide .slide-bg, #home .slick-track .slick-cloned .slide-bg {
  height: 120%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
}
#home .slick-track .slick-slide .slide-content, #home .slick-track .slick-cloned .slide-content {
  text-align: left;
  margin: 0;
  width: 80%;
  padding: 0 10% 5%;
  justify-content: flex-end;
}
@media screen and (max-width: 1090px) {
  #home .slick-track .slick-slide .slide-content, #home .slick-track .slick-cloned .slide-content {
    justify-content: center;
  }
}
#home .slick-track .slick-slide .slide-content h2, #home .slick-track .slick-cloned .slide-content h2 {
  text-transform: none;
}
@media screen and (max-width: 1090px) {
  #home .slick-track .slick-slide .slide-content h2, #home .slick-track .slick-cloned .slide-content h2 {
    font-size: 30px;
  }
}
#home .slick-track .slick-slide .slide-content p, #home .slick-track .slick-cloned .slide-content p {
  color: #fff !important;
  font-size: 20px;
}
@media screen and (max-width: 1090px) {
  #home .slick-track .slick-slide .slide-content p, #home .slick-track .slick-cloned .slide-content p {
    font-size: 18px;
  }
}
#home .slick-track .slick-slide .slide-content a.button, #home .slick-track .slick-cloned .slide-content a.button {
  background-color: #be1e2e !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: fit-content !important;
  text-transform: none;
}
@media screen and (max-width: 1090px) {
  #home .slick-track .slick-slide .slide-content, #home .slick-track .slick-cloned .slide-content {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1090px) {
  #home .slick-track {
    display: flex;
  }
}
#home .slick-track #slick-slide03, #home .slick-track .slick-cloned[data-slick-index="7"] {
  /*
   &:before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   display: block;
   left: 0;
   top: 0;
   background: rgba(0,76,151,0.49) !important;
   z-index: 9;
   }
   */
}
#home .slick-track #slick-slide03 .slide-content, #home .slick-track .slick-cloned[data-slick-index="7"] .slide-content {
  z-index: 999;
  position: relative;
}
#home .slick-track #slick-slide03 a.slide-link, #home .slick-track .slick-cloned[data-slick-index="7"] a.slide-link {
  z-index: 9999;
}
#home .brand-slider-wrap {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  height: 140px;
}
#home .brand-slider-wrap .content-slider {
  width: 100% !important;
  height: 140px !important;
}
#home .brand-slider-wrap .content-slider a.image {
  width: 100%;
  height: 100%;
}
#home .content-slider-wrap {
  width: 96%;
  margin: 0 auto;
  background: #fff;
}
#home .content-slider-wrap .slider {
  padding: 0 10px;
}
#home .content-slider {
  width: 100%;
  height: 100%;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  #home .content-slider {
    width: 100% !important;
    min-height: 130px;
    display: flex;
    flex-flow: column;
  }
}
#home .content-slider h3 {
  font-weight: normal;
  text-transform: none;
}
#home .content-slider h2 {
  font-size: 31px;
}
#home .content-repeater-wrap {
  background: #fff;
  margin-top: -5vh;
  padding: 60px 0;
}
#home .content-repeater {
  flex-flow: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 2em 2%;
}
#home .content-repeater h2 {
  color: #be1e2e;
  font-size: 2em;
}
#home .content-repeater p {
  color: #242424;
  font-family: "Lato", sans-serif;
}
#home .content-repeater:first-child {
  border-top: 1px solid rgba(190, 30, 46, 0.4);
  flex-flow: row;
  top: -10px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:first-child {
    flex-flow: column;
    top: -20px;
  }
}
#home .content-repeater:first-child img {
  position: relative;
  top: 4vh;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:first-child img {
    top: 0;
  }
}
#home .content-repeater:first-child .content {
  padding: 0 0 0 5%;
}
#home .content-repeater:first-child .content a.button {
  border-color: #be1e2e;
  color: #fff;
  background-color: #be1e2e;
}
#home .content-repeater:nth-child(2) {
  background-color: rgba(36, 36, 36, 0.02);
  border-top: 1px solid rgba(190, 30, 46, 0.4);
  border-bottom: 1px solid rgba(190, 30, 46, 0.4);
}
#home .content-repeater:nth-child(4) {
  background-color: rgba(36, 36, 36, 0.02);
  border-top: 1px solid rgba(190, 30, 46, 0.4);
  border-bottom: 1px solid rgba(190, 30, 46, 0.4);
}
#home .content-repeater .columns-wrap {
  width: 70%;
}
#home .content-repeater .columns-wrap .column {
  width: 26% !important;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater .columns-wrap .column {
    width: 100% !important;
    margin-bottom: 15%;
    padding-bottom: 0;
  }
}
#home .content-repeater .columns-wrap .column h2 {
  font-size: 1.5em;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater .columns-wrap .column img {
    width: 50% !important;
  }
}
#home .content-repeater:nth-child(even) {
  flex-flow: row;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:nth-child(even) {
    flex-flow: column;
  }
}
#home .content-repeater:nth-child(4) {
  min-height: 200px;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:nth-child(4) {
    flex-flow: column;
  }
}
#home .content-repeater:nth-child(6) {
  min-height: 240px;
  padding: 0 2%;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:nth-child(6) {
    flex-flow: column;
  }
}
#home .content-repeater:nth-child(6) .content p {
  font-size: 2em;
  text-align: center;
}
#home .content-repeater:nth-child(7) {
  flex-direction: row;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater:nth-child(7) {
    flex-flow: column;
  }
}
#home .content-repeater:nth-child(7) img {
  position: relative;
  top: 5vh;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater {
    flex-flow: column;
  }
}
#home .content-repeater .agent-search-form h2 {
  margin-top: 0;
}
#home .content-repeater .agent-search-form form {
  display: flex;
  flex-flow: column;
  width: 100%;
  justify-content: space-between;
  /*
   input[type="number"] {
   border: 1px solid $secondaryColor;
   padding: 7px 14px;
   width: 47%;
   }
   */
}
@media screen and (max-width: 1090px) {
  #home .content-repeater .agent-search-form form {
    flex-flow: column;
    width: 100%;
  }
}
#home .content-repeater .agent-search-form form select {
  width: 100%;
}
#home .content-repeater .agent-search-form form input[type="submit"] {
  background-color: #be1e2e;
  color: #fff;
  font-size: 1em;
  text-align: center;
  border-radius: 7px;
  padding: 7px 14px;
  border: none;
  cursor: pointer;
  width: 47%;
}
#home .content-repeater img {
  width: 40%;
}
@media screen and (max-width: 1090px) {
  #home .content-repeater img {
    width: 100%;
  }
}
#home .content-repeater .column img {
  width: 80%;
}
.testimonials-slider-wrap {
  padding: 60px 0;
  text-align: center;
}
.testimonials-slider-wrap ul {
  padding-left: 0 !important;
}
#home .content-slider-wrap.map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1090px) {
  #home .content-slider-wrap.map .content-slider {
    flex-flow: column;
  }
}
@media screen and (max-width: 1090px) {
  #home .content-slider-wrap.map .content-slider .image {
    width: 100%;
    height: 300px;
  }
}
#home .content-slider-wrap.map .content {
  padding-top: 5%;
}
@media screen and (max-width: 1090px) {
  #home .content-slider-wrap.map .content {
    width: 90%;
    margin: 0 auto;
  }
}
#featured {
  height: 85vh;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  padding: 10rem 5% 0;
  position: relative;
}
@media screen and (max-width: 1090px) {
  #featured {
    min-height: auto;
    height: 85vh;
    padding-top: 0vh;
    background-position: center center;
    background-size: cover;
  }
}
#featured:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  #featured:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
#featured .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  top: 55%;
}
@media screen and (max-width: 1090px) {
  #featured .content {
    top: 25%;
  }
}
#featured p {
  font-size: 1.35em;
}
#featured .links {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1090px) {
  #featured .links {
    flex-flow: column;
    width: 100%;
  }
}
#featured .content a {
  background-color: #be1e2e;
  color: #fff;
  font-size: 1em;
  padding: 1em 2em;
  text-align: center;
  margin: 0 0.5rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1090px) {
  #featured .content a {
    margin: 1rem 0;
  }
}
#featured .content a.button:hover {
  background-color: transparent;
  color: #be1e2e;
  transition: all 0.2s ease-in;
  border: 3px solid #be1e2e;
}
#lower-1 {
  background-color: #000;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-around;
  flex-flow: row;
  padding: 2rem 5%;
  border-top: 1px solid #be1e2e;
}
@media screen and (max-width: 1090px) {
  #lower-1 {
    flex-flow: column;
  }
}
#lower-1 *:nth-child(1) {
  width: 20%;
}
@media screen and (max-width: 1090px) {
  #lower-1 *:nth-child(1) {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
#lower-1 *:nth-child(2) {
  width: 50%;
  margin: 0 10%;
  font-size: 1.5rem;
}
@media screen and (max-width: 1090px) {
  #lower-1 *:nth-child(2) {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
#lower-1 *:nth-child(3) {
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 0.5rem 1rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  #lower-1 *:nth-child(3) {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
#lower-2 {
  padding: 5vh 5%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  border-bottom: 1px solid #be1e2e;
}
@media screen and (max-width: 1090px) {
  #lower-2 {
    flex-flow: column;
  }
}
#lower-2 .text {
  width: 50%;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 1090px) {
  #lower-2 .text {
    width: 90%;
    margin: 0 auto;
  }
}
#lower-2 .text p {
  font-size: 1.1rem;
}
#lower-2 .text p:nth-child(1) {
  margin-top: 0;
}
#lower-2 .video {
  padding: 1rem;
  background-color: #be1e2e;
  width: 45%;
}
@media screen and (max-width: 1090px) {
  #lower-2 .video {
    width: 90%;
    margin: 0 auto;
  }
}
#lower-2 .responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
#lower-2 .responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#lower-3 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  #lower-3 {
    flex-flow: column;
  }
}
#lower-3 a.block {
  width: 25vw;
  height: 25vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  #lower-3 a.block {
    width: 100vw;
    height: 25vw;
  }
}
#lower-3 a.block span.h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  text-align: center;
}
#lower-3 a.block span.p {
  font-size: 1.25rem;
  text-align: center;
}
#lower-3 a.block span.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#lower-3 a.block span.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}
#lower-4 {
  text-align: center;
  padding: 0 5%;
}
#lower-4 h2 {
  color: #242424;
  text-transform: uppercase;
  font-size: 2rem;
}
#lower-4 .blog-articles {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  #lower-4 .blog-articles {
    flex-flow: column;
  }
}
#lower-4 .blog-articles .column {
  width: 30%;
}
@media screen and (max-width: 1090px) {
  #lower-4 .blog-articles .column {
    width: 100%;
  }
}
#lower-5 {
  text-align: center;
}
#lower-5 h2 {
  color: #242424;
  text-transform: uppercase;
  font-size: 2rem;
}
#lower-5 h3 {
  color: #242424;
  text-transform: uppercase;
  font-size: 1.17rem;
}
#lower-5 .events {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 1090px) {
  #lower-5 .events {
    flex-flow: column;
  }
}
#lower-5 .events .event {
  width: 30%;
  margin: 0 1.5%;
}
@media screen and (max-width: 1090px) {
  #content-wrap {
    padding-top: 130px;
  }
}
#content {
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 60vh;
}
@media screen and (max-width: 1090px) {
  #content {
    padding: 20px 0 80px;
  }
}
#home #content {
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  padding: 0;
}
.content-intro {
  width: 100%;
  display: flex;
  color: #5e727b;
  padding: 30px 0;
  align-items: center;
}
.content-intro-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .content-intro-wrap {
    flex-direction: column;
  }
}
.content-intro-header {
  height: 100%;
  width: 30%;
}
@media screen and (max-width: 1090px) {
  .content-intro-header {
    width: 100%;
    text-align: center;
  }
}
.content-intro-content {
  width: 50%;
  line-height: 1.5;
  height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1090px) {
  .content-intro-content {
    width: 90%;
    text-align: center;
  }
}
#headline-inner-wrap {
  width: 100%;
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  #headline-inner-wrap {
    height: 110px;
  }
}
.headline-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10%;
  background-position: 80% 10%;
  background-size: cover;
  background-color: #be1e2e;
}
@media screen and (max-width: 1090px) {
  .headline-inner {
    position: relative;
  }
}
.headline-inner h2.headline {
  color: #fff;
  width: 100%;
  font-weight: normal;
}
@media screen and (max-width: 1090px) {
  .headline-inner h2.headline {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    z-index: 2;
    display: flex;
  }
}
.headline-inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.headline-inner h2.headline {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .headline-inner h2.headline {
    font-size: 2em;
  }
}
h2.headline {
  width: 50%;
  min-width: 400px;
  text-align: left;
  margin-top: 4px;
  font-size: 2.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content p, #content li {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: lighter;
  color: #242424;
}
#content p a, #content li a {
  text-decoration: underline;
}
#content.content-internal {
  width: 80%;
}
.content-internal ul {
  padding-left: 5%;
}
.content-internal ul.blocks-gallery-grid {
  padding-left: 0;
}
#blog .page-content {
  width: 100%;
  padding: 2em 0;
}
#blog .post {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 3em 0;
}
@media screen and (max-width: 1090px) {
  #blog .post {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
}
#blog .post a {
  width: 45%;
}
@media screen and (max-width: 1090px) {
  #blog .post a {
    width: 100%;
  }
}
#blog .post .text {
  width: 45%;
  padding-right: 5%;
}
@media screen and (max-width: 1090px) {
  #blog .post .text {
    width: 100%;
    padding-right: 0;
  }
}
#content.single {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  min-height: 60vh;
}
.events-single h1 {
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-meta, .tribe-rsvp-message {
  font-size: 1.15rem;
}
.tribe-rsvp-message {
  padding: 0.5rem;
}
.tribe-rsvp-message-success {
  border-color: #7fd454;
  background-color: rgba(127, 212, 84, 0.13);
}
.tribe-events-tickets button {
  background-color: #be1e2e;
  color: #fff;
  font-size: 1em;
  padding: 1em 2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid transparent;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.tribe-events-tickets button:hover {
  background-color: transparent;
  color: #be1e2e;
  transition: all 0.2s ease-in;
  border: 3px solid #be1e2e;
}
.photo-gallery {
  padding-top: 80px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.photo-gallery a {
  flex: 1 0 25%;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .photo-gallery a {
    flex: 1 0 100%;
  }
}
.photo-gallery a img {
  width: 100%;
  height: 100%;
}
#faq .content-repeater .content {
  width: 100%;
}
#faq .content-repeater .image {
  display: none;
}
#products .content-repeater .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog #content {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 80px;
}
.blog #content .post h2 {
  font-weight: normal;
}
.blog #content .post h2 a {
  color: #242424;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.location-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rep-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rep-image img {
  width: 40%;
}
.rep-container {
  border: solid cadetblue;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact-form-container .wpcf7 > form {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.acf-map {
  height: 100%;
  width: 100%;
  border: solid;
}
#zipcode-input-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zipcode-input-wrapper > input {
  padding: 12px 30px;
  border-radius: 2px;
  border: solid #e8e8e8 1.5px;
}
#zipcode-input-wrapper > button {
  padding: 12px 20px;
  border: solid #e8e8e8 1.5px;
  outline: none;
  border-radius: 2px;
  margin-left: 6px;
}
#footer-wrap form h3 {
  color: #fff;
  margin-top: 0;
  text-align: left;
}
form .row {
  margin: 1em 0;
  justify-content: space-between;
}
form .row span {
  width: 40%;
}
@media screen and (max-width: 1090px) {
  form .row select {
    width: 100%;
  }
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  background: transparent;
  border-bottom: 1px solid rgba(36, 36, 36, 0.3);
  color: #242424;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-size: 0.85em;
  width: 100%;
}
form textarea {
  border: 1px solid rgba(36, 36, 36, 0.3);
}
form input[type="radio" i] {
  height: auto;
}
form input[type="tel"] {
  width: 100%;
}
form textarea:focus {
  outline: none;
}
#footer-wrap form input::placeholder {
  color: #fff;
}
#footer-wrap form span.wpcf7-list-item {
  margin: 0;
  display: block;
  color: #fff;
  font-size: 12px;
}
#footer-wrap form input[type="submit"] {
  border-radius: 14px;
  background-color: #be1e2e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding-left: 2em;
  padding-right: 2em;
}
span.special-offers, span.privacy-policy {
  font-size: 12px;
  color: #242424;
}
.wpcf7 p span input {
  width: 90%;
  padding: 6px 4%;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #5e727b;
}
.wpcf7 .row {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
}
.wpcf7 input {
  height: 100%;
  font-size: 1rem;
  border: none;
}
.wpcf7-checkbox {
  text-align: left;
}
.wpcf7 input[type="checkbox"] {
  margin: 0;
  height: auto;
}
.wpcf7-submit {
  padding: 10px 20px;
  color: #fff;
  background-color: #be1e2e;
  border-radius: 28px;
  font-size: 1.2em;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease-in;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 1090px) {
  .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-submit:hover {
  background-color: #be1e2e;
  color: #fff;
  transition: all 0.2s ease-in;
}
#menu-wrap {
  width: initial;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  #menu-wrap {
    display: none;
  }
}
#menu {
  height: 100%;
}
.menu-main-menu-container {
  height: 100%;
}
#menu ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  height: 100%;
  align-items: flex-start;
}
#menu ul li {
  display: inline-block;
  list-style-type: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #242424;
  text-transform: capitalize;
  padding: 0 14px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  #menu ul li {
    font-size: 1em;
  }
}
#menu ul li .current-menu-item > a {
  color: #be1e2e;
  border-bottom: 3px solid #be1e2e;
}
#menu ul li.current_page_ancestor > a {
  color: #be1e2e;
  border-bottom: 3px solid #be1e2e;
}
#menu ul li.signup {
  color: #fff;
}
#menu ul li.signup a {
  background-color: #be1e2e;
  color: #fff;
  border-radius: 7px;
  padding: 10px 20px;
}
@media screen and (max-width: 1090px) {
  #menu ul li.signup a {
    background-color: transparent;
    color: #fff;
    border-radius: none;
    padding: 0;
  }
}
#menu ul.sub-menu {
  flex-flow: column;
  position: absolute;
  height: fit-content;
  position: absolute;
  z-index: 101;
  padding: 20px 10px !important;
  min-width: inherit;
  width: max-content;
  -webkit-width: max-content;
  -moz-width: max-content;
  -webkit-transform: translate(-50%, 0);
  left: 50%;
  background-color: #fff;
  left: 0px;
  width: 40vw;
  flex-flow: wrap;
  justify-content: flex-start;
}
#menu li a {
  font-family: "proxima-nova", sans-serif;
  color: #242424;
  font-weight: normal;
  position: relative;
  border-bottom: 3px solid transparent;
}
#menu li a:hover {
  color: #be1e2e;
  border-bottom: 3px solid #be1e2e;
}
#menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.sub-menu li a:after {
  display: none;
}
#menu li.hover a:after {
  /*
   bottom: -2px;	
   opacity: 1;
   */
}
#menu ul.sub-menu li {
  padding: 1em;
  background-color: #fff;
  width: 100%;
  color: #be1e2e;
  text-transform: capitalize;
  font-size: 1em;
  text-align: center;
  padding: 10px 0;
  width: auto;
  display: inline-flex;
  flex: 0 0 33%;
  justify-content: normal;
}
#menu ul.sub-menu li:last-child {
  border: none;
  padding-bottom: 0px;
}
#menu ul.sub-menu li a {
  color: #242424;
}
#menu ul.sub-menu li a:hover {
  color: #be1e2e;
}
/* Hamburger Menu */
#toggle-wrap {
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 1090px) {
  #toggle-wrap {
    display: block;
    position: absolute;
    right: 175px;
    top: 23px;
  }
}
@media screen and (max-width: 800px) {
  #toggle-wrap {
    right: 20px;
  }
}
#toggle {
  text-align: left;
}
#toggle .bar {
  width: 30px;
  height: 3px;
  background-color: #be1e2e;
  -webkit-transition: all 0.1s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.1s ease-in;
  z-index: 99999999;
  border-radius: 2px;
}
#toggle .bar::before, #toggle .bar::after {
  background-color: #be1e2e;
  content: ' ';
  width: 30px;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease-in;
  border-radius: 2px;
}
#toggle .bar::before {
  top: -8px;
}
#toggle .bar::after {
  top: 8px;
}
a#toggle {
  position: relative;
  z-index: 99999;
}
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: #fff;
}
a#toggle.expanded .bar::before {
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
a#toggle.expanded .bar::after {
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
/* Full Screen Menu */
#full-screen-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;
  transition: all ease-in 0.2s;
}
@media screen and (max-width: 1090px) {
  #full-screen-menu-wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 800px) {
  #full-screen-menu-wrap {
    height: 90vh;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #full-screen-menu-wrap {
    display: block;
  }
}
#full-screen-menu-wrap:before {
  /*
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba($secondaryColor, 0.8);
   */
}
#full-screen-menu-wrap.expanded {
  right: 0;
  opacity: 1;
}
#full-screen-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: 1090px) {
  #full-screen-menu-wrap li {
    margin: 0.5em 1em;
  }
}
#full-screen-menu-wrap li a {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  display: table;
  width: 100%;
  position: relative;
  z-index: 999;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1090px) {
  #full-screen-menu-wrap li a {
    font-size: 1.65em;
  }
}
#full-screen-menu-wrap li:hover a {
  color: #fff;
  transition: all 0.1s ease-in;
}
#full-screen-menu-wrap li.cart a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background-image: url('../images/icon-cart.png');
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}
#full-screen-menu-wrap li.account a:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background-image: url('../images/icon-account-white.png');
  background-size: cover;
  vertical-align: middle;
  margin-left: 7px;
}
#full-screen-menu:before {
  /*
   content: '';
   display: block;
   width: 50%;
   height: 400px;
   background-image: url('../images/pro-historical-logo.png');
   background-size: cover;
   */
}
#full-screen-menu {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #full-screen-menu {
    padding-top: 10vh;
  }
}
#full-screen-menu ul {
  z-index: 999;
  position: relative;
}
#full-screen-menu ul.menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  height: 70%;
  justify-content: center;
}
#full-screen-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;
}
#full-screen-menu .sub-menu li {
  z-index: 899;
  margin: 0;
  padding: 0.5em 0;
  position: relative;
  font-size: 0.75em;
}
#full-screen-menu .sub-menu li a {
  font-size: 2em;
  color: #fff;
}
#full-screen-menu .sub-menu li a:hover {
  color: #242424;
}
#overlay-wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(190, 30, 46, 0.9);
}
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%;
  }
}
#full-screen-menu-wrap #social-bar {
  display: flex;
  justify-content: center;
  flex-flow: row;
  position: absolute;
  bottom: 2vh;
  left: 18%;
  z-index: 9999999;
}
@media screen and (max-width: 1090px) {
  #full-screen-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-wrap {
  position: relative;
  background: transparent;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  z-index: 99;
  padding: 0;
}
@media screen and (max-width: 1090px) {
  #header-wrap {
    padding: 0;
  }
}
#header-wrap.not-transparent {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  #header-wrap.not-transparent {
    position: absolute;
    background-color: transparent;
  }
}
.top-bar {
  width: 100%;
  display: flex;
  flex-flow: row;
  color: #fff;
  align-items: center;
  font-size: 1.25rem;
  justify-content: center;
}
#header-top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header-top .left, #header-top .right {
  background-color: #fff;
  color: #242424;
  padding: 1em 2em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  #header-top .left, #header-top .right {
    width: 30%;
    display: none;
  }
}
#header-top .right {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1090px) {
  #header-top .right {
    display: none;
  }
}
#header {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 201;
  padding: 14px 2%;
}
.logo-wrap {
  width: 100%;
  display: flex;
}
#logo {
  display: inline-block;
  opacity: 1;
  transition: all 0.25s ease-in;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  #logo {
    width: 100px;
  }
}
#logo img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  #logo img {
    padding-top: 0;
  }
}
#logo.scrolled {
  opacity: 0;
}
.top-nav {
  font-size: 11px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-bottom: 1em;
}
@media screen and (max-width: 1090px) {
  .top-nav {
    display: none;
  }
}
.top-nav .menu {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1090px) {
  .top-nav .menu {
    flex-flow: column;
  }
}
.top-nav a {
  color: #242424;
  text-decoration: none;
  border-bottom: 1px solid #242424;
  border-bottom-style: dotted;
}
.top-nav li {
  list-style-type: none;
  margin: 0 4px;
}
.top-nav li p {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: lighter;
}
.top-nav li img {
  padding: 0 4px 0 0;
}
#header .book-now {
  margin: 0 0 0;
}
@media screen and (max-width: 1090px) {
  #header .book-now {
    margin: 0;
    height: 100%;
  }
}
#header .book-now .button {
  background-color: #6abf4b;
  border-radius: 14px;
  padding: 0.5rem 1.2rem;
}
@media screen and (max-width: 1090px) {
  #header .book-now .button {
    font-size: 0.8rem;
    padding: 0.35rem 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  #header .book-now .button {
    display: none;
  }
}
#header .book-now .button:hover {
  background-color: transparent;
  color: #6abf4b;
  border-color: #6abf4b;
}
.book-now-popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(36, 36, 36, .8);
  display: none;
  justify-content: center;
  align-items: center;
}
.book-now-popup-page {
  width: 550px;
  height: 425px;
  border-left: solid 1px #be1e2e;
  border-right: solid 1px #be1e2e;
  border-bottom: solid 1px #be1e2e;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 24px 24px 24px;
  position: relative;
}
.book-now-popup-page-head {
  width: 75%;
  height: 100px;
  position: absolute;
  top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.book-now-popup-page-head > p {
  color: #fff;
  text-transform: uppercase;
}
.book-now-popup-page-head > p:nth-child(1) {
  margin-bottom: -32px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.book-now-popup-page-head > p:nth-child(2) {
  font-size: 1.5em;
}
.book-now-popup-page-form {
  width: 100%;
  height: 100%;
  background: url('http://jetfuelcreative.com/clients/wyndhamgreenville/wp-content/uploads/2018/12/wood-bg.jpg');
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.book-now-popup-page-form-inner-wrap {
  display: flex;
}
.book-now-popup-page-form-inner-wrap .date-pick {
  display: flex;
  flex-direction: column;
  width: 170px;
  height: 170px;
  border-radius: 2px;
  background: #fff;
  margin: 8px;
  position: relative;
  box-shadow: 1px 0px 4px #a9b6bc;
}
.book-now-popup-page-form-inner-wrap .date-pick > input {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 4px;
}
.book-now-popup-page-form-inner-wrap .date-pick-month {
  background: #be1e2e;
  width: 100%;
  height: 65px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
}
.book-now-popup-page-form-inner-wrap .date-pick-day {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  color: #242424;
}
#book-now-submit {
  margin-top: 24px;
}
#book-now-popup-close-btn {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  top: -12.5px;
  right: -12.5px;
  background: #be1e2e;
  border: none;
  transition: all 0.2s ease;
  text-align: center;
  color: #fff;
  outline: none;
}
#book-now-popup-close-btn:hover {
  background: #be1e2e;
  transition: all 0.2s ease;
  cursor: pointer;
}
#book-promo-code {
  width: 355px;
  height: 35px;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 0px 4px #a9b6bc;
  text-align: center;
  font-weight: bold;
  color: #be1e2e;
  margin-top: 6px;
}
#book-promo-code::placeholder {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
}
#newsletter-signup {
  background-color: #be1e2e;
  color: #fff;
  padding: 3rem 0;
}
#newsletter-signup form {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  #newsletter-signup form .row {
    flex-flow: column;
  }
}
#newsletter-signup form input {
  margin: 0 1.5%;
  padding: 0.5rem;
}
@media screen and (max-width: 1090px) {
  #newsletter-signup form input {
    width: 100%;
  }
}
#newsletter-signup form span.ajax-loader {
  display: none;
}
#footer-wrap {
  background-color: #242424;
  text-align: left;
  padding: 5vh 0;
}
#footer-wrap .buttons {
  display: none;
}
@media screen and (max-width: 1090px) {
  #footer-wrap .buttons {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10vh;
    background: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
    color: #6abf4b;
    z-index: 999;
  }
}
#footer-wrap .buttons a {
  width: 22%;
  text-align: center;
}
#footer-wrap .buttons a:last-child {
  height: 100%;
  background: #6abf4b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34%;
}
#footer-top {
  display: flex;
  flex-flow: row;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  #footer-top {
    flex-flow: column;
  }
}
#footer-top .menu li {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: normal;
}
#footer-top .menu li ul.sub-menu {
  display: none !important;
}
#footer-top li {
  list-style-type: none;
  color: #fff;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.4em;
  font-weight: 300;
}
#footer-top li a {
  color: #fff;
}
#footer-top .left {
  width: 60%;
}
@media screen and (max-width: 1090px) {
  #footer-top .left {
    width: 100%;
  }
}
#footer-top .left ul {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1090px) {
  #footer-top .left ul {
    flex-flow: column;
  }
}
#footer-top .left ul li {
  padding: 0 14px 0 0;
}
#footer-top .left h3 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}
#footer-top .left p {
  color: #fff;
}
#footer-top .left p.small {
  font-size: 9px;
}
#footer-top .left img {
  height: 100%;
  width: 300px;
  margin-bottom: 1em;
}
#footer-wrap form h3 {
  color: #fff;
  margin-top: 0;
  text-align: left;
}
#footer-wrap form .row {
  margin: 1em 0;
  justify-content: flex-start;
}
#footer-wrap form input[type="text"], #footer-wrap form input[type="email"] {
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-size: 0.85em;
}
#footer-wrap form input::placeholder {
  color: #fff;
}
#footer-wrap form span.wpcf7-list-item {
  margin: 0;
  display: block;
  color: #fff;
  font-size: 12px;
}
#footer-wrap form input[type="submit"] {
  border-radius: 14px;
  background-color: #be1e2e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding-left: 2em;
  padding-right: 2em;
}
#footer-top .right {
  text-align: right;
  width: 23%;
  min-width: 250px;
}
@media screen and (max-width: 1090px) {
  #footer-top .right {
    text-align: center;
    margin-top: 5vh;
  }
}
#footer-top .right img {
  width: 134px;
}
#footer-top .right .menu {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 2em;
}
#footer-top .right .menu li {
  font-size: 1.15em;
  padding: 0 0.75em;
  border-right: 1px solid #fff;
}
#footer-top .right .menu li:first-child {
  padding-left: 0;
}
#footer-top .right .menu li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer-top .right a img {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0 4px;
}
#footer {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 40px;
  padding: 2vh 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1090px) {
  #footer {
    flex-flow: column-reverse;
  }
}
#footer .social {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1090px) {
  #footer .social {
    flex-flow: column;
  }
}
#footer .social li {
  list-style-type: none;
}
#footer .social li a {
  padding: 0 7px;
}
#footer .social li a img {
  height: 28px;
  width: auto;
}
#footer .navigation {
  display: flex;
  flex-direction: row;
}
#footer .copyright, #footer .copyright a {
  color: #fff;
  font-size: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: lighter;
}
@media screen and (max-width: 1090px) {
  #footer .copyright, #footer .copyright a {
    padding: 5% 0;
  }
}
#footer .copyright a {
  font-size: 1em;
}
#footer .copyright img {
  width: 28px;
  height: auto;
}
#menu-footer {
  margin: 5vh auto;
  width: 90%;
}
@media screen and (max-width: 1090px) {
  #menu-footer {
    width: 100%;
  }
}
#menu-footer ul.menu {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  list-style-type: none;
}
@media screen and (max-width: 1090px) {
  #menu-footer ul.menu {
    flex-flow: column;
  }
}
#menu-footer li {
  list-style-type: none;
}
@media screen and (max-width: 1090px) {
  #menu-footer li {
    margin: 1vh 0;
  }
}
#menu-footer li a {
  transition: all 0.2s ease-in;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #menu-footer .menu-main-menu-container {
    display: none;
  }
}
#tc_calendar {
  float: none !important;
}
@media screen and (max-width: 1090px) {
  .spu-centered {
    left: 10%;
    width: 80%;
  }
}
.spu-close {
  z-index: 9999999;
}
.spu-box {
  padding: 0 !important;
}
.spu-box .wpcf7-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.spu-box h2 {
  margin-top: 0;
  padding: 90px 25px;
  font-size: 2em;
  background-image: url('https://www.fhga.org/wp-content/uploads/2019/10/fhga-featured-image.jpg');
  background-size: 110%;
  background-position: center 70%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.spu-box 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-box p {
  padding: 0 5%;
}
.spu-box iframe {
  width: 80%;
  height: 600px !important;
  margin: 0 auto;
  display: flex;
}
#team-member-wrap {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 7vh 0;
}
.team-member {
  display: flex;
  flex-flow: column;
  text-align: center;
  width: 40%;
  margin: 0 5%;
}
.team-member img {
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.content-repeater-wrap .content-repeater {
  flex-flow: row;
  display: flex;
  width: 100vw;
  min-height: 380px;
}
@media screen and (max-width: 1090px) {
  .content-repeater-wrap .content-repeater {
    flex-flow: column;
  }
}
.content-repeater-wrap .content-repeater .content-block {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .content-repeater-wrap .content-repeater .content-block {
    flex-flow: column;
  }
}
.content-repeater-wrap .content-repeater .content-block.Wide {
  flex-flow: column !important;
  display: flex;
  flex-flow: column;
  align-items: center !important;
  width: 100%;
}
.content-repeater-wrap .content-repeater .content-block.Wide .content {
  width: 100% !important;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 0;
}
.content-repeater-wrap .content-repeater .content-block.Wide .content .wpcf7 {
  width: 100%;
}
.content-repeater-wrap .content-repeater .content-block.Wide .content .wpcf7 form .row span {
  width: 100% !important;
}
.content-repeater-wrap .content-repeater .content-block.Wide .content .columns-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-around;
}
@media screen and (max-width: 1090px) {
  .content-repeater-wrap .content-repeater .content-block.Wide .content .columns-wrap {
    flex-flow: column;
  }
}
.content-repeater-wrap .content-repeater .content-block.Wide .content .columns-wrap .column {
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-bottom: 7%;
}
@media screen and (max-width: 1090px) {
  .content-repeater-wrap .content-repeater .content-block.Wide .content .columns-wrap .column img {
    width: 80%;
  }
}
.content-repeater-wrap .content-repeater .content-block.Wide .content .columns-wrap .column a.button {
  position: absolute;
  display: block;
  bottom: 0;
}
.content-repeater .image {
  width: 40%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .content-repeater .image {
    width: 100%;
    height: 300px;
  }
}
.content-repeater .content {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 1090px) {
  .content-repeater .content {
    width: 100%;
  }
}
.content-repeater:nth-child(odd) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 1090px) {
  .content-repeater:nth-child(odd) {
    flex-flow: column;
  }
}
.content-repeater:nth-child(even) {
  display: flex;
  background-color: #fff;
  flex-flow: row;
}
.benefits-features {
  display: flex;
  flex-flow: row;
  margin: 2em 0 1em;
  justify-content: space-around;
  text-align: center;
}
.benefits-feature {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}
.benefits-feature p {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
.benefits-feature img {
  width: auto;
  height: 28px;
}
.content-slider-wrapper {
  padding: 2em 0;
  width: 100%;
}
.content-slider-wrapper h2 {
  text-align: center;
  color: #242424;
}
.content-slider-wrap .content-slider {
  display: flex !important;
  width: 100%;
  flex-flow: row;
}
.content-slider-wrap .content-slider img {
  height: 100%;
}
.content-slider-wrap .content-slider h2 {
  text-align: left;
}
.content-slider .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.content-slider .content {
  display: block;
  /*
   width: 50%;
   padding: 5%;
   */
}
.content-highlights-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 10% 60px 16%;
}
@media screen and (max-width: 1090px) {
  .content-highlights-wrap {
    flex-flow: column;
    padding: 60px 6%;
  }
}
.content-highlights-thumbnail {
  position: absolute;
  left: 4%;
}
.content-highlights-content-wrap {
  width: 100%;
  background-color: #fff;
}
.content-highlights-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 40px 40px 40px 25%;
}
@media screen and (max-width: 1090px) {
  .content-highlights-content {
    padding: 40px;
  }
}
.content-highlights-content-list {
  width: 100%;
  height: 340px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .content-highlights-content-list {
    flex-flow: column;
    height: 100%;
  }
}
.content-highlights-content-list > ul {
  /*
   display: flex;
   flex-wrap: wrap;
   */
  height: 100%;
  width: 33%;
  flex-wrap: wrap;
}
.content-highlights-content-list > ul > li {
  white-space: normal;
  color: #242424;
  font-size: 0.95em !important;
  padding: 0;
}
@media screen and (max-width: 1090px) {
  .content-highlights img {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .content-highlights .column {
    width: 100% !important;
  }
}
#map {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #map {
    min-height: 100vh;
  }
}
.info-window-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #242424;
  margin-bottom: 6px;
}
.info-window-link {
  transition: all ease 0.2s;
  font-size: 0.9em;
}
.info-window-link:hover {
  color: #be1e2e;
  transition: all ease 0.2s;
}
.explore-map {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.explore-map-poi-nav {
  border-radius: 2px;
  max-height: 100%;
  width: 400px;
  position: absolute;
  background: #fafafa;
  top: 50%;
  right: 5%;
  transform: translate(-10%, -50%);
  box-sizing: border-box;
  border-left: 1px solid #c0b8a5;
  border-right: 1px solid #c0b8a5;
  border-top: 1px solid #c0b8a5;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .explore-map-poi-nav {
    display: none;
  }
}
.map-poi-nav-dropdown {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.map-poi-nav-dropdown li {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 0.05px solid #c0b8a5;
}
.map-poi-nav-dropdown li img {
  width: 16px;
  margin-left: 8px;
  margin-right: 18px;
}
.map-poi-nav-dropdown li a {
  text-decoration: none;
  color: #242424;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-menu-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease 0.2s;
  height: 38px !important;
}
.sub-menu-link > a {
  font-size: 0.85em;
}
.active-menu-link-action {
  background: #be1e2e;
  transition: all ease 0.2s;
}
.active-menu-link-color {
  color: #fafafa !important;
}
#sub-menu {
  height: 100%;
  transition: all 0.3s ease;
}
.sub-menu-list {
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  display: none;
  font-size: 0.75em;
}
.sub-menu-list li {
  color: #5e727b;
  letter-spacing: 0.2px;
  height: 25px;
}
.sub-menu-list li a {
  padding-left: 8px;
  cursor: pointer;
}
.sub-menu-list li a span {
  font-size: 2.5em;
  color: #b7c2c8;
  margin-bottom: 4px;
  box-sizing: border-box;
  margin-right: 24px;
}
.slick-list, .slick-track {
  height: 100%;
}
.slick-track {
  display: flex !important;
}
.content-slider-wrap .slick-dots {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  padding-left: 0 !important;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 50%;
  left: 50%;
  text-align: left;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
}
.content-slider-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
}
.content-slider-wrap .slick-dots li button, .testimonials-slider-wrap .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  background: #242424;
  border-color: transparent;
  outline: none;
}
.content-slider-wrap .slick-dots li button::before, .testimonials-slider-wrap .slick-dots li button::before {
  content: '';
}
@media screen and (max-width: 1090px) {
  .content-slider-wrap .slick-dots, .testimonials-slider-wrap .slick-dots {
    bottom: -30px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
    justify-content: center;
  }
}
.content-slider-wrap .slick-dots .slick-active button, .testimonials-slider-wrap .slick-dots .slick-active button {
  background: #be1e2e;
}
.content-slider-wrap .slick-dots li.slick-active button {
  background: #be1e2e;
}
#home .content-slider-wrap.map .slick-dots {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding-left: 0 !important;
  width: 50%;
  text-align: center;
  padding: 0 0;
  bottom: 0;
  left: 0;
  margin: 2em auto 0;
  text-align: center;
  position: relative;
}
.wp-block-eedee-block-gutenslider {
  height: 40vw;
  min-height: 40vw !important;
  --gutenslider-min-height: 40vw !important;
}
.wp-block-eedee-block-gutenslider .slick-next:before, .wp-block-eedee-block-gutenslider .slick-prev:before {
  font-size: 32px;
  opacity: 1;
  font-weight: 900;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 25px;
}
.slick-prev:before, .slick-next:before {
  color: #be1e2e;
  font-size: 50px;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3em;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .columns {
    flex-flow: column;
    width: 100%;
  }
}
.column {
  width: 20%;
}
@media screen and (max-width: 1090px) {
  .column:first-child {
    width: 90%;
    margin: 0 auto;
  }
}
.column:first-child iframe {
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .column:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.uagb-column__inner-wrap {
  padding: 0;
}
#ui-datepicker-div {
  font-size: 0.8em;
  width: 170px;
}
.ui-datepicker-header {
  background: #be1e2e;
}
input[name="quantity"] {
  padding: 8px 0px;
  border-radius: 10px;
  border: 1px solid #888;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  font-size: 1em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-Button {
  border-radius: 10px !important;
  border: 1px solid #242424;
}
.woocommerce h2.product_title {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #be1e2e;
}
.woocommerce h1.product-desc {
  font-size: 1.5em;
  margin: 0.5em 0;
}
select {
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 30px;
}
.woocommerce .summary a {
  color: #be1e2e;
  text-decoration: underline;
}
.woocommerce-product-details__short-description a:after {
  font-family: FontAwesome;
  content: ' \f0da';
  color: #be1e2e;
  text-decoration: none;
}
@media screen and (max-width: 1090px) {
  td.product-remove {
    text-align: left !important;
  }
}
@media screen and (max-width: 1090px) {
  .woocommerce-cart .woocommerce a.remove {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #242424 !important;
  }
}
@media screen and (max-width: 1090px) {
  a.remove:after {
    content: 'Remove this item from your cart';
    display: inline-block;
    position: relative;
    font-weight: normal;
    font-size: 0.65em;
    font-family: "proxima-nova", sans-serif;
    margin-left: 1em;
    vertical-align: middle;
  }
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 11px 10px 10px !important;
  border-radius: 7px !important;
  width: 50% !important;
}
.woocommerce .quantity .qty {
  padding: 11px 10px 10px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce form .form-row input.input-text {
  padding: 11px 10px 10px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1em;
}
.woocommerce-info {
  border-top-color: #be1e2e !important;
}
.woocommerce-info::before {
  color: #be1e2e !important;
}
.wp-block-preformatted {
  white-space: unset;
}
.wp-block-preformatted ul.products {
  display: flex;
  flex-flow: wrap;
}
.wp-block-preformatted ul.products li {
  flex: 1 0 25%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #be1e2e;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #242424;
}
@media screen and (max-width: 1090px) {
  .related.products ul {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.wp-block-eedee-block-gutenslider {
  --gutenslider-bg-image: none !important;
}
.slick-slider .slick-track .slick-slide, .wp-block-eedee-block-gutenslider .slick-track .slick-slide {
  height: 100%;
}
.slick-slide .slide-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.testimonials-slider-wrap {
  padding: 2em 0;
  width: 100%;
}
.testimonials-slider-wrap h2 {
  text-align: center;
  color: #242424;
}
.testimonials-slider-wrap .testimonials-slider {
  display: flex !important;
  width: 80%;
  margin: 0 auto;
  flex-flow: row;
}
.testimonials-slider-wrap .testimonials-slider .content.slick-slide {
  display: flex;
  flex-flow: column !important;
}
.testimonials-slider .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  background: #be1e2e !important;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
  background: #eee !important;
  background-color: #eee !important;
}
.brand-slider-wrap .slick-list {
  width: 90%;
  margin: 0 auto !important;
}
