@charset "UTF-8";
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/

@font-face {
	font-family: Lazer84;
	src: url(/Portals/0/Skins/JAG2019/font/Lazer84.ttf);
}
em {
	font-style: italic;
	letter-spacing: 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 12px;
	letter-spacing: 0;
}
.Normal {
	font-size: 14px;
	font-weight: 200;
}
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

    /* Site Navigation */
#nav {
	font-weight: 200;
	margin: auto;
	width: 100%;
}
.nav {
	font-weight: 200;
}
.nav img {
	max-width: 100%;
}
#dnn_pnav li {
	position: relative;
	list-style: none;
	margin: 0;
}
#dnn_pnav li ul {
	margin-left: 0;
}
#dnn_pnav > li {
	float: left;
	height: 30px;
	padding-top: 5px;
	margin-right: 2px;
}
#dnn_pnav > li > a, #dnn_pnav > li > span {
	display: block;
	padding: 5px 8px 5px 8px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 80ms ease-in-out;
	-ms-transition: all 80ms ease-in-out;
	-o-transition: all 80ms ease-in-out;
	transition: all 80ms ease-in-out;
}
#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 80ms ease-in-out;
	-moz-transition: all 80ms ease-in-out;
	-ms-transition: all 80ms ease-in-out;
	-o-transition: all 80ms ease-in-out;
	transition: all 80ms ease-in-out;
}
#dnn_pnav > li:hover > a:active {
	color: #ccc;
}
#dnn_pnav > li:hover > span {
	color: #ccc;
}
/* Secondary level */
#dnn_pnav > li ul {  /* Styles for all sub levels */
	display: none;
	position: absolute;
	z-index: 2;
	width: 225px;
	padding: 0;
	background: #F5F7F7;
	border: 1px solid #cbcbcb;
	/* CSS3 */
	border-radius: 0px;
	/*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-animation-duration: .25s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .25s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .25s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .25s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	font-weight: 200;
}
#dnn_pnav li:hover > ul {
	display: block;
}
#dnn_pnav > li > ul { /* styles specific to secondary level */
	top: 35px;
	left: 0;
	padding: 15px 5px;
}
#dnn_pnav > li > ul:after {
	position: absolute;
	top: -15px;
	left: 20px;
	content: '';
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;  /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #F5F7F7; /* bottom, add background color here */
	font-size: 0px;
	line-height: 0px;
}
#dnn_pnav > li ul a {
	display: block;
	padding: 3px 15px;
	color: #3B9FBF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	/* transition decleration */
	transition: all ease-in 100ms;
	-moz-transition: all ease-in 100ms; /* Firefox 4 */
	-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
	-o-transition: all ease-in 100ms; /* Opera */
	-ms-transition: all ease-in 100ms; /* IE9? */
}
#dnn_pnav ul li:last-child > a {
}
#dnn_pnav > li > ul li:hover > a {
	color: #D00;
	background: #F5F7F7;
}
/* Tertiary level */
#dnn_pnav li ul li ul {
	left: 225px;
	top: -8px;
	padding: 15px 5px;
	border-left: 1px solid #ddd;
}
/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
	padding: 9px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #333;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #666;
	font-size: 14px;
}
input[type=image] {
	width: auto!important;
}
#dnn_ctr433_DynamicForms_tblEmail img {
	width: auto!important;
}
textarea {
	font-size: 14px!important;
}
/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
	height: 32px;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
	float: right;
	width: 209px;
	height: 32px;
}
#search a.SearchButton:link, #search a.SearchButton:visited {
	display: inline-block;
	float: right;
	height: 32px;
	width: 32px;
	margin: 0;
	padding: 0;
	background: #333 url('images/search.png') no-repeat center center;
	text-indent: -9999px;
}
#search a.SearchButton:hover {
	background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
	background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45,45,45,1)), color-stop(100%, rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* IE10+ */
	background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* W3C */
}
#dnn_dnnSearch_txtSearch {
	display: block;
	float: left;
	width: 160px;
	height: 32px;
	padding: 0 5px 0 10px;
	margin: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border-left: 1px solid #ddd;
	color: #000;
	line-height: 32px;
	font-size: 11px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
	background: #ccc;
	box-shadow: inset 0px 3px 8px #999;
}
/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login {
	float: left;
}
#login .registerGroup, #login .registerGroup *, #login .loginGroup, #login .loginGroup * {
	display: block;
}
#login .registerGroup, #login .loginGroup {
	float: left;
	padding: 0;
	margin: 0;
}
#login .registerGroup li:first-child:hover {
	border-left: #222;
}
/* Register Group Styles */
#login .registerGroup li {
	float: left;
}
#login .registerGroup .buttonGroup {
	margin-right: 0;
}
#login .registerGroup a, #login .loginGroup a {
	display: block;
	position: relative;
	height: 25px;
	min-width: 12px;
	padding: 7px 15px 0 15px;
	color: #333;
	font-size: 11px;
	vertical-align: middle;
}
#login .registerGroup a:hover, #login .loginGroup a:hover {
	background: rgb(45,45,45); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45,45,45,1)), color-stop(100%, rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656', GradientType=0 ); /* IE6-9 */
	color: #ddd;
	text-shadow: 0px -1px 0px #333333;
}
#login .registerGroup a:active, #login .loginGroup a:active {
	color: #fff;
	text-shadow: 0px -1px 0px #333333;
}
#login .registerGroup a:hover, #login .loginGroup a:hover {
	text-decoration: none;
}
#login .registerGroup a strong, #login .loginGroup a strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	text-indent: -9999px;
}
#login .userMessages a, #login .userNotifications a {
	background-color: #333;
}
#login .userMessages strong {
	height: 100%;
	background: url('images/icon_message.png') no-repeat center center;
}
#login .userNotifications {
	border-right: 1px solid #CCC;
}
#login .userNotifications strong {
	height: 100%;
	background: url('images/icon_notification.png') no-repeat center center;
}
#login .registerGroup a span {
	display: inline-block;
	position: absolute;
	right: 2px;
	top: -9px;
	min-width: 7px;
	margin-right: 3px;
	background: rgb(59,150,182); /* Old browsers */
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-shadow: 0px 1px 0px #333333;
}
#login .registerGroup .userProfileImg a {
	min-width: 25px;
	min-height: 32px;
	padding: 0;
	background: none;
}
#login .registerGroup a img {
	height: 32px;
	width: 32px;
	background: #333;
}
/* Login Group Styles */
#login .loginGroup {
	border-right: 1px solid #CCC;
}
#login .loginGroup a {
	color: #333;
}
/* Number of message next to the message icon*/
#login .userMessages a span, #login .userNotifications a span {
	display: inline-block;
	margin-top: 9px;
	margin-right: 0px;
	background-color: transparent;
	font-size: 10px;
}
/* Language */
.language .language-object {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
.language .language-object span {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0;
}
.language .language-object span:first-child {
	padding-left: 8px;
}
.language .language-object span img {
	height: 12px;
	width: 17px;
	opacity: 0.3;
}
.language .language-object span:hover img {
	opacity: 1;
}
.language .language-object .Language.selected img {
	opacity: 1;
	border-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
	padding-top: 20px;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}
#Breadcrumb img {
	margin-left: 10px;
	margin-right: 10px;
}
#Breadcrumb a.breadcrumbLink:link, #Breadcrumb a.breadcrumbLink:visited {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#Breadcrumb a.breadcrumbLink:hover {
	color: #3B96B6;
}
/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}
/* Empty Panes */
.DNNEmptyPane {
	width: 0;
	margin: 0;
}
.DNNEmptyPane.rightTwoCol+div {
	width: 100%;
}
/* Copyright
    -------------------------------------*/
#copyright {
	font-size: 12px;
	color: #a6a6a6;
	margin-bottom: 25px;
}
#copyright a:link, #copyright a:visited {
	font-size: 12px;
	color: #a6a6a6;
}
#copyright a:hover {
	color: #D00;
}
#copyright a.DNNMobileLink {
	color: #666;
	font-weight: bold;
}
#copyright a.DNNMobileLink:hover {
	color: #D00;
}
/*------------------------------------------------*/
    /* GENERIC CLASSES
    /*------------------------------------------------*/

    /* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
a, a:visited {
	color: #2a2a2a;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
/*------------------------------------------------*/
/* 2019 styles
/*------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}
.image {
	width: 100%;
	height: 100vh;
	background-image: url('/Portals/0/Skins/JAG2019/images/hero/1Hero.jpg');
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.footerMenu {
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ContentContainer_TitleH2 {
	font-family: "Playfair Display SC"!important;
	font-weight: 700!important;
	font-size: 28px!important;
	color: #000!important;
}
.intro {
	width: 60%;
	margin: auto;
	padding: 2% 0 2% 0;
	text-align: center;
	font-family: "metronic-slab", garamond, serif;
	color: #414141;
	font-weight: 300;
	font-style: italic;
}
.tooltip {
	display: inline;
	position: relative;
}
.tooltip:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 100px;
	left: 50%;
	color: #fff;
	content: attr(title);
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
	text-align: center;
	margin: auto;
}
.HeroSection {
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.ContentSection {
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.scrollCue {
	position: absolute;
	bottom: 37px;
	left: 50%;
	width: 43px;
	height: 43px;
	margin-left: -23px;
	border: 2px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
	cursor: pointer;
}
.scrollCue span {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.content {
}
#stickyheader {
	width: 100%;
	z-index: 10000;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.56);
	box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.56);
}
#unstickyheader {
}
#othercontent {
}
/*------------------------------Home Page Styles-----------------------*/


.logo img {
	max-width: 120px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: auto;
	padding: 10px;
	filter: drop-shadow(0 0 1px #000);
}
div.logo {
	align-items: baseline;
	justify-content: left;
	width: 100%;
	height: 100vh;
}



div.logo p {
	margin: 0
}
.logo-div {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}
div.menu2019 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-top: auto;
	position: absolute;
	bottom: 40px;
}
.menu2019 {
	padding: 25px 25px 25px 25px;
}
.social {
	/*display: flex;*/
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-top: auto;
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 25px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 2px;
		text-shadow: 0 0 5px #000;
}
.social a {
	padding: 0 7px 0 7px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.social a:hover {
	color: #E0E0E0;
}

.homeSubLinks {font-size: 12px;}
.homeSubLinks a {font-size: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

.menu2019 ul {
	margin: 0;
	padding: 0;
	display: flex;
	margin-bottom: 40px;
}
.menu2019 ul li {
	list-style: none;
}
.menu2019 ul li a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	margin: 0 15px;
	transition: .5s;
	padding: 18px 10px 24px 10px;
	font-family: "Playfair Display SC";
	font-style: italic;
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.menu2019 ul li a:hover {
	color: #fff;
}
.menu2019 ul li a:visited {
	color: #fff;
}
.menu2019 ul li a span {
	position: absolute;
	transition: transform .5s;
}
.menu2019 ul li a span:nth-child(1), .menu2019 ul li a span:nth-child(3) {
	width: 100%;
	height: 1px;
	background: #fff;
}
.menu2019 ul li a span:nth-child(1) {
	top: 0;
	left: 0;
	transform-origin: right;
}
.menu2019 ul li a:hover span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5;
}
.menu2019 ul li a span:nth-child(3) {
	bottom: 0;
	left: 0;
	transform-origin: left;
}
.menu2019 ul li a:hover span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .5;
}
.menu2019 ul li a span:nth-child(2), .menu2019 ul li a span:nth-child(4) {
	width: 1px;
	height: 100%;
	background: #fff;
}
.menu2019 ul li a span:nth-child(2) {
	top: 0;
	left: 0;
	transform: scaleY(0);
	transform-origin: top;
}
.menu2019 ul li a:hover span:nth-child(2) {
	transform: scaleY(1);
	transform-origin: left;
	transition: transform .5;
}
.menu2019 ul li a span:nth-child(4) {
	top: 0;
	right: 0;
	transform: scaleY(0);
	transform-origin: top;
}
.menu2019 ul li a:hover span:nth-child(4) {
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform .5;
}
.footer2019 {
	text-align: center;
	margin: 20px 0 30px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	color: #2a2a2a;
	padding-top: 30px;
	border-top: solid 1px #DBDBDB;
}
/*-----------------------------Landing Page Styles----------------------------*/




.landing-image {
	width: 100%;
	height: 600px;
	background-image: url('/Portals/0/Skins/JAG2019/images/hero/wedding/wedding-1.jpg');
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.music-image {
	width: 100%;
	height: 600px;
	background-image: url('/Portals/0/Skins/JAG2019/images/hero/music/Music-1.jpg');
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.event-image {
	width: 100%;
	height: 600px;
	background-image: url('/Portals/0/Skins/JAG2019/images/hero/event/Event-1.jpg');
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.race-image {
	width: 100%;
	height: 600px;
	background-image: url('/Portals/0/Skins/JAG2019/images/hero/race/Race-1.jpg');
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.landing-contentArea {
	position: absolute;
	top: 800px;
	width: 100%;
	margin: auto;
}
.landing-contentAreaTall {
	position: absolute;
	top: 1015px;
	width: 100%;
	margin: auto;
}
.landing-logoArea {
	width: 100%;
	text-align: center;
	/*display: table-cell;
vertical-align: middle;*/
	position: absolute;
	top: 460px;
}
.landing-logoAreaTall {
	width: 100%;
	text-align: center;
	/*display: table-cell;
vertical-align: middle;*/
	position: absolute;
	top: 625px;
}
.landing-logo img {
	max-width: 200px;
	background-color: #fff;
	padding: 20px;
	border-radius: 50%;
	margin: 20px;
}
.landing-logoText1 {
	font-family: "Playfair Display SC";
	font-weight: 700;
	font-size: 36px;
	color: #000;
	height: 40px;
	letter-spacing: 4px;
}
.landing-logoText2 {
	font-family: "Playfair Display SC";
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	letter-spacing: 10px;
	padding-top: 5px;
}
.music-logoText1 {
	font-family: "Lazer84";
	font-size: 36px;
	color: #000;
	height: 40px;
	letter-spacing: 4px;
}
.music-logoText2 {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 100;
	font-size: 24px;
	color: #000;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.MusicMenuText {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
	font-weight: 100!important;
	text-transform: uppercase!important;
	letter-spacing: 5px!important;
}
.musicTitle .ContentContainer_TitleH2 {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 23px!important;
}
.landing-image {
	justify-content: text-bottom;
	display: table;
	table-layout: fixed;
}
div.landing-logo {
	align-items: baseline;
	justify-content: center;
}
div.landing-logo p {
	margin: 0;
}
.landing-logo-div {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}
div.landing-menu2019 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	bottom: 0px;
}
.landing-menu2019 {
	padding: 25px 25px 25px 25px;
}
.landing-social {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	bottom: 0px;
	color: #000;
	padding: 10px 0 35px 0;
}
.landing-social a {
	padding: 0 7px 0 7px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.landing-social a:hover {
	color: #333;
}
.landing-menu2019 ul {
	margin: 0;
	padding: 0;
	display: flex;
	margin-bottom: 0px;
}
.landing-menu2019 ul li {
	list-style: none;
}
.landing-menu2019 ul li a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	margin: 0 15px;
	transition: .5s;
	padding: 16px 10px 18px 13px;
	font-family: "Playfair Display SC";
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	color: #333;
}
.landing-menu2019 ul li a:hover {
	color: #333;
}
.landing-menu2019 ul li a:visited {
	color: #333;
}
.landing-menu2019 ul li a span {
	position: absolute;
	transition: transform .5s;
}
.landing-menu2019 ul li a span:nth-child(1) {
	width: 100%;
	height: 1px;
	background: #fff;
}
.landing-menu2019 ul li a span:nth-child(3) {
	width: 100%;
	height: 1px;
	background: #333;
}
.landing-menu2019 ul li a span:nth-child(1) {
	top: 0;
	left: 0;
	transform-origin: right;
}
.landing-menu2019 ul li a:hover span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5;
}
.landing-menu2019 ul li a span:nth-child(3) {
	bottom: 0;
	left: 0;
	transform-origin: left;
}
.landing-menu2019 ul li a:hover span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .5;
}
.landing-menu2019 ul li a span:nth-child(2), ul li a span:nth-child(4) {
	width: 1px;
	height: 100%;
	background: #333;
}
.landing-menu2019 ul li a span:nth-child(2) {
	top: 0;
	left: 0;
	transform: scaleY(0);
	transform-origin: top;
}
.landing-menu2019 ul li a:hover span:nth-child(2) {
	transform: scaleY(1);
	transform-origin: left;
	transition: transform .5;
}
.landing-menu2019 ul li a span:nth-child(4) {
	top: 0;
	right: 0;
	transform: scaleY(0);
	transform-origin: top;
}
.landing-menu2019 ul li a:hover span:nth-child(4) {
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform .5;
}
.landing-content {
	width: 80%;
	max-width: 850px;
	text-align: center;
	margin: auto;
}
.landing-intro {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 21px;
	color: #2a2a2a;
	font-weight: 100;
	line-height: 30px;
}
.landing-icon img {
	width: 175px;
	height: 175px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 12px 0 12px;
}
.landing-icon {
	margin-bottom: 40px;
	margin-top: 40px;
}

.landing-icon img {margin-top: 20px;}

/*----------------------------- Subpage Styles -------------------------*/

.sub-image {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center;
	transition: background 1s linear;
}
.sub-contentArea {
	position: absolute;
	top: 190px;
	width: 100%;
	margin: auto;
}
.sub-logoArea {
	width: 100%;
	text-align: center;
	/*display: table-cell;
vertical-align: middle;*/
	position: absolute;
	top: 10px;
}
.sub-logo img {
	max-width: 175px;
	background-color: #fff;
	padding: 20px;
	border-radius: 50%;
	margin: 20px;
}
div.sub-logo {
	align-items: baseline;
	justify-content: center;
}
div.sub-logo p {
	margin: 0;
}
.sub-logo-div {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}
.freebirdFormviewerViewCenteredContent {
	width: 100%!important;
}
 @media only screen and (max-width: 1025px) {
.menu2019 ul {
	display: block;
}
.menu2019 ul li a {
	font-size: 32px;
	padding: 18px 10px 24px 10px;
}


.logo img {
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 175px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: auto;
	padding: 15px;
	margin: 20px;
	margin: auto;
}

div.logo {padding-top: 20px;}


div.menu2019 {
	position: inherit;
	bottom: auto;
}


.landing-intro {
	font-size: 18px;
	line-height: 24px;
}
.landing-image {
	height: 350px;
}
.music-image {
	height: 350px;
}
.event-image {
	height: 350px;
}
.race-image {
	height: 350px;
}
.landing-logo img {
	max-width: 175px;
	margin: auto;
	margin-bottom: 15px;
}
.landing-menu2019 ul {
	display: block;
}
.landing-logoArea {
	top: 275px;
}
.landing-contentArea {
	top: 550px;
}
.homeHide {
	display: none;
}
.landing-logoText1 {
	font-family: "Playfair Display SC";
	font-weight: 700;
	font-size: 28px;
	color: #000;
	height: 28px;
	letter-spacing: 4px;
}
.landing-logoText2 {
	font-family: "Playfair Display SC";
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	letter-spacing: 10px;
	padding-top: 5px;
}
.music-logoText1 {
	font-family: "Lazer84";
	font-size: 28px;
	color: #000;
	height: 28px;
	letter-spacing: 4px;
}
.music-logoText2 {
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 100;
	font-size: 18px;
	color: #000;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.landing-intro {
	font-weight: 400;
	font-size: 16px;
}
	 
	 .landing-intro ul li a {font-size: 16px;}
	 
.landing-menu2019 ul li a {
	font-size: 14px;
	font-weight: 700;
	padding: 12px 10px 14px 13px;
}


.menu2019 ul li a span:nth-child(3) {
	width: 100%;
	height: 1px;
	background: #fff;
}

.menu2019 ul li a span:nth-child(1) {
	width: 100%;
	height: 0px;
	background: #fff;
}


.social {

	margin-top: 0;
	position: inherit;
	bottom: auto;
}
	 




}
 @media only screen and (max-width: 737px) {
.landing-icon img {
	margin: 12px 12px 12px 12px;
}
div.menu2019 {
	position: relative;
}
.menu2019 {
	padding: 25px 25px 25px 25px;
}
ul {
	display: block;
}
ul {
	display: block;
}
.menu2019 ul {
	display: block;
}
.menu2019 ul li a {
	font-size: 21px;
	padding: 10px 10px 16px 10px;
}
ul li a {
	padding: 44px 10px 48px 10px;
	font-size: 60px;
}
.logo img {
}
.image {
	height: 100%;
	width: 100vw;
}

.imageCover
	{
		background-color: #000;
	}

div.logo {
	height: 100%;
}
.footer2019 {
	padding: 20px;
}

}
 @media only screen and (max-width: 415px) {
.image {
	height: 100vh;
}
.menu2019 ul li a {
	font-size: 18px;
	padding: 8px 10px 10px 10px;
}
.logo img {
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 150px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: auto;
	padding: 15px;
	margin: 20px;
	margin: auto;
}
div.menu2019 {
}
.landing-logo img {
	max-width: 200px;
}
}
