






html, body {
	font-size:14pt;
	background-color:#000;
	font-family:"Libre Franklin", sans-serif;
	color:#fff;
}
section {
	position:relative;
	z-index:1;
}
section * {
	position:relative;
	z-index:1;
}
section p {
	line-height:1.25rem;
}
.row {margin-left:0; margin-right:0;}

h1, h2, h3, h4, h5, h6 {
	font-family:"Fjalla One", sans-serif;
	text-transform:uppercase;
	margin-bottom:30px;
}

a {
	color:#eb2d2d;
	transition:0.2s ease-in-out;
}
a:hover {
	color:#ff6161;
	text-decoration:none;
	text-shadow:0 0 5px #ff6161;
}

button, .btn {
	text-transform:uppercase;
	height:50px;
	font-family:"Fjalla One", sans-serif;
	padding:0 15px;
}
button, .btn, .speech-bubble {
	font-size:1rem;
	color:#fff;
	background:none;
	border:2px solid rgba(235, 45, 45, 0.5);
	position:relative;
	z-index:1;
	transition:0.2s ease-in-out;
}
button:after, .btn:after, .speech-bubble:after {
	content:"";
	position:absolute;
	left:-5px; top:-7px;
	width:calc(100% + 4px); height:calc(100% + 4px);
	border:2px solid #fff;
	z-index:0;
}
button span, .btn span {
	position:relative;
	left:-2px; top:-4px;
}
button:hover, .btn-hover {
	background-color:rgba(0,0,0,0.5);
}

.speech-bubble {
	padding:15px 20px 20px 20px;
	background-color:rgba(0,0,0,0.5);
	backdrop-filter:blur(5px);
	font-family:"Libre Franklin", sans-serif;
	font-size:0.8rem;
	font-style:italic;
}
.speech-bubble i {font-size:24px; position:absolute;}
.speech-bubble i.fa-quote-left {top:-14px; left:7px;}
.speech-bubble i.fa-quote-right {bottom:-6px; right:10px;}
.speech-bubble span.signature {
	position: absolute;
	right: 60px;
	font-family: "Fjalla One";
	bottom: -50px;
	text-transform: uppercase;
	font-style: normal;
	background-color: #fff;
	color: #000;
	padding: 5px;
	font-size: 1rem;
	margin: 10px;
	white-space: nowrap;
}


nav {
	position:fixed;
	top:0; left:0;
	width:100vw; height:90px;
	z-index:99;
	transform:scale(110%);
	transform-origin:right;
	transition:0.5s ease-in-out;
}
nav.scrolldown {
	background-color:rgba(0,0,0,0.67);
	backdrop-filter:blur(6px);
	transform:scale(100%);
	height:60px;
}
nav > ul {
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	padding:0 15px;
	margin:0;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	list-style-type:none;
}
nav > ul > li {
	height:100%; line-height:60px;
	display:inline-block;
}
nav > ul > li > a {
	text-decoration:none;
	color:#fff;
	font-family:"Fjalla One", sans-serif;
	height:90px;
	padding:0 15px;
	font-weight:light;
	transition:0.2s ease-in-out;
	height:100%;
	display:inline-flex;
	flex-firection:row;
	align-items:center;
	justify-content:center;
}
nav > ul > li> a:hover, nav > ul > li.current > a {
	color:#eb2d2d;
	text-decoration:none;
}

#navbutton {
	display:none;
	position:relative;
	color:#fff;
	font-size:24px;
	position:absolute;
	right:0; top:0;
	padding:0 20px;
	cursor:pointer;
	height:90px; line-height:90px;
	transition:0.2s ease-in-out;
}
nav.scrolldown #navbutton {
	height:60px; line-height:60px;
}
@media(max-width:767px) {
	nav ul {display:none;}
	#navbutton {display:block;}
}

section {
	width:100vw; height:100vh;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:space-between;
	position:relative;
	overflow:hidden;
}
.section-padded {padding:60px;}
@media (max-width:900px) {
	.section-padded {padding:30px;}
}
@media (max-width:767px) {
	.section-padded {padding:15px;}
}

column {flex:1;}


section img.section-bg {
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	object-fit:cover;
}
.section-bg-fixed {
	position:fixed;
}

#top {
	flex-direction:column;
	padding:30px;
	color:#fff;
	height:auto;
	border-bottom:1px solid #000;
}
#top small {
	position:relative;
	color:rgba(255,255,255,0.75);
	font-size:12pt;
	margin:-30px 0 30px 33px;
}

#content {
	box-shadow:inset 15px 15px 15px #000;
	height:auto;
	min-height:calc(100vh - 150px);
}







#section-1 {
	background-color:#000;
	color:#fff;
	font-family:"Fjalla One", sans-serif;
}
#section-1 .section-bg {
	opacity:0.8;
}
#section-1 column {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	height:75%;
}
#homepage-logo, #footer-logo {
	position:relative;
	font-family:"Fjalla One", sans-serif;
	font-size:4rem;
	line-height:4rem;
	text-transform:uppercase;
	text-shadow:2px 1px 3px rgba(0,0,0,0.5);
	margin:30px;
}
#homepage-logo div:first-child, #footer-logo div:first-child {
	color:#eb2d2d;
}
#homepage-subtitle {
	font-size:2rem;
	line-height:2.5rem;
	margin:30px;
	position:relative;
}
#homepage-subtitle-inner {
	position:absolute;
}
#homepage-join-button {margin-top:120px;}
@media(max-width:767px) {
	#section-1 .section-bg {width:115vw;}
	#homepage-logo {font-size:3.3rem; line-height:3.3rem;}
}
@media(max-width:600px) {
	#section-1 .section-bg {width:130vw;}
}


#section-2 {
	background-color:#fff;
	color:#000;
	height:auto;
}
#section-2 column {
	flex:none;
	width:75%;
	margin:60px auto;
}
#section-2 .fas {
	opacity:0.1;
	font-size:40vw;
	position:absolute;
	left:-15%;
}
@media(max-width:900px) {
	#section-2 .fas {
		font-size:240pt;
		left:-100px;
	}
}


#section-3 {
	background-color:#000;
	background-image:url("/images/cushion.jpg");
	background-repeat:repeat;
	background-size:25%;
	height:auto;
	padding-top:60px; padding-bottom:60px;
}
@media(max-width:767px) {
	#section-3 {
		padding-top:30px; padding-bottom:15px;
		background-size:50%;
	}
}

#section-4 {
	height:auto;
	justify-content:center;
	align-items:flex-end;
}
#section-4 column {
	flex:auto;
}
#byron-container {
	height:100%;
	margin:0;
}
#byron-homepage {
	height:75vh;
	margin:30px 30px 0 60px;
}
#byron-homepage-mobile {
	display:none;
}
#byron-bio {
	color:#fff;
	padding:60px;
	font-size:0.9rem;
}
#byron-bio h6 {margin-bottom:0;}
@media(max-width:1000px) {
	#byron-container {
		display:none;	
	}
	#byron-homepage-mobile {
		display:block;
		float:right;
		width:360px;
		margin-right:30px;
		margin-bottom:-60px;
	}
}
@media(max-width:767px) {
	#byron-homepage-mobile {
		display:none;
	}
	#byron-container {
		display:block;
		width:100%;
		margin-top:-150px;
	}
	#byron-bio {padding:30px;}
	#section-4 {
		flex-direction:column-reverse;
	}
}

#section-5 {
	color:#fff;
	background-color:#000;
	min-height:960px;
}
#section-5 .section-bg {
	opacity:0.75;
}
#section-5 h1 {
	font-size:2rem;
	margin-top:45px;
}
#section-5 .speech-bubble {
	width:50%;
	margin:30px;
}

.staggered-row {
	display:flex;
	flex-direction:row;
	height:50%;
}
.staggered-column {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:calc(100vh - 240px);
}
.staggered-column:last-child {
	margin-top:-60px;
}
.staggered-column > *:nth-child(odd) {
	align-self:flex-start;
}
.staggered-column > *:nth-child(even) {
	align-self:flex-end;
}

@media(max-width:1250px) {
	#section-5 {
		padding:0;
		min-height:auto;
		height:auto;
	}
	#section-5 column {
		width:calc(100% - 30px);
		flex:none;
	}
	#section-5 .speech-bubble {width:calc(100% - 30px); margin-bottom:90px;}
	.staggered-column {display:block;}
}
@media(max-width:1050px) {
	#section-5 h1 {
		width:100%;
		text-align:center;
	}
	.staggered-row {height:auto;}
	.staggered-column {width:50%;}
	.staggered-column:last-child {margin-top:0;}
}
@media(max-width:767px) {
	#section-5 {padding-bottom:60px;}
	.staggered-row {flex-direction:column;}
	.staggered-column {
		width:100%;
		margin:0;
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
	}
	.staggered-column > *:nth-child(odd), .staggered-column > *:nth-child(even) {
		align-self: flex-start;
	}
	#section-5 .speech-bubble {margin-bottom:45px;}
}



.co-slideshow-container, .co-slider-container {
	width:100vw;
	height:100vh;
}

#section-6 {
	color:#000;
}
#section-6 column {
	position:relative;
}

#bq-quote {
	position:absolute;
	bottom:15%; right:5%;
	max-width:750px;
	font-family:"Fjalla One", sans-serif;
	font-size:2.5rem; line-height:2.5rem;
	text-align:right;
}
#bq-quote p {
	display:inline-block;
	background-color:#fff;
	padding:20px 10px;
	margin:0 0 10px 0;
	white-space:nowrap;
}
#bq-quote div {
	font-size:1.5rem;
	text-shadow:-1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}

@media(max-width:767px) {
	#bq-quote {
		font-size:1.5rem;
		bottom:45px;
	}
	#bq-quote div {font-size:1rem;}
	#bq-quote p {
		padding:10px 5px;
	}
}

#section-7 {
	height:auto;
	color:#fff;
	display:flex;
	flex-direction:column;
}
#section-7 .row {
	width:100%;
	display:block;
}
#section-7 h1 {width:100%; text-align:center;}
#join {
	margin:0 0 75px 0;
}
#join h1 {margin-bottom:15px;}
#join p {
	max-width:600px;
	margin:0 auto;
	font-weight:bold;
}
#join table {
	margin:30px auto 0 auto;
	border-collapse:collapse;
}
#join table td {padding:10px 20px;}
#join table button {
	height:35px;
	position:relative;
	top:5px;
}

#maps {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
#maps > div {
	width:calc(50% - 30px);
}
#maps h3 {margin-bottom:0; color:#eb2d2d;}
#maps p {text-align:center;}
.map-wrapper {
	filter:grayscale(75%);
	width:100%; height:450px;
	box-shadow:15px 15px 10px rgba(0,0,0,0.25);
	border-radius:5px;
	overflow:hidden;
	margin-bottom:15px;
}
.map-wrapper iframe {
	width:100%; height:450px;
	border:0;
}
@media(max-width:1050px) {
	#section-7 {padding:30px;}
	#maps > div {width:calc(50% - 15px);}
}
@media(max-width:767px) {
	#maps {
		flex-direction:column;
	}
	#maps > div {
		width:100%;
		margin-bottom:30px;
	}
}

footer {
	color:#fff;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
}
footer column {
	flex:none;
}
footer column:first-child {
	text-align:right;
}
footer column:first-child > div {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
#footer-logo {
	margin:0 0 15px 0; padding:0;
	text-align:left;
}
footer i {
	font-size:60px;
	opacity:0.75;
	transition:0.2s ease-in-out;
	margin:15px;
	cursor:pointer;
}
footer i:hover {
	transform:scale(110%);
	opacity:1;
	text-shadow:0 0 5px #fff;
}
@media(max-width:900px) {
	footer.section-padded {padding:60px 30px;}

}
@media(max-width:767px) {
	footer column:last-child {
		width:100px;
	}
	footer p {font-size:0.9rem;}
	footer i {
		display:block;
		width:100%;
		text-align:center;
	}
}


.puff-in-center1 {animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) 0.5s both}
.puff-in-center2 {animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) 1s both}
.puff-in-center3 {animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) 1.5s both}
.puff-in-center4 {animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) 2s both}
.puff-in-center5 {animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) 2.5s both}
@keyframes puff-in-center{0%{transform:scale(1.1);filter:blur(4px);opacity:0}100%{transform:scale(1,1);filter:blur(0);opacity:1}}

.tracking-in-contract-bck-top{-webkit-animation:tracking-in-contract-bck-top 1s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-contract-bck-top 1s cubic-bezier(.215,.61,.355,1.000) both}
@-webkit-keyframes tracking-in-contract-bck-top{0%{letter-spacing:1em;-webkit-transform:translateZ(400px) translateY(-300px);transform:translateZ(400px) translateY(-300px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes tracking-in-contract-bck-top{0%{letter-spacing:1em;-webkit-transform:translateZ(400px) translateY(-300px);transform:translateZ(400px) translateY(-300px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}


/* NEWS PANELS */

.info-panels {
	max-width:1200px;
	margin:0 auto;
}
.info-panels .info-panel {
	width:30%;
	color:#fff;
	border:none;
	background-color:var(--bgcolor);
	background-image:url("/images/website/prestige-bg.jpg");
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	box-shadow:10px 10px 15px rgba(0,0,0,0.5);
	background-image:url("/images/dark-gray-texture.jpg");
}
.info-panels .info-panel img {
	transition:0.25s ease-in-out;
}
.info-panels .info-panel:hover img {
	transform:scale(102%);
}
.info-panel-button-container button {
	width:100%;
}
.info-panel .btn-primary {
	width:calc(100% - 30px);
}
.info-panel .btn-primary span {
	top:-3px;
}
.info-panel .btn-primary:hover {
	background:none;
	border-color:#eb2d2d;
}


@media (max-width:767px) {
	.info-panels {
		flex-wrap:wrap;
	}
	.info-panels .info-panel {
		width:47%;
		margin-bottom:15px;
	}
	.info-panel-content {
		width:100%; height:120px;
		overflow-y:hidden;
		text-overflow:ellipsis;
	}
}

@media (max-width:500px) {
	.info-panels .info-panel {
		width:100%;
		margin:0 0 30px 0;
	}
	.info-panel-content {height:auto; min-height:0;}
}


/* NEWS FEED */

#news {
	width:100%;
	min-height:600px;
	padding: 0 15px;
}
#news .tdText {
	min-height:150px;
}
#news > table {
	width:100%;
	margin-bottom:30px;
}
#news table:last-child {margin-bottom:60px;}
#news td {padding:0 0 20px 0; position:relative; color:#fff;}
#news .photoContainer {
	width:200px; height:200px;
	overflow:hidden;
	border:1px solid #666;
	position:absolute;
	left:0; top:0;
}
#news .photoContainer img {
	width:100%; height:100%;
	object-fit:cover;
}
#news .news-header {
	padding-left:240px;
}
#news .subject {
	color:#eb2d2d;
	font-family:"Fjalla One", sans-serif;
	font-size:1.75rem;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
#news .author, #news .date, #news .time {
	display:inline-block;
	font-size:12pt;
	font-style:italic;
	color:#666;
	margin-bottom:30px;
}
#news .author {margin-right:30px;}
#news .date {margin-right:10px;}
#news .tdText {
	position:relative;
	padding-left:240px;
}


/* MODALS */

.modal-backdrop {
	display: none;
	z-index: 1040 !important;
}

.modal-content {
	margin: 2px auto;
	z-index: 1100 !important;
	border-radius:.4rem;
	-webkit-border-radius:.5rem;
	-moz-border-radius:.5rem;
	background:none;
	border:none;
	color:#666;
}
.modal a {color:maroon;}
.modal-header {
	padding:10px 5px;
	background: rgb(17,17,17);
	background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(68,68,68,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(68,68,68,1) 100%);
	background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(68,68,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#444444",GradientType=1);
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
	width:100%;
	text-align:center;
	font-family:"Fjalla One", sans-serif;
	color:#eb2d2d;
}
.modal-header h6 {
	font-size:1.25em;
	text-transform:capitalize;
}
.modal-header .close {
	color:rgba(255,255,255,0.5);
	text-shadow:none;
	opacity:1;
	position:absolute;
	right:20px; top:20px;
	padding:10px;
	line-height:10px;
}
.modal-header .close span {
	top:0; right:0;
}
.modal-header .close:hover {color:#fff; background:none;}
.modal-header .close:focus {
	 outline:none;	
}
.modal-header .close:hover {color:#fff;}
.modal-header .close:after {display:none;}
.modal-body {background-color:#eee;}
.modal input {padding:3px 8px;}
.modal .action-buttons {
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	margin-bottom:15px;
}

/* CALENDAR */

.calendar {
	position:relative;
	color:#fff;
}
.calendar-title {
	font-family:"Fjalla One", sans-serif;
	text-transform:uppercase;
	font-size:2rem;
	color:#eb2d2d;
}
#calendar-prev, #calendar-next {
	top:5px;
	height:40px;
	padding:0 10px 0 5px;
}
#calendar-prev {
	left:3px;
}
#calendar-prev:hover, #calendar-next:hover {
	color:#fff;
}
.calendar td {
	background-color:rgba(255,255,255,0.05);
	border:2px solid rgba(255,255,255,0.15);
	padding:5px;
}
.calendar .dow {
	font-family:"Fjalla One", sans-serif;
	font-size:1.25em;
	margin-left:5px;
	color:#999;
}
.calendar .event {
	font-family:"Libre Franklin", sans-serif;
	font-size:0.75em;
	padding:3px 5px;
	border-radius:4px;
	margin-bottom:5px;
}

.fancybox-skin {background-color:#fff;}
.calendar-details * {color:#000;}
.fancybox-close {
	background:none;
	border:none;
	color:#000;
}
.fancybox-close:after {
	content:"✕";
}
.cal-modal .modal-title {color:#fff;}
.cal-modal .modal-body {
	font-size:0.8rem;
}