﻿/*** Enology Stylesheet ***/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap");
*, input, select, textarea, option, button {
  outline: none !important;
}

/*** Typography (Links, Paragraphs, Headings, etc.)
----------------------------------------------------------------------------------------------------------------------------------*/
/* Fonts */
header {
  font-family: Helvetica, sans-serif;
}

#topBar {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

#wrap {
  font-family: Helvetica, sans-serif;
}

footer {
  font-family: Helvetica, sans-serif;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
}

.btn,
a.button,
input.button {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

/* Links */
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

/* Paragraph */
p {
  margin: 0 0 10px;
  line-height: 1.25rem;
  font-weight: 400;
}

fieldset p {
  margin-bottom: 15px;
}

/* Lists */
ul li {
  line-height: 1.5rem;
  margin: 15px 0;
}

/* Header Tags */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 15px;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.red {
  color: firebrick;
}

/*** Overlay
----------------------------------------------------------------------------------------------------------------------------------*/
.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*** HTML/Body
----------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-size: 1rem;
}

body > img {
  display: none;
}

/*** Header
----------------------------------------------------------------------------------------------------------------------------------*/
header {
  padding: 0;
}

/*** Top Bar ***/
#topBar {
  background-color: transparent;
  -webkit-box-shadow: 0px 1px 10px transparent;
  box-shadow: 0px 1px 10px transparent;
  width: 100%;
  padding: 0 15px 0;
  z-index: 1040;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#topBar #menuBar {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#topBar #menuBar .logo .scrollLogo,
#topBar #menuBar .logo .defaultLogo,
#topBar #menuBar .logo .singleLogo {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#topBar #menuBar .logo .scrollLogo img,
#topBar #menuBar .logo .defaultLogo img,
#topBar #menuBar .logo .singleLogo img {
  max-height: 100px;
  max-width: 250px;
  z-index: 1040;
  position: relative;
}

#topBar #menuBar .logo .scrollLogo img.defaultLogo, #topBar #menuBar .logo .scrollLogo img.singleLogo,
#topBar #menuBar .logo .defaultLogo img.defaultLogo,
#topBar #menuBar .logo .defaultLogo img.singleLogo,
#topBar #menuBar .logo .singleLogo img.defaultLogo,
#topBar #menuBar .logo .singleLogo img.singleLogo {
  opacity: 1;
}

#topBar #menuBar .logo .scrollLogo img.scrollLogo,
#topBar #menuBar .logo .defaultLogo img.scrollLogo,
#topBar #menuBar .logo .singleLogo img.scrollLogo {
  opacity: 0;
}

@media (max-width: 767.98px) {
  #topBar #menuBar .logo img {
    max-width: 100px;
  }
}
#topBar ul.icons {
  padding: 0;
  margin: 0;
}

#topBar ul.icons li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}

#topBar ul.icons li img {
  max-height: 20px;
}

#topBar ul.icons li:first-of-type {
  margin-left: 0;
}

#topBar ul.icons li:last-of-type {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  #topBar ul.icons li {
    margin: 0 5px;
  }
}
/*** Wrap
----------------------------------------------------------------------------------------------------------------------------------*/
#wrap {
  overflow: hidden;
  line-height: normal;
  min-height: 100vh;
  padding: 0;
}

main {
  max-width: 100vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

main a {
  color: #064;
  font-weight: bold;
}

/*** Footer
----------------------------------------------------------------------------------------------------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  padding: 15px 0;
  min-height: 5vh;
  max-width: 100vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #333;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  display: inline-block;
}

footer ul > li:first-child {
  margin: 0;
}

footer ul > li::after {
  content: "-";
  margin-left: 10px;
}

footer ul > li:last-child::after {
  content: "";
}

footer p {
  text-align: center;
}

footer .copyright {
  font-size: 0.75rem;
  margin: 0;
}

footer .copyright a {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  footer .copyright {
    text-align: center;
  }
}
/*** Buttons
----------------------------------------------------------------------------------------------------------------------------------*/
.btn,
a.button,
input.button {
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 25px;
  margin: 10px 0;
  letter-spacing: 1px;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .btn,
a.button,
input.button {
    font-size: 0.8rem;
  }
}
a.button,
input.button {
  cursor: pointer;
  text-decoration: none;
}

.btn:focus,
a.button:focus,
input.button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-sm {
  font-weight: normal;
  padding: 5px 15px;
  font-weight: 0.8rem;
}

.btn-solid,
a.button,
input.button,
.btn-solid.dark {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.btn-solid.light {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

.btn-hollow,
.btn-hollow.dark {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-hollow.light {
  border: 2px solid #fff;
  color: #fff;
}

.btn-hollow:hover,
a.button:hover,
input.button:hover,
.btn-hollow.dark:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-solid:hover,
.btn-solid.dark:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

.btn-hollow.light:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-solid.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/*** Forms & Inputs
----------------------------------------------------------------------------------------------------------------------------------*/
/*** Text, Email, Password ***/
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  background: #f2f2f3;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  color: #080B0F !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-appearance: none;
}

/*** Text Area ***/
textarea.form-control {
  background: #f2f2f3;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #080B0F !important;
}

/*** Select ***/
select {
  background-color: #f2f2f3;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  color: #080B0F !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
  /* Reset */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* New Arrow */
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
  background-position: calc(100% - 10px) 13px, calc(100% - 5px) 13px, calc(100% - 2.5em) 0.5em;
  background-size: 6px 7px, 6px 7px, 1px 1.5em;
  background-repeat: no-repeat;
}

option {
  color: #080B0F !important;
}

option:first-child {
  color: #080B0F !important;
}

.select2-results__option {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 10px;
}

.select2-container--default .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  color: #080B0F !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

/*** Focus ***/
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea.form-control:focus,
.form-control:focus {
  background: #f2f2f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

/*** Placeholder ***/
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #080B0F !important;
  opacity: 0.6;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #080B0F !important;
  opacity: 0.6;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #080B0F !important;
  opacity: 0.6;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
textarea.form-control::placeholder,
.form-control::placeholder {
  color: #080B0F !important;
  opacity: 0.6;
}

div.wpcf7-response-output {
  font-size: 1.5rem;
  text-align: center;
  border: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  font-style: italic;
}

/*** Form Control ***/
.form-control {
  border-radius: 0;
  margin: 10px 0;
}

/*** Contact Submit ***/
input[type=submit] {
  float: right;
}

/*** Small Blocks ***/
.smallBlocks {
  margin-top: 30px;
}

.smallBlocks .block .box {
  background: #ffffff;
  margin: 0 0 30px;
}

.smallBlocks .block .box img {
  width: 100%;
}

.smallBlocks .block .info {
  padding: 30px;
  text-align: center;
}

.smallBlocks .block .info h3 {
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
}

.smallBlocks .block .info p {
  color: #4f6563;
  margin: 10px 0 0;
}

@media (max-width: 767.98px) {
  .block .info {
    padding: 15px;
  }
}
/*** Flip Blocks ***/
.flipWrap {
  padding: 5rem 0;
  margin: 0;
}

.flipBlocks {
  margin: 0;
}

.flipWrap .row.card-row .card {
  border: none;
  border-radius: 0;
  min-height: 300px;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipWrap .row.card-row .card .card-hover {
  height: 100%;
  width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-180deg);
  transform: rotateY(-180deg);
}

.flipWrap .row.card-row .card .card-hover .card-btn {
  margin-top: 30px;
}

.flipWrap .row.card-row .card-single-container {
  margin-left: 1px;
  margin-right: 1px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flipWrap .row.card-row .card-single-container .card-not-hover {
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.flipWrap .row.card-row .card-single-container:hover .card {
  -webkit-transform: rotate(-180deg);
  transform: rotateY(-180deg);
}

.flipWrap .row.card-row .card .card-not-hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.flipWrap .row.card-row .card .card-not-hover {
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipWrap .row.card-row .card .icon {
  height: 100px !important;
}

/*** Feature Panel ***/
.featurePanel {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: auto;
}

.featurePanel .full {
  min-height: 100vh;
}

@media (max-width: 767.98px) {
  .featurePanel .full {
    min-height: 95vh;
  }
}
.featurePanel .feature {
  z-index: 2;
  position: relative;
}

.featurePanel .button > a {
  margin-right: 30px;
}

.featurePanel .button a:last-of-type {
  margin-right: 0;
}

.featurePanel.auto > .row {
  min-height: auto !important;
}

@media (max-width: 767.98px) {
  .featurePanel::before {
    content: "";
    background: transparent;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }

  .featurePanel .button > a {
    margin-right: 0;
  }
}
/* Feature Panel Video BG */
.feature-video-responsive {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.feature-video-responsive #video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0;
}

.feature-video-responsive .mobileVid {
  display: none;
}

@media (max-width: 575.98px) {
  .feature-video-responsive .mobileVid {
    display: block;
  }

  .feature-video-responsive .desktopVid {
    display: none;
  }
}
/*** Gallery ***/
.galleryWrap {
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.galleryWrap .col {
  margin-bottom: 30px;
}

.galleryWrap .galleryImg img {
  width: auto;
  height: 300px !important;
  margin-bottom: 30px;
}

.galleryContent {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .galleryWrap .galleryImg img {
    /*width: 100%;*/
    height: auto !important;
    margin-bottom: 15px;
  }
}
/*** Testimonial Panel ***/
.testSliderWrap {
  text-align: center;
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.testSliderWrap .fa-quote-left {
  font-size: 3rem;
  color: #333333;
  margin-bottom: 30px;
  display: none;
}

.testSliderWrap div.testText {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
}

.testSliderWrap h4.author {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

.testSliderWrap div.addInfo {
  font-size: 0.9rem;
}

.testSliderWrap .testSlide {
  width: 100%;
}

.testSliderWrap .testSlide p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  font-style: italic;
  font-weight: 100;
}

.testSliderWrap .testSlide:not(:first-child) {
  display: none;
}

.testSliderWrap #testPrev {
  cursor: pointer;
}

.testSliderWrap #testNext {
  cursor: pointer;
}

.testSliderWrap .chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 30px;
}

.testSliderWrap .chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testSliderWrap .chevron.bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.testSliderWrap .chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 991.98px) {
  .testSliderWrap div.testText {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .testSliderWrap h4.author {
    font-size: 1rem;
  }

  #testPrev,
#testNext {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .testSliderWrap div.testText {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .testSliderWrap h4.author {
    font-size: 0.9rem;
  }
}
/*** Image Scroller ***/
.imgScroll h2 {
  margin-bottom: 35px;
  text-align: center;
}

.imgScroll .cycle-slideshow {
  height: 200px;
}

.imgScroll .cycle-slideshow img {
  margin: 0 35px;
  max-height: 200px !important;
  max-width: 200px !important;
}

/*** FAQs Panel ***/
.faqPanel {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.faqPanel h2 {
  margin-bottom: 30px;
}

.faqPanel #accordion {
  margin: 30px auto 0;
  padding: 0;
  max-width: 1000px;
}

.faqPanel .card {
  background: none;
  border: none;
  border-bottom: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.faqPanel .card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.faqPanel .card-header h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.faqPanel .card-header a {
  display: block;
  /*padding: 20px 50px 20px 15px;*/
  padding: 0 50px 0 0;
  color: #064;
  position: relative;
  text-decoration: none;
}

.faqPanel .card-header a:hover,
.faqPanel .card-header a:focus,
.faqPanel .card-header a:active {
  text-decoration: none;
  color: #064;
}

.faqPanel .card-header img {
  height: 20px !important;
  width: auto !important;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -35px;
}

.faqPanel .dirLines {
  top: 53%;
  position: absolute;
  right: 10px;
}

.faqPanel .dirLines span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* This is the color of the lines */
  background: #064 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  width: 20px;
}

.faqPanel .dirLines span.line1 {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
  margin-left: 12px;
}

.faqPanel .dirLines span.line2 {
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
  margin-top: -2px;
}

.faqPanel a.collapsed .dirLines span.line1 {
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
}

.faqPanel a.collapsed .dirLines span.line2 {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.faqPanel .card-body {
  border: none;
  padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .faqPanel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .faqPanel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*** Location Panel ***/
.locationPanel {
  height: 60vw;
}

.locationPanel .locationBox {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #777;
  box-shadow: 0 0 10px 0 #777;
  max-width: 350px;
  padding: 30px;
  margin-top: 5vw;
  position: relative;
  z-index: 10;
}

.locationPanel p {
  margin: 10px 0;
}

.locationPanel p:last-of-type {
  margin-bottom: 0;
}

.acf-map {
  position: absolute;
  height: 60vw;
  width: 100%;
  z-index: 5;
}

.acf-map img {
  max-width: inherit !important;
}

@media (max-width: 767.98px) {
  .locationPanel {
    height: 800px;
  }

  .locationPanel .acf-map {
    height: 800px;
  }

  .locationPanel .locationBox {
    text-align: center;
    margin-top: 50px;
  }
}
/*** Full Width Panel ***/
.fullwidthPanel {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}

@media (max-width: 767.98px) {
  .fullwidthPanel {
    min-height: auto;
  }
}
/*** CTA Panel ***/
.ctaPanel {
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ctaPanel.full {
  min-height: 100vh;
}

@media (max-width: 767.98px) {
  .ctaPanel.full {
    min-height: 95vh;
  }
}
.ctaPanel a {
  color: #ffffff;
}

.ctaPanel a:hover {
  color: #ffffff;
}

.ctaPanel .feature {
  z-index: 2;
  position: relative;
}

.ctaPanel .button > a {
  margin-right: 30px;
}

.ctaPanel .button > a:last-of-type {
  margin-right: 0;
}

.ctaPanel.auto > .row {
  min-height: auto !important;
}

@media (max-width: 767.98px) {
  .ctaPanel::before {
    content: "";
    background: transparent;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }
}
/* CTA Panel Video BG */
.cta-video-responsive {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.cta-video-responsive #video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0;
}

.cta-video-responsive .mobileVid {
  display: none;
}

@media (max-width: 575.98px) {
  .cta-video-responsive .mobileVid {
    display: block;
  }

  .cta-video-responsive .desktopVid {
    display: none;
  }
}
/*** Footer Panel
----------------------------------------------------------------------------------------------------------------------------------*/
#footerPanels {
  max-width: 95vw;
  margin-left: auto !important;
  margin-right: auto !important;
  border-top: 3px solid #000000;
}

/*** Full Width Footer Panel ***/
#fullFooter > .row {
  min-height: 500px;
}

/*** Menu Footer Panel ***/
#menuFooter {
  padding-top: 50px;
  padding-bottom: 80px;
}

.footerMenu {
  margin-top: 15px;
}

.footerMenu p {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}

.footerMenu ul {
  padding: 0;
  margin: 15px 0 30px;
}

.footerMenu ul > li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 0.9rem;
  display: inline-block;
  width: 40%;
}

.footerMenu ul > li a {
  color: #000000;
}

.footText {
  font-weight: 300;
}

.footText a {
  color: #ffffff;
}

/*** Regular Pages
----------------------------------------------------------------------------------------------------------------------------------*/
#pagePanel {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*** Blog Index
----------------------------------------------------------------------------------------------------------------------------------*/
#indexPanel {
  background: #ffffff;
  color: #000000;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

#indexPanel > div {
  max-width: 1200px;
}

/*** Navigation ***/
#pageinationPanel {
  background: #ffffff;
  padding-bottom: 30px;
}

.navigation > .page-numbers {
  margin: 0 10px;
}

/*** Post Pages
----------------------------------------------------------------------------------------------------------------------------------*/
#blogPanel {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.single .contentPanel {
  background-color: #ffffff;
  color: #000000;
}

.indexRow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000000;
}

.indexRow:last-of-type {
  border: none;
}

.indexImage {
  text-align: center;
}

.indexImage img {
  width: 100%;
}

.indexInfo {
  text-align: left;
}

.indexInfo h4 {
  color: #000000;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}

.indexInfo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.indexInfo p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media (max-width: 767.98px) {
  .indexImage {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .indexImage {
    margin-bottom: 30px;
  }
}
/*** Blog Sidebar
----------------------------------------------------------------------------------------------------------------------------------*/
#blogPanel #sidebar {
  margin-top: 15px;
}

#sidebar {
  margin-top: 5rem;
}

#sidebar .widget {
  padding: 15px;
}

#sidebar .widget ul {
  padding: 0;
  margin: 0;
}

#sidebar .widget ul > li {
  list-style: none;
  margin: 10px 0;
}

/*** Search Form
----------------------------------------------------------------------------------------------------------------------------------*/
input[type=text].searchfield {
  border: 2px solid #000000;
  border-right: none;
  margin: 10px 0;
  display: inline-block;
}

input[type=text].searchfield:focus {
  color: #000000;
}

input[type=text].searchfield::-webkit-input-placeholder {
  color: #000000;
}

input[type=text].searchfield:-ms-input-placeholder {
  color: #000000;
}

input[type=text].searchfield::-ms-input-placeholder {
  color: #000000;
}

input[type=text].searchfield::placeholder {
  color: #000000;
}

/*** Extra Stuff
----------------------------------------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}

hr {
  border-color: #000000;
  border-width: 2px;
}

.fluid-width-video-wrapper {
  -webkit-box-shadow: 5px 5px 15px #4f6563;
  box-shadow: 5px 5px 15px #4f6563;
}

/*** Show/Hide based on date */
.hideDate {
  display: none;
}

/*** Images
----------------------------------------------------------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto !important;
}

p img {
  padding: 0;
  max-width: 100%;
  height: auto !important;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter figcaption {
  text-align: center;
}

iframe {
  max-width: 100%;
}

/*** Img Captions ***/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #4f6563;
  text-align: center;
  background-color: #ffffff;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
  width: 100% !important;
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 98%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  padding: 0 4px 5px;
  margin: 0;
}

/*** JQuery UI
----------------------------------------------------------------------------------------------------------------------------------*/
.ui-datepicker .ui-datepicker-buttonpane button {
  height: 25px;
}

/*** Custom Class CSS
----------------------------------------------------------------------------------------------------------------------------------*/
.contactRow > div {
  margin: 15px 0;
}

.contactRow > div a {
  text-decoration: none;
  font-weight: bold;
}

.contactRow > div a:hover {
  text-decoration: underline;
}

.contactForm {
  max-width: 900px;
  margin: auto;
}

.btn-primary {
  background-color: #064;
  border-color: #064;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #064;
  border-color: #064;
}

@media (max-width: 991.98px) {
  h1.display-3 {
    font-size: 3rem;
  }
}
.wpcf7 label {
  margin: 1rem 0 0;
}

.list .row:nth-child(even) {
  background-color: #f2f2f3;
}

.header.row {
  font-weight: bold;
}
