@charset "utf-8";
:focus {
	outline: 0;
}
:root {
	--black: #000;
	--white: #fff;
	--title-bckg: #EB9C3D;
	--txt-bckg: #022B46;
	--body-bckg: #12232D;
	--gold: #EB9C3D;
	--gold-hover: #F78704;
	--nav-hover: #FF524F;
	--red: #FF524F;
	--ft-bckg: var(#EB9C3D);
}
title, nav, article, #author, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display: block;
}
h1, h2, h3, h4 {
	width: 90%;
	font-weight: 600;
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-family: 'Cabin', sans-serif;
}
p {
	color: var(--white);
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
}
a:hover {
	color: #05a9c5;
	text-decoration: underline;
	transition: color 0.3s ease;
}
.round {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
}
html, body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	background-color: var(--body-bckg);
}
#main {
	width: 1200px;
	height: auto;
	margin: 0 auto 0 auto;
}
#main #masthead, #footerwrap #footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
#main #masthead {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid var(--red);
	float: left;
}
#main #masthead h1 {
	display: none;
}
#main #masthead a {
	width: auto;
	height: auto;
	float: left;
}
#main #masthead a img {
	height: 160px;
	width: auto;
}
/**** navigation ****/
#main #masthead #navwrap {
	width: auto;
	float: right;
	margin: 100px 0px 0px 20px;
}
#main #masthead #navwrap a, #main #left article #content a.tckLink, #main #preview a {
	width: auto;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	margin: 0px 14px 0px 0px;
	float: left;
	text-decoration: none;
	font-size: 20px;
	color: var(--white);
	background-color: var(--gold);
	border: 1px solid var(--body-bckg);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
}
#main #masthead #navwrap a:hover, #main #left article #content a.tckLink:hover, #main #preview a:hover {
	background-color: var(--nav-hover);
	border: 1px solid var(--white);
	transition: 0.3s;
}
/**** index ****/
#main #hero, #main .widerow {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 20px 0px 20px 0px;
}
#main #hero, #main .widerow .edition, #main #right .edition {
	background-color: var(--txt-bckg);
	background-image: url(../public/images/siteimgs/lights.png);
	background-repeat: no-repeat;
	background-size: 500px 500px;
	background-position: 107% 126%;
	overflow: hidden;
}
#main .widerow .edition, #main #right .edition {
	background-image: url(../public/images/siteimgs/lights-left.png);
	background-size: 200px 200px;
	background-position: -25px 446px;
}
#main #right .edition {
	background-size: 150px 150px;
	background-position: 10px 100%;	
}
#main #hero #heroimg {
	width: 600px;
	height: auto;
	max-height: 776px;
	float: left;
	clear: none;
	overflow: hidden;
}
#main #hero #heroimg img {
	width: 100%;
	height: auto;
}
#main #hero #herotxt {
	width: 520px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 40px;
	overflow: hidden;
}
#main #hero #herotxt.wideText {
	width: 1120px;
}
#main #hero #herotxt h2 {
	color: var(--white);
}
#main #hero #herotxt p {
	width: 100%;
	float: left;
	clear: both;
	color: var(--white);
}
#main #hero #herotxt #linkoverlay {
	width: 96%;
	height: 56px;
	position: relative;
	padding: 0px 4% 0px 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 10;
}
#main .widerow h1, #main .widerow h2, #main .widerow a.widelink {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 26px;
	line-height: 52px;
	vertical-align: middle;
	background-color: var(--title-bckg);
}
#main .widerow h2 {
	margin: 0px 0px 20px 0px;
	text-indent: 20px;
}
#main .widerow .edition, #main #right .edition {
	width: 300px;
	height: auto;
	float: left;
	clear: none;
	margin: 0px 0px 20px 0px;
	background-color: var(--txt-bckg);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
}
#main .widerow .edition {
	height: 648px;
	width: 280px;
	margin: 0px 10px 10px 10px;
}
#main .widerow .txtBlock {
	width: 1120px;
	height: auto;
	margin: 0px;
	padding: 20px 40px 20px 40px;
	float: left;
	background-color: var(--txt-bckg);
}
#main .widerow .txtBlock h2 {
	color: var(--white);
	text-indent: 0px;
	background-color: transparent;
}
#main #right .edition img {
	width: 100%;
	height: auto;
	float: left;
}
#main .widerow .edition .imgwrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main .widerow .edition .imgwrap img, #main #right .edition .imgwrap img {
	width: 100%;
	height: auto;
	float: left;
}
#main .widerow .edition .txtbox, #main #right .edition .txtbox {
	width: 260px;
	height: auto;
	float: left;
	clear: both;
	margin: 10px;
}
#main .widerow .edition .txtbox h3, #main .widerow .edition .txtbox p, #main #right .edition .txtbox h3, #main #right .edition .txtbox p {
	color: var(--white);
	width: 100%;
	height: auto;
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 18px;
}
#main .widerow .edition .txtbox p, #main #right .edition .txtbox p {
	font-size: 14px;
	height: auto;
	overflow: hidden;
}
#main #hero #herotxt #linkoverlay a, #main .widerow .edition .txtbox a, #main #right .edition .txtbox a {
	width: auto;
	height: 42px;
	line-height: 42px;
	display: block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	border: 1px solid var(--title-bckg);
	background-color: var(--title-bckg);
	float: right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
}
#main .widerow a.widelink {
	width: 1180px;
	float: left;
	clear: both;
	margin: 10px 20px 10px 10px;
	text-align: center;
	border: 1px solid var(--gold);
}
#main #hero #herotxt #linkoverlay a:hover, #main .widerow .edition .txtbox a:hover, #main #hero #herotxt a:hover, #main .widerow a.widelink:hover, #main #right .edition .txtbox a:hover {
	color: var(--white);
	background-color: var(--nav-hover);
	text-decoration: none;
	border: 1px solid var(--white);
	transition: 0.3s;
}
/**** content ****/
#main #left, #main #left article, #main #left article #content {
	width: 840px;
	height: auto;
	float: left;
	clear: none;
}
#main #left article {
	width: 840px;
}
#main #left article #imgwrap {
	margin: 0px 0px 20px 0px;
}
#main #left article #imgwrap {
	width: 840px;
	height: auto;
	float: left;
	clear: both;
}
#main #left article #imgwrap img {
	width: 840px;
	height: auto;
	float: left;
}
#main #hero #heroiframe, #main #left article #iframewrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%
}
#main #hero #heroiframe iframe, #main #left article #iframewrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#main #left article #content {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}
#main #left article #content h3#eventDate {
	width: auto;
	height: auto;
	line-height: 30px;
	vertical-align: middle;
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0px 10px 0px;
	float: left;
	clear: none;	
}
#main #left article #content h3#eventDate a {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 20px;
	background-image: url(../public/images/siteimgs/map-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto 22px;
}
#main #left article #content h3#eventDate a:hover {
}
#main #left article #content a.tckLink {
	float: right;
	margin: 10px 0px 0px 0px;
}
#main #left article #content h1, #main #left article #content h3, #main #left article #content p {
	font-size: 32px;
	color: var(--white);
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
#main #left article #content h1 {
	padding: 20px 0px 0px 0px;
	border-top: 1px solid var(--gold);
}
#main #left article #content h3 {
	font-size: 22px;
}
#main #left article #content p {
	font-size: 18px;
}
#main #left article #content p i {
	font-size: 16px;
}
#main #left article #content p a {
	font-family: 'Cabin', sans-serif;
	color: var(--white);
	text-decoration: underline;
	display: inline;
}
#main #left article #content p a:before {
	color: var(--gold);
	content: '[ ';
}
#main #left article #content p a:after {
	color: var(--gold);
	content: ' ]';
}
#main #left article #content p a:hover {
	color: var(--gold);
	text-decoration: none;
}
#main #left article #content img, #main #left article #content p img {
	width: auto;
	max-width: 50%;
	height: auto;
	margin: 0px 20px 20px 0px;
	float: left;
	clear: both;
}
#main #left article #content p img {
	clear: none;
}
#main #left article #content ul, #main #left article #content ul li {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 20px;
	float: left;
	clear: both;
}
#main #left article #content ul li {
	color: var(--white);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin: 0px 0px 4px 0px;
}
#main #left #gallery, #main #left #gallery ul {
	width: 820px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 20px 0px 20px 20px;
}
#main #left #gallery ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main #left #gallery ul li {
	width: 252px;
	height: 252px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;
	clear: none;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
#main #left #gallery ul li img {
	width: auto;
	height: 100%;
	margin: 0 auto 0 auto;
}
#main #left #gallery ul li, #main #left #gallery ul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#main #right {
	width: 300px;
	height: auto;
	float: right;
	clear: none;
}
/**** footer ****/
#footerwrap {
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	float: left;
}
#footerwrap .footbar {
	width: 100%;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	clear: both;
	background-color: var(--ft-bckg);
	text-align: center;
}
#footerwrap .footbar {
	color: var(--white);
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 6px 0px 6px 0px;
}
#footerwrap .footbar:nth-child(even) {
	background-color: var(#374f6b);
}
#footerwrap .footbar p {
	width: 100%;
	color: var(--white);
	float: none;
}
#footerwrap .footbar p a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	margin: 0px 4px 0px 4px;
	padding: 0px;
	clear: none;
}
#footerwrap .footbar p a#fb, #footerwrap .footbar p a#tw {
	background-image: url(../public/images/siteimgs/wrs-social.png);
	background-repeat: no-repeat;
	background-size: 168px 84px;
	background-position: 0px -42px;
	display: inline-block;
}
#footerwrap .footbar p a#tw {
	background-position: -42px -42px;
}
#footerwrap .footbar p a#fb:hover {
	background-position: 0px 0px;
}
#footerwrap .footbar p a#tw:hover {
	background-position: -42px 0px;
}
#footerwrap .footbar p a.email:hover {
	color: var(--gold);
	text-decoration: none;
}
/********* mobile css *********/
@media
only screen and (min-width: 767px) and (max-width: 1199px),
only screen and (min-width: 767px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 767px) and (max-width: 1199px) and (min-device-pixel-ratio : 2.0){
#main {
	width: 768px;
}
#main #hero {
	width: 668px;
	float: none;
	margin: 0px auto 0px auto;
}
#main #hero #heroimg {
	width: 100%;
	max-height: inherit;
}
#main #hero #herotxt {
	width: 588px;
}
#main .widerow .edition {
	width: 236px;
}
#main .widerow .edition .imgwrap {
	height: auto;
}
#main .widerow .edition .txtbox {
	width: 200px;
}
#main #left, #main #left article, #main #left article #imgwrap, #main #left article #imgwrap img {
	width: 420px;
}
#main .widerow a.widelink {
	width: 746px;
}
#main .widerow .txtBlock {
	width: 708px;
}
#main #left #gallery {
	width: 550px;
	margin: 20px 0px 0px 0px;
}
#main #right {
	float: left;
	margin: 0px 0px 0px 20px;
}
}
@media
only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio : 2.0),
only screen and (max-device-width: 320px) and (min-device-pixel-ratio : 2.0),
only screen and (max-device-width: 320px), only screen and (max-width: 767px){
#main #masthead {
	text-align: center;
}
#main #masthead a {
	float: none;
	margin: 0 auto 0 auto;
}
#main #masthead #navwrap {
	width: 300px;
	float: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
#main #masthead #navwrap a {
	font-size: 18px;
	margin: 0px 6px 0px 6px;
}
#main #hero {
	width: 300px;
	float: none;
	margin: 0px auto 20px auto;
}
#main #hero #heroimg {
	width: 100%;
	max-height: inherit;
}
#main #hero #herotxt {
	width: 260px;
	padding: 10px 20px 20px 20px;
}
#main, #main .widerow {
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#main .widerow .txtBlock {
	width: 260px;
	padding: 20px;
}
#main .widerow .txtBlock h2 {
	width: 260px;
	line-height: 42px;	
}
#main #left, #main #left article, #main #left article #imgwrap, #main #left article #imgwrap img {
	width: 300px;
	height: auto;
}
#main #left article #content a.tckLink {
	float: left;
	width: 280px;
	text-align: center;
}
#main #left #gallery {
	width: 300px;
	margin: 20px 0px 0px 0px;
}
#main #left #gallery ul li {
	width: 300px;
	margin: 0px 0px 10px 0px;
}
#footerwrap .footbar {
	height: auto;
}
#footerwrap .footbar p {
	text-align: center;
}
#footerwrap .footbar p #em {
	display: block;
	clear: both;
}
#main .widerow a.widelink {
	width: 278px;
}
#main .widerow .txtBlock {
	width: 260px;
}
#footerwrap .footbar span#em {
	clear: both;
}
}