a {
	color: #008E96;
}

body {
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.m-t-30 {
	margin-top: 30px;
}

.red {
	color: red;
}

.highlight {
	background: yellow;
}

#listing_template {
	display: none;
}

.form-control {
	border-radius: 0;
}

input,
input.form-control {
	transition: background-color 0.5s;
}

input.changed-animation,
input.form-control.changed-animation {
	background-color: #FFFF99 !important;
}

.subcategory {
	display: none;
}

.m-r-20 {
	margin-right: 20px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.display-none {
	display: none;
}

.header-banner {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.header-banner img {
	margin: auto;
}

.sidebar-banner img {
	margin-bottom: 80px;
}

.footer-banner {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-banner.footer-banner-right {
	left: auto;
	right: 0;
}

.footer-banner img {
	margin: auto;
}

.header-banner.active,
.footer-banner.active {
	display: block;
	z-index: 2;
}

.header-banner.next,
.footer-banner.next {
	display: block;
	z-index: 1;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-t-30 {
	padding-top: 30px;
}

.bold {
	font-weight: bold;
}

.bg-apa-peach {
	background-color: #f9f2e8;
}

.pointer {
	cursor: pointer;
}

.level-benefits {
	text-align: left;
}

.level-benefits p {
	font-size: 12px;
	line-height: 1.5;
}

.level-benefits ul {
	list-style-type: none;
	padding-left: 0;
}

.level-benefits li {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	padding-top: 10px;
}

.level-benefits li:last-child {
	border-bottom: none;
}

h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'cubano', sans-serif;
	letter-spacing: 4px;
}

.border-right-apa-grey {
	border-right: 1px solid #dfdfdf;
}

.border-bottom-apa-grey {
	border-bottom: 1px solid #dfdfdf;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.apa-font-12 {
	font-size: 12px;
}

.apa-font-13 {
	font-size: 13px;
}

.apa-font-24 {
	font-size: 24px;
}

.apa-font-40 {
	font-size: 40px;
}

.apa-grey {
	color: #dfdfdf;
}

.news-sort {
	padding: 5px 10px;
	border-radius: 4px;
}

.news-sort a {
	color: black;
}

.news-sort a:hover {
	color: black !important;
}

.location-image {
	display: none;
}

.locations-sort-div {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px;
	text-transform: uppercase;
}

.locations-sort {
	padding: 5px 10px;
	border-radius: 4px;
	margin-bottom: 0px;
}

.locations-sort a {
	color: black;
}

.locations-sort a:hover {
	color: black !important;
}

.apa-brown {
	color: #D08529;
}

.apa-font-20 {
	font-size: 20px;
}

.apa-orange {
	color: #f99d1d;
}

.bg-apa-orange {
	background-color: #f99d1d;
}

.bg-apa-white {
	background-color: #ffffff;
}

.search-dropdown.open>a.dropdown-toggle {
	background-color: transparent;
	color: #fdb813;
}

.search-dropdown .dropdown-toggle .fa-search {
	font-size: 16px;
	position: relative;
	top: 2px;
}

#search-directory {
	text-transform: uppercase;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 250px;
	background-color: #ececec;
	min-width: 240px;
	left: auto;
	right: 0;
	padding: 10px;
	border: 0;
}

#search-directory strong.filter-label {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#search-directory .form-group {
	margin-bottom: 0px;
}

#search-directory .btn {
	display: block;
	width: calc(100% + 20px);
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	font-size: 16px;
}

.directory-search-input {
	width: 100%;
	margin: 0 auto 15px;
	border-radius: 20px;
	padding-right: 32px;
	background-image: url('../img/directory-search.svg');
	background-size: 20px !important;
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: contain;
}


.bottom-search {
	background-color: #EBEBEB;
	border: 1px solid #DCDCDC;
	border-width: 1px 0px;
	padding: 2em 0;
}

#search-directory h4 {
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

#search-nub {
	background-color: #dfdfdf;
	position: fixed;
	right: 0;
	top: 150px;
	padding: 15px 10px 15px 15px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border: 1px solid darkgrey;
	cursor: pointer;
	z-index: 1;
}

@media only screen and (max-width : 992px) {
	.search-directory {
		width: 100%;
		right: 0;
		height: 100px;
	}
}

h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
}

h2 {
	font-family: 'cubano', sans-serif;
	color: #C26636;
	letter-spacing: 3px;
}

.listing h2 {
	color: #000000;
}

h4 {
	font-weight: 600;
}

p {
	font-size: 14px;
	line-height: 1.8;
}

.navbar {
	margin-bottom: 0;
}

.navbar-fixed-top {
	top: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.container {
		width: 100%;
	}
}

.navbar-container {
	background: url('/img/apa_background.png') no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 117px;
	z-index: 4031;
}

.navbar-upper {
	/* background-color: #000000; */
	position: fixed;
	width: 100%;
	top: 0;
	min-height: 36px;
	z-index: 4031;
}

.navbar-lower {
	border: none;
	/* box-shadow: 0 8px 6px -6px grey; */
	z-index: 4030;
	position: fixed;
	top: 36px;
	width: 100%;
	/* background-color: #FFFFFF; */
}

.navbar-upper li {
	padding-top: 14px;
	padding-bottom: 8px;
}

.navbar-upper li a {
	font-size: 14px;
	color: #C16635;
	padding-top: 0;
	padding-bottom: 0;
}

.no-padding {
	padding: 0;
}

.navbar-upper li a.right {
	border-right: 1px solid #C16635;
}

.nav-sidebar li a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
}

.nav-sidebar li a.special {
	color: #fdb813;
	font-size: 15px;
	font-weight: 700;
}

.navbar-upper li a:hover {
	/* color: #fdb813;
	background-color: #000000; */
}

.navbar-upper li a.special {
	/* color: #fdb813;
	font-size: 12px;
	font-weight: 700; */
}

.navbar-upper li a.special:hover {
	/* color: white; */
}

.nav-sidebar li a.special.become-a-member,
.navbar-upper li a.special.become-a-member {
	color: #f9f3cf;
	background-color: #008E96;
	transition: background-color 0.2s;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	font-family: "cubano";
	letter-spacing: 0.1em;
	padding: 5px 10px;
}

.nav-sidebar li a.special.become-a-member:hover,
.navbar-upper li a.special.become-a-member:hover {
	background-color: #D08529 !important;
}

.navbar-default {
	background-color: #FFFFFF;
}

.logo-mobile {
	height: 80px;
	margin-top: 17px;
}

#logo {
	position: absolute;
	top: 28px;
	height: 60px;
	transition: all 0.25s;
}

.navbar-lower li a {
	font-size: 12px;
	font-weight: 700;
	color: #000000 !important;
	text-transform: uppercase;
	background-color: transparent !important;
}

.navbar-lower li.dropdown {
	width: 105px;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.25s;
}

.navbar-lower li a {
	/* border-right: 1px solid #dfdfdf; */
	padding-top: 0;
	padding-bottom: 0;
	height: 30px;
}

.navbar-lower .dropdown-menu {
	position: fixed;
	top: 116px;
	left: -1000% !important;
	right: 0 !important;
	margin: auto;
	background: rgba(255, 255, 255, .98);
	display: block;
	transition: all 0;
}

.navbar-lower li.dropdown:hover>.dropdown-menu {
	transition-delay: 0.2s !important;
	left: 0 !important;
}

@media (min-width: 768px) {
	.navbar-lower .dropdown-menu {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.navbar-lower .dropdown-menu {
		width: 970px;
	}
}

.main-container {
	margin-top: 116px;
}

@media (min-width: 1200px) {
	.navbar-lower .dropdown-menu {
		width: 1170px;
	}
}

.navbar-lower .dropdown-menu li {
	width: 290px;
	display: inline-block;
}

.navbar-lower .dropdown-menu li a {
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform: none;
	border-right: none;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.carousel-caption {
	left: 10%;
	right: 10%;
	bottom: 100px;
}

.navbar-lower li:hover {
	background-color: #D08529;
}

.carousel h1 {
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent !important;
}

.carousel h2 {
	font-size: 32px;
}

.carousel {
	height: 500px;
}

.carousel-caption {
	z-index: 10;
}

.carousel .item {
	height: 500px;
	background-color: #222;
	background-position: center 97px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.carousel h1 {
		font-size: 9vw;
	}

	.carousel h2 {
		font-size: 5vw;
		margin-bottom: 15px;
	}

	.carousel-caption {
		background-color: rgba(31, 29, 29, 0.637);
		padding: 0 20px;
	}

}


@media (max-width: 992px) {
	.carousel .item {
		background-position: center top;
	}
}


.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}

.category-header {
	padding-top: 15px;
}

.category-header .category-name {
	display: inline;
}

.category-header .underline-box {
	margin-bottom: 20px;
}

.listing-sort {}

.listing-sort strong {}

.category-title {}

#subcategory-name {
	font-size: 22px;
	margin-top: 9px;
	margin-bottom: 5px;
}

#category-button {
	color: #C26636;
	background: transparent;
	border: 0;
	border-radius: 5px;
	padding: 3px 10px;
}

#chevronh2 {
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	margin-left: 10px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}

#chevron {
	font-size: 14px;
	position: relative;
	top: -5px;
}

#categories {
	border-top: 1px solid #eee;
	padding-top: 20px;
	display: none;
	line-height: normal;
}

#categories.no-subcategory {
	display: block;
}

.categories-dropdown {
	column-count: 4;
}


@media (max-width: 750px) {
	.categories-dropdown {
		column-count: 3;
	}
}

@media (max-width: 500px) {
	.categories-dropdown {
		column-count: 2;
	}
}

@media (max-width: 320px) {
	.categories-dropdown {
		column-count: 1;
	}
}


a.subcategory {
	color: inherit;
	padding: 5px;
	font-size: 90%;
	display: inline-block;
	width: 100%;
	margin: 4px 0;
}

#categories.no-subcategory a.subcategory {
	font-size: 100%;
}

a.subcategory.active {
	background-color: #FEE2A1;
	border-radius: 4px;
	color: #D18629;
}


a.subcategory.no-listings {
	color: #aaa;
}

a.subcategory.active.no-listings {
	background-color: rgb(230, 230, 230);
	border-radius: 4px;
	color: rgb(173, 173, 173);

}

.footer a {
	color: #D08627;
}

.footer-lower {
	background-color: #252525;
	position: relative;
	padding: 15px;
	color: white;
	text-transform: uppercase;
	clear: both;
	font-size: 14px;
}

.footer-lower a {
	color: #f99d1d;
}

.footer-lower .back-to-top {
	color: grey;
	text-align: center;
	font-size: 25px;
	padding-top: 5px;
	background: lightgrey;
	position: absolute;
	height: 100%;
	top: 0;
	right: 20px;
	width: 50px;
}

@media (max-width: 1350px) {
	.footer-lower .container {
		padding-right: 90px;
	}
}

.footer .btn-outline,
.btn-outline {
	background-color: #FFFFFF;
	border: 3px solid #f99d1d;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px;
	color: #f99d1d;
}

.btn-primary {
	background-color: #FDB813;
	background: linear-gradient(to right bottom, #f99d1d 50%, #f78b15 50%);
	border: none;
	border-color: #FDB813;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 0px;
}

.btn-primary:hover {
	background-color: #FDB813;
	border-color: #FDB813;
}

.btn-smaller {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.table.sortable th {
	position: relative;
}

.table.sortable th i {
	position: absolute;
	right: 3px;
}

.table.sortable th {
	border-right: 1px dashed #DDDDDD;
}

.table.sortable .fa-sort-up {
	top: 7px;
}

.table.sortable .fa-sort-down {
	top: 16px;
}

.footer {
	background-color: #ececec;
	padding-top: 50px;
	padding-bottom: 50px;
}


.footer h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer .become-a-member {
	color: #f9f3cf;
	background-color: #008E96;
	transition: background-color 0.2s;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	font-family: "cubano";
	letter-spacing: 0.1em;
	padding: 5px 10px;
}

.footer .become-a-member:hover {
	background-color: #D08529 !important;
}


.advertising-section {
	height: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(#FFFFFF, #EBEBEB);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.07);
}

@media (max-width: 858px) {
	.advertising-section {
		height: 12.237vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
		box-sizing: content-box;
	}

	.footer .become-a-member {
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 20px;
	}
}

.listings-section h1 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.owner {
	font-weight: bold;
	text-transform: uppercase;
}

.city {
	margin-bottom: 15px;
}

.phone-label {
	color: #D08627;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.position-label {
	color: #D08627;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.email {
	margin-top: 15px;
}

.listing-filters {
	margin-bottom: 1em;
}

.tag-checkbox {
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	font-family: "cubano", sans-serif;
	color: #aaa;
	letter-spacing: 3px;
}

.tag-checkbox-after::after {
	content: '|';
	color: #aaa;
	padding-left: 5px;
}

.listings-section h2 {
	margin-top: 0;
	font-size: 30px;
}

.listings-section div {
	font-size: 16px;
	line-height: 1.5;
}

.listings-section .listing-filters {
	font-size: 16px;
	line-height: 1;
}

.listing-logo {
	width: 213px;
	max-width: 100%;
}

.listing-logo>* {
	display: block;
	padding-top: 100%;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

.listing {
	padding: 30px;
}

.semi-bold {
	font-weight: 600;
}

.shadow2 {
	box-shadow: inset 0px 0px 50px 30px rgba(0, 0, 0, 0.05);
}

.shadow {
	border-top: 1px solid #dfdfdf;
}

li.dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar-lower li.dropdown:hover>.dropdown-menu {
	column-count: 4;
}

.dropdown-menu {
	border-bottom: 5px solid #D08529;
}

.dropdown-toggle span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.dropdown-menu li a:hover {
	background-color: #FDB813 !important;
}

.dropdown-menu li.no-listings a {
	color: #aaa !important;
}


.dropdown-menu li.no-listings a:hover {
	color: inherit !important;
	background-color: rgb(216, 216, 216) !important;
}

@media (min-width: 768px) {
	.listing.border-right {
		border-right: solid #dfdfdf 1px;
	}

	.listing.border-top {
		border-top: solid #dfdfdf 1px;
	}
}

.underline-box {
	background-color: #D08529;
	width: 70px;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.small-underline-box {
	background-color: #D08529;
	width: 40px;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin: auto;
}

.about-top-callout {
	background: rgba(255, 255, 255, 0.8);
	width: 88%;
	margin: auto;
	padding: 30px;
}

.about-top-callout strong {
	font-size: 28px;
	line-height: 1.8;
	font-weight: 500;
}

.membership-header .about-top-callout {
	width: 100%;
}

.fr-fil {
	float: left;
}

.helpful-links {
	line-height: 1.8;
}

.helpful-links ul {
	list-style-type: none;
	padding-left: 0;
}

.about-top-callout p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}

.about-callout strong {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.about-callout p {
	font-size: 15px;
	line-height: 1.8;
}

.cta-section {
	background-color: #FEEFCE;
	padding: 20px;
}

.cta-section h1 {
	color: #C16000;
}

.toggle {
	width: 50px;
	height: 50px;
	background-color: black;
	color: white;
	font-size: 36px;
	position: absolute;
	cursor: pointer;
}

.toggle.open {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.sidebar {
	position: fixed;
	top: 0px;
	bottom: 0;
	left: 0;
	z-index: 6000;
	display: none;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 991px) {
	body.sidebar-open {
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	.sidebar {
		display: none !important;
	}
}

.sidebar .logo {
	background-color: white;
}

.sidebar .scrollable {
	margin-right: 50px;
	overflow-y: auto;
	/* Scrollable contents if viewport is shorter than content. */
	height: 100%;
	background-color: #eee;
}

.nav-sidebar {
	padding-bottom: 1em;
}

.navbar-text {
	margin-top: 8px;
	margin-bottom: 0px;
}

.sidebar .toggle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.sidebar .toggle.open {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.form-filters .checkbox,
.form-filters .checkbox-inline {
	cursor: pointer;
	text-transform: uppercase;
}

.checkbox-inline.filter-form {
	padding-left: 0 !important;
}

.filter-form input[type="checkbox"] {
	display: none;
}

.filter-form input[type="checkbox"]+span {
	display: inline-block;
	color: #aaa;
	padding: 5px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
	line-height: 1.2;
}

.filter-form input[type="checkbox"]+span:hover {
	color: #C26636;
}

.filter-form input[type="checkbox"]:checked+span {
	color: #C26636;
}

.filter-form input[type="checkbox"]:checked+span:hover {
	color: #C26636;
}

.filters-turnedoff {
	background-color: #EBEBEB;
	min-height: 50px;
	line-height: 50px;
	border: 1px solid #DCDCDC;
}

.container.category-header {
	position: relative;
}

.toggle-filters {
	margin-bottom: 10px;
}

.filter-checkbox {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "cubano", sans-serif;
	color: #aaa;
	letter-spacing: 3px;
}

.filter-checkbox input {
	margin-right: 10px;
	font-size: 16px;
}

.filter-checkbox-after::after {
	content: '|';
	color: #aaa;
}

@media (max-width: 756px) {
	.filters-form .filter-checkbox {
		display: block;
	}

	.filters {
		min-height: 0;
		padding-top: 10px;
		line-height: inherit;
	}
}

.about-background {
	background: url('/img/azsky.png');
	background-size: cover;
}

.about-fade {
	min-height: 230px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .98) 98%, rgba(255, 255, 255, 1));
}

.membership-fade {
	min-height: 230px;
	background: linear-gradient(to bottom, #F9F2E8 70%, rgba(255, 255, 255, .98) 98%, rgba(255, 255, 255, 1));
}

.uppercase {
	text-transform: uppercase;
}

a.sort-type {
	text-transform: uppercase !important;
	padding: 5px 10px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	line-height: 2.5;
	color: #aaa;
	cursor: pointer;
	text-decoration: none !important;
}

a.sort-type:hover {
	color: #C26636 !important;
}

a.sort-type.active {
	color: #C26636 !important;
	border-radius: 4px;
}

.nodelete .delete-listing {
	display: none;
}

.breadcrumbs {
	margin-top: 20px;
	font-size: 10px;
}

.m-t-1 {
	margin-top: 8px;
}

.m-b-1 {
	margin-bottom: 8px;
}

.m-t-2 {
	margin-top: 16px;
}

.m-b-2 {
	margin-bottom: 16px;
}

.modal {
	z-index: 7000;
}

.modal-backdrop {
	z-index: 6999;
}

.pending-update {
	margin: 0.5em 0 1em;
	padding: 0.5em;
	background-color: #FEEFCE;
}

.pending-update .approved {
	color: green;
	font-weight: bold;
}

.pending-update .denied {
	color: #aa0000;
	font-weight: bold;
}

input.input--card-name {
	line-height: 42px;
	height: 42px;
}

#listings .listing-form:first-child .copy-references {
	display: none;
}


.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.alert {
	border-radius: 0;
}

.alert.alert-info {
	background-color: #f99d1d;
	background: linear-gradient(to right bottom, #f99d1d 0%, #f78b15 100%);
	border-color: #f78b15;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	color: white;
	font-size: 110%;
	padding: 20px 25px;
}

.listings-section .social-links,
.social-links {
	font-size: 24px;
}

.social-links a:first-child {
	padding-right: 0;
}

.social-links a {
	display: inline-block;
	vertical-align: middle;
}

a.social-twitter {
	color: #000;
}

a.social-twitter:hover {
	text-decoration: none;
}

.social-x-icon {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: inherit;
}

a.social-facebook {
	color: #3b5998;
}

a.social-instagram {
	color: inherit;
}

a.social-youtube {
	color: red;
}

a.social-vimeo {
	color: #1ab7ea;
}

a.social-imdb {
	color: #F5C518;
}

a.social-imdb .fa-stack {
	vertical-align: top;
	width: 1em;
}

a.social-imdb .fa-stack .fa-square {
	color: black;
}

/* .nav a.social-facebook {
	padding-right:0;
	color:#3b5998;
	font-size:20px;
}

.nav a.social-twitter {
	padding-right:0;
	color:#00aced;
	font-size:20px;
}

.nav a.social-instagram {
	padding-right:0;
	color: #eee;
	font-size:20px;
}

.nav a.social-youtube {
	color:red;
	font-size:20px;
} */

.login-help-links {
	background-color: rgba(226, 200, 203, 0.6);
	box-shadow: 0 0 5px rgba(226, 200, 203, 0.7), 0 0 20px rgba(226, 200, 203, 0.5);
}

.login-help-links .btn-link {
	text-shadow: 0 0 5px rgba(226, 200, 203, 0.7);
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.get-attention {
	color: red;
	animation-name: shake;
	animation-duration: 1000ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

.member-website {
	display: block;
	margin-bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	.signup-column {
		width: calc(50% - 15px);
		margin-right: 15px;
		float: left;
	}
}

.listing-no-refs .listing-references,
.listing-no-refs .listing-proof {
	display: none;
}

.contact-people {
	columns: 4;
}

.contact-person {
	break-inside: avoid;
	padding-top: 10px;
	min-height: 120px;
}

@media (max-width: 768px) {
	.contact-people {
		columns: 2;
	}
}

@media (max-width: 420px) {
	.contact-people {
		columns: 1;
	}

	.contact-person {
		break-inside: avoid;
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: 0;
	}
}


/* Analytics */

.analytics-graph div {
	float: left;
	font: 10px sans-serif;
	background-color: steelblue;
	text-align: right;
	padding: 3px;
	margin: 1px;
	color: white;
}

.highcharts-data-table {
	margin-top: 4em;
}

.highcharts-data-table,
.highcharts-data-table table {
	width: 100%;
}

.highcharts-data-table th {
	font-weight: bold;
}

.highcharts-data-table thead {
	border-bottom: 1px solid #aaa;
}

.highcharts-data-table tfoot {
	border-top: 1px solid #aaa;
}

.highcharts-data-table tr.totals {
	font-size: 140%;
}

.highcharts-data-table td,
.highcharts-data-table th {
	padding: 5px;
}

.highcharts-data-table tbody tr:nth-child(odd) td,
.highcharts-data-table tbody tr:nth-child(odd) th {
	background-color: #eee;
}

.highcharts-data-table tbody tr:hover td,
.highcharts-data-table tbody tr:hover th {
	background-color: #d9f5ff;
}

/* Analytics end */

.membership-renew-box {
	margin-bottom: 40px;
	margin-top: 20px;
	border: 4px solid #f99d1d80;
	padding: 20px 20px 25px;
	background-color: #F9F2E8;
	text-align: center;
}

.membership-renew-box h1 {
	margin-top: 0;
}

.membership-dashboard {
	padding-bottom: 50px;
}

/* Homepage Hero Styles */
.home-hero {
	position: relative;
	height: calc(100vh - 125px);
	margin-top: -70px;
	padding-top: 90px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	background-color: #d4c4a8;
	background-image: url('/img/home-poster.jpg');
	background-size: cover;
	background-position: center;
}

/* Video Background */
.home-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.home-video-bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-width: 177.77vh;
	/* 16:9 aspect ratio */
	min-height: 56.25vw;
	transform: translate(-50%, -50%);
	border: none;
}

.home-hero-content {
	position: relative;
	z-index: 1;
	max-width: 900px;
}

.home-logo {
	max-width: 500px;
	width: 100%;
	margin-bottom: 10px;
}

.home-tagline {
	font-family: 'cubano', sans-serif;
	color: #C4653D;
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.home-subtitle {
	font-family: 'cubano', sans-serif;
	color: white;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.home-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.home-btn {
	display: inline-block;
	background-color: #009BA3;
	color: white !important;
	padding: 15px 40px;
	font-family: 'cubano', sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	transition: background-color 0.3s;
}

.home-btn:hover {
	background-color: #007A80;
	text-decoration: none;
}

/* Homepage responsive adjustments */
@media (max-width: 768px) {
	.home-hero {
		padding: 20px;
	}

	.home-logo {
		max-width: 280px;
	}

	.home-tagline {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.home-subtitle {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.home-btn {
		padding: 12px 30px;
		font-size: 14px;
	}
}

/* TOC Page Styles */
.toc-hero {
	position: relative;
	height: calc(100vh - 195px);
	padding: 30px 20px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #C16635;
}

.toc-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.toc-video-bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-width: 177.77vh;
	min-height: 56.25vw;
	transform: translate(-50%, -50%);
	border: none;
}

.toc-hero .container {
	position: relative;
	z-index: 1;
}

.toc-categories {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.toc-category-link {
	font-family: 'cubano', sans-serif;
	font-size: 42px;
	color: #F5DFC8 !important;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: none;
	transition: color 0.2s;
}

.toc-category-link:hover {
	color: white !important;
	text-decoration: none;
}

/* TOC responsive adjustments */
@media (max-width: 992px) {
	.toc-category-link {
		font-size: 32px;
		letter-spacing: 3px;
	}
}

@media (max-width: 768px) {
	.toc-hero {
		padding: 20px 15px;
	}

	.toc-category-link {
		font-size: 24px;
		letter-spacing: 2px;
	}
}

/* Shorter navbar on homepage and TOC */
.is-homepage .navbar-container,
body.is-toc .navbar-container {
	height: 70px;
}

.is-homepage .navbar-container {
	background: none;
}

.is-homepage #logo,
body.is-toc #logo {
	top: 8px;
	height: 50px;
}

.is-homepage .navbar-upper li,
body.is-toc .navbar-upper li {
	padding-top: 18px;
	padding-bottom: 16px;
}

.is-homepage .navbar-upper li:has(.become-a-member),
body.is-toc .navbar-upper li:has(.become-a-member) {
	padding-top: 12px !important;
}

.is-homepage .navbar-upper [data-page-name="home"],
.is-homepage .navbar-upper [data-page-name="locations"],
body.is-toc .navbar-upper [data-page-name="home"],
body.is-toc .navbar-upper [data-page-name="locations"] {
	display: none;
}

.is-homepage .main-container,
body.is-toc .main-container {
	margin-top: 70px;
}

/* New Simplified Footer */
.footer-new {
	background: url('/img/apa_background.png') no-repeat center center;
	background-size: cover;
	padding: 0;
}

.footer-new .row {
	display: flex;
	align-items: stretch;
}

.footer-left {
	padding: 8px 40px 8px 0;
}

.footer-title {
	font-family: 'cubano', sans-serif;
	color: #C16635;
	font-size: 24px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-contact {
	font-size: 14px;
	color: #C16635;
	margin-bottom: 4px;
	line-height: 1.4;
}

.footer-contact a {
	color: #C16635;
}

.footer-contact i {
	color: #C4653D;
	margin: 0 5px;
}

.footer-copyright {
	font-size: 12px;
	color: #5A5A5A;
	font-style: italic;
	margin: 0;
}

.footer-copyright a {
	color: #C16635 !important;
}

.footer-right {
	background-color: #CC8B7A;
	padding: 0 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-newsletter-label {
	font-family: 'cubano', sans-serif;
	color: #F5DFC8;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 6px 0;
}

.footer-newsletter-btn {
	display: inline-block;
	background-color: #F5DFC8;
	color: #C4653D !important;
	font-family: 'cubano', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 20px;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 8px;
	transition: background-color 0.2s;
}

.footer-newsletter-btn:hover {
	background-color: white;
	text-decoration: none;
}

.footer-social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.footer-social-links a {
	color: #F5DFC8 !important;
	font-size: 24px;
	transition: color 0.2s;
}

.footer-social-links a:hover {
	color: white !important;
}

.footer-social-links .social-x {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Footer responsive */
@media (max-width: 991px) {
	.footer-left {
		text-align: center;
		padding-right: 15px;
		margin-bottom: 10px;
	}

	.footer-right {
		margin: 0 -15px;
	}
}