@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i&display=swap');
@import url("https://use.fontawesome.com/releases/v5.12.0/css/all.css");

@import "normalize.css";
@import "webflow.css";
@import "tnvalleypools.webflow.css?v=9";

.cms-frontend {
  overflow-x: hidden;
  word-wrap: break-word;
}
.cms-btn:focus {
  outline: 0;
}
img.userUpload {
  height: auto !important;
}
.contact-form-success-message {
  display: block !important;
}
.content-block ul {
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cms-btn a {
    color: inherit;
}

/* Addendum: June 2023 */

.content-container.about {
	background-color: #e4e4e4;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.content-container.about .about-content-wrapper {
	width: 1280px;
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 130px;
}

.about-text {
	font-family: Montserrat, sans-serif;
	width: 700px;
	max-width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #686a6b;
	font-size: 20px;
	line-height: 26px;
}

.heading.second-color {
	color: #f9ae2f;
}

/* H-tags */
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
	all: unset;
}

.heading {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}

.heading.heading-1 {
	font-size: 50px;
	line-height: 52px;
	font-weight: 700;
}

.heading.heading-2 {
	font-size: 34px;
	line-height: 39.5px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.heading.heading-1 {
		font-size: 40px;
		line-height: 42px;
	}
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
  padding: 0px;
  margin-top: 20px;
}
[data-module="cms-custom-search"] .form-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 280px;
  border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper form button {
  min-width: 150px;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 8px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-custom-search-result {
  margin-bottom: 0px !important;
  padding-top: 30px;
  border-bottom: none !important;
  border-top: 1px solid #ddd;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
  font-size: 14px !important;
  font-style: inherit !important;
  color: #858484;
}
.cms-custom-search-result-title {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
#password-form {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#password-form-error {
  margin-bottom: 20px;
}
.expand {
    height: 0;
    width: 100%;
    z-index: 1000;
    overflow: auto;
}
.expand.open {
    height: 100%;
}
.content-container:last-child {
	padding-top: 0;
}
.content-container:first-child:last-child {
	padding-top: 60px;
}
.content-container.footer {
	padding-top: 0 !important;
}
.floating-bubble {
	position: fixed;
    bottom: 0;
    right: 0;
    padding: 14px;
    color: #ffffff;
    background-color: #f9ae2f;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 2;
    font-size: 2em;
}
/* Backend */
.sorted_list_item [data-field][data-field-type='img'] {
    flex: 0 0 50% !important;
}

@media screen and (max-width: 1130px) {
	.w-nav[data-collapse="medium"] .w-nav-menu {
		display: none;
	}
	.w-nav[data-collapse="medium"] .w-nav-button {
	    display: block;
	}
	.icon {
	    color: #fff;
	}
	.nav-link {
		display: block;
		height: auto;
		padding: 15px 0px;
		border-style: none none none solid;
		border-width: 2px;
		border-color: #000 #000 #000 #3a454b;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		text-transform: none;
	}
	.nav-link:hover {
		border-left: 2px solid #f9ae2f;
		box-shadow: none;
	}
	.nav-link.w--current {
		border-left: 2px solid #f9ae2f;
		box-shadow: none;
	}
	.nav-link.dropdown-nav-link {
		border-style: none;
		border-color: #000;
	}
	.nav-link.last {
		width: 300px;
		min-width: auto;
		margin-right: auto;
		margin-left: auto;
		-o-object-fit: fill;
		object-fit: fill;
	}
	.nav-link.current {
		border-left: 2px solid #f9ae2f;
		box-shadow: none;
		text-transform: none;
	}
	.logo-home-link {
		margin-right: 0px;
		margin-left: 20px;
	}
	.navbar {
		display: block;
		padding-right: 0px;
		padding-left: 0px;
		background-color: #3a454b;
	}
	.nav-menu {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		padding-top: 30px;
		padding-right: 0px;
		padding-left: 0px;
		float: right;
		background-color: #3a454b;
	}
	.dropdown {
		display: block;
		height: auto;
		border: 1px none #000;
	}
	.dropdown-link {
		height: auto;
		padding: 10px;
		border-left: 2px solid #f9ae2f;
		background-color: transparent;
		box-shadow: none;
		color: #3a454b;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.7px;
		text-transform: none;
		white-space: pre-wrap;
	}
	.dropdown-link:hover {
		border-left: 2px solid #3a454b;
		color: #3a454b;
	}
	.dropdown-link.w--current {
		color: #fff;
	}
	.dropdown-link.current {
		color: #fff;
	}
	.dropdown-list {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		border-left: 1px solid #cfcfcf;
		background-color: transparent;
		box-shadow: none;
	}
	.dropdown-list.w--open {
		padding-left: 0px;
		border-left-style: none;
		background-color: #f9ae2f;
	}
	.nested-dropdown-list {
		left: 0px;
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		border-left: 1px solid #cfcfcf;
		background-color: transparent;
		box-shadow: none;
	}
	.nested-dropdown-list.w--open {
		padding-left: 0px;
		border-left-style: none;
	}
	.menu-button {
		margin-right: 20px;
		padding: 10px;
		float: none;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		color: #333;
		font-size: 35px;
	}
	.menu-button.w--open {
		background-color: #f9ae2f;
		color: #333;
	}
	.nav-items-wrapper {
		display: block;
		overflow: auto;
		width: 100%;
		height: 100%;
		padding-bottom: 130px;
	}
	.nav-items-wrapper.mobile {
		display: block;
	}
	.nav-items-wrapper.mobile.test {
		display: none;
	}
	.nav-container {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
	.content-container.footer-contact {
		padding: 60px 60px;
	}
	.event-content-wrapper {
		padding-right: 60px;
	}
	.content-container.about .about-content-wrapper {
		width: auto;
		padding: 0;
	}
}
@media screen and (max-width: 991px) {
  .w-lightbox-left, .w-lightbox-right {
    background-size: 15px;
  }
  .content-container:first-child:last-child {
	padding-top: 40px;
  }
  .content-container.events .amsd-image-link.mobile {
  	display: none;
  }

  .content-container.about .about-content-wrapper {
  	width: auto;
  	padding: 0;
  }
}
@media (max-width: 767px) {
	.floating-bubble {
		padding: 10px;
	    width: 50px;
	    height: 50px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    font-size: 1.8em;
	}
}


#cms-cybernautic-logo-line-2 {
    margin-top: -5px !important;
}