/*-----------------------------------------------------------------------------------
	I
	About: A shiny new Blocs website.
	Author: Chris Edwards
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:#4F668C!important;
}
.container{
	max-width:1140px;
}
.img-goat{
	background-image:url("img/placeholder-image.png");
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.img-goat:hover{
	background-image:url("img/placeholder-image.png");
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-image: -webkit-image-set(url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);background-image: image-set(url("img/placeholder-image.png") 1x,
url("img/placeholder-image.png") 2x,url("img/placeholder-image.webp") 1x,
url("img/placeholder-image.webp") 2x);
	background-size:50% 50%;
	background-repeat:no-repeat;
}
.container-div-style{
	height:59px;
}
.test{
	text-align:center;
	background-color:rgba(255,147,0,0.6);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-position:left bottom;
	display:block;
}
.navbar-brand img{
	height:28px;
	width:54px;
}
.h1-bloc-1-style{
	font-size:48px;
}
a{
	;
}
.h6-style{
	width:84.15%;
}
.img-style{
	width:319px;
}
.img-bloc-10-style{
	width:474px;
}
.menufont{
	background-color:#FFFFFF;
}
.img-quart-style{
	width:376px;
	border-radius:0px 0px 0px 0px;
}
.img-15-style{
	width:296px;
}
.h2-style{
	line-height:50px;
	text-indent:0px;
	letter-spacing:0px;
}
.h2-tickets-style{
	line-height:50px;
}
.h2-history-style{
	line-height:50px;
}
.h2-who-we-are-style{
	line-height:50px;
}
.h2-contact-us-style{
	line-height:50px;
}
.h2-concerts-style{
	line-height:60px;
}
.clb1{
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#EDEEED;
	border-width:4px 4px 4px 4px;
}
.coldesc{
	border-style:solid;
	border-color:rgba(255,255,255,0.0)!important;
	background-color:#EDEEED;
	border-width:4px 4px 4px 4px;
}
.activelinkclass{
	background-color:#EEEEEE;
}
p{
	line-height:135%;
}
.img-19-style{
	width:194px;
	border-radius:2px 2px 2px 2px;
}
.img-footer-style{
	width:234px;
}
.p-style{
	letter-spacing:0px;
	text-indent:0px;
	line-height:180%;
}
.p-bloc-0-style{
	font-size:16px;
}
.img-stick1---4-j-style{
	width:343px;
}
.img-stick1---12c-j-style{
	width:341px;
}
.img-7-style{
	width:302px;
}
.img-imgp04-style{
	width:346px;
}
.h1-style{
	line-height:60px;
}
.img-image0-style{
	width:286px;
}
.link-style{
	font-family:"helvetica";
	font-size:16px;
}
.h3-style{
	line-height:50px;
}
.logoback{
	background-color:#EEEEEE;
}
.img-info2-style{
	width:237px;
}
.img-image013-edit2-style{
	width:330px;
}
.img-imgp01-style{
	width:301px;
}
.img-parkin-style{
	width:329px;
}
.img-litter-pick-style{
	width:188px;
}
.img-vision-style{
	width:432px;
}
.container-div-news-archive-style{
	height:59px;
}
.img-img-03-style{
	width:340px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-883)!important;
	fill:var(--swatch-var-883)!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7476:rgba(255,255,255,1.0);
	
	--swatch-var-7019:rgba(118,214,255,1.0);
	
	--swatch-var-7533:rgba(238,238,238,1.0);
	
	--swatch-var-5985:rgba(40,97,94,1.0);
	
	--swatch-var-5712:rgba(204,204,204,1.0);
	
	--swatch-var-3594:rgba(40,97,94,1.0);
	
	--swatch-var-883:rgba(66,101,136,1.00);
	
}


/* Background colour styles */

.bgc-7476{
	background-color:var(--swatch-var-7476);
}
.bgc-7533{
	background-color:var(--swatch-var-7533);
}
.bgc-7019{
	background-color:var(--swatch-var-7019);
}
.bgc-5712{
	background-color:var(--swatch-var-5712);
}

/* Text colour styles */

.tc-883{
	color:var(--swatch-var-883)!important;
}

/* Link colour styles */

.ltc-7533{
	color:var(--swatch-var-7533)!important;
}
.ltc-7533:hover{
	color:#BBBBBB!important;
}
.ltc-7019{
	color:var(--swatch-var-7019)!important;
}
.ltc-7019:hover{
	color:#43A3CC!important;
}

/* Icon colour styles */

.icon-7533{
	color:var(--swatch-var-7533)!important;
	border-color:var(--swatch-var-7533)!important;
}
.icon-7019{
	color:var(--swatch-var-7019)!important;
	border-color:var(--swatch-var-7019)!important;
}

/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.menufont{
		background-color:#FFFFFF;
	}
	.img-pic-name-style{
		height:230px;
	}
	.h2-concerts-style{
		line-height:60px;
	}
	p{
		line-height:130%;
	}
	.p-bloc-18-style{
		letter-spacing:0px;
		text-indent:0px;
	}
	.link-style{
		font-size:16px;
		line-height:24px;
	}
	.h3-style{
		line-height:50px;
	}
	.navbar-brand img{
		width:54px;
	}
	.img-style{
		width:340px;
	}
	.img-image013-edit2-style{
		width:233px;
	}
	.img-image0-style{
		width:267px;
	}
	.img-img-03-style{
		width:262px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.blocsapp-special-menu blocsnav{
		background-color:#FFFFFF;
		color:#FFFF00!important;
		padding:1px 1px 1px 1px;
	}
	.menufont{
		background-color:#FFFFFF;
	}
	.img-pic-name-style{
		height:215px;
	}
	.activelinkclass{
	}
	.activelinkclass:hover{
		background-color:#EE81A5;
	}
	.h2-contact-us-style{
		line-height:60px;
	}
	.h2-style{
		line-height:60px;
	}
	.h2-tickets-style{
		line-height:60px;
	}
	.h2-history-style{
		line-height:60px;
	}
	.h2-who-we-are-style{
		line-height:60px;
	}
	.h2-concerts-style{
		line-height:38px;
	}
	.h3-style{
		line-height:50px;
	}
	.img-image013-edit2-style{
		width:336px;
	}
	.img-info2-style{
		width:219px;
	}
	.img-imgp01-style{
		width:316px;
	}
	.img-image0-style{
		width:245px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.button-news{
		margin-bottom:20px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.menufont{
		background-color:#FFFFFF;
	}
	.footer-link{
		text-align:center;
	}
	.h2-history-style{
		line-height:50px;
	}
	.h3-style{
		font-size:28px;
	}
	.h1-style{
		line-height:36px;
	}
	.h2-tickets-style{
		line-height:36px;
	}
	.img-image0-style{
		width:238px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

