@import "https://fonts.googleapis.com/css?family=Questrial&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
.questrial {
  font-family: 'Questrial', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
/* Add all variables here that you want to use in your styling */
/* ALL needed vendor styling from bower_components */
/* These are all the bootstrap components to choose from */
/* variables.scss in this folder overrides the bootstrap include from bower_components */
#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
}
.btn {
  border-radius: 5px;
  color: white;
  background: #032622;
  padding: 7.5px 20px;
  position: relative;
  overflow: hidden;
}
.btn::before, .btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.btn::before {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-top-color: #032622;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s ease-out infinite;
  z-index: 3;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn::after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: 0.2s all linear;
}
.btn.loading::before, .btn.loading::after {
  opacity: 1;
  pointer-events: all;
}
p, .p {
  color: #032622;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.65;
  margin-bottom: 25px;
  font-family: Georgia;
}
p small, .p small {
  font-size: 0.875em;
}
h1, .h1 {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.67px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 1.1666666667;
  letter-spacing: 1.88px;
}
h3, .h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 1.1666666667;
  letter-spacing: 1.13px;
}
@media (min-width: 992px) {
  p, .p {
    color: #032622;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.65;
    margin-bottom: 30px;
  }
  h1, .h1 {
    font-size: 60px;
    line-height: 1.1666666667;
    letter-spacing: 1px;
  }
}
.lh-1 {
  line-height: 1!important;
}
.lh-1-5 {
  line-height: 1.5!important;
}
.lh-2 {
  line-height: 2!important;
}
.lh-2-5 {
  line-height: 2.5!important;
}
.lh-3 {
  line-height: 3!important;
}
.lh-3-5 {
  line-height: 3.5!important;
}
.lh-4 {
  line-height: 4!important;
}
.lh-4-5 {
  line-height: 4.5!important;
}
.lh-5 {
  line-height: 5!important;
}
.lh-5-5 {
  line-height: 5.5!important;
}
.lh-6 {
  line-height: 6!important;
}
.lh-6-5 {
  line-height: 6.5!important;
}
.age-gate-wrapper .age-gate .age-gate-form {
  padding: 60px 75px 90px 75px;
  max-width: 400px !important;
  border: 2px solid #FADB00;
}
.age-gate-wrapper .age-gate .age-gate-form p, .age-gate-wrapper .age-gate .age-gate-form .p {
  color: #032622;
  font-family: Georgia;
  font-size: 22px;
  letter-spacing: 0.62px;
  line-height: 34px;
  text-align: center;
  margin: 30px 0;
}
.age-gate-wrapper .age-gate .age-gate-form .age-gate-submit-yes {
  float: left;
}
.age-gate-wrapper .age-gate .age-gate-form .age-gate-submit-no {
  float: right;
}
.age-gate-wrapper .age-gate .age-gate-form button {
  color: #FFFFFF;
  font-family: Georgia;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 34px;
  text-align: center;
  background-color: #0095A8;
  text-transform: uppercase;
  width: 100px;
  border: unset;
}
.age-gate-wrapper .age-gate .age-gate-form button:focus {
  outline: unset;
}
@media only screen and (max-width: 430px) {
  .age-gate-wrapper .age-gate .age-gate-form {
    padding: 50px 30px 90px 30px;
    max-width: 300px !important;
  }
  .age-gate-wrapper .age-gate .age-gate-form p, .age-gate-wrapper .age-gate .age-gate-form .p {
    color: #032622;
    font-family: Georgia;
    font-size: 20px;
    letter-spacing: 0.62px;
    line-height: 30px;
    text-align: center;
    margin: 30px 0;
  }
  .age-gate-wrapper .age-gate .age-gate-form .age-gate-submit-yes {
    float: left;
  }
  .age-gate-wrapper .age-gate .age-gate-form .age-gate-submit-no {
    float: right;
  }
  .age-gate-wrapper .age-gate .age-gate-form button {
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 34px;
    text-align: center;
    background-color: #0095A8;
    text-transform: uppercase;
    width: 100px;
    border: unset;
  }
  .age-gate-wrapper .age-gate .age-gate-form button:focus {
    outline: unset;
  }
}
footer {
  background-color: #0095A8;
}
footer .footer-content p, footer .footer-content .p {
  color: #FFFFFF;
  font-family: Georgia;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 33px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .footer-content p, footer .footer-content .p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
  }
}
footer .footer-content p a, footer .footer-content .p a {
  font-weight: bold;
  color: #FFFFFF;
}
footer .footer-content .heading-5 {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 60px;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 1440px) {
  footer .footer-content .heading-5 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-content .heading-5 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
footer .social-media-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-media-icons img {
  padding: 20px;
}
footer .footer-line {
  padding: 50px;
  padding-top: 30px;
}
footer .footer-line span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 40%;
  max-width: 160px;
}
footer .age-banner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
}
footer .age-banner p, footer .age-banner .p {
  color: #000000;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
footer .pd-bottom {
  padding-bottom: 60px;
}
.homePage .second-container {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .homePage .second-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .second-container .mobile-hide-text {
    display: none;
  }
}
.homePage .second-container .read-more {
  display: none;
}
@media only screen and (max-width: 430px) {
  .homePage .second-container .read-more {
    display: block;
  }
}
.homePage .second-container .read-more span {
  border: 1px solid #0095A8;
  color: #0095A8;
  font-size: 16px;
  font-family: Georgia;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  letter-spacing: 1px;
  cursor: pointer;
}
.homePage .mobile-banner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .homePage .mobile-banner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .homePage .desktop-banner {
    display: none;
  }
}
.homePage .third-container .image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 65vh;
}
@media only screen and (min-width: 1950px) {
  .homePage .third-container .image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 48vh;
  }
}
@media only screen and (max-width: 1440px) {
  .homePage .third-container .image {
    background-size: contain;
    height: 55vh;
    background-position: top;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .third-container .image {
    background-size: contain;
    height: 35vh;
  }
}
.homePage .third-container .image2 {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 65vh;
}
@media only screen and (min-width: 1950px) {
  .homePage .third-container .image2 {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 48vh;
  }
}
@media only screen and (max-width: 1440px) {
  .homePage .third-container .image2 {
    background-size: contain;
    height: 55vh;
    background-position: top;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .third-container .image2 {
    background-size: contain;
    height: 35vh;
  }
}
.homePage .third-container .first-inner {
  margin-top: 35px;
}
.homePage .third-container .first-inner .inner-content {
  padding: 80px 20px 0 150px;
}
@media only screen and (max-width: 1440px) {
  .homePage .third-container .first-inner .inner-content {
    padding: 40px 20px 0 65px;
  }
  .homePage .third-container .first-inner .inner-content p:last-of-type, .homePage .third-container .first-inner .inner-content .p:last-of-type {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .first-inner .inner-content {
    padding: 20px;
    padding-top: 30px;
    text-align: center;
  }
}
.homePage .third-container .second-inner .mobile-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .second-inner .mobile-img {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 14vh;
  }
}
.homePage .third-container .second-inner .inner-content {
  padding: 0 150px 0 0;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .homePage .third-container .second-inner .inner-content {
    padding: 20px 65px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .second-inner .inner-content {
    padding: 20px;
    padding-top: 30px;
    text-align: center;
  }
}
.homePage .third-container .second-inner .inner-content .links p, .homePage .third-container .second-inner .inner-content .links .p {
  margin-bottom: 0px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .second-inner .inner-content .links p, .homePage .third-container .second-inner .inner-content .links .p {
    font-size: 16px;
    line-height: 25px;
  }
}
.homePage .third-container .second-inner .inner-content .links a {
  font-size: 20px;
  font-family: Georgia;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .second-inner .inner-content .links a {
    font-size: 15px;
  }
}
.homePage .third-container .second-inner .fourth-heading {
  color: #0095A8;
  font-family: Georgia;
  font-size: 25px;
  letter-spacing: 0.62px;
  line-height: 40px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .second-inner .fourth-heading {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
.homePage .third-container .middle-line {
  text-align: center;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .homePage .third-container .middle-line {
    padding: 60px;
    padding-top: 10px;
  }
}
.homePage .third-container .middle-line hr {
  width: 50%;
  color: #0095A8;
}
.homePage .third-container .middle-line span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #0095A8;
  width: 80%;
  max-width: 690px;
}
.homePage .wine-container .three-wines {
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines {
    padding: 50px 0;
  }
}
.homePage .wine-container .three-wines .three-wines-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 165px;
  height: 550px;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1440px) {
  .homePage .wine-container .three-wines .three-wines-inner {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container .three-wines .three-wines-inner {
    height: 390px;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines .three-wines-inner {
    height: 225px;
    padding: 0 20px;
  }
}
.homePage .wine-container .three-wines .three-wines-inner img {
  width: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container .three-wines .three-wines-inner img {
    width: 130px;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines .three-wines-inner img {
    width: 75px;
  }
}
.homePage .wine-container .three-wines .three-wines-inner-cans {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 165px;
  height: 430px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .homePage .wine-container .three-wines .three-wines-inner-cans {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container .three-wines .three-wines-inner-cans {
    height: 315px;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines .three-wines-inner-cans {
    height: 170px;
    padding: 0 20px;
  }
}
.homePage .wine-container .three-wines .three-wines-inner-cans img {
  width: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container .three-wines .three-wines-inner-cans img {
    width: 130px;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines .three-wines-inner-cans img {
    width: 75px;
  }
}
.homePage .wine-container .three-wines .slick-list {
  height: 700px !important;
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container .three-wines .slick-list {
    height: 520px !important;
  }
}
@media only screen and (max-width: 430px) {
  .homePage .wine-container .three-wines .slick-list {
    height: 330px !important;
  }
}
.homePage .wine-container .three-wines .slick-list .slick-track {
  top: 75px !important;
  justify-content: center;
  align-items: center;
  display: flex;
}
.homePage .wine-container h2, .homePage .wine-container .h2 {
  color: #0095A8;
  font-family: Georgia;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.77px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container h2, .homePage .wine-container .h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.homePage .wine-container h3, .homePage .wine-container .h3 {
  color: #0095A8;
  font-family: Georgia;
  font-size: 50px;
  letter-spacing: 0.77px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .homePage .wine-container h3, .homePage .wine-container .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.homePage .wine-container .second-content-inner {
  margin-top: 60px;
}
.homePage .wine-container .btn-shop-now a {
  font-family: Georgia;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 1.5rem 3.5rem;
  text-decoration: none;
  background-color: #0095A8;
  border: 2px solid #0095A8;
}
@media (max-width: 768px) {
  .homePage .wine-container .btn-shop-now a {
    padding: 0.5rem 2rem;
    font-size: 20px;
  }
}
.homePage .wine-container .btn-shop-now a:hover {
  color: #0095A8;
  background-color: transparent;
}
.homePage .home-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  height: 112vh;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .homePage .home-banner {
    height: 80vh;
  }
}
.homePage .home-banner .inner-top-text img {
  max-width: 510px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .homePage .home-banner .inner-top-text img {
    max-width: 210px;
    margin-top: 60px;
  }
}
.homePage .home-banner .inner-bottom-text {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .homePage .home-banner .inner-bottom-text {
    padding-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
  }
}
@media only screen and (min-width: 1950px) {
  .homePage .home-banner .inner-bottom-text {
    padding-bottom: 150px;
  }
}
.homePage .home-banner .inner-bottom-text h3, .homePage .home-banner .inner-bottom-text .h3 {
  color: #0095A8;
  font-family: Georgia;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.77px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .homePage .home-banner .inner-bottom-text h3, .homePage .home-banner .inner-bottom-text .h3 {
    font-size: 30px;
    letter-spacing: 2.07px;
  }
}
.homePage .home-banner .inner-bottom-text img {
  max-width: 100px;
}
.homePage .bottom-text {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .homePage .bottom-text {
    margin-top: 55px;
    margin-bottom: 0px;
  }
}
.homePage .heading-2 {
  color: #0095A8;
  font-family: Georgia;
  font-size: 35px;
  font-style: italic;
  letter-spacing: 3px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .homePage .heading-2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.homePage .did-you-know {
  color: #032622;
  margin-bottom: 0;
}
.homePage .heading-3 {
  color: #032622;
  font-family: Georgia;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .homePage .heading-3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
.homePage .turquoise {
  color: #0095a8 !important;
}
@media only screen and (max-width: 768px) {
  .homePage .mobile-margin {
    margin-bottom: 50px;
  }
}
.homePage .heading-4 {
  color: #0095A8;
  font-family: Georgia;
  font-size: 40px;
  letter-spacing: 0.62px;
  line-height: 55px;
}
@media only screen and (max-width: 768px) {
  .homePage .heading-4 {
    font-size: 20px;
    line-height: 27px;
  }
}
.overflow-visible {
  overflow: visible !important;
}
.max-vh-100 {
  max-height: 100vh !important;
}
.max-vh-75 {
  max-height: 75vh !important;
}
.max-vh-50 {
  max-height: 50vh !important;
}
.max-vh-25 {
  max-height: 25vh !important;
}
.list-style-none {
  list-style: none;
}
.flex-1 {
  flex: 1;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
.nicescroll-rails {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.nicescroll-rails div {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 1px !important;
}
.nicescroll-rails.nicescroll-rails-vr div {
  width: 100% !important;
}
body > .nicescroll-rails {
  z-index: 89 !important;
}
.slick-slider .slick-slide {
  outline: none;
}
/* @import your custom SCSS here if needed to be specified explicitly */
/* Include all final code here to be compiled last */
.site-blue-text {
  color: #0095A8 !important;
}
.site-blue-text-hover:hover {
  color: #0095A8 !important;
}
.site-blue-text-offhover:not(:hover):not(.active) {
  color: #0095A8 !important;
}
.site-blue-background {
  background-color: #0095A8 !important;
}
.site-blue-border {
  border-color: #0095A8 !important;
}
.site-blue-border-bottom {
  border-bottom-color: #0095A8 !important;
}
.site-blue-border-top {
  border-top-color: #0095A8 !important;
}
.site-blue-border-left {
  border-left-color: #0095A8 !important;
}
.site-blue-border-right {
  border-right-color: #0095A8 !important;
}
.btn.btn-site-blue {
  border-color: #0095A8;
  background-color: #0095A8;
}
.btn.btn-site-blue.active, .btn.btn-site-blue:hover {
  border-color: #0095A8;
  color: #0095A8;
  background: transparent;
}
.btn.btn-site-blue.hollow {
  background: none;
  color: #0095A8;
}
.btn.btn-site-blue.hollow.active, .btn.btn-site-blue.hollow:hover {
  background-color: #0095A8;
  color: white;
}
.site-green-text {
  color: #032622 !important;
}
.site-green-text-hover:hover {
  color: #032622 !important;
}
.site-green-text-offhover:not(:hover):not(.active) {
  color: #032622 !important;
}
.site-green-background {
  background-color: #032622 !important;
}
.site-green-border {
  border-color: #032622 !important;
}
.site-green-border-bottom {
  border-bottom-color: #032622 !important;
}
.site-green-border-top {
  border-top-color: #032622 !important;
}
.site-green-border-left {
  border-left-color: #032622 !important;
}
.site-green-border-right {
  border-right-color: #032622 !important;
}
.btn.btn-site-green {
  border-color: #032622;
  background-color: #032622;
}
.btn.btn-site-green.active, .btn.btn-site-green:hover {
  border-color: #032622;
  color: #032622;
  background: transparent;
}
.btn.btn-site-green.hollow {
  background: none;
  color: #032622;
}
.btn.btn-site-green.hollow.active, .btn.btn-site-green.hollow:hover {
  background-color: #032622;
  color: white;
}
.charcoal-text {
  color: #333333 !important;
}
.charcoal-text-hover:hover {
  color: #333333 !important;
}
.charcoal-text-offhover:not(:hover):not(.active) {
  color: #333333 !important;
}
.charcoal-background {
  background-color: #333333 !important;
}
.charcoal-border {
  border-color: #333333 !important;
}
.charcoal-border-bottom {
  border-bottom-color: #333333 !important;
}
.charcoal-border-top {
  border-top-color: #333333 !important;
}
.charcoal-border-left {
  border-left-color: #333333 !important;
}
.charcoal-border-right {
  border-right-color: #333333 !important;
}
.btn.btn-charcoal {
  border-color: #333333;
  background-color: #333333;
}
.btn.btn-charcoal.active, .btn.btn-charcoal:hover {
  border-color: #333333;
  color: #333333;
  background: transparent;
}
.btn.btn-charcoal.hollow {
  background: none;
  color: #333333;
}
.btn.btn-charcoal.hollow.active, .btn.btn-charcoal.hollow:hover {
  background-color: #333333;
  color: white;
}
.grey-text {
  color: #D8D8D8 !important;
}
.grey-text-hover:hover {
  color: #D8D8D8 !important;
}
.grey-text-offhover:not(:hover):not(.active) {
  color: #D8D8D8 !important;
}
.grey-background {
  background-color: #D8D8D8 !important;
}
.grey-border {
  border-color: #D8D8D8 !important;
}
.grey-border-bottom {
  border-bottom-color: #D8D8D8 !important;
}
.grey-border-top {
  border-top-color: #D8D8D8 !important;
}
.grey-border-left {
  border-left-color: #D8D8D8 !important;
}
.grey-border-right {
  border-right-color: #D8D8D8 !important;
}
.btn.btn-grey {
  border-color: #D8D8D8;
  background-color: #D8D8D8;
}
.btn.btn-grey.active, .btn.btn-grey:hover {
  border-color: #D8D8D8;
  color: #D8D8D8;
  background: transparent;
}
.btn.btn-grey.hollow {
  background: none;
  color: #D8D8D8;
}
.btn.btn-grey.hollow.active, .btn.btn-grey.hollow:hover {
  background-color: #D8D8D8;
  color: white;
}
.off-white-text {
  color: #F1F1F2 !important;
}
.off-white-text-hover:hover {
  color: #F1F1F2 !important;
}
.off-white-text-offhover:not(:hover):not(.active) {
  color: #F1F1F2 !important;
}
.off-white-background {
  background-color: #F1F1F2 !important;
}
.off-white-border {
  border-color: #F1F1F2 !important;
}
.off-white-border-bottom {
  border-bottom-color: #F1F1F2 !important;
}
.off-white-border-top {
  border-top-color: #F1F1F2 !important;
}
.off-white-border-left {
  border-left-color: #F1F1F2 !important;
}
.off-white-border-right {
  border-right-color: #F1F1F2 !important;
}
.btn.btn-off-white {
  border-color: #F1F1F2;
  background-color: #F1F1F2;
}
.btn.btn-off-white.active, .btn.btn-off-white:hover {
  border-color: #F1F1F2;
  color: #F1F1F2;
  background: transparent;
}
.btn.btn-off-white.hollow {
  background: none;
  color: #F1F1F2;
}
.btn.btn-off-white.hollow.active, .btn.btn-off-white.hollow:hover {
  background-color: #F1F1F2;
  color: white;
}
.white-text {
  color: white !important;
}
.white-text-hover:hover {
  color: white !important;
}
.white-text-offhover:not(:hover):not(.active) {
  color: white !important;
}
.white-background {
  background-color: white !important;
}
.white-border {
  border-color: white !important;
}
.white-border-bottom {
  border-bottom-color: white !important;
}
.white-border-top {
  border-top-color: white !important;
}
.white-border-left {
  border-left-color: white !important;
}
.white-border-right {
  border-right-color: white !important;
}
.btn.btn-white {
  border-color: white;
  background-color: white;
}
.btn.btn-white.active, .btn.btn-white:hover {
  border-color: white;
  color: white;
  background: transparent;
}
.btn.btn-white.hollow {
  background: none;
  color: white;
}
.btn.btn-white.hollow.active, .btn.btn-white.hollow:hover {
  background-color: white;
  color: white;
}
.black-text {
  color: black !important;
}
.black-text-hover:hover {
  color: black !important;
}
.black-text-offhover:not(:hover):not(.active) {
  color: black !important;
}
.black-background {
  background-color: black !important;
}
.black-border {
  border-color: black !important;
}
.black-border-bottom {
  border-bottom-color: black !important;
}
.black-border-top {
  border-top-color: black !important;
}
.black-border-left {
  border-left-color: black !important;
}
.black-border-right {
  border-right-color: black !important;
}
.btn.btn-black {
  border-color: black;
  background-color: black;
}
.btn.btn-black.active, .btn.btn-black:hover {
  border-color: black;
  color: black;
  background: transparent;
}
.btn.btn-black.hollow {
  background: none;
  color: black;
}
.btn.btn-black.hollow.active, .btn.btn-black.hollow:hover {
  background-color: black;
  color: white;
}
