body
{
	background-color: #eee;;
	font-family: 'MyriadProRegular', sans-serif !important;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	/* color: rgba( 0,181,224, 1 ); */
	font-family: 'MyriadProRegular', sans-serif !important;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i
{
	float: right;
	color: rgba( 4,150,255, .95 );
	/* margin-left: 1em; */
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	margin-left: .5em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba( 4,150,255, .95 );
}
h1 span.badge, h2 span.badge, h3 span.badge, h4 span.badge
{
	position: relative;
	top: -1.2em;
	font-weight: bold;
}
hr
{
	border-bottom: 1px dotted #bbb;
	max-width: 100%;
}
div.header
{
	color: #fff;
	background-color: #222;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: rgba( 4,150,255, 1 );
	height: 80px;
	position: relative;
	overflow: hidden;
	z-index: 5;
	line-height: 80px;

	font-size: 1.1em;
	font-weight: bold;

	padding-right: 1em;

}
div.header img.logo
{
	max-height: 75px;
	margin-left: 1em;
	margin-top: .2em;
	margin-right: .8em;
}

div.header div.menu-bt
{
	text-align: left;
}
#menu-small a
{
    display: block;
    margin-bottom: .5em;
    float: none;
    text-align: left;
}
.menu-sm-button
{
	margin-top: .5em;
}
.banners
{
	height: 200px;
}
.banner
{
	height: 200px;
	/* background-color: black; */
	background-image: url(../img/layout/bkg-3.jpg);
	background-position: top left;
	background-size: 100%;
	/* background-attachment: fixed; */
	position: relative;
	background-position: center center;
	background-size: cover;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: rgba( 4,150,255, 1 );
}
div.orbit
{
	background-color: #333;
}
nav.orbit-bullets
{
	margin-bottom: 0;
	padding-bottom: 1em;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.divider
{
	background-image: url(../img/layout/divider.png);
	background-repeat: repeat-x;
	height: 14px;
	overflow: hidden;
}
div.body
{
	padding: 1em;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, .body div, .body span, .body p, .body label
{
	/* color: #fff; */
}
.logo_square
{
	max-height: 32px;
	margin-left: 1em;
	margin-right: 1em;
}
.sponsors
{
	background-color: #f3f3f3;
	color: #000000;
}
.sponsors p
{
	color: #000000;
}
.logos img
{
	margin-right: 1em;
	margin-bottom: 1em;
}
div.footer
{
	background-color: #cc3333;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}
div.footer img.logo
{
	position: relative;
	top: -2em;
	vertical-align: top;
	padding-right: 1em;
}
div.footer .footer-bt
{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
div.footer .footer-bt-copy
{
	/* color: #fff; */
	font-size: 0.5em;
}

div.footer h4
{
	color: #000000;
}
div.footer p
{
	color: #000000;
}
div.footer a
{
	/* color: #ffffff; */
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
}
div.footer-small
{
	position: relative;
	top: -50px;
}
.float-right
{
	float: right;
}
.ticket
{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
}
div.ticket h1, div.ticket h2, div.ticket h3, div.ticket h4, div.ticket p
{
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.bolder
{
	font-weight: bolder;
}
.red
{
	color: #d2232a;
}
.blue
{
	color: rgba( 4,150,255, .95 ) !important;
}
.r
{
	text-align: right;
}
.l
{
	text-align: left;
}
div.winterruption
{
	background-color: rgba( 71,184,224, .12);
	border-radius: 1em;

	border-style: dotted;
	border-width: 3px;
	border-color: rgba( 71,184,224, .12);

	padding: .5em 1em .5em 1em;
	margin-bottom: 1em;
}
div.winterruption h3.blue
{
	color: #d2232a !important;
}
div.winterruption a
{
	color: #d2232a;
}
div.winterruption a.button-black
{
	background-color: #d2232a;
	color: #ffffff;
	border-color: #ffffff;
}
div.winterruption a.button-black:hover
{
	background-color: #ffffff;
	color: #d2232a;
	border-color: #000000;
}
#list-of-events div.event-page-only
{
	display: none;
}
div.social-media
{
	position: absolute;
	z-index: 4;
	top: -5px;
	right: 5px;
}
div.social-media a
{
	color: #ffffff;
	font-size: 3em;
}
div.social-media a:hover
{
	color: #d2232a;
}
div.square
{
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: inset 0px 0px 35px 2px rgba(0,0,0,1);
}
div.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
div.square div.square-content
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	color: #222;
	font-weight: 900;
	font-size: 0.8em;
	padding: 0.2em 0.4em 0.1em 0.2em;
	border-bottom-right-radius: .5em;
}
div.winterruption-container
{
	position: relative;
	z-index: 2;
}
div.winterruption-container div.column
{
	margin-bottom: 0.5em;
}
div.btickets-title
{
	font-size: 0.9em;
	background-color: #fff;
	color: #222 !important;
	padding: 0.2em 0.4em 0.1em 0.2em;
	border-bottom-right-radius: .5em;
}
div.winterruption-event
{
	padding-right: 0 !important;
}
span.mb19
{
	float: right;
	background-color: #d2232a;
	color: #fff;
	padding: 0.6em;
	border-radius: 1em
}
div.staff img
{
	border: 3px solid #fff;
	border-radius: 5px;
}
div.write-up
{
	position: absolute;
	width: 40%;
	left: 50%;
	bottom: 30%;
}
div.write-up h1, div.write-up h2, div.write-up h3, div.write-up h4
{
	font-family: "MyriadProRegular";
	margin: 0px !important;
	color: #ffffff;
	text-shadow: 1px 1px 8px #000000;
}
div.write-up h2
{
	font-size: 24px;
	color: #ffffff;
}
div.write-up h3
{
	font-size: 20px;
}
div.write-up h4
{
	font-size: 14px;
}
.relative
{
	position: relative;
}
div.social-media
{
	position: absolute;
	z-index: 4;
	top: -5px;
	right: 5px;
}
div.social-media a
{
	color: #ffffff;
	font-size: 3em;
}
div.social-media a:hover
{
	color: #d2232a;
}
div.event-container
{
	border-radius: .6em;
	border: 2px solid #0496FF;
	padding: 1em;
	padding-bottom: 0;
	margin-bottom: 1em;
	/* background-image: linear-gradient(to bottom right, rgba( 255,255,255,.1),rgba( 0,0,0,.1)); */
	background-color: #fff;

	box-shadow: 1px 1px 1px #0496FF, 2px 2px 1px #0496FF, 3px 3px 1px #0496FF;
}
div.event-container img
{
	border: 1px solid #fff;
	border-radius: 3px;
}
div.profile-container
{
	border-radius: .6em;
	border: 2px solid #d2232a;
	padding: 1em;
	padding-bottom: 0;
	margin-bottom: 1em;
	background-color: #fff;

	box-shadow: 1px 1px 1px #d2232a, 2px 2px 1px #d2232a, 3px 3px 1px #d2232a;
}
.margin0
{
	margin: 0;
}
table.tblData th, table.tblData td, table.tblData div
{
	color: #222;
}
table.tblData
{
	font-size: 0.9em;
}
table.tblData td
{
	font-size: 0.9em;
}
.card
{
	color: #222 !important;
}
.card-em
{
	border-top: 3px solid rgba( 4,150,255, .95 ) !important;
}
.c
{
	text-align: center;
}
#ticket-expires-label
{
	color: #222;
}
.cart-img
{
	/* height: 80px; */
	width: 54px;
}
.img-border
{
	border: 1px solid #fff;
	border-radius: 3px;
}
div.callout *, div.card *
{
	color: #222;
}
div.callout h6, div.card label
{
	color: #222 !important;
}
label.is-invalid-label input, label.is-invalid-label select, label.is-invalid-label textarea
{
	border: 1px dashed #d2232a;
}
div.ticket
{
	text-align: center;
	page-break-inside: avoid;
}
div.ticket *
{
	page-break-inside: avoid;
	color: #222;
}
.print-frame
{
	height: 0px;
	display: none;
}
div.callout small
{
	display: block;
}
@media print
{
	/* body * { visibility: hidden; }
	#app-body { width: 100%; left: 0px; }
	#app-body * { visibility: visible; }
	#app-body nav { display: none; }
	#app-body { position: absolute; top: 0px; left: 0px; } */

	.print-hide
	{
		display: none;
	}
}
div.staff img
{
	border: 3px solid #fff;
	border-radius: 5px;
}
.pad1
{
	padding: 1em;
}
i.success
{
	color: #4ee082;
}
