/* FONTS START */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proxima_nova_semibold-webfont.woff2') format('woff2'),
		url('../font/proxima_nova_semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proxima_nova_bold-webfont.woff2') format('woff2'),
		url('../font/proxima_nova_bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proxima_nova_extrabold-webfont.woff2') format('woff2'),
		url('../font/proxima_nova_extrabold-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/proxima_nova_black-webfont.woff2') format('woff2'),
		url('../font/proxima_nova_black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'icons';
	src: url('../font/icons.eot?45834442');
	src: url('../font/icons.eot?45834442#iefix') format('embedded-opentype'),
		url('../font/icons.woff2?45834442') format('woff2'),
		url('../font/icons.woff?45834442') format('woff'),
		url('../font/icons.ttf?45834442') format('truetype'),
		url('../font/icons.svg?45834442#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	/* speak: none; */

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-right-open-big:before {
	content: '\e800';
}
.icon-left-open-big:before {
	content: '\e801';
}
.icon-down-open-big:before {
	content: '\e802';
}
.icon-up-open-big:before {
	content: '\e803';
}
.icon-down-open:before {
	content: '\e804';
}
.icon-up-open:before {
	content: '\e805';
}
.icon-left-open:before {
	content: '\e806';
}
.icon-right-open:before {
	content: '\e807';
}
.icon-down-open-mini:before {
	content: '\e808';
}
.icon-left-open-mini:before {
	content: '\e809';
}
.icon-right-open-mini:before {
	content: '\e80a';
}
.icon-up-open-mini:before {
	content: '\e80b';
}
.icon-instagram:before {
	content: '\f16d';
}
.icon-twitter:before {
	content: '\f309';
}
.icon-facebook:before {
	content: '\f30c';
}
/* FONTS END */

/* GLOBAL STYLES */
main {
	padding-top: 100px;
}

.buttonLinkWhite {
	font-family: 'Proxima Nova';
	font-weight: 600;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 25px 15px 35px;
	letter-spacing: 1.856px;
	display: inline-block;
	background-color: white;
}

.buttonLinkWhite:hover {
	color: black;
	background-color: #ffd000;
	transition: 0.4s;
}

.buttonLinkWhite > i {
	font-size: 16px;
	margin-left: 10px;
}

.buttonLinkBlack {
	font-family: 'Proxima Nova';
	font-weight: 600;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 25px 15px 35px;
	letter-spacing: 1.856px;
	display: inline-block;
	background-color: #1e1e1e;
	border: 1px solid #3c3c3c;
}

.buttonLinkBlack:hover {
	color: black;
	background-color: #ffd000;
	transition: 0.4s;
}

.buttonLinkBlack > i {
	font-size: 16px;
	margin-left: 10px;
}

.introH2 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 45px;
	line-height: 52px;
	letter-spacing: 1.456px;
	text-transform: uppercase;
	margin: 0px;
}

.introH3 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 2.06px;
	color: black;
	text-transform: uppercase;
	margin: 0px;
}

.introH4 {
	font-family: 'Mr Dafoe', cursive;
	font-size: 60px;
	letter-spacing: 1.22px;
	color: #ffd000;
	margin: 0px;
}

.introH5 {
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.988px;
	text-transform: uppercase;
	margin: 0px;
}

.introH6 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0.63px;
	margin: 0px;
}

.bodyText {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
}

.widgetText {
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.33px;
}

.widgetLinkMore {
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 16px;
	color: #00abcf;
}

.widgetLinkMore:hover {
	color: #ffd000;
	transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
	.introH2 {
		font-size: 38px;
		line-height: 46px;
		letter-spacing: 1.288px;
	}
	.introH3 {
		font-size: 18px;
		letter-spacing: 2.06px;
		margin: 0px;
	}
	.introH4 {
		font-size: 38px;
		letter-spacing: initial;
	}
	.introH6 {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 0.672px;
	}
	.bodyText {
		font-size: 16px;
		line-height: 31px;
	}
}

/* GLOBAL STYLES END*/

/* HEADER START */
header {
	position: fixed;
	background-color: white;
	width: 100%;
	z-index: 499;
	height: 100px;
}

.mainNav {
	display: flex;
	align-items: center;
	height: 100%;
}

.mainNavLogo img {
	max-width: 220px;
	margin-left: 40px;
}

.mainNavLinks {
	margin-left: auto;
	display: flex;
	list-style: none;
}

.mainNavLinks li {
	position: relative;
}

.mainNavLinks > li > a {
	font-size: 16px;
	font-family: 'Proxima Nova';
	font-weight: 600;
	letter-spacing: 1.184px;
	padding: 10px;
	color: black;
	text-transform: uppercase;
}

.mainNavLinks > li > a:hover {
	color: #00abcf;
	border-bottom: 5px solid;
	padding-bottom: 34px;
}

.mainNavLinksSubmenu {
	list-style: none;
	background-color: white;
	visibility: hidden;
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 63px;
	flex-direction: column;
	width: 250%;
	padding: 20px 0px 20px 30px;
}

.mainNavLinksSubmenu li a {
	color: black;
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.895px;
	line-height: 28px;
}

.mainNavLinksSubmenu li a:hover {
	color: #00abcf;
}

.mainNavLinks > li:hover .mainNavLinksSubmenu {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: center;
}

.mainNavLinks > li > div{
	display: none;
}

.mainNavSocialLinks {
	display: flex;
	list-style: none;
	margin-right: 3rem;
	margin-left: 5rem;
	padding: 0px;
}

.mainNavSocialLinks li a {
	color: #3b3b3b;
	font-size: 20px;
	padding: 10px;
}

.mainNavSearch {
	height: 100%;
	background-color: #f6f6f6;
	position: relative;
}

.mainNavSearch input[type='search'] {
	background: #ededed url(../img/search.svg) no-repeat;
	background-position: right 36px center;
	-webkit-appearance: textfield;
	background-size: 25px;
	border: none;
	width: 100px;
	transition-property: width;
	transition-duration: 0.4s;
	height: 100%;
	background-color: #f6f6f6;
}

.mainNavSearch input[type='search']:focus {
	width: 50vw;
	position: absolute;
	right: 0;
	z-index: 2;
}

#nav-icon {
	display: none;
}

.mobileNav {
	display: none;
}

.mobileTopBar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100px;
}

.mobileBottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px;
}

.mobileNavLinks {
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 75%;
}

.mobileNavLinks > li {
	border-top: 1px solid #d8d8d8;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.mobileNavLinks > li:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.mobileNavLinks > li > a {
	display: block;
	color: black;
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.895px;
	line-height: 28px;
	text-transform: uppercase;
	/* width: 100%; */
	position: relative;
}

/* .mobileNavLinks > li > a::after {
	content: '';
	display: block;
	background: url(../img/arrow.png) no-repeat center;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 10px;
	right: 0px;
} */

.mobileNavLinks li a:hover {
	color: #ffd000;
}

.mobileNavLinks > li > div {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

.mobileNavSubmenu {
	list-style: none;
	padding: 0px;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.mobileSubmenuActive {
	flex-basis: 100%;
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.mobileNavLinksActive {
	color: #ffd000 !important;
}

.mobileNavLinksActive:after {
	transform: rotate(180deg);
	transition: 0.4s;
}

.mobileNavSubmenu li a {
	color: black;
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.895px;
	line-height: 28px;
}

#alertbanner {
	background: #c00;
	padding: 5px 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

#alertbanner a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#alertbanner a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
	header {
		height: 100px;
		overflow: hidden;
	}
	.headerMobile {
		height: 100vh;
		border-bottom: 9px solid #ffd000;
		transition: 0.4s;
	}
	.mainNav {
		display: none;
	}
	.mobileNav {
		display: flex;
		flex-direction: column;
	}
	.mainNavSocialLinks {
		margin: 0 auto;
		padding: 20px 0px 20px 0px;
	}
	.mobileBottom > .mainNavSearch {
		display: block;
		margin: 0 auto;
		min-width: 100px;
	}
	#nav-icon {
		display: block;
		min-width: 40px;
		height: 45px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		-o-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		cursor: pointer;
		margin-left: auto;
		margin-right: 40px;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #050505;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	#nav-icon span:nth-child(1) {
		top: 7px;
	}
	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 19px;
	}
	#nav-icon span:nth-child(4) {
		top: 32px;
	}
	#nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.mobileBottom > .mainNavSearch {
		height: 100%;
		background-color: #f6f6f6;
		position: inherit;
	}
	.mobileBottom .mainNavSearch input[type='search'] {
		background: #ededed url(../img/search.svg) no-repeat;
		background-position: right 10px center;
		background-size: 25px;
		-webkit-appearance: textfield;
		border: none;
		width: 100%;
		transition-property: width;
		transition-duration: 0.4s;
		height: 60px;
		background-color: #f6f6f6;
	}
	.mobileBottom .mainNavSearch input[type='search']:focus {
		position: inherit;
		right: 0;
		z-index: 0;
	}
	.mainNavLinks > li > div{
		display: initial;
	}
}
@media only screen and (max-width: 650px) {
	.mobileTopBar > .mainNavSearch {
		display: none;
	}
	.mainNavLogo img {
		max-width: 220px;
		margin: 0px;
		padding-left: 10px;
	}
}
/* HEADER END */

/* LANDING PAGE START */
/* BANNER SECTION START*/
.landingBanner {
	display: flex;
	overflow: hidden;
	position: relative;
	min-height: 850px;
	height: 80%;
}

.landingBannerSlide {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: -2;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide1 {
	background: url(../img/hero-1.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

#slide2 {
	background: url(../img/hero-2.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

#slide3 {
	background: url(../img/hero-3.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

.landingBanner > i {
	font-size: 50px;
	color: white;
	position: absolute;
	bottom: 20px;
	left: 50%;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	line-height: 30px;
}

.landingBanner > i::before {
	margin: 0px;
}

.landingBannerText {
	margin: 10% 0 5% 10%;
}

.landingBannerText h1 {
	font-family: 'Mr Dafoe', cursive;
	font-size: 60px;
	letter-spacing: 1.22px;
	color: white;
	transform: rotate(270deg) translate(20%, -125%);
	transform-origin: 0 0;
}

.landingBannerText p {
	font-family: 'Proxima Nova';
	font-weight: 900;
	font-size: 120px;
	line-height: 108px;
	text-transform: uppercase;
	color: white;
}

.BONAward {
	display: block;
	position: absolute;
	height: 100%;
	width: 189px;
	top: 15px;
	right: 15px;
	text-align: center;
}

.BONAward img {
	display: block;
	height: auto;
	width: 100%;
}

.herobug {
	display: block;
	position: absolute;
	height: 200px;
	width: 200px;
	top: 150px;
	right: 15px;
}

.herobug img {
	display: block;
	height: 100%;
	width: auto;
}

.slideActiveText {
	color: #ffd000;
}

.slideTabs {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	right: 3%;
}

.slidespot {
	display: inline-block;
	background: url('../img/slide-off.png') no-repeat center center;
	height: 11px;
	width: 11px;
	margin: 5px;
}

.slidespot.on {
	background: url('../img/slide-on.png') no-repeat center center;
}

@media only screen and (max-width: 1200px) {
	.landingBannerText p {
		font-size: 95px;
		line-height: 87px;
	}
	.landingBannerText h1 {
		transform: rotate(0deg) translate(5%, 0%);
	}
}

@media only screen and (max-width: 650px) {
	.landingBanner {
		align-items: center;
		justify-content: center;
		height: 80vh;
	}
	.landingBanner > i {
		font-size: 40px;
		left: 45%;
	}
	.slideTabs {
		flex-direction: row;
		position: absolute;
		top: initial;
		bottom: 10px;
		right: 10%;
	}
	.landingBannerText {
		margin: 5% 0 5% 0%;
	}
	.landingBannerText p {
		font-size: 68px;
		line-height: 67px;
	}
	.landingBannerText h1 {
		font-size: 55px;
	}
	.BONAward {
		display: block;
		position: absolute;
		height: 250px;
		width: 100px;
		right: 25px;
	}
	.herobug {
		display: block;
		position: absolute;
		height: 150px;
		width: 150px;
		right: 25px;
	}
}
/* BANNER SECTION END*/
/* WELCOME SECTION START */
.landingWelcome {
	display: flex;
	align-items: center;
	background: url(../img/welcome-background.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.landingWelcomePicture {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.landingWelcomePicture img {
	margin-top: 50px;
}

.landingWelcomeText {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.landingWelcomeText p {
	max-width: 500px;
	margin: 15px 0px 50px 0px;
}

.landingWelcomeText a {
	border: 1px solid #dadada;
}

@media only screen and (max-width: 1200px) {
	.landingWelcome {
		display: flex;
		align-items: center;
		background: url(../img/welcome-background-tablet.jpg) no-repeat top center;
		background-size: cover;
		flex-direction: column-reverse;
	}
	.landingWelcomePicture img {
		width: 80%;
	}
	.landingWelcomeText {
		margin: 50px 0px 0px 50px;
	}
	.landingWelcomeText br {
		display: none;
	}
	.landingWelcomeText p {
		max-width: 90%;
	}
	.landingWelcomeText h2 {
		max-width: 560px;
	}
}
@media only screen and (max-width: 650px) {
	.landingWelcomeText {
		margin: 30px 0px 0px 30px;
	}
	.landingWelcomeText p {
		max-width: 95%;
	}
	.landingWelcomePicture img {
		width: 90%;
	}
}
/* WELCOME SECTION END */
/* DIRECTORY SECTION START */
.directoryWidget {
	position: relative;
	background-color: #1e1e1e;
	display: flex;
	padding: 30px 50px 30px 50px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.directoryWidget > h3 {
	color: white;
	margin-right: 75px;
}

.directoryFilter {
	flex: 1;
	display: flex;
	align-items: center;
}

.directoryFilter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* Remove default arrow */
	width: 30%;
	border: none;
	color: white;
	font-family: 'Proxima Nova';
	font-weight: 700;
	letter-spacing: 1.854px;
	height: 60px;
	padding: 0px 0px 0px 25px;
	background: url(../img/arrow-2.png) no-repeat right 25px center;
	background-color: #484848;
}

#select1 {
	margin-right: 10px;
}

.directoryFilter a {
	margin-left: 75px;
}

#directorywidgetloading {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background: #000000 url('../images/common/directory-loading.gif') no-repeat center center;
	background-size: auto 90%;
}

@media only screen and (max-width: 1200px) {
	.directoryWidget {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 50px 30px 50px;
		align-items: center;
		justify-content: center;
	}
	.directoryWidget > h3 {
		color: white;
		margin-right: 0px;
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.directoryFilter {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.directoryFilter select {
		width: 45%;
	}
	.directoryFilter a {
		margin-left: 0px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 700px) {
	.directoryWidget {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 10px 30px 10px;
		align-items: center;
		justify-content: center;
	}
	.directoryWidget > h3 {
		color: white;
		margin-right: 0px;
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.directoryFilter {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.directoryFilter select {
		width: 90%;
	}
	.directoryFilter a {
		margin-left: 0px;
		margin-top: 40px;
	}
	#select1 {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}
/* DIRECTORY SECTION END */
/* HIGHLIGHTS SECTION START */
.landingHighlights {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 75px;
	overflow: hidden;
}

.landingHighlights h4 {
	margin-bottom: 20px;
}
.landingHighlights > article {
	margin: 30px 0px 50px 0px;
	width: 100%;
}

.landingHighlights h6 {
	margin: 20px 0px 20px 0px;
}

.highlightMember,
.highlightEvents {
	display: flex;
	justify-content: center;
}

.memberPicture,
.eventPicture {
	position: relative;
	margin-top: -20px;
	z-index: 1;
}

.memberIcon {
	width: 39px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/member-icon.jpg) no-repeat center center;
}

.eventIcon {
	width: 39px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/event-icon.jpg) no-repeat center center;
}

.memberText,
.eventText {
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 610px;
	padding: 0px 0px 10px 80px;
	margin-left: -35px;
	margin-bottom: -20px;
	align-items: flex-start;
	position: relative;
	z-index: 0;
	width: 100%;
}

.memberText p,
.eventText p {
	max-width: 85%;
	margin-top: 10px;
}

.eventText a {
	background: none;
	color: black;
	border: 1px solid #dadada;
}

.eventText a:hover {
	background: #ffd000;
	color: black;
	border: 1px solid #dadada;
}

.eventText img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.highlightNews {
	display: flex;
	justify-content: center;
}

.newsPicture {
	position: relative;
}

.newsText {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 610px;
	background-color: #f6f6f6;
	margin-right: -35px;
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 0px 80px 10px 40px;
}

.newsText p {
	margin-top: 10px;
}

.newsIcon {
	width: 39px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/news-icon.jpg) no-repeat center center;
}

.newsDate {
	background-color: #00abcf;
	color: white;
	font-family: 'Proxima Nova';
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.066px;
	padding: 5px 15px 5px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0px;
}

.newsNavigate {
	position: absolute;
	bottom: 0;
	right: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsNavigate a {
	padding: 5px;
	background-color: #e9e9e9;
	margin: 5px;
	color: black;
}

.newsNavigate a:hover {
	padding: 5px;
	background-color: #ffd000;
	margin: 5px;
	color: black;
	transition: 0.3s;
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: flex;
}

@media only screen and (max-width: 1200px) {
	.landingHighlights {
		margin-top: 50px;
	}
	.highlightMember,
	.highlightEvents {
		flex-direction: column;
		align-items: center;
	}
	.memberPicture,
	.eventPicture {
		position: relative;
		margin-top: 0px;
		order: 1;
	}
	.memberIcon,
	.eventIcon {
		left: initial;
		right: 0;
	}
	.memberText {
		flex-direction: column;
		order: 2;
		max-width: 610px;
		padding: 300px 0px 10px 40px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.eventText {
		flex-direction: column;
		order: 2;
		min-width: 610px;
		padding: 300px 0px 10px 40px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.memberText p {
		max-width: 90%;
	}
	.highlightNews {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}
	.newsText {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 610px;
		background-color: #f6f6f6;
		padding: 160px 0px 10px 40px;
		margin-left: -30px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.newsNavigate {
		right: 0;
	}
	.tab-content {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 650px) {
	.landingHighlights {
		padding: 0px 0px 0px 0px;
	}
	.memberPicture,
	.eventPicture {
		display: flex;
		position: relative;
		margin-top: 0px;
		max-width: 80vw;
		justify-content: center;
		align-items: center;
	}
	.memberPicture img,
	.eventPicture img,
	.newsPicture img {
		max-width: 100%;
	}
	.memberText {
		flex-direction: column;
		max-width: 100vw;
		padding: 30vw 5vw 10px 10vw;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.eventText {
		min-width: 100vw;
		flex-direction: column;
		padding: 30vw 5vw 90px 10vw;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.eventText img {
		position: absolute;
		bottom: 20px;
		right: initial;
	}
	.memberText p {
		max-width: 100%;
	}
	.highlightNews {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.newsPicture {
		display: flex;
		position: relative;
		margin-top: 0px;
		max-width: 80vw;
		justify-content: center;
		align-items: center;
	}
	.newsText {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 100vw;
		background-color: #f6f6f6;
		padding: 25vw 5vw 50px 10vw;
		margin-left: -30px;
		margin-bottom: 0px;
		margin-top: -25%;
	}
	.newsNavigate {
		right: 0;
	}
}
/* HIGHLIGHTS SECTION END */
/* SOCIAL WIDGET START */
.landingSocial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px 0px 100px 0px;
	/* overflow: hidden; */
}

.landingSocial h3 {
	margin-bottom: 20px;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	color: black;
}
/* SOCIAL WIDGET END */
/* LANDING TOOLS START */
.landingTools {
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.mapLink {
	flex-basis: 50%;
	min-height: 650px;
	background: url(../img/mapv3.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	display: flex;
	justify-content: center;
	position: relative;
}

.mapLink a {
	position: absolute;
	bottom: 5%;
	color: black;
	background-color: #ffd000;
}

.mapLink a:hover {
	background-color: white;
}

.newsRegister {
	flex-basis: 50%;
	min-height: 650px;
	background: url(../img/signup-background-v3.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#mailinglistwidgetloading {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background: #000000 url('../images/common/directory-loading.gif') no-repeat center center;
	background-size: auto;
	opacity: 0.8;
}

.newsRegister h4 {
	color: white;
	line-height: 66px;
	font-size: 78px;
	margin-bottom: 50px;
	text-align: center;
}

.newsRegister h6 {
	color: white;
	font-weight: 800;
	font-size: 30px;
}

.newsRegister .errorMessage {
	color: #FFFFFF;
	background: #CC0000;
	padding: 5px 15px;
	display: none;
}

.newsletterSignup {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.signupSubmit {
	padding: 20px;
	width: 485px;
	margin: 30px 0px 200px 0px;
	font-family: 'Open Sans';
	font-size: 20px;
	border: none;
}

.newsletterSignup a {
	color: black;
	background-color: #ffd000;
}

.newsletterSignup a:hover {
	background-color: white;
}

@media only screen and (max-width: 1200px) {
	.landingSocial {
		margin: 50px 0px 50px 0px;
	}
	.landingTools {
		flex-wrap: wrap;
	}

	.mapLink {
		flex-basis: 100%;
		min-height: 600px;
		background-position: center center;
	}

	.mapLink a:hover {
		background-color: white;
	}

	.newsRegister {
		flex-basis: 100%;
		min-height: 600px;
		background-position: center center;
		max-width: 100vw;
	}

	.newsRegister h4 {
		margin-top: 50px;
	}

	.newsRegister h6 {
		text-align: center;
	}

	.newsletterSignup a {
		color: black;
		background-color: #ffd000;
	}

	.newsletterSignup a:hover {
		background-color: white;
	}
	.signupSubmit {
		margin: 30px 0px 50px 0px;
	}
}
@media only screen and (max-width: 650px) {
	.newsRegister {
		justify-content: flex-start;
	}
	.newsRegister h4 {
		line-height: 51px;
		font-size: 50px;
	}
	.newsRegister h6 {
		padding: 0px 10px 0px 10px;
	}

	.signupSubmit {
		width: 90vw;
		margin: 30px 0px 50px 0px;
	}
}
/* LANDING TOOLS END */
/* LANDING PAGE END */

/* FOOTER START */
footer {
	width: 100%;
	overflow: hidden;
	background-color: #161616;
	display: flex;
	flex-direction: column;
}

.footerTop {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 75px 0px 75px 0px;
}

.footerInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-right: 1px solid #343434;
	padding-right: 5%;
	margin-right: 5%;
}

.footerInfo img {
	margin-bottom: 30px;
}

.footerInfo p {
	font-family: 'Open Sans';
	letter-spacing: 0.494px;
	font-size: 13px;
	line-height: 22px;
	color: white;
	font-weight: 300;
	margin: 0px;
}

.footerInfo p:first-of-type {
	margin-bottom: 20px;
}

.footerInfo p span {
	color: #ffd000;
	font-weight: 400;
}

.footerInfo p a {
	font-family: 'Open Sans';
	letter-spacing: 0.494px;
	font-size: 13px;
	line-height: 22px;
	color: white;
	font-weight: 300;
}

.footerNav {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.footerNav ul li {
	color: #ffd000;
	list-style: none;
	font-family: 'Proxima Nova';
	font-weight: 700;
	text-transform: uppercase;
}

.footerNav ul li a {
	color: white;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.494px;
	font-size: 13px;
	text-transform: initial;
}

.footerNav ul li.section a {
	color: #ffd000;
	font-family: 'Proxima Nova';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.footerBottom {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	background-color: #222222;
	min-height: 77px;
}

.footerSocial a i {
	color: white;
}

.footerCopyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: white;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.494px;
	font-size: 12px;
}

.footerCopyright p {
	margin: 0px;
	margin-right: 15px;
}

.footerCopyright a {
	color: white;
	padding: 0px 5px 0px 5px;
}

.footerInfo > .footerSocial {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.footerTop {
		padding: 40px 20px 20px 5%;
	}
	.footerNav {
		flex-wrap: wrap;
	}
	.footerNav ul {
		flex: 50%;
		margin-bottom: 20px;
	}
	.footerInfo {
		justify-content: flex-start;
	}
	.footerBottom > .footerSocial {
		display: none;
	}

	.footerInfo > .footerSocial {
		display: flex;
	}
}
@media only screen and (max-width: 650px) {
	.footerTop {
		flex-direction: column;
		padding: 40px 5% 20px 5%;
	}
	.footerInfo {
		margin: 0px;
		padding: 0px;
		border-right: none;
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
	}
	.footerNav ul {
		flex: 100%;
		margin-bottom: 20px;
		padding: 0px;
	}
	.footerCopyright {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footerCopyright p {
		flex: 100%;
		text-align: center;
	}
}
/* FOOTER END */

/* INTERNAL PAGE START */
/* INTERNAL BANNER START */
.internalBanner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.internalBanner h1 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 90px;
	line-height: 90px;
	letter-spacing: 1.26px;
	margin-left: 10vw;
	display: block;
	color: white;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.internalBanner h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 650px) {
	.internalBanner {
		align-items: center;
	}
	.internalBanner h1 {
		margin-left: 25px;
		font-size: 48px;
		line-height: 48px;
		letter-spacing: 1.62px;
	}
}

@media only screen and (max-width: 460px) {
	.internalBanner h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

/* INTERNAL BANNER END */
/* INTERNAL CONTENT START */
.internalBody {
	display: flex;
	padding: 60px 15px;
	justify-content: center;
}

.internalContent {
	flex: 3;
	margin-right: 60px;
	max-width: 850px;
	font-family: 'Open Sans';
	font-weight: 300;
	list-style-image: url(../img/arrow-right.png);
}

.internalContent.wide {
	flex: 3;
	margin-right: 0px;
	max-width: 1270px;
}

.internalContent h2 {
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1.2px;
	color: #00abcf;
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

.internalContent h2 a {
	color: #00abcf;
}

.internalContent h2 a:hover {
	color: #00abcf;
	text-decoration: underline;
}

.internalContent > a {
	color: #00abcf;
}

.internalContent > a:hover {
	color: #ffd000;
	transition: 0.3s;
}

.internalContent h3 {
	font-family: 'Proxima Nova';
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 1.45px;
	line-height: 56px;
}

.internalContent p {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 33px;
	margin: 10px 0px 10px 0px;
}

.internalContent ul {
	margin: 10px 0px 10px 0px;
}

.internalSidebar {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: 65px;
	max-width: 360px;
}

.internalSidebar > div {
	margin: 0px 0px 50px 0px;
}

.internalMapWidget {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsImgContainer {
	position: relative;
}

.newsImgContainer img {
	width: 100%;
	height: auto;
}

.internalNewsWidget h2 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.internalNewsWidget h3 {
	font-family: 'Proxima Nova';
	font-weight: 800;
	font-size: 28px;
	letter-spacing: 0.672px;
	margin: 10px 0px 0px 0px;
	color: #000000;
}

.internalNewsWidget > p {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.33px;
	line-height: 22px;
}

.InternalNewsRegister > .newsRegister {
	background: url(../img/internal-signup-background-v2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 420px;
	max-height: 420px;
}

.InternalNewsRegister > .newsRegister h4 {
	margin-bottom: 30px;
}

.InternalNewsRegister > .newsRegister form .signupSubmit {
	padding: 20px;
	width: 485px;
	margin: 30px 0px 30px 0px;
	font-family: 'Open Sans';
	font-size: 20px;
	border: none;
}

/* begin directory widget */

.internalSidebar .module.directory {
	background: #eeeeee;
	padding: 65px 0 15px 0;
}

.internalSidebar .module.directory h2 {
	margin: 18px;
	font-size: 14pt;
}

.internalSidebar .module.directory .category {
	margin: 18px 23px 18px 18px;
	border-top: 1px solid #8c8d88;
	border-bottom: 1px solid #8c8d88;
	overflow: hidden;
}

.internalSidebar .module.directory .dropdown {
	border: 0;
	margin: 5px 15px 5px 0;
	background: transparent;
	width: 100%;
	-webkit-appearance: none;
	color: #000000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.internalSidebar .module.directory .dropdown:focus {
	outline: none;
    border: none;
}

.internalSidebar .module.directory #directoryResults {
	position: relative;
	display: block;
	margin: 0 10px 10px 15px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.internalSidebar .module.directory #directoryResults a {
	display: inline-block;
	text-decoration: none;	
	-o-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
	padding: 3px 0px;
}

.internalSidebar .module.directory #directoryResults a:hover {
	text-decoration: none;	
	background: #999999;
	color: #ffffff;
}

#directoryNav {
	display: none;	
}

#directorywidgetdivider {
	display: none;
	margin: 0 18px 18px 18px;
	border-bottom: 1px solid #8c8d88;
	border-top: 1px solid #8c8d88;
	height: 5px;
}

#directorywidgetloading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f0f0 url('../images/common/loader.gif') no-repeat center center;
}

/* end directory widget */

@media only screen and (max-width: 1250px) {
	.internalBody {
		flex-direction: column;
		align-items: center;
		padding: 40px 20px 0px 20px;
	}
	.internalContent {
		flex: 1;
		margin-right: 0px;
		max-width: 700px;
		min-width: 650px;
	}
	.internalContent h2 {
		margin-bottom: 25px;
	}
	.internalContent h3 {
		font-size: 38px;
		letter-spacing: 1.064px;
		line-height: 44px;
	}
	.internalContent p {
		font-family: 'Open Sans';
		font-weight: 300;
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 33px;
		margin: 25px 0px 0px 0px;
	}
}

@media only screen and (max-width: 650px) {
	.internalBody {
		overflow: hidden;
		padding: 40px 10px 0px 10px;
	}
	.internalContent {
		max-width: 700px;
		min-width: 90%;
	}
	.internalSidebar {
		flex: initial;
		display: flex;
		flex-direction: column;
		padding-top: 65px;
		max-width: 100%;
	}
	.internalMapWidget img {
		width: 100%;
	}
	.newsImgContainer img {
		width: 100%;
	}
	.InternalNewsRegister > .newsRegister form .signupSubmit {
		padding: 20px;
		width: 80%;
		margin: 30px 0px 30px 0px;
		font-family: 'Open Sans';
		font-size: 20px;
		border: none;
	}
}
/* INTERNAL CONTENT END */
/* INTERNAL PAGE END */

/* DIRECTORY PAGE START */
/* MAP START */
.mapBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans';
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
}

#map-canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	width: 100%;
}

.mapNav {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #222222;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.mapNav > a > span {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 16px;
	color: #ffd000;
	text-transform: uppercase;
	line-height: 16px;
}
/* MAP END */
/* DIRECTORY LIST START */
.directory {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 10px 50px 10px;
}

.directory h2 {
	margin-bottom: 70px;
}

.directoryList {
	display: grid;
	grid-auto-rows: 65px;
	grid-gap: 10px;
	width: 100%;
	max-width: 1250px;
}

.directorySort {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
}

.directorySort a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	vertical-align: middle;
}

.directorySort a:hover {
	color: #00abcf;
	transition: 0.3s;
}

.directorySort a i {
	margin-left: 5px;
	display: inline-block;
}

.sortActive {
	transform: rotate(180deg);
}

.directoryItem {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
	border-top: 1px solid #dadada;
	padding-top: 5px;
}

.directoryItem p {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	color: black;
	margin-bottom: 0px;
}

.directoryItem a {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 16px;
	color: black;
}

.directoryItem a:hover {
	color: #00abcf;
	transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
	.directory h2 {
		margin-bottom: 50px;
	}
	.directorySort a {
		font-size: 12px;
	}
	.directoryItem p {
		font-size: 14px;
	}

	.directoryItem a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 800px) {
	.directory h2 {
		margin-bottom: 30px;
	}
	.directoryList {
		grid-auto-rows: auto;
		grid-gap: 10px;
	}
	.directorySort,
	.directoryItem {
		grid-template-columns: 3fr 1fr;
	}
	.directoryItemType,
	.directorySortType {
		display: none;
	}
	.directorySort a {
		font-size: 11px;
	}
	.directoryItem p {
		font-size: 12px;
	}

	.directoryItem a {
		font-size: 12px;
	}
}
/* DIRECTORY LIST END */
/* DIRECTORY DETAILS START */
.directoryDetails {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 10px 50px 10px;
}

.detailsInfo {
	width: 100%;
	max-width: 1250px;
	display: flex;
	flex-direction: column;
}

.detailsInfo img {
	align-self: flex-start;
	margin-bottom: 25px;
	width: 100%;
	max-width: 250px;
}

.detailsInfo h2 {
	margin-bottom: 70px;
	text-align: center;
}

.detailsInfo h3 {
	margin-bottom: 25px;
}

.detailsHours {
	margin-top: 25px;
}

.detailsHours h4 {
	margin-bottom: 25px;
}

.detailsContact {
	margin-top: 25px;
}

.detailsContact > h5 > a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	color: black;
	margin-bottom: 0px;
}

.detailsContact > h5 > a:hover {
	color: #00abcf;
	transition: 0.3s;
}

.detailsContact .buttonLinkWhite {
	background-color: #222222;
	color: white;
	margin-top: 25px;
}

.detailsContact .buttonLinkWhite:hover {
	background-color: #ffd000;
	color: black;
}
@media only screen and (max-width: 1200px) {
	.detailsInfo h2 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 650px) {
	.detailsInfo img {
		align-self: center;
		margin-bottom: 25px;
	}
	.detailsInfo h2 {
		margin-bottom: 25px;
	}
}
/* DIRECTORY DETAILS END */
/* DIRECTORY PAGE END */

/* EVENTS PAGE START */
/* EVENTS LIST START */
.eventsFilter {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #222222;
	padding: 10px 30px 10px 30px;
	margin: 25px 0px 50px 0px;
}

.eventsFilter > h4 {
	color: white;
}

.eventsFilter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 70%;
	border: none;
	color: white;
	font-family: 'Proxima Nova';
	font-weight: 700;
	letter-spacing: 1.854px;
	height: 60px;
	padding: 0px 0px 0px 25px;
	background: url(../img/arrow-2.png) no-repeat right 25px center;
	background-color: #484848;
	margin-left: auto;
}

.eventsList {
	display: grid;
	grid-auto-rows: auto;
	grid-gap: 30px;
}

.eventItem {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.eventItem h4 {
	color: #00abcf;
}

.eventItem h5 {
	font-weight: 600;
}

.eventItem h6 {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 16px;
}

.eventItem > a {
	background-color: #ffd000;
	margin-left: auto;
}

.eventItem a:hover {
	background-color: #222222;
	color: white;
	transition: 0.3s;
}

.eventTitle a {
	color: black;
}

@media only screen and (max-width: 650px) {
	.eventItem > a {
		margin-top: 25px;
	}

	.eventTitle a {
		font-size: 28px;
		line-height: 28px;
	}
}
/* EVENTS LIST END */
/* EVENT DETAILS START */
.eventDetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 25px;
}

.eventDetails h4 {
	color: #00abcf;
}

.eventDetails h5 {
	font-weight: 600;
}

.eventDetails h6 {
	font-family: 'Proxima Nova';
	font-weight: 700;
	font-size: 16px;
}

.eventDetails p span {
	font-weight: 400;
}

.eventDetails > a {
	background-color: #ffd000;
	margin: 20px 0px 20px 0px;
}

.eventDetails > a:hover {
	background-color: #222222;
	color: white;
	transition: 0.3s;
}

.eventDetails .imageContent img {
	margin: 0px 0px 25px 0px;
}

.eventDesc a {
	color: #00abcf;
}

.eventDesc a:hover {
	color: #ffd000;
	background-color: none;
	transition: 0.3s;
}

@media only screen and (max-width: 650px) {
	.eventItem > a {
		margin-top: 25px;
	}
}

/* EVENT DETAILS END */
/* START CALENDAR */

#calendarnav {
	display: block;
	position: relative;
	/* margin: 0 15px 25px 0; */
}

#calendarnav .navleft,
#calendarnav .navright {
	display: none;
}

#calendarnav .calendarmonth {
	display: inline;
}

#calendarnav h2 {
	font-size: 24pt;
}

#calendarnav .calendarmonth h2 {
	display: none;
}

#calendarnav h2 img {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 20px;
	cursor: pointer;
	width: auto;
}

#calendarnav.tablet {
	display: none;
}

.calWeek {
	display: inline;
}

.calDayIcon {
	display: inline-block;
	position: relative;
	background: #f6f6f6;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11pt;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0;
	border: 1px solid #ffffff;
	border-right: 0;
	font-size: 16px;
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row; */
}

.calDayIcon a {
	text-decoration: none;
	color: #00abcf;
	padding: 10px;
}

.calDayIcon a:hover {
	text-decoration: none;
}

/* .calDayIcon.weekend {
	background: #f1edea;
} */

.calDayIcon.eventDay {
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.calDayIcon.eventDay,
.calDayIcon.today.eventDay {
	/* background-image: url('../images/common/calendar-event-icon.png'); */
	background-repeat: no-repeat;
	background-position: bottom center;
}

.calDayIcon.today {
	background: #ffd000;
}

.calDayIcon.focusDay,
.calDayIcon.focusDay a {
	color: #ffffff;
}

.calDayIcon.focusDay {
	background-color: #222222;
}

.calDayIcon.focusDay.eventDay {
	/* background-image: url('../images/common/calendar-event-icon-today.png'); */
	background-repeat: no-repeat;
	background-position: bottom center;
}

.calDayIcon.eventDay:hover {
	background-color: #222222;
}

.calDayIcon.eventDay:hover a {
	color: #ffffff;
}

.calDayIcon.prevM {
	color: #cccccc;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-right: 0;
}

.calDayIcon.nextM {
	color: #cccccc;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-left: 0;
}

.calDayIcon.nextM a,
.calDayIcon.prevM a {
	color: #cccccc;
}

.calDayIcon.nextM:hover a,
.calDayIcon.prevM:hover a {
	color: #ffffff;
}

.calDayIcon.nextM.eventDay,
.calDayIcon.prevM.eventDay {
	/* background-image: url('../images/common/calendar-event-icon-light.png'); */
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* youtube embeds */
#calendarnav .calendarmonth.next {
	display: none;
}

.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed__wrapper {
  position: unset !important;
}

@media only screen and (max-width: 1250px) {
	.calWeek {
		display: inline-block;
	}
	.navright {
		display: block !important;
		position: absolute;
		top: 50%;
		right: 15%;
	}
	.navleft {
		display: block !important;
		position: absolute;
		top: 50%;
		left: 15%;
	}
	.calendarmonth {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navright > a {
		color: black;
		font-size: 20px;
	}
	.navleft > a {
		color: black;
		font-size: 20px;
	}
	#calendarnav h2 {
		text-align: center;
	}
}

@media only screen and (max-width: 650px) {
	.calDayIcon {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.navright {
		display: block !important;
		position: absolute;
		top: 50%;
		right: 0%;
	}
	.navleft {
		display: block !important;
		position: absolute;
		top: 50%;
		left: 0%;
	}
	#calendarnav h2 {
		text-align: center;
	}

	.calDayIcon a {
		padding: 8px;
	}
}

@media only screen and (max-width: 400px) {
	.calDayIcon {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	.navright {
		display: block !important;
		position: absolute;
		top: 50%;
		right: 0%;
	}
	.navleft {
		display: block !important;
		position: absolute;
		top: 50%;
		left: 0%;
	}
	#calendarnav h2 {
		text-align: center;
	}
	.navright > a {
		color: black;
		font-size: 16px;
	}
	.navleft > a {
		color: black;
		font-size: 16px;
	}
	.calDayIcon a {
		padding: 5px;
	}
}
/* END CALENDAR */
/* EVENTS PAGE END */

/* REDBEAR */

figure.redbear {
	position: relative;
	text-align: center;
	max-width: 250px;
	margin: 15px auto;
}

figure.redbear figcaption {
	display: block;
	text-align: center;
	background: #c00;
	position: absolute;
	margin-top: -45px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 21px;
	color: #ffffff;
	letter-spacing: 1px;
}
