@charset "UTF-8";
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
**************************************************************** RESETS **************************************************************** 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

.clear {
  clear: both;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-size: 12px;
  line-height: 20px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

input, textarea {
  font-size: 12px;
}

ul, ol {
  margin: 0 0 20px 20px;
}

/* ************************************************************** */
/* Forms 
/* ************************************************************** */
input,
textarea,
select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}

input {
  padding: 7px 0 7px 8px;
}

input[type=submit] {
  padding: 4px 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

textarea {
  padding: 7px 10px 7px 8px;
  width: 440px;
  height: 149px;
}

select {
  padding: 7px 8px 7px 8px;
}

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1, h2, h3, h4, h5, h6, h7 {
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  padding: 40px 0 20px 0;
  letter-spacing: -2px;
}

h2 {
  font-size: 28px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h5 {
  font-size: 18px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h6 {
  font-size: 16px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h7 {
  font-size: 14px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a {
  text-decoration: underline;
}

p {
  padding: 0 0 20px 0;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.logo_holder a img {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
}

.logo_holder a img:hover {
  opacity: 0.5;
}

/* ************************************************************** */
/* Slider 
/* ************************************************************** */
#slider_container {
  width: 100%;
}

#slider_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

/* ************************************************************** */
/* General Fading Animation 
/* ************************************************************** */
a, #fc_submit, #submit, #searchsubmit {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

/* ************************************************************** */
/* Post 
/* ************************************************************** */
/* ************************************************************** */
/* Post Content 
/* ************************************************************** */
.more-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 7px;
  margin: 0 0 20px 0;
  line-height: 19px;
  display: inline-block;
  position: relative;
  top: -10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.more-link:hover {
  text-decoration: none;
}

/* ************************************************************** */
/* Inputs and Textareas Global 
/* ************************************************************** */
input, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ************************************************************** */
/* Post Comments 
/* ************************************************************** */
.comments_number {
  font-size: 24px;
  padding: 20px 0 40px 240px;
  margin: 0 10px 0 10px;
}

#post_comments {
  padding: 0 10px 0 10px;
  font-size: 12px;
}

#post_comments-1 ul {
  margin-left: 0;
}

#respond {
  padding: 40px 0 0 0;
}

.commentlist {
  list-style: none;
  padding: 20px 0 0 0;
}

.commentlist li {
  padding: 0 0 19px 0;
  word-wrap: break-word;
}

.commentlist ul.children {
  list-style: none;
}

.commentlist .comment_wrapper .user_wrapper {
  width: 230px;
  float: left;
}

.commentlist .comment_wrapper .user_wrapper img {
  float: left;
  display: block;
  padding: 3px 0 10px 0;
}

.commentlist .comment_wrapper .user_wrapper .comment_user_meta {
  float: right;
  width: 170px;
  padding: 0 0 18px 0;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  font-size: 11px;
}

.commentlist .comment_wrapper .comment_author {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment_author a {
  text-decoration: none;
}

.commentlist .comment_wrapper .comment_date {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment-reply-link {
  display: none;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 3px 0 3px;
  margin: 0 0 0 2px;
  line-height: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist li:hover .comment-reply-link {
  display: inline-block;
}

.commentlist .comment_wrapper .comment_approval {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 3px 1px 3px;
  margin: 0 0 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  float: right;
  width: 440px;
}

.commentlist .comment_wrapper .comment_content {
  padding-left: 240px;
  padding-bottom: 20px;
  position: relative;
}

.commentlist .comment_wrapper .comment_content p {
  display: block;
}

.commentlist ul.children li .comment_wrapper .user_wrapper {
  padding: 0 0 0 60px;
}

.commentlist ul.children li .comment_wrapper .comment_content {
  padding-left: 300px;
}

.commentlist ul.children ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 120px;
}

.commentlist ul.children ul li .comment_wrapper .comment_content {
  padding-left: 360px;
}

.commentlist ul.children ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 180px;
}

.commentlist ul.children ul ul li .comment_wrapper .comment_content {
  padding-left: 420px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 240px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .comment_content {
  padding-left: 480px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 360px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .comment_content {
  padding-left: 540px;
}

.commentlist ul.children li .comment_wrapper .comment_message_wrapper {
  width: 389px;
}

/* ************************************************************** */
/* Comment Form 
/* ************************************************************** */
#comment_form_wrapper {
  padding: 0 10px 0 10px;
}

#comment_form {
  padding: 0 0 80px 0;
}

#comment_form .comment_form_left {
  width: 220px;
  float: left;
  padding: 0 10px 0 0;
}

#comment_form .comment_form_left h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0 0 0;
}

#comment_form .comment_form_right {
  width: 460px;
  float: left;
  padding: 0 0 0 10px;
}

#comment_form label {
  font-size: 11px;
  padding: 0 0 0 10px;
}

#comment_form input {
  border: none;
  width: 210px;
  font-size: 12px;
  padding: 7px 0 7px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form textarea {
  width: 440px;
  height: 149px;
  border: none;
  line-height: 20px;
  padding: 7px 10px 7px 8px;
  margin-bottom: -4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*#comment_form .submit_comment	{ display:block; width: 117px; height:27px; padding-right:8px; font-size:11px; text-align:center; border: 0; cursor:pointer;  }*/
#comment_form .submit_comment {
  width: auto;
  cursor: pointer;
  border: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form p {
  padding: 0 0 15px 0;
}

#comment_form .cancel-comment-reply {
  margin: 0 0 0 0;
  float: right;
  font-size: 12px;
}

#post_comments #comment_form {
  margin-left: 0;
}

/* Fixes the margin jump when your click "reply" */
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************ CUSTOM STYLES ************************************************************* 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Fonts 
/* ************************************************************** */
@font-face {
  font-family: "brandon_grotesquebold";
  src: url("../fonts/brandon_grotesque_bold-webfont.woff2") format("woff2"), url("../fonts/brandon_grotesque_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon_grotesquelight";
  src: url("../fonts/brandon_grotesque_light-webfont.woff2") format("woff2"), url("../fonts/brandon_grotesque_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon_grotesquemedium";
  src: url("../fonts/brandon_grotesque_medium-webfont.woff2") format("woff2"), url("../fonts/brandon_grotesque_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "brandon_grotesqueregular";
  src: url("../fonts/brandon_grotesque_regular-webfont.woff2") format("woff2"), url("../fonts/brandon_grotesque_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rift_softbold";
  src: url("../fonts/rift-soft-bold-webfont.woff2") format("woff2"), url("../fonts/rift-soft-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rift_softlight";
  src: url("../fonts/rift-soft-light-webfont.woff2") format("woff2"), url("../fonts/rift-soft-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
	*** Light ***
	font-weight: 300;

	*** Book/Regular ***
	font-weight: 400;

	*** Medium ***
	font-weight: 500;

	*** bold ***
	font-weight: 700;

*/
/* ************************************************************** */
/* CSS Variables 
/* ************************************************************** */
:root {
  --orange: #f7931d;
  --dark-blue: #34839b;
  --light-gray-01: #f5f5f5;
  --light-gray-02: #e5e5e5;
  --light-gray-03: #bbbbbb;
  --dark-gray: #282828;
  --highlight-color: #fefbd9;
  --light-highlight: #91826e;
  --white: #fff;
  --black: #000;
  --red: #c62727;
  --fs-body: 18px;
  --fs-h1: 56px;
  --fs-h2: 50px;
  --fs-title: 30px;
  --fs-subtitle: 18px;
  --fw-l: 300;
  --fw-r: 400;
  --fw-m: 500;
  --fw-b: 700;
  --fw-normal: normal;
  --ff-brandon-light: "brandon_grotesquelight", sans-serif;
  --ff-brandon-regular: "brandon_grotesqueregular", sans-serif;
  --ff-brandon-medium: "brandon_grotesquemedium", sans-serif;
  --ff-brandon-bold: "brandon_grotesquebold", sans-serif;
  --ff-rift-soft-light: "rift_softlight", sans-serif;
  --ff-rift-soft-bold: "rift_softbold", sans-serif;
  --tec-font-family-sans-serif: "brandon_grotesqueregular", sans-serif !important;
  --tec-font-size-1: 18px !important;
  --tec-font-size-2: 16px !important;
  --tec-font-size-3: 18px !important;
  --tec-font-size-7: 28px !important;
  --tec-color-accent-primary: #f7931d !important;
  --tec-color-link-accent-hover: #282828 !important;
  --bs-link-hover-color: #f7931d !important;
  --tec-color-icon-focus: #f7931d !important;
  --content-padding: 60px 30px;
  --max-width: 1500px;
}

/* ************************************************************** */
/* Mixins 
/* ************************************************************** */
/** Add position:relative to parent div **/
/** Use on :before or :after psudo code **/
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
/* ************************************************************** */
/* Typography 
/* ************************************************************** */
h1 {
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-gray);
  line-height: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2 {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.1em;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h3 {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 30px;
  color: var(--dark-gray);
  line-height: 1.1em;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vc_row h2 {
  font-size: 40px;
  font-weight: var(--fw-normal);
}
.vc_row h3 {
  font-size: 30px;
  font-weight: var(--fw-normal);
}

a,
.page-content a {
  color: var(--orange);
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}
a:hover,
.page-content a:hover {
  color: var(--dark-gray);
}

p {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.7em;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

blockquote {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.7em;
  margin-bottom: 20px;
  padding: 5px 0px 0px 20px;
  border-left: 5px solid var(--dark-gray);
}
blockquote p {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.7em;
}
blockquote p:last-child {
  padding-bottom: 5px;
}
blockquote:before, blockquote:after {
  content: none !important;
}

small {
  font-size: 14px;
}

sub {
  vertical-align: sub;
  font-size: 0.5em;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  height: 100%;
  background: var(--white);
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  height: 1px;
  background: var(--light-gray-03);
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul,
ol {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
ul li,
ol li {
  line-height: 31px;
  margin-bottom: 0px;
  margin-left: 20px;
}

strong {
  font-family: var(--ff-brandon-bold) !important;
  font-size: 1.05em;
}

.page-content-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content-wrapper .page-content {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content-wrapper .page-content img {
  max-width: 100%;
  height: auto;
}

.text-highlight {
  font-size: var(--fs-r);
  padding: 20px 30px;
  background: var(--highlight-color);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.relevanssi-query-term {
  padding: 2px 5px;
  background: var(--highlight-color);
}

.vc_btn3-container a.vc_btn3 {
  font-family: var(-ff-brandon-bold);
  color: var(--white) !important;
  font-size: 22px !important;
  line-height: 1.5em !important;
  background: var(--orange) !important;
  border: none !important;
  padding: 10px 20px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.vc_btn3-container a.vc_btn3:hover {
  background: var(--dark-gray) !important;
}
.vc_btn3-container.arrow a {
  position: relative;
  color: var(--orange) !important;
  font-size: 18px !important;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 25px !important;
  background: none !important;
}
.vc_btn3-container.arrow a:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 15px;
  font-weight: 300;
  top: 10px;
  right: 5px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.vc_btn3-container.arrow a:hover {
  background: none !important;
}
.vc_btn3-container.arrow a:hover:after {
  right: 0px;
}

.section-title {
  margin-bottom: 0 !important;
}
.section-title p {
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 110px;
  color: var(--dark-blue);
  line-height: 0.9em;
  padding-bottom: 0px;
}
.section-title p span {
  color: var(--dark-gray);
}
.section-title.black p {
  color: var(--dark-gray);
}
.section-title.center {
  text-align: center;
}
.section-title.right {
  text-align: right;
}
.section-title.small p {
  font-size: 40px;
  line-height: 1em;
  padding-bottom: 15px;
}
.section-title.small.black p {
  color: var(--dark-gray);
}

.section-subtitle p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.2em;
}
.section-subtitle.white p {
  color: var(--white);
}
.section-subtitle.center {
  text-align: center;
}
.section-subtitle.right {
  text-align: right;
}
.section-subtitle.small p {
  font-size: 40px;
  line-height: 1.1em;
}

.section-title-alt {
  margin-bottom: 10px !important;
}
.section-title-alt p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.2em;
  padding-bottom: 0px;
}

.section-subtitle-alt p {
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-gray);
  line-height: 0.9em;
}
.section-subtitle-alt p span {
  color: var(--dark-gray);
}
.section-subtitle-alt.white p {
  color: var(--white);
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider-title {
  text-align: center;
  margin-top: 30px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 3rem;
  color: var(--dark-gray);
  line-height: 1.2em;
}
.slider-wrapper .swiper {
  width: 100%;
  height: auto !important;
  padding-top: 60px;
  padding-bottom: 90px !important;
}
.slider-wrapper .swiper .swiper-slide {
  font-size: 0.875rem;
}
.slider-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  color: var(--dark-gray);
  padding: 16px 20px;
  background: var(--white);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.4s ease-in-out !important;
  -ms-transition: 0.4s ease-in-out !important;
  -moz-transition: 0.4s ease-in-out !important;
  -webkit-transition: 0.4s ease-in-out !important;
  transition: 0.4s ease-in-out !important;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: var(--white);
  background: var(--dark-gray);
}

.swiper-button-next {
  right: 120px !important;
}

.swiper-button-prev {
  left: 120px !important;
}

.swiper-pagination {
  height: 3px !important;
  top: auto !important;
  right: 0px !important;
  left: auto !important;
  bottom: 80px !important;
  background: var(--light-gray-01) !important;
  width: 40% !important;
}
.swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--light-gray-03) !important;
}

.pagination {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.2em;
  text-align: center;
  padding: 20px 0px;
}
.pagination .current {
  display: inline-block;
  color: var(--white);
  padding-top: 10px;
  background: var(--dark-gray);
  width: 38px;
  height: 38px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.pagination a {
  display: inline-block;
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.2em;
  text-align: center;
  text-decoration: none !important;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 10px;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.pagination a.first, .pagination a.previous, .pagination a.next, .pagination a.last {
  width: 50px;
}
.pagination a:hover {
  color: #fff !important;
  background: var(--dark-gray);
}

.gray-bg p {
  text-align: center;
  padding: 30px;
  background: var(--light-gray-01);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.delay-0-2 {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
}

.delay-0-4 {
  -webkit-animation-delay: 0.4s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.4s;
}

.delay-0-5 {
  -webkit-animation-delay: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
}

.delay-1-2 {
  -webkit-animation-delay: 1.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.2s;
}

.trp-language-switcher-container {
  position: absolute !important;
  height: auto !important;
}
.trp-language-switcher-container.trp-top-right {
  right: 0px !important;
}
.trp-language-switcher-container.trp-top-right #trp-floater-ls-current-language a {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 14px;
  color: var(--white);
  line-height: 1.5em;
  margin-top: 5px !important;
  padding: 10px;
}

/* ************************************************************** */
/* Slide In Panel 
/* ************************************************************** */
.cd-main-content h1 {
  font-size: 2rem;
  color: var(--dark-gray);
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  color: var(--white);
}
.cd-main-content .cd-btn a.watch-video,
.cd-main-content .cd-btn a.view-ppt {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #cacaca;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.cd-main-content .cd-btn a.watch-video img,
.cd-main-content .cd-btn a.view-ppt img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.cd-main-content .cd-btn a.watch-video:hover,
.cd-main-content .cd-btn a.view-ppt:hover {
  color: #fff;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0.5s 0.6s;
  transition: visibility 0.5s 0.6s;
  z-index: 99999;
}
.cd-panel::after {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.5s 0.5s;
  transition: background 0.5s 0.5s;
}
.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.5s 0s;
  transition: background 0.5s 0s;
}
.cd-panel.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.cd-panel.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.5s;
  animation: cd-close-1 0.6s 0.5s;
}
.cd-panel.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.5s;
  animation: cd-close-2 0.6s 0.5s;
}
.cd-panel .cd-panel__header {
  text-align: right;
  position: fixed;
  padding-right: 70px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: whitesmoke;
  z-index: 2;
  border-bottom: 1px solid var(--light-gray-02);
  -webkit-transition: -webkit-transform 0.5s 0s;
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cd-panel .cd-panel__header h1 {
  font-size: 14px;
  color: var(--dark-blue);
  padding-left: 5%;
  line-height: 30px;
  padding-top: 10px;
}
.cd-panel .cd-panel__header .cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--dark-blue);
}
.cd-panel .cd-panel__header .cd-panel__close::before {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel .cd-panel__header .cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-panel .cd-panel__header .cd-panel__close:hover {
  background-color: var(--orange);
}
.cd-panel .cd-panel__header .cd-panel__close:hover:hover::before {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.cd-panel .cd-panel__header .cd-panel__close:hover:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-panel.cd-panel--from-right .cd-panel__header {
  right: 0;
}
.cd-panel.cd-panel--from-left .cd-panel__header {
  left: 0;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 5% 0px 5%;
  background: #f5f5f5;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

.wrapper-full {
  z-index: inherit !important;
}

.remove-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

/* ************************************************************** */
/* Gravity Forms 
/* ************************************************************** */
body .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 35px;
  grid-column-gap: 30px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 100% !important;
  height: 50px;
  padding-left: 10px;
  background: transparent;
  background: var(--white) url(../gfx/icon-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  border: 1px solid var(--light-gray-02);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label {
  font-size: 18px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio],
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_country label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_4_1_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_4_2_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_12_3_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_12_6_container label {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: var(--red);
  font-style: normal;
  font-size: 18px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.hide-label legend {
  display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input {
  margin-bottom: 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_city input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state {
  margin-bottom: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 100% !important;
  height: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #f5f5f4;
  border: 1px solid var(--light-gray-01);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus {
  outline: none;
  border-color: var(--light-gray-02);
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 100% !important;
  height: 200px;
  padding: 10px !important;
  background: #f5f5f4;
  border: 1px solid var(--light-gray-01);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  outline: none;
  border-color: var(--light-gray-02);
}

body .gform_wrapper .gf_page_steps .gf_step {
  font-size: 16px;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  font-weight: normal;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--light-gray-03);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:hover {
  background: var(--light-gray-03) !important;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_body .gform_page_footer .gform_button {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 22px;
  color: var(--white);
  line-height: 1.5em;
  text-transform: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background: var(--orange);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover {
  background: var(--dark-gray);
}

body .gform_wrapper .gform_body .gform_fields .gfield--type-html hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.screen-reader-text {
  padding-bottom: 5px;
  padding-left: 20px;
  background: url(../gfx/form-arrow.png) left 4px no-repeat;
}

.ui-datepicker-title {
  color: var(--dark-gray);
}
.ui-datepicker-title select.ui-datepicker-month option {
  color: var(--dark-gray);
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-webkit-input-placeholder {
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-moz-placeholder {
  /* Firefox 18- */
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
  color: var(--dark-gray) !important;
}

/* ************************************************************** */
/* Shortcodes 
/* ************************************************************** */
#video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#video-container iframe,
#video-container object,
#video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contact-phone-email-wrapper {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 22px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-top: -15px;
}
.contact-phone-email-wrapper a {
  text-decoration: none;
}

ul.contact-social-media {
  position: relative;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul.contact-social-media li {
  margin-bottom: 0;
}
ul.contact-social-media li a {
  position: relative;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
ul.contact-social-media li a:hover {
  color: var(--orange);
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
#header {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  z-index: 999;
  /* Top Header */
  /* Bottom Header */
}
#header .header-top-wrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
#header .header-top-wrapper .header-top {
  display: flex;
  justify-content: right;
  color: var(--dark-gray);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 30px 10px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-top-wrapper .header-top ul.header-social-media {
  position: relative;
  list-style: none;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#header .header-top-wrapper .header-top ul.header-social-media li {
  display: inline;
  margin-right: 15px;
}
#header .header-top-wrapper .header-top ul.header-social-media li a {
  position: relative;
  color: var(--dark-gray);
  font-size: 16px;
}
#header .header-top-wrapper .header-top ul.header-social-media li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 23px;
  height: 100%;
  background: var(--light-gray-01);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
#header .header-top-wrapper .header-top ul.header-social-media li a:hover:after {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1.5);
  -ms-transform: translateX(-50%) scale(1.5);
  transform: translateX(-50%) scale(1.5);
}
#header .header-top-wrapper .header-top ul.header-social-media:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 15px);
  background-color: #cccccc;
  right: 0px;
}
#header .header-top-wrapper .header-top .header-login {
  position: relative;
  margin-right: 45px;
  padding-right: 15px;
  /*
  &:after {
  	content: "";
  	@include center(vertical);
  	width: 1px;
  	height: calc(100% - 15px);
  	background-color: #cccccc;
  	right: 0px;
  }
  */
}
#header .header-top-wrapper .header-top .header-login a {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}
#header .header-top-wrapper .header-top .header-login a:hover {
  color: var(--orange) !important;
}
#header .header-top-wrapper .header-top .header-login a:focus {
  outline: none;
}
#header .header-top-wrapper .header-top .hd-translator {
  /*
  a {
  	@include brandon-bold($size: 14px, $color: var(--dark-gray), $lh: 1.5em);
  	text-transform: uppercase;
  	text-decoration: none;

  	&:hover {
  		color: var(--orange) !important;
  	}

  	&:focus {
  		outline: none;
  	}
  }
  */
}
#header .header-bottom-wrapper {
  width: 100%;
  text-align: center;
}
#header .header-bottom-wrapper .header-bottom {
  display: flex;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-bottom-wrapper .header-bottom .logo {
  position: relative;
  z-index: 999999;
}
#header .header-bottom-wrapper .header-bottom .logo img {
  display: block;
  width: 111px;
  height: auto;
}
#header .header-bottom-wrapper .header-bottom .menu-top-nav-container {
  flex: 2 1 auto;
  display: flex;
  flex-direction: column;
}
#header.header-white {
  /* Top Header */
  /* Bottom Header */
}
#header.header-white .header-top-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
#header.header-white .header-top-wrapper .header-top {
  color: var(--white);
}
#header.header-white .header-top-wrapper .header-top ul.header-social-media li a {
  color: var(--white);
}
#header.header-white .header-top-wrapper .header-top .header-login a {
  color: var(--white);
}
#header.header-white .header-top-wrapper .header-top .hd-translator a {
  color: var(--white);
}
#header.header-white .header-bottom-wrapper .header-bottom ul#menu-top-nav li {
  color: var(--white);
}
#header.header-white .header-bottom-wrapper .header-bottom ul#menu-top-nav li a {
  color: var(--white);
}
#header.header-white .header-bottom-wrapper .header-bottom #menu-top-nav > li > ul > li > a {
  color: var(--dark-gray);
}
#header.header-white .header-bottom-wrapper .header-bottom #menu-top-nav > li > ul > li > a:hover {
  color: var(--orange) !important;
}
#header.header-none {
  display: none;
}

body.single-tribe_events li.menu-item.menu-item-887 > a,
body.post-type-archive-tribe_events li.menu-item.menu-item-887 ul.sub-menu li.menu-item-797 a,
body.single-tribe_events li.menu-item.menu-item-887 ul.sub-menu li.menu-item-797 a,
body.single-tribe_organizer li.menu-item.menu-item-887 > a,
body.single-tribe_organizer li.menu-item.menu-item-887 ul.sub-menu li.menu-item-797 a,
body.single-tribe_venue li.menu-item.menu-item-887 > a,
body.single-tribe_venue li.menu-item.menu-item-887 ul.sub-menu li.menu-item-797 a,
body.single-post .menu-item.menu-item-605 > a,
body.archive .menu-item.menu-item-605 > a,
body.search-results .menu-item.menu-item-605 > a {
  color: var(--orange) !important;
}

.sfm-logo .sfm-widget-bottom {
  margin-top: 10px;
}
.sfm-logo .sfm-widget-bottom p {
  display: none;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account {
  text-align: center;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px 10px 20px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a.logout:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  top: 12px;
  left: 0px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a.login:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  top: 12px;
  left: 0px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a:hover {
  color: var(--light-gray-03);
}

.sfm-rollback {
  width: 1px !important;
}

ul#menu-top-nav {
  align-self: flex-end;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
ul#menu-top-nav li {
  float: left;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
ul#menu-top-nav li a {
  color: var(--dark-gray);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  background: center top;
}
ul#menu-top-nav li a:hover {
  color: var(--orange);
}

#menu-top-nav > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#menu-top-nav > li.current-menu-parent,
#menu-top-nav > li.current-menu-item {
  /*
  :after {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
  }
  */
}

#menu-top-nav > li.current-menu-parent > a,
#menu-top-nav > li ul.sub-menu li.current-menu-item > a {
  color: var(--orange) !important;
}

#menu-top-nav > li > a {
  display: block;
  position: relative;
  color: var(--white);
  text-decoration: none;
  font-size: 12px;
  padding: 25px 15px 20px 15px !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
  z-index: 9;
  /*
  &:after {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 15px;
  	bottom: 0px;
  	left: 0;
  	background-color: rgba(243, 243, 243, 0.9);
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
  	z-index: -1;
  }
  */
}

#menu-top-nav > li > a {
  /*
  &:hover:after {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
  }
  */
}

#menu-top-nav > li > a:hover,
#menu-top-nav > li.active > a,
#menu-top-nav > li > ul {
  color: var(--orange) !important;
}

#menu-top-nav > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0 0 5px;
  top: 60px;
  left: 0;
  background: var(--light-gray-01);
  white-space: nowrap;
}

#menu-top-nav > li > ul > li {
  display: block;
  margin: 5px 20px;
  padding: 0;
}

#menu-top-nav > li > ul > li > a {
  font-size: 12px;
  color: var(--dark-gray);
  margin-left: 10px;
  margin-right: 10px;
}
#menu-top-nav > li > ul > li > a:hover {
  color: var(--orange) !important;
  padding-left: 5px;
  margin-right: 5px;
}

#menu-top-nav > li:hover > ul {
  display: block;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}

.shift-nav-account {
  text-align: center;
}
.shift-nav-account a {
  position: relative;
  color: var(--dark-gray);
  text-decoration: none;
  padding-left: 20px;
}
.shift-nav-account a:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 13px;
  font-weight: 500;
  top: 6px;
  left: 0px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.shift-nav-account a:hover {
  color: var(--orange);
}

.page-header-featured-img-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.page-header-featured-img-wrapper > * {
  position: relative;
  z-index: 100;
}
.page-header-featured-img-wrapper .page-header-featured-img {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 170px 30px 150px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header-featured-img-wrapper .page-header-featured-img h1 {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 60px;
  color: var(--white);
  line-height: 1.1em;
  width: 75%;
}
.page-header-featured-img-wrapper .page-header-featured-img .page-subtitle {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--white);
  line-height: 1.3em;
  width: 75%;
}
.page-header-featured-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.6) 20%, rgba(111, 111, 111, 0));
}
.page-header-featured-img-wrapper.blog-post:after {
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.5));
}
.page-header-featured-img-wrapper.blog-post .page-header-featured-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 170px 30px 60px 30px;
}
.page-header-featured-img-wrapper.blog-post .page-header-featured-img .blog-search-wrapper {
  margin-bottom: 60px;
}
.page-header-featured-img-wrapper.blog-post .page-header-featured-img .blog-search-wrapper .blog-search form#searchform_blog {
  display: flex;
  justify-content: flex-start;
}
.page-header-featured-img-wrapper.blog-post .page-header-featured-img .post-date-title,
.page-header-featured-img-wrapper.blog-post .page-header-featured-img .post-date {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--white);
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page-header-featured-img-wrapper.event-post {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 70px -50vw 60px -50vw;
}
.page-header-featured-img-wrapper.event-post:after {
  content: none;
}
.page-header-featured-img-wrapper.event-post .page-header-featured-img {
  height: 695px;
}

.page-title-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.page-title-wrapper .page-title {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 170px 30px 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title-wrapper .page-title h1 {
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-blue);
  line-height: 0.9em;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.page-title-wrapper .page-title .page-subtitle {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.1em;
}

.hidden-title-spacer {
  width: 100%;
  height: 140px;
}

ul#breadcrumbs {
  list-style: none;
  font-family: var(--ff-brandon-light);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.3em;
  margin-left: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
}
ul#breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
}
ul#breadcrumbs li a {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.3em;
  text-decoration: none;
  margin-right: 10px;
  text-transform: capitalize;
}
ul#breadcrumbs li a:hover {
  color: var(--orange);
}
ul#breadcrumbs li i {
  font-size: 10px;
  margin-right: 10px;
}

/* ************************************************************** */
/* Blog Single 
/* ************************************************************** */
.single-post-sticky-nav {
  position: fixed;
  max-width: 17.8rem;
  padding: 30px;
  right: 30px;
  bottom: 30px;
  background: var(--white);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  z-index: 9999;
}
.single-post-sticky-nav .nav-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post-sticky-nav .nav-headline .section-title {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.3em;
}
.single-post-sticky-nav .nav-headline .nav-group {
  display: flex;
  margin-right: -1rem;
  margin-left: 0.5rem;
}
.single-post-sticky-nav .nav-headline .nav-group a {
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: var(--dark-gray);
  min-width: 56px;
  height: 56px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.single-post-sticky-nav .nav-headline .nav-group a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid var(--orange);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  transform: scale(0);
  z-index: -1;
}
.single-post-sticky-nav .nav-headline .nav-group a i {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
.single-post-sticky-nav .nav-headline .nav-group a:hover i {
  color: var(--orange);
}
.single-post-sticky-nav .nav-headline .nav-group a:hover:after {
  transform: scale(1);
}
.single-post-sticky-nav .next-post-title {
  margin-top: 20px;
}
.single-post-sticky-nav .next-post-title a {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 24px;
  color: var(--dark-gray);
  line-height: 1.1em;
  text-decoration: none;
}
.single-post-sticky-nav .next-post-title a:hover {
  color: var(--orange);
}

/* ************************************************************** */
/* Homepage 
/* ************************************************************** */
.home-banner {
  position: relative;
}
.home-banner > * {
  position: relative;
  z-index: 100;
}
.home-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  visibility: visible !important;
  background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.8) 50px, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0));
}

#home-slider-1-28 {
  font-family: var(--ff-brandon-bold) !important;
  font-weight: var(--fw-normal) !important;
  font-size: 40px !important;
  line-height: 1.2em !important;
}

#home-slider-1-30 {
  font-family: var(-ff-brandon-bold);
  color: var(--white) !important;
  font-size: 22px !important;
  line-height: 1.5em !important;
  background: var(--orange) !important;
  border: none !important;
  padding: 10px 20px !important;
  cursor: pointer;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
#home-slider-1-30:hover {
  background: var(--dark-gray) !important;
}

.home-aboout-img {
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.home-programs {
  margin-top: 130px;
  border-bottom: 1px solid var(--light-gray-02);
}
.home-programs .left {
  margin-top: 96px;
  margin-bottom: 60px;
  padding-right: 140px;
}
.home-programs .left .map {
  text-align: right;
}
.home-programs .right .program-column {
  padding-left: 20px;
}
.home-programs .right .program-column .icon.space {
  margin-top: 146px;
}
.home-programs .right .program-column .title {
  margin-bottom: 0px;
}
.home-programs .right .program-column .title p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 29px;
  color: var(--dark-gray);
  line-height: 1.2em;
  padding-bottom: 0px;
}
.home-programs .right .program-column .summary {
  margin-bottom: 0px;
}
.home-programs .right .program-column .vc_btn3-container {
  margin-top: -10px;
  margin-bottom: 80px;
}

.home-stats {
  margin-top: 60px;
  margin-bottom: 60px;
}
.home-stats .stat {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  left: 0;
}
.home-stats .stat p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 25px;
  color: var(--dark-gray);
  line-height: 1.2em;
  padding: 5px;
  background: var(--white);
}
.home-stats .number {
  margin-bottom: 0;
}
.home-stats .number p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 13.5vw;
  color: var(--dark-blue);
  line-height: 1.2em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  padding-bottom: 0;
}

.home-map-ad {
  margin-top: 120px;
  padding-top: 140px !important;
  padding-bottom: 135px;
}
.home-map-ad .map {
  text-align: right !important;
}
.home-map-ad .title-light {
  margin-bottom: 0;
}
.home-map-ad .title-light p {
  font-family: var(--ff-rift-soft-light);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-gray);
  line-height: 0.8em;
}
.home-map-ad .title-bold {
  margin-bottom: 0;
}
.home-map-ad .title-bold p {
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-gray);
  line-height: 0.8em;
}
.home-map-ad .map-logo-gallery {
  margin-top: 115px;
}
.home-map-ad .map-logo-gallery ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.home-map-ad .map-logo-gallery ul li {
  position: relative !important;
  left: 0 !important;
  align-self: center;
}

.home-testimonials {
  margin-top: 95px;
}

.home-calendar {
  margin-top: 90px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--light-gray-01);
}
.home-calendar .page-title-wrapper {
  margin-top: 60px;
}
.home-calendar .page-title-wrapper .page-title {
  display: none;
}
.home-calendar .wpb_text_column {
  margin-bottom: 0;
}
.home-calendar .wpb_text_column .tribe-common-l-container {
  margin: 20px 0 0 0 !important;
  padding: 0px !important;
  max-width: 100% !important;
}
.home-calendar .wpb_text_column .tribe-common-l-container .tribe-events-header {
  display: none;
}
.home-calendar .wpb_text_column .tribe-common-l-container .tribe-events-calendar-list__event-featured-image-wrapper {
  display: none;
}
.home-calendar .wpb_text_column .tribe-common-l-container .tribe-events-calendar-list__event-details {
  width: 100% !important;
}
.home-calendar .wpb_text_column .tribe-common-l-container .tribe-events-calendar-list-nav {
  display: none;
}
.home-calendar .wpb_text_column .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

.home-blog {
  padding-top: 120px;
  padding-bottom: 120px;
}
.home-blog .summary {
  text-align: right;
  margin-top: 70px;
}

.home-blog-list {
  margin-top: 55px !important;
}
.home-blog-list .row {
  --bs-gutter-x: 1.88rem;
}
.home-blog-list .row div[class^=col] {
  margin-bottom: 40px;
}
.home-blog-list .row div[class^=col] .featured-img {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.home-blog-list .row div[class^=col] .featured-img:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-blog-list .row div[class^=col] .featured-img .date {
  display: inline-block;
  position: relative;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 25px;
  color: var(--white);
  line-height: 1.2em;
  padding: 8px 20px;
  background: var(--dark-blue);
  z-index: 3;
}
.home-blog-list .row div[class^=col] .categories {
  margin-top: 20px;
}
.home-blog-list .row div[class^=col] .categories a {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 15px;
  color: var(--dark-gray);
  line-height: 1.2em;
  text-decoration: none;
  -o-transition: 0.3 ease-in-out !important;
  -ms-transition: 0.3 ease-in-out !important;
  -moz-transition: 0.3 ease-in-out !important;
  -webkit-transition: 0.3 ease-in-out !important;
  transition: 0.3 ease-in-out !important;
}
.home-blog-list .row div[class^=col] .categories a:hover {
  color: var(--orange);
}
.home-blog-list .row div[class^=col] .title {
  margin-top: 10px;
}
.home-blog-list .row div[class^=col] .title a {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 25px;
  color: var(--dark-gray);
  line-height: 1.2em;
  text-decoration: none;
  -o-transition: 0.3 ease-in-out !important;
  -ms-transition: 0.3 ease-in-out !important;
  -moz-transition: 0.3 ease-in-out !important;
  -webkit-transition: 0.3 ease-in-out !important;
  transition: 0.3 ease-in-out !important;
}
.home-blog-list .row div[class^=col] .title a:hover {
  color: var(--orange);
}
.home-blog-list .row div[class^=col] .excerpt {
  margin-top: 20px;
}
.home-blog-list .row div[class^=col] .read-more a {
  position: relative;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px 10px 0;
}
.home-blog-list .row div[class^=col] .read-more a:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 15px;
  font-weight: 300;
  top: 10px;
  right: 5px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.home-blog-list .row div[class^=col] .read-more a:hover:after {
  right: 0px;
}

.home-donate-cta {
  padding-top: 240px !important;
  padding-bottom: 280px;
}
.home-donate-cta .vc_btn3-container {
  text-align: right !important;
}
.home-donate-cta .section-title p {
  color: var(--white);
  font-size: 90px;
}

.home-sponsors {
  padding-top: 120px !important;
}
.home-sponsors .map-logo-gallery {
  margin-top: 115px;
}
.home-sponsors .map-logo-gallery ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.home-sponsors .map-logo-gallery ul li {
  position: relative !important;
  left: 0 !important;
  align-self: center;
  top: 0 !important;
  float: none !important;
}
.home-sponsors .map-logo-gallery ul li img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}

.home-sponsors-wrapper {
  display: flex;
  column-gap: 70px;
  row-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home-sponsors-wrapper .sponsor {
  text-align: center;
  width: 15%;
  align-self: center;
  max-height: 100px;
}
.home-sponsors-wrapper .sponsor a {
  display: block;
  max-height: 100px;
}
.home-sponsors-wrapper .sponsor img {
  max-height: 100px;
  height: 100%;
  width: auto;
  filter: grayscale(1);
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.home-sponsors-wrapper .sponsor:hover img {
  filter: grayscale(0);
}

.home-contact {
  margin-top: 85px;
  margin-bottom: -60px;
  padding-top: 120px;
  padding-bottom: 0px;
  background: var(--light-gray-01);
}
.home-contact .top {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--light-gray-02);
}
.home-contact .top .section-title p {
  font-family: var(--ff-rift-soft-light);
  font-size: 22px;
  color: var(--dark-gray);
}
.home-contact .top .section-subtitle {
  margin-bottom: 0px;
}
.home-contact .top .section-subtitle p {
  font-size: 52px;
  margin-top: 10px;
}
.home-contact .top .vc_btn3-container {
  text-align: right !important;
}
.home-contact .content {
  margin-bottom: 0;
}
.home-contact .content p {
  font-size: 16px;
}

/* ************************************************************** */
/* Homepage 
/* ************************************************************** */
.team-slider {
  position: relative;
}
.team-slider .tm-headshot {
  position: relative;
  z-index: 1;
}
.team-slider .tm-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.team-slider .tm-info .tm-name p {
  display: inline-block;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.2em;
  padding: 5px 10px;
  background: var(--white);
}
.team-slider .tm-info .tm-position {
  display: inline-block;
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.2em;
  padding: 5px 10px;
  margin-top: 8px;
  background: var(--white);
}
.team-slider .tm-info a.tm-bio {
  display: inline-block;
  position: relative;
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--white);
  line-height: 1.2em;
  text-decoration: none;
  margin-left: 10px;
  padding: 5px 25px 5px 10px;
  background: var(--orange);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.team-slider .tm-info a.tm-bio:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  font-weight: 300;
  top: 5px;
  right: 8px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.team-slider .tm-info a.tm-bio:hover:after {
  right: 5px;
}

/* ************************************************************** */
/* About Page 
/* ************************************************************** */
.about-programs {
  margin-top: 55px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--light-gray-01);
}
.about-programs .section-subtitle p {
  font-size: 30px;
  line-height: 2.5rem;
}
.about-programs .items-wrapper .item {
  text-align: center;
  margin-bottom: 90px;
}
.about-programs .items-wrapper .item .vc_column-inner {
  padding-top: 20px;
  padding-left: 40px;
}
.about-programs .items-wrapper .item .vc_column-inner *[class^=icon-] {
  margin-left: auto;
  margin-right: auto;
  min-height: 122px;
}
.about-programs .items-wrapper .item .vc_column-inner .about-icon {
  display: none;
}
.about-programs .items-wrapper .item .vc_column-inner .vc_btn3-container {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.about-programs .items-wrapper .item .vc_column-inner .summary {
  margin-bottom: 0;
}

.about-banner {
  padding-top: 257px !important;
  padding-bottom: 257px;
}
.about-banner .logo {
  margin-bottom: 0;
}
.about-banner .logo img {
  max-width: 281px;
  height: auto;
}

.team-bio-content .cd-panel__content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.team-bio-content .name {
  text-align: center;
  font-family: var(--ff-rift-soft-bold);
  font-weight: var(--fw-normal);
  font-size: 90px;
  color: var(--dark-gray);
  line-height: 1.2em;
}
.team-bio-content .position {
  text-align: center;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.2em;
}
.team-bio-content .row {
  margin-top: 60px;
}
.team-bio-content .row .bio {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
  padding-left: 60px;
  padding-right: 60px;
}
.team-bio-content img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.about-cta {
  margin-top: 40px;
  margin-bottom: -60px;
}
.about-cta .left .vc_column-inner {
  padding-top: 0;
  background-position: center 60px !important;
}
.about-cta .left .vc_column-inner .img-text {
  padding-left: 20%;
  padding-right: 60px;
  background: var(--white);
}
.about-cta .right .vc_column-inner {
  padding: 120px 50px 300px 120px !important;
  background: var(--dark-gray);
}
.about-cta .right .vc_column-inner p {
  color: var(--white);
}
.about-cta .right .vc_column-inner .play-btn {
  margin-bottom: 0px;
}
.about-cta .right .vc_column-inner .play-btn a {
  display: block;
  position: relative;
  color: var(--white);
  font-size: 20px;
  text-align: center;
  width: 56px;
  height: 56px;
  padding-top: 13px;
}
.about-cta .right .vc_column-inner .play-btn a:after {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--orange);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  z-index: -1;
}
.about-cta .right .vc_column-inner .play-btn a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/* ************************************************************** */
/* Blog List 
/* ************************************************************** */
.blog-list-wrapper .wpb_column .vc_column-inner {
  padding-top: 0px;
  padding-bottom: 60px;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper a.featured-img {
  display: block;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper a.featured-img div {
  position: relative;
  width: 100%;
  padding-bottom: 116%;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper a.featured-img div:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper a.featured-img:hover div:before {
  transform: scale(1.1);
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper .date {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-top: 30px;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper h2.blog-title {
  line-height: 0.8em;
  margin-top: 10px;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper h2.blog-title a {
  position: relative;
  display: inline;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 25px;
  color: var(--dark-gray);
  line-height: 0em;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff), linear-gradient(white, white), linear-gradient(#000, #000);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 2s linear, background-position 2s linear;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper h2.blog-title a:hover {
  background-size: 20px 2px, 0 2px, 100% 2px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper .blog-categories {
  margin-top: 30px;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper .blog-categories .categories a {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  text-decoration: none;
  background: var(--light-gray-01);
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.blog-list-wrapper .wpb_column .vc_column-inner .wpb_wrapper .blog-categories .categories a:hover {
  color: var(--white);
  background: var(--dark-gray);
}

.blog-search-wrapper {
  margin-bottom: 60px;
}
.blog-search-wrapper .blog-search form#searchform_blog {
  display: flex;
  justify-content: center;
}
.blog-search-wrapper .blog-search form#searchform_blog .btn {
  flex: 0 1 auto;
  width: 74px;
  height: 40px;
  background: #f9f9f9;
  border: none;
  border-right: 1px solid #d5d5d5;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  background-clip: padding-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.blog-search-wrapper .blog-search form#searchform_blog .btn:hover {
  color: var(--white);
  background: var(--dark-gray);
}
.blog-search-wrapper .blog-search form#searchform_blog .inlineSearch {
  flex: 0 1 auto;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 70px;
  max-width: 500px;
  height: 40px;
  padding-right: 20px;
  background: #efefef;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background-clip: padding-box;
  -o-transition: 0.8s ease-in-out !important;
  -ms-transition: 0.8s ease-in-out !important;
  -moz-transition: 0.8s ease-in-out !important;
  -webkit-transition: 0.8s ease-in-out !important;
  transition: 0.8s ease-in-out !important;
}
.blog-search-wrapper .blog-search form#searchform_blog .inlineSearch:focus, .blog-search-wrapper .blog-search form#searchform_blog .inlineSearch:hover {
  flex: 1 1 auto;
  outline: none;
}

/* ************************************************************** */
/* Blog Search Results 
/* ************************************************************** */
.search-results-subtitle {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-bottom: 10px;
}
.search-results-subtitle span {
  font-family: var(--ff-brandon-light);
  color: var(--white);
  background: var(--dark-blue);
  padding: 5px 10px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

/* ************************************************************** */
/* Blog Category Page 
/* ************************************************************** */
.blog-category-subtitle {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-bottom: 10px;
}
.blog-category-subtitle span {
  font-family: var(--ff-brandon-light);
  color: var(--white);
  background: var(--dark-blue);
  padding: 5px 10px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

/* ************************************************************** */
/* Events List Page 
/* ************************************************************** */
body.post-type-archive-tribe_events .tribe-events-l-container {
  padding-top: 0px !important;
  max-width: var(--max-width);
}
body.post-type-archive-tribe_events .event-list-summary {
  text-align: left;
  margin-top: 130px;
  margin-bottom: 90px;
}

.blog-single-categories {
  margin-top: 30px;
}
.blog-single-categories .categories a {
  font-family: var(--ff-brandon-medium);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  text-decoration: none;
  background: var(--light-gray-01);
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.blog-single-categories .categories a:hover {
  color: var(--white);
  background: var(--dark-gray);
}

.tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime:after {
  --tec-color-accent-primary: var(--dark-blue);
}

.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-text {
  --tec-color-accent-primary: var(--dark-blue);
}

body.single-tribe_event_series .page-content {
  padding-top: 0px;
}
body.single-tribe_event_series .tribe-events-l-container {
  padding-top: 0px !important;
  max-width: var(--max-width);
}
body.single-tribe_event_series .tribe-events-l-container .page-title-wrapper .page-title {
  margin-bottom: 60px;
  padding: 0px;
}
body.single-tribe_event_series .tribe-events-l-container .page-title-wrapper .page-title .event-list-summary {
  display: none;
}
body.single-tribe_event_series .tribe-events-l-container .tribe-events-pro-summary__event-details {
  width: 100%;
}
body.single-tribe_event_series .tribe-events-l-container .tribe-events-pro-summary__event-title-icon {
  --tec-color-accent-primary: var(--dark-blue);
}

body.single-tribe_organizer .tribe-event-subtitle-top,
body.single-tribe_venue .tribe-event-subtitle-top {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: var(--ff-brandon-light);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-bottom: 10px;
}
body.single-tribe_organizer .tribe-event-subtitle-top span,
body.single-tribe_venue .tribe-event-subtitle-top span {
  font-family: var(--ff-brandon-bold);
}
body.single-tribe_organizer .tribe-events-l-container,
body.single-tribe_venue .tribe-events-l-container {
  padding-top: 0px !important;
}
body.single-tribe_organizer .tribe-events-l-container .page-title-wrapper .page-title,
body.single-tribe_venue .tribe-events-l-container .page-title-wrapper .page-title {
  padding-top: 0px;
}
body.single-tribe_organizer .tribe-events-l-container .page-title-wrapper .page-title .event-list-summary,
body.single-tribe_venue .tribe-events-l-container .page-title-wrapper .page-title .event-list-summary {
  display: none;
}

/* ************************************************************** */
/* Events Single Page 
/* ************************************************************** */
body.single-tribe_events .tribe-events-pg-template {
  padding-top: 0px !important;
  max-width: var(--max-width) !important;
}

.rsvp-form-wrapper > .vc_row {
  margin-left: 0;
  margin-right: 0;
  padding: 30px !important;
  background: var(--light-gray-02);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

/* ************************************************************** */
/* Donate Page 
/* ************************************************************** */
.donate-side-img {
  position: relative;
  min-height: 485px;
  margin-left: calc(-100vw / 4 + 500px / 4) !important;
}

.donate-form .vc_column-inner {
  padding-left: 65px !important;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100% !important;
  /* updated */
  height: 100%;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input {
  z-index: 2;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: white;
  transition: 0.3s all ease-in-out;
  position: absolute;
  background: var(--light-gray-01);
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input:hover,
.gchoice label:hover {
  cursor: pointer;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input:checked {
  background: var(--orange);
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input:checked + label {
  color: white;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice label {
  z-index: 3;
  font-weight: 700;
  color: #141c25;
  width: 100%;
  overflow: visible;
  /* updated */
  position: relative;
  padding: 20px 30px;
  height: 100%;
}
body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice label .formatted-label {
  padding-left: 20px;
  text-indent: -20px;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #c5c9d2;
  z-index: 2;
  top: 50%;
  transition: 0.3s all ease-in-out;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input[type=checkbox].gfield-choice-input + label:after {
  border-radius: 5px;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input[type=radio].gfield-choice-input + label:after {
  border-radius: 50px;
}

body .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_radio .gchoice input.gfield-choice-input:checked + label:after {
  content: "×";
  border: 2px solid white;
}

.donate-bottom {
  margin-top: 60px;
  padding-top: 90px;
  border-top: 1px solid var(--light-gray-02);
}
.donate-bottom .donate-testimonial-wrapper {
  position: relative;
}
.donate-bottom .donate-testimonial-wrapper:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 80px;
  font-weight: 600;
  color: var(--light-gray-02);
  top: 0;
  left: 0;
  z-index: -1;
}
.donate-bottom .donate-testimonial-wrapper .donate-testimonial-text {
  margin-bottom: 0;
}
.donate-bottom .donate-testimonial-wrapper .donate-testimonial-text p {
  font-size: 28px;
  padding-left: 70px;
  line-height: 1.2em;
}
.donate-bottom .donate-testimonial-wrapper .donate-testimonial-author p {
  padding-left: 70px;
}

/* ************************************************************** */
/* Volunteer Page 
/* ************************************************************** */
.volunteer-opportunities-wrapper {
  margin-top: 30px;
}
.volunteer-opportunities-wrapper .opp-items {
  margin-top: 10px;
}
.volunteer-opportunities-wrapper .opp-items .item .vc_column-inner {
  padding-bottom: 30px;
}
.volunteer-opportunities-wrapper .opp-items .item .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 30px;
  background: var(--light-gray-01);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.volunteer-opportunities-wrapper .opp-items .item .vc_column-inner > .wpb_wrapper .title {
  margin-bottom: 0px;
}
.volunteer-opportunities-wrapper .opp-items .item .vc_column-inner > .wpb_wrapper .title p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
}

body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_4 .gform_body .gform_fields .gfield textarea,
body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=email],
body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=tel] {
  background: var(--white);
}

/* ************************************************************** */
/* Program - Water Recreation 
/* ************************************************************** */
.program-water-recreation {
  padding-right: 0 !important;
}
.program-water-recreation .vc_row {
  display: flex;
}
.program-water-recreation .vc_row .summary {
  flex: 1 0 auto;
  padding-right: 20px;
}
.program-water-recreation .vc_row .icon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  width: 183px;
}
.program-water-recreation .vc_row .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 158px;
  top: 0;
  left: -10px;
  background: var(--light-gray-02);
}

.water-rec-info-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.water-rec-info-wrapper .water-rec-info {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.water-rec-info-wrapper .water-rec-info .row {
  --bs-gutter-x: 60px;
}
.water-rec-info-wrapper .water-rec-info .row b {
  font-family: var(--ff-brandon-bold);
}
.water-rec-info-wrapper .water-rec-info .row .location-name {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
.water-rec-info-wrapper .water-rec-info .row .location-description {
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.water-rec-info-wrapper .water-rec-info .row .booking-info-title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
.water-rec-info-wrapper .water-rec-info .row .booking-info {
  margin-top: 10px;
}
.water-rec-info-wrapper .water-rec-info .row .row {
  margin-top: 30px;
}
.water-rec-info-wrapper .water-rec-info .row .row .booking-info-title {
  padding-top: 30px;
  border-top: 1px solid var(--light-gray-03);
}
.water-rec-info-wrapper .water-rec-info .row .row .content {
  margin-top: 10px;
}
.water-rec-info-wrapper .water-rec-info .row .booking-btn {
  margin-top: 60px;
}
.water-rec-info-wrapper .water-rec-info .row .booking-btn a {
  display: inline-block;
  font-family: var(-ff-brandon-bold);
  color: var(--white) !important;
  font-size: 18px !important;
  text-decoration: none;
  line-height: 1.5em !important;
  background: var(--orange) !important;
  border: none !important;
  padding: 10px 20px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.water-rec-info-wrapper .water-rec-info .row .booking-btn a:hover {
  background: var(--dark-gray) !important;
}

.location-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 120px;
  padding-bottom: 90px;
  border-bottom: 1px solid var(--light-gray-02);
}
.location-images:last-child {
  margin-bottom: 20px;
  border-bottom: none;
}
.location-images .item {
  flex: 1 0 calc(16.666% - 20px);
  max-width: 16.666%;
}
.location-images .item a.featured-img {
  display: block;
}
.location-images .item a.featured-img div {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.location-images .item a.featured-img div:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.location-images .item a.featured-img:hover div:after {
  transform: scale(1.1);
}

/* ************************************************************** */
/* Contact Page 
/* ************************************************************** */
.contact-header {
  margin-top: 30px;
}
.contact-header a {
  display: inline-block;
  text-decoration: none;
}

.contact-page-info {
  margin-bottom: 90px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--light-gray-02);
}

.contact-map {
  position: relative;
}
.contact-map .vc_row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_wrapper {
  padding: 0;
}
.contact-map .vc_row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_wrapper iframe {
  mix-blend-mode: luminosity;
}
.contact-map .vc_row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_wrapper iframe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-gray);
}

/* ************************************************************** */
/* Map Page 
/* ************************************************************** */
body.page-id-575 .page-content-wrapper .page-content {
  padding-top: 10px;
  padding-bottom: 0;
}
body.page-id-575 .page-content-wrapper .page-content .wpb_text_column {
  margin-bottom: 0px;
}
body.page-id-575 .page-content-wrapper .page-content .wpb_text_column .twer-iframe-embed {
  min-height: calc(100vh - 140px);
}
body.page-id-575 .page-content-wrapper .page-content .twer-custom-field .twer-custom-field-multiselect .twer-custom-field-multiselect__name {
  max-width: 35% !important;
  flex: 0 0 35% !important;
}
body.page-id-575 .page-content-wrapper .page-content .twer-custom-field .twer-custom-field-multiselect .twer-custom-field-multiselect__value {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* ************************************************************** */
/* Store Page 
/* ************************************************************** */
.store-apparel {
  padding: 60px 60px 38px 60px !important;
  background: var(--light-gray-01);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

.store-equipment-header {
  margin-top: 120px;
}

.store-equipment-items .equipment-item {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid var(--light-gray-02);
}
.store-equipment-items .equipment-item .contact-info {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  background: var(--highlight-color);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.store-equipment-items .equipment-item .contact-info p {
  padding-bottom: 10px;
}
.store-equipment-items .equipment-item .title {
  margin-bottom: 0px;
}
.store-equipment-items .equipment-item .title p {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 1.5em;
}

/* ************************************************************** */
/* Exchange - List 
/* ************************************************************** */
.exchange-account-btns {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--light-gray-02);
  border-bottom: 1px solid var(--light-gray-02);
}
.exchange-account-btns.logged-in {
  --columns: 3;
}
.exchange-account-btns.logged-out {
  --columns: 2;
}
.exchange-account-btns .vc_btn3-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin-bottom: 0px;
}
.exchange-account-btns .vc_btn3-container a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.exchange-search-wrapper {
  margin-top: 40px;
}
.exchange-search-wrapper .exchange-search form#searchform_exchange {
  display: flex;
  justify-content: center;
}
.exchange-search-wrapper .exchange-search form#searchform_exchange .btn {
  flex: 0 1 auto;
  width: 74px;
  height: 40px;
  background: #f9f9f9;
  border: none;
  border-right: 1px solid #d5d5d5;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  background-clip: padding-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.exchange-search-wrapper .exchange-search form#searchform_exchange .btn:hover {
  color: var(--white);
  background: var(--dark-gray);
}
.exchange-search-wrapper .exchange-search form#searchform_exchange .inlineSearch {
  flex: 0 1 auto;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 70px;
  max-width: 500px;
  height: 40px;
  padding-right: 20px;
  background: #efefef;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background-clip: padding-box;
  -o-transition: 0.8s ease-in-out !important;
  -ms-transition: 0.8s ease-in-out !important;
  -moz-transition: 0.8s ease-in-out !important;
  -webkit-transition: 0.8s ease-in-out !important;
  transition: 0.8s ease-in-out !important;
}
.exchange-search-wrapper .exchange-search form#searchform_exchange .inlineSearch:focus, .exchange-search-wrapper .exchange-search form#searchform_exchange .inlineSearch:hover {
  flex: 1 1 auto;
  outline: none;
}

.exchange-list-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}
.exchange-list-wrapper .exchange-list {
  --content-padding: 0px 20px 60px 20px;
  --max-width: 100%;
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exchange-list-wrapper .exchange-list .exchange-items {
  --gap-col: 20px;
  --gap-row: 88px;
  --columns: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--gap-row) var(--gap-col);
}
.exchange-list-wrapper .exchange-list .exchange-items .item {
  text-align: center;
  width: calc((100% / var(--columns)) - var(--gap-col) + (var(--gap-col) / var(--columns)));
}
.exchange-list-wrapper .exchange-list .exchange-items .item a.featured-img {
  display: block;
}
.exchange-list-wrapper .exchange-list .exchange-items .item a.featured-img div {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.exchange-list-wrapper .exchange-list .exchange-items .item a.featured-img div:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}
.exchange-list-wrapper .exchange-list .exchange-items .item a.featured-img:hover div:before {
  transform: scale(1.1);
}
.exchange-list-wrapper .exchange-list .exchange-items .item .date {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-top: 20px;
}
.exchange-list-wrapper .exchange-list .exchange-items .item h2.title {
  line-height: 0.8em;
  margin-top: 10px;
}
.exchange-list-wrapper .exchange-list .exchange-items .item h2.title a {
  position: relative;
  display: inline;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 20px;
  color: var(--dark-gray);
  line-height: 0.8em;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff), linear-gradient(white, white), linear-gradient(#000, #000);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 2s linear, background-position 2s linear;
}
.exchange-list-wrapper .exchange-list .exchange-items .item h2.title a:hover {
  background-size: 20px 2px, 0 2px, 100% 2px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}
.exchange-list-wrapper .exchange-list .pagination {
  justify-content: center;
}

/* ************************************************************** */
/* Exchange - Single 
/* ************************************************************** */
.exchange-single-content {
  margin-top: 50px;
  padding-top: 100px !important;
  border-top: 1px solid var(--light-gray-02);
}
.exchange-single-content .item-images {
  margin-top: 35px;
  padding-right: 61px;
}
.exchange-single-content .item-images a {
  display: block;
  margin-bottom: 20px;
}
.exchange-single-content .item-images a img {
  display: block;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.exchange-single-content .item-description .date {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 16px;
  color: var(--dark-gray);
  line-height: 1.1em;
}
.exchange-single-content .item-description .title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.1em;
  margin-top: 10px;
}
.exchange-single-content .item-description .description {
  margin-top: 20px;
}
.exchange-single-content .item-description .exchange-map-container {
  width: 100%;
  height: 315px;
  margin-top: 40px;
}
.exchange-single-content .item-description .exchange-map-container #map {
  height: 100%;
}
.exchange-single-content .item-description .exchange-map-container #map iframe {
  width: 100%;
  height: 100%;
}
.exchange-single-content .item-description .exchange-form {
  margin-top: 60px;
}
.exchange-single-content .item-description .buttons {
  --gap: 20px;
  --columns: 4;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--light-gray-02);
}
.exchange-single-content .item-description .buttons .update-item,
.exchange-single-content .item-description .buttons .new-item,
.exchange-single-content .item-description .buttons .account,
.exchange-single-content .item-description .buttons .logout {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin-bottom: 0px;
}
.exchange-single-content .item-description .buttons .update-item a,
.exchange-single-content .item-description .buttons .new-item a,
.exchange-single-content .item-description .buttons .account a,
.exchange-single-content .item-description .buttons .logout a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--dark-gray);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--dark-gray);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.exchange-single-content .item-description .buttons .update-item a:hover,
.exchange-single-content .item-description .buttons .new-item a:hover,
.exchange-single-content .item-description .buttons .account a:hover,
.exchange-single-content .item-description .buttons .logout a:hover {
  background: var(--light-gray-02);
}
.exchange-single-content .exchange-disclaimer {
  margin-top: 120px;
}
.exchange-single-content .exchange-disclaimer .title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.1em;
  margin-bottom: 20px;
}

.exchange-edit-panel {
  margin-top: 20px;
  margin-bottom: 90px;
}
.exchange-edit-panel .title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 60px;
  color: var(--dark-gray);
  line-height: 1em;
  margin-bottom: 60px;
}

.acf-form .acf-fields .acf-field.acf-field-text, .acf-form .acf-fields .acf-field.acf-field-textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.acf-form .acf-fields .acf-field.acf-field-text .acf-input input,
.acf-form .acf-fields .acf-field.acf-field-text .acf-input textarea, .acf-form .acf-fields .acf-field.acf-field-textarea .acf-input input,
.acf-form .acf-fields .acf-field.acf-field-textarea .acf-input textarea {
  padding: 20px;
  border: 1px solid var(--light-gray-02);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.acf-form .acf-fields .acf-field.acf-field-text .acf-input input:focus,
.acf-form .acf-fields .acf-field.acf-field-text .acf-input textarea:focus, .acf-form .acf-fields .acf-field.acf-field-textarea .acf-input input:focus,
.acf-form .acf-fields .acf-field.acf-field-textarea .acf-input textarea:focus {
  outline: none;
  border-color: var(--light-gray-03);
}
.acf-form .acf-fields .acf-field.acf-field-text .acf-input textarea, .acf-form .acf-fields .acf-field.acf-field-textarea .acf-input textarea {
  min-height: 300px;
}
.acf-form .acf-fields .acf-field.exchange-delete-option {
  color: var(--white);
  background: #91120c;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.acf-form .acf-fields .acf-field.exchange-delete-option p {
  color: var(--white);
  padding-left: 20px;
}
.acf-form .acf-fields .acf-field.exchange-delete-option .acf-switch {
  color: var(--dark-gray);
}
.acf-form .acf-fields .acf-field.acf-field-gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.acf-form .acf-fields .acf-field.acf-field-gallery .acf-input .acf-gallery {
  border: 1px solid var(--light-gray-02);
}
.acf-form .acf-fields .acf-field.acf-field-gallery .acf-input .acf-gallery .acf-gallery-toolbar {
  border-color: var(--light-gray-02);
}
.acf-form .acf-fields .acf-field.acf-field-gallery .acf-gallery-sort {
  border: 1px solid var(--light-gray-02);
  padding: 10px 15px;
}
.acf-form .acf-fields .acf-field.acf-field-gallery a.acf-button {
  display: block;
  color: var(--dark-gray);
  text-decoration: none;
  padding: 10px 15px;
  background: var(--light-gray-02);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.acf-form .acf-fields .acf-field.acf-field-gallery a.acf-button:hover {
  color: var(--white);
  background: var(--dark-gray);
}
.acf-form .acf-form-submit input.acf-button {
  display: block;
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--white);
  line-height: 1.1em;
  text-decoration: none;
  padding: 10px 15px;
  background: var(--orange);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.acf-form .acf-form-submit input.acf-button:hover {
  color: var(--white);
  background: var(--dark-gray);
}

/* ************************************************************** */
/* Exchange - New Post 
/* ************************************************************** */
.exchange-post-expire-summary .text-highlight {
  padding: 5px;
}

.exchange-new-post-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  background: var(--light-gray-01);
}
.exchange-new-post-wrapper .exchange-new-post {
  --content-padding: 20px 30px;
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exchange-new-post-wrapper .exchange-new-post img {
  max-width: 100%;
  height: auto;
}

/* ************************************************************** */
/* Exchange - Account 
/* ************************************************************** */
.account-nav-btns {
  --gap: 20px;
  --columns: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--light-gray-02);
  border-bottom: 1px solid var(--light-gray-02);
}
.account-nav-btns .vc_btn3-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin-bottom: 0px;
}
.account-nav-btns .vc_btn3-container a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.account-info-wrapper {
  margin-top: 90px;
}
.account-info-wrapper.row > * {
  --bs-gutter-x: 60px;
}
.account-info-wrapper .title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 30px;
  color: var(--dark-gray);
  line-height: 1.1em;
  margin-bottom: 40px;
}
.account-info-wrapper .posts-listing {
  margin-bottom: 30px;
}
.account-info-wrapper .posts-listing .exchange-item {
  margin-top: 10px;
  padding: 20px;
  background: var(--light-gray-01);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.account-info-wrapper .posts-listing .exchange-item .post-title {
  font-size: 22px;
}
.account-info-wrapper .posts-listing .exchange-item .post-title span {
  font-size: 16px;
  padding: 5px 10px;
}
.account-info-wrapper .posts-listing .exchange-item .date {
  font-size: 16px;
  margin-top: 10px;
}
.account-info-wrapper .account-update .title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 30px;
  color: var(--dark-gray);
  line-height: 1.1em;
  margin-bottom: 20px;
}

/* ************************************************************** */
/* User Registration / Login Page 
/* ************************************************************** */
body.page-id-1228 .hidden-title-spacer,
body.page-id-1300 .hidden-title-spacer {
  display: none;
}
body.page-id-1228 .page-content-wrapper .page-content,
body.page-id-1300 .page-content-wrapper .page-content {
  --content-padding: 0px 30px 0px 30px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper {
  position: relative;
  padding-bottom: 60px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper:before,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-gray);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section:before,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section:before {
  content: "";
  position: absolute;
  background: var(--black);
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section .logo,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section .logo {
  margin-bottom: 0px;
  padding-left: 20px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login {
  text-align: right;
  margin-bottom: 0px;
  padding-right: 20px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login a,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login a:hover,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .header-section .login a:hover {
  color: var(--orange);
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper {
  margin-top: 90px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline {
  text-align: right;
  padding-top: 120px;
  padding-right: 90px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column {
  margin-bottom: 0;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p {
  padding-bottom: 0;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p span,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p span {
  display: block;
  color: var(--white);
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner {
  padding: 60px;
  border: 1px solid var(--light-gray-02);
  background: var(--white);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .title,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .title {
  margin-bottom: 0;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .title p,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .title p {
  position: relative;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.1em;
  text-align: center;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p {
  position: relative;
  padding-left: 30px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p:before,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  font-weight: 600;
  top: 0;
  left: 5px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p:after,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .summary p:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 22px;
  font-weight: 400;
  top: 0;
  left: 0;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner h3,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner h3 {
  margin-bottom: 0px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .gform_footer input,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .gform_footer input {
  width: 100%;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer {
  margin-bottom: 0px;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer .top-section,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer .top-section {
  text-align: center;
}
body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer .bottom-section,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .registration-form .vc_column-inner .registration-footer .bottom-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--light-gray-02);
}

.gu-login-form form#loginform label {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
.gu-login-form form#loginform .login-username input,
.gu-login-form form#loginform .login-password input {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  width: 100% !important;
  height: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #f5f5f4;
  border: 1px solid var(--light-gray-01);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.gu-login-form form#loginform .login-username input:focus,
.gu-login-form form#loginform .login-password input:focus {
  outline: none;
  border-color: var(--light-gray-02);
}
.gu-login-form form#loginform .login-submit input {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 22px;
  color: var(--white);
  line-height: 1.5em;
  text-transform: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background: var(--orange);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.gu-login-form form#loginform .login-submit input:hover {
  background: var(--dark-gray);
}

/* ************************************************************** */
/* 404 Page 
/* ************************************************************** */
h1.title-404 {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 60px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-bottom: 10px;
}

.text-404-section-1 {
  text-align: center;
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 40px;
  color: var(--dark-gray);
  line-height: 1.2em;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.text-404-section-2 {
  text-align: center;
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 30px;
  color: var(--dark-gray);
  line-height: 1.5em;
  max-width: 950px;
  margin: 40px auto 60px auto;
}

/* ************************************************************** */
/* Footer 
/* ************************************************************** */
/* Top Footer */
.footer-top-wrapper {
  font-family: var(--ff-brandon-regular);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  padding-top: 35px;
  padding-bottom: 0px;
  background: var(--light-gray-01);
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer-top-wrapper .footer-top {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-top-wrapper .footer-top .row div[class^=col] {
  margin-bottom: 40px;
}
.footer-top-wrapper .footer-top a {
  color: var(--dark-gray);
  text-decoration: none;
}
.footer-top-wrapper .footer-top a:hover {
  color: var(--orange);
  text-decoration: underline;
}
.footer-top-wrapper .footer-top .logo {
  margin-bottom: 20px;
}
.footer-top-wrapper .footer-top .logo a {
  position: relative;
}
.footer-top-wrapper .footer-top .logo a img {
  max-width: 170px;
  height: auto;
}
.footer-top-wrapper .footer-top ul.footer-social-media {
  position: relative;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.footer-top-wrapper .footer-top ul.footer-social-media li {
  display: inline;
  margin-left: 0px;
  margin-right: 15px;
}
.footer-top-wrapper .footer-top ul.footer-social-media li a {
  position: relative;
  color: var(--dark-gray);
  font-size: 28px;
}
.footer-top-wrapper .footer-top ul.footer-social-media li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 100%;
  background: var(--white);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.footer-top-wrapper .footer-top ul.footer-social-media li a:hover:after {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1.5);
  -ms-transform: translateX(-50%) scale(1.5);
  transform: translateX(-50%) scale(1.5);
}
.footer-top-wrapper .footer-top .footer-title {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
  margin-bottom: 10px;
}
.footer-top-wrapper .footer-top .footer-address {
  margin-bottom: 20px;
}
.footer-top-wrapper .footer-top ul#menu-footer-nav {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.footer-top-wrapper .footer-top ul#menu-footer-nav li {
  margin-left: 0;
  margin-bottom: 0;
}
.footer-top-wrapper .footer-top .footer-additional-info {
  font-family: var(--ff-brandon-bold);
  font-weight: var(--fw-normal);
  font-size: 18px;
  color: var(--dark-gray);
  line-height: 1.5em;
}
.footer-top-wrapper .footer-top .footer-additional-info a {
  color: var(--orange);
  text-decoration: underline;
}
.footer-top-wrapper .footer-top .footer-additional-info a:hover {
  color: var(--dark-gray);
}

/* Bottom Footer */
.footer-bottom-wrapper {
  font-family: var(--ff-brandon-light) !important;
  font-size: 16px !important;
  color: var(--white);
  background: var(--dark-gray);
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer-bottom-wrapper .footer-bottom {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  --content-padding: 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-bottom-wrapper .footer-bottom a:hover {
  color: var(--white);
}
.footer-bottom-wrapper .footer-bottom .right {
  text-align: right;
}

/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************* MEDIA QUERIES ************************************************************ 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Superfly Menu 
/* ************************************************************** */
@media screen and (min-width: 0px) and (max-width: 920px) {
  .sfm-navicon-button {
    /* show it on small screens */
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 920px) {
  .sfm-navicon-button {
    /* hide it elsewhere */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
}
/* ************************************************************** */
/* WP Bakery Responsive Column Fix 
/* ************************************************************** */
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  body .vc_row-fluid .vc_col-md-12[class*=vc_col-md-] {
    width: 100% !important;
  }

  body .vc_row-fluid .vc_col-md-11[class*=vc_col-md-] {
    width: 92% !important;
  }

  body .vc_row-fluid .vc_col-md-10[class*=vc_col-md-] {
    width: 83% !important;
  }

  body .vc_row-fluid .vc_col-md-9[class*=vc_col-md-] {
    width: 75% !important;
  }

  body .vc_row-fluid .vc_col-md-8[class*=vc_col-md-] {
    width: 67% !important;
  }

  body .vc_row-fluid .vc_col-md-7[class*=vc_col-md-] {
    width: 58% !important;
  }

  body .vc_row-fluid .vc_col-md-6[class*=vc_col-md-] {
    width: 50% !important;
  }

  body .vc_row-fluid .vc_col-md-5[class*=vc_col-md-] {
    width: 42% !important;
  }

  body .vc_row-fluid .vc_col-md-4[class*=vc_col-md-] {
    width: 33% !important;
  }

  body .vc_row-fluid .vc_col-md-3[class*=vc_col-md-] {
    width: 25% !important;
  }

  body .vc_row-fluid .vc_col-md-2[class*=vc_col-md-] {
    width: 12% !important;
  }

  body .vc_row-fluid .vc_col-md-1[class*=vc_col-md-] {
    width: 8% !important;
  }
}
@media all and (max-width: 1350px) {
  /* ************************************************************** */
  /* Exchange - List 
  /* ************************************************************** */
  .exchange-list-wrapper .exchange-list .exchange-items {
    --columns: 4;
  }
}
@media all and (max-width: 1199px) {
  /* ************************************************************** */
  /* Exchange - Single 
  /* ************************************************************** */
  .exchange-single-content .item-description .buttons {
    --columns: 2;
  }

  /* ************************************************************** */
  /* User Registration Page 
  /* ************************************************************** */
  body.page-id-1228 .page-content-wrapper .page-content,
body.page-id-1300 .page-content-wrapper .page-content {
    --content-padding: 0px 30px 0px 30px;
  }
  body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper {
    margin-top: 20px;
  }
  body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline {
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
  }
  body.page-id-1228 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p span,
body.page-id-1300 .page-content-wrapper .page-content .registration-page-wrapper .registration-form-wrapper .tagline .wpb_text_column p span {
    display: inline;
    color: var(--white);
    font-size: 40px;
  }
}
@media all and (max-width: 991px) {
  /* ************************************************************** */
  /* Header 
  /* ************************************************************** */
  .section-title p {
    font-family: var(--ff-rift-soft-bold);
    font-weight: var(--fw-normal);
    font-size: 80px;
    color: var(--dark-blue);
    line-height: 0.9em;
  }
  /* ************************************************************** */
  /* Exchange - List 
  /* ************************************************************** */
  .exchange-list-wrapper .exchange-list .exchange-items {
    --columns: 2;
  }

  /* ************************************************************** */
  /* Exchange - Account 
  	/* ************************************************************** */
  .account-info-wrapper.row > * {
    --bs-gutter-x: 1.5rem;
  }
}
@media all and (max-width: 920px) {
  /* ************************************************************** */
  /* Header 
  /* ************************************************************** */
  .trp-language-switcher-container.trp-top-right {
    right: 70px !important;
  }
  .trp-language-switcher-container.trp-top-right #trp-floater-ls-current-language a {
    margin-top: 5px !important;
    padding: 10px;
  }

  #header .header-top-wrapper {
    display: none;
  }
  #header .header-bottom-wrapper .header-bottom {
    padding-top: 0px;
  }
  #header .header-bottom-wrapper .menu-top-nav-container {
    display: none !important;
  }
  #header .sfm-rollback .sfm-navicon-button:after {
    left: 0px;
    width: inherit;
  }

  /* ************************************************************** */
  /* General 
  /* ************************************************************** */
  .page-title-wrapper .page-title h1 {
    font-size: 70px;
  }
}
@media all and (max-width: 767px) {
  /* ************************************************************** */
  /* General 
  /* ************************************************************** */
  .vc_btn3-container a.vc_btn3 {
    font-size: 18px !important;
  }

  .section-title.center {
    text-align: left;
  }
  .section-title.right {
    text-align: left;
  }

  .section-subtitle.center {
    text-align: left;
  }
  .section-subtitle.right {
    text-align: left;
  }

  .section-subtitle-alt p {
    font-size: 12vw;
  }

  .page-title-wrapper .page-title h1 {
    font-size: 14.4vw;
  }
  .page-title-wrapper .page-title .page-subtitle {
    font-size: 11.5vw;
  }

  .page-header-featured-img-wrapper .page-header-featured-img h1 {
    font-size: 7.8vw;
    width: 100%;
  }
  .page-header-featured-img-wrapper .page-header-featured-img .page-subtitle {
    width: 100%;
  }

  /* ************************************************************** */
  /* Homepage 
  /* ************************************************************** */
  #home-slider-1-17 {
    width: 200px !important;
    height: 147px !important;
  }

  #home-slider-1-28 {
    font-size: 30px !important;
    line-height: 1em !important;
  }

  #home-slider-1-30 {
    font-size: 18px !important;
  }

  .home-programs .left {
    padding-right: 0px;
  }
  .home-programs .left .map {
    text-align: left;
  }
  .home-programs .right .program-column {
    padding-left: 0px;
  }
  .home-programs .right .program-column .vc_btn3-container {
    margin-top: -10px;
    margin-bottom: 80px;
  }

  .home-stats .number p {
    font-size: 150px;
  }

  .home-map-ad .map {
    text-align: left !important;
  }
  .home-map-ad .title-light p {
    font-size: 80px;
  }
  .home-map-ad .title-bold p {
    font-size: 80px;
  }
  .home-map-ad .map-logo-gallery ul {
    flex-wrap: wrap;
  }
  .home-map-ad .map-logo-gallery ul li {
    top: auto !important;
  }

  .home-blog {
    padding-bottom: 20px;
  }
  .home-blog .summary {
    text-align: left;
    margin-top: 0px;
  }

  .home-donate-cta {
    padding-top: 140px !important;
    padding-bottom: 180px;
  }
  .home-donate-cta .vc_btn3-container {
    text-align: left !important;
  }

  .home-sponsors-wrapper .sponsor {
    width: 25%;
  }

  .home-contact .top .vc_btn3-container {
    text-align: left !important;
  }

  /* ************************************************************** */
  /* About Page 
  /* ************************************************************** */
  .about-programs .items-wrapper .item {
    margin-bottom: 10px;
    border: none;
    background: var(--white);
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
  }

  .about-banner {
    padding-top: 150px !important;
    padding-bottom: 150px;
  }

  .team-bio-content .row .bio {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-cta .left {
    min-height: 700px;
  }
  .about-cta .left .vc_column-inner .img-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-cta .right .vc_column-inner {
    padding: 60px 30px 30px 30px !important;
  }
  .about-cta .right .vc_column-inner .play-btn {
    margin-bottom: 0px;
  }

  /* ************************************************************** */
  /* Program - Water Recreation 
  /* ************************************************************** */
  .program-water-recreation {
    padding-right: 15px !important;
  }
  .program-water-recreation .vc_row {
    flex-wrap: wrap;
  }
  .program-water-recreation .vc_row .summary {
    order: 2;
  }
  .program-water-recreation .vc_row .icon {
    order: 1;
    padding-right: 0px;
    width: 100%;
  }
  .program-water-recreation .vc_row .icon:before {
    content: none;
  }

  .water-rec-info-wrapper .water-rec-info .row .row {
    margin-top: 0px;
  }
  .water-rec-info-wrapper .water-rec-info .row .row .booking-info-title {
    padding-top: 30px;
    border: none;
  }
  .water-rec-info-wrapper .water-rec-info .row .row .content {
    margin-top: 5px;
  }
  .water-rec-info-wrapper .water-rec-info .row .booking-btn {
    margin-top: 30px;
  }

  .location-images {
    gap: 5px;
  }
  .location-images .item {
    flex: 1 0 calc(25% - 5px);
    max-width: 25%;
  }

  /* ************************************************************** */
  /* Donate Page 
  /* ************************************************************** */
  .donate-side-img {
    min-height: 450px;
    left: 0px !important;
    margin-left: -15px !important;
  }

  .donate-form .vc_column-inner {
    padding-left: 15px !important;
  }

  /* ************************************************************** */
  /* Footer 
  /* ************************************************************** */
  /* Bottom Footer */
  .footer-bottom-wrapper .footer-bottom {
    text-align: center;
  }
  .footer-bottom-wrapper .footer-bottom .right {
    text-align: center;
  }

  /* ************************************************************** */
  /* Exchange - List 
  /* ************************************************************** */
  .exchange-account-btns {
    --columns: 2;
  }

  .exchange-list-wrapper .exchange-list .exchange-items {
    --gap-row: 20px;
    --columns: 1;
  }
}