﻿*{
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: open sans,sans-serif;
}
header
{
	background-color: #15223c;
	position: relative;
	width: 100%;
}
header .sub-header
{
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
}
header .sub-header .logo
{
	width: 300px;
	max-width: 100%;
}
header .sub-header .logo-image
{
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 0;
	border: none;
}
.breakdance-image-clip
{
	overflow: hidden;
}
.breakdance-image-clip img
{
	width: 100%;
	height: auto;
	max-width: auto;
}
.nav-menu
{
	margin-left: auto;
}
.nav-menu nav
{
	display: flex;
}
nav .menu-list
{
	align-items: center;
	display: flex;
	gap: 0px;
	justify-content: flex-start;
}
.links a
{
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	align-items: center;
	background-color: transparent;
	border: none;
	display: flex;
	flex-direction: row;
	padding: 20px;
	line-height: 1;
	justify-content: space-between;
	position: relative;
	user-select: none;
	white-space: nowrap;
	z-index: 1;
}
.links .link-a:after
{
	background-color: #339b51;
	content: "";
	display: block;
	flex-shrink: 0;
	font-size: 10px;
	height: 1em;
	margin-left: 8px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%3E%3Cpath%20d='m441.9%20167.3-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%3E%3Cpath%20d='m441.9%20167.3-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: cover;
	mask-size: cover;
	transform: translateY(0px) rotate(-360deg);
	width: 1em;
}
.links .link-none:after
{
	background-color: #fff;
	transform: translateY(0px) rotate(-180deg);
}
.links
{
	position: relative;
}
.full-menu
{
	display: none;
	transition: 0.3s opaacity ease;
	backface-visibility: hidden;
	left: 0px;
	min-width: 100%;
	padding-top: 20px;
	position: absolute;
	top: 100%;
	transform: translateX(0px) translateY(0px) rotateX(0deg) scale(1) translateZ(0);
	z-index: 1005;
}
.full-menu .content
{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.full-menu .content .content-body
{
	display: flex;
	flex-wrap: wrap;
	padding: 16px 30px;
}
.sub-link a
{
	padding: 10px;
}
.full-menu .content .content-body .content-body-one
{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.full-menu .content .content-body .content-body-one .sub-link
{
	display: flex;
	flex-direction: column;
}
.full-menu .content .content-body .content-body-one .sub-link a
{
	align-items: center;
	color: #000;
	display: flex;
	font-size: 0.875em;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.3s background-color ease;
	white-space: nowrap;
}
.breakdance-dropdown-caret
{
	height: 12px;
	left: 41.21px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 14px;
	transform: translate(-50%,-50%);
	width: 22px;
	z-index: 1;
}
.breakdance-dropdown-caret:before
{
	backface-visibility: hidden;
	background-color: #fff;
	border-top-left-radius: 3px;
	bottom: calc(12px/2*-1);
	content: "";
	display: block;
	height: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg) translateZ(0);
	width: 12px;
}
.btn
{
	max-width: 100%;
}
.btn a
{
	border-radius: 3px;
	color: #000;
	font-size: 15px;
	box-shadow: 0 1px 0 0 #c69d2d;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 80px;
	background: #ffca3a;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 300ms;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	user-select: none;
	margin: 0;
}
.btn_members a
{
	border-radius: 3px;
	color: #000;
	font-size: 15px;
	box-shadow: 0 1px 0 0 #c69d2d;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 80px;
	background: #add8e6;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 300ms;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	user-select: none;
	margin: 0;
}
.btn-register a
{
	color: #fff;
	border-color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.nav-toggle
{
	display: none;
}
@media (max-width: 1119px)
{
	header .sub-header
	{
		gap: 5px;
	}
	nav .menu-list
	{
		display: none;
	}
	.nav-toggle
	{
		background: transparent;
		color: #fff;
		box-shadow: none;
		border: 0;
		font-size: 29px;
		cursor: pointer;
		display: block;
	}
	nav .menu-list
	{
		align-items: stretch;
		background-color: #fff;
		flex-direction: column;
		left: 0;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 78px;
		width: 100vw;
		z-index: 100;
	}
	header .link-a,header .link-w-a
	{
		border-top: 1px solid #eeeeee;
		padding: 20px;
		font-size: 16px;
		color: #000;
	}
	.fa-times
	{
		font-size: 34px;
	}
	.full-menu
	{
		padding-top: 0;
		position: static;
	}
	.full-menu .content
	{
		box-shadow: none;
	}
	.full-menu .content .content-body
	{
		padding: 0;
	}
	.full-menu .content .content-body .content-body-one .sub-link a
	{
		border-top: 1px solid #eee;
	}
	.sub-link a
	{
		padding: 14px 20px !important;
	}
	.links .link-none:after
	{
		background-color: #339b51;
	}
}

.auto-style1 {
	border-width: 0px;
}
a:link {
    font-family: open sans,sans-serif;
    text-decoration: none;
    color: #993300;
}
a:link {
    font-family: open sans,sans-serif;
    text-decoration: none;
    color: #993300;
}

header a:link {
    font-family: open sans,sans-serif;
    text-decoration: none;
    color: white;
}
header a:link {
    font-family: open sans,sans-serif;
    text-decoration: none;
    color: white;
}
A:hover{
  font-family: open sans,sans-serif;
    text-decoration: none;
    color: #993300;
}

.full-menu .content .content-body .content-body-one .sub-link a {
    align-items: center;
    font-size: 14px !important;
}