@charset "utf-8";

/* Global Styles */

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #111111 !important;
    list-style-type: square;
    list-style-position: inside;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    letter-spacing: 0.02em !important;
    background-color: rgba(238, 238, 255, 1) !important;
}

ul {
  padding-left: 10px;
}

/* bootstrap changes */
.navbar{
border-radius: 0px !important;
}
.navbar-inverse {
	background-color: #FFD34F!important;
}
.navbar {
  margin-bottom: 0px !important;
}
.carousel-control {
  background: none !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #111111 !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333333 !important;
  background-color: transparent !important;
}
.dropdown-menu li a {
    color: #333333 !important;
}
.divider {
    background-color: #333333 !important;
}
/* fix menu flashing when dropdown clicked */
.dropdown-toggle {
    background-color: transparent !important;   
}
	
/* dropdownbackground  */
@media only screen {
.navbar-nav > li > .dropdown-menu { background-color: #FFD34F !important; }
.navbar-nav > li > .dropdown-menu > li > a:hover { background-color: #FF9326 !important; }
}
/* end dropdownbackground */

/* nav font size  */
.dropdown-menu li {
  font-size: 120% !important;
}
/* end */
/* google map */
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/* Coogle Cloud calendar */
.googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100% ;
}

.googleCalendar iframe{
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
}
/* end */


/* start collapsible box - Essential Info*/
 /* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #FFD34F;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 5px;
    border-radius: 8px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, commented out because it was messing up sponsors*/
.collapsible:hover {
    background-color: #FFC51A;
    margin-bottom: 5px;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    overflow: hidden;
    background-color: #FFFDFF;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
} 
.content2 {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
    overflow: hidden;
    background-color: #FFFDFF;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
} 
.content2scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
    overflow: hidden;
    background-color: #FFFDFF;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: scroll;
}  
/* end collapsible box*/


/* start collapsible box - Calendar*/
 /* Style the button that is used to open and close the collapsible content */
.collapsibleCalendar {
  background-color: #FFBF00;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin-bottom: 0;
}
 /* to pad tile when image isn't */
.collapsibleTitle {
  padding: 10px;
}
.collapsibleMonth {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 5px;
    z-index: 2;
    padding: 10px;
}
.collapsibleMonthCancelled {
    background-color: #FF0000;
    position: absolute;
    left: 5px;
    opacity: 0.9;
    z-index: 2;
    padding: 10px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, commented out because it was messing up sponsors*/
.collapsibleCalendar:hover {
  background-color: #FF8000;
  margin-bottom: 0;
}

/* Style the collapsible content. Note: hidden by default */
.contentCalendar {
  padding: 15px;
  display: none;
  overflow: hidden;
  color: #000000;
  background-color: #CCCCCC;
  margin-bottom: 5px;
} 
/* end collapsible box*/

/* 2022 calendar text box */
.calendartext {
    display: inline-block;
    background-color: #FFD34F;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.calendartexttablet {
    width: auto;
} 

.headercontainer {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 24% 0 0 0;
}
.headercontainer img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.headerimage2{
   display: none;
}
.mainTable {
    max-width: 1000px;
    display: block;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFDFF;
}
.mainTable4 {
    max-width: 1240px;
    display: block;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
}
.mainTable4outer {
    max-width: 100%;
    display: block;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFDFF;
}
.mainTable2 {
	border-bottom: 10px solid #000000;
	border-top: 10px solid #000000;
	display: block;
	overflow-y: hidden;
	background-color: #111111;
	background-image: url(../images/banners/2020/background2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}
.mainTable3 {
	border-bottom: 10px solid #000000;
	border-top: 10px solid #000000;
	display: block;
	overflow-y: hidden;
	background-color: #111111;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}
.photoTable {
	max-width: 962px;
	border-left: 0px solid #111111;
	border-right: 0px solid #111111;
	border-bottom: 0 solid #000000;
	border-top: 0px solid #000000;
	background-color: #FFD600;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menuTable {
	max-width: 962px;
	border-left: 0px solid #111111;
	border-right: 0px solid #111111;
	border-bottom: 0 solid #000000;
	border-top: 0px solid #000000;
	background-color: #FFFDFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.menuTableOuter {
    max-width: 100%;
    border-left: 0px solid #111111;
    border-right: 0px solid #111111;
    border-bottom: 0 solid #000000;
    border-top: 0px solid #000000;
    background-color: #FFD34F;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sponsorTable {
	background-color: #222222;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0 solid #000000;
	border-top: 0px solid #111111;
	display: block;
	overflow-y: hidden;
	clear: both;
}
.sponsorTableInner {
	max-width: 962px;
	border-left: 0px solid #111111;
	border-right: 0px solid #111111;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #111111;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	display: block;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
}
.footerTable {
    background-color: #666666;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    border-bottom: 0 solid #000000;
    border-top: 0px solid #111111;
    display: block;
    overflow-y: hidden;
    color: #000000;
	/* 
	background-image: url(../images/images2018/tree.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%; 
	
	*/	
}
.footerTableInner {
	max-width: 1000px;
	border-left: 0px solid #111111;
	border-right: 0px solid #111111;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #111111;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	display: block;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
}
.headerTable {
	width: 100%;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #111111;
	border-top: 0px solid #000000;
	background-color: #111111;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.LargePhotoContainer {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 67% 0 0 0;
}
.LargePhotoContainer img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.SmallPhotoContainer {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 206px;
	text-align: center;
}
.text {
	display: block;
	vertical-align: top;
	width: 100%;
	float: left;
	height: 100%;	
	clear: both;
}
.colWrapper {
	margin: 0 auto;
	float: left;
	clear: both;
	display: block;
}
.colOne{
	display: inline-block;
	float: left;
	vertical-align: top;
	text-align: center;
}
.colTwo {
	display: inline-block;
	vertical-align: top;
	overflow-x: visible;
	float: left;
	min-width: 50px;
}
.AttractionRow {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.AttractionRow2 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    background-color: #FFD34F;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
}
.PhotoRow {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.PhotoDetail {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.AttractionWrapper {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.AttractionWrapper2 {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.AttractionWrapperSpots {
	display: inline-block;
	float: left;
	width: 25%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.AttractionWrapper3 {
	display: inline-block;
	float: left;
	width: 33.3%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.AttractionWrapperHome {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.HighlightsWrapper {
	display: inline-block;
	float: left;
	width: 20%;
	position: relative;
}
.HighlightsPicture50 {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 100%;
}
.AttractionWrapperWide {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
}
.AttractionWrapperEntrylist {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.AttractionWrapperEntrylistFunny {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.AttractionWrapperEntrylistColums {
	float: left;
	width: 25%;
	padding-bottom: 6px;
	padding-right: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
	overflow-y: hidden;
}
.AttractionWrapperEntrylistColums33 {
	float: left;
	width: 33.3%;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
	overflow-y: hidden;
}
.AttractionWrapperEntrylistInfo {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.CalendarWrapper {
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.CalendarPicture {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 30%;
	padding-bottom: 5px;
	margin-right: 20px;
}
.CalendarPicture2 {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 40%;
	padding-bottom: 0;
	padding-right: 0;
}
.SocialEmbedWrapper {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.AttractionPicture {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.AttractionPictureCalendar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.AttractionPicture150421 {
	position: relative;
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 100%;
	padding-bottom: 5px;
}
.AttractionPicture2 {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 100%;
}
.AttractionPicture3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.AttractionPicture50 {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 50%;
	margin-right: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.AttractionPictureRight {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.AentryListPicture {
	position: relative;
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 100%;
}
.AentryListPicture2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.AttractionPicturetocopy {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 5px;
}
.Banner {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 100%;
}
.HistoryPicture {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: auto;
	padding-bottom: 5px;
}
.ContentWrapper {
	display: inline-block;
	float: left;
	width: 25%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.ContentWrapper50 {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.ContentWrapperHalf {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.ContentWrapperTwoThird {
    display: inline-block;
    float: left;
    width: 66.666%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFDFF;
    color: #000000;
}
.ContentWrapperOneThird {
    display: inline-block;
    float: left;
    width: 33.333%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFDFF;
    color: #000000;
}
.ContentWrapperThird {
	display: inline-block;
	float: left;
	width: 33.333%;
	width: calc(100% / 3);
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.ContentWrapper50textwrap {
	display: inline-block;
	float: left;
	width: 50%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.ContentWrapperWide {
	display: inline-block;
	float: left;
	width: 75%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.ContentWrapperFull {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFFDFF;
}
.ContentWrapperFull2 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFD34F;
    color: #000000;
}
.ContentWrapperFullNoBottom {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFFDFF;
    color: #000000;
}
.ContentWrapperMonth {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 140%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.ContentWrapperChampions {
	display: inline-block;
	float: left;
	width: 25%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.ContentPicture {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 100%;
}
.ContentLogo {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.ContentLogoAttractions {
	float: left;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.logoWrapper {
	display: inline-block;
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapperSponsors {
	display: inline-block;
	float: right;
	width: 25%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sponsorLogoWrapper {
	display: inline-block;
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoRow {
	display: inline-block;
	align-items: center;
	float: left;
	width: 100%;
	position: relative;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.logoRowSponsors {
	display: inline-block;
	align-items: center;
	float: left;
	width: 100%;
	position: relative;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: center;
}
.logoRow2 {
	display: inline-block;
	align-items: center;
	float: left;
	width: 100%;
	position: relative;
	vertical-align: middle;
	padding-right: auto;
	padding-left: auto;
	text-align: center;	
	background-color: #FFBF00;
}
.logoWrapper33 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 33%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapper20 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapper50 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapper100 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapperLinks {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapperLinksText {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 80%;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapperSocial {
	display: inline-block;
	vertical-align: middle;
	width: 11.5%;
	position: relative;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logoWrapperIndex {
    display: inline-block;
    vertical-align: middle;
    width: 13.5%;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.logoWrapperIndex7 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 14%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logos {
	display: inline-block;
	float: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}
.AttractionText {
	display: inline;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
}
.LogoTopRight {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.PictureTopRight {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.AttractionSpacer {
	display: inline-block;
	float: left;
	clear: both;
	padding-left: 8px;
}
.FooterWrapper {
	max-width: 962px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #555;
	padding-left: 10px;
	padding-right: 10px;
}
.FooterMenuWrapper {
	display: inline-block;
	float: left;
	width: 40%;
	position: relative;
}
.FooterMenu {
	display: inline-block;
	float: left;
	width: auto;
	position: relative;
	padding-right: 10px;
}
.FooterSocialWrapper {
	display: inline-block;
	width: 60%;
	position: relative;
	text-align: right;
	clear: right;
}
.Clearer {
	display: inline-block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.videocontainer {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 5px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aheaderfont {
    padding: 0;
    margin-top: 0;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 200%;
    color: #170432;
}

.aheaderfont2 {
    padding: 0;
    margin-top: 0;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 200%;
    color: #4C3047;
}

.asub {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    font-style: italic;
    color: #5D2C42;
}
.asubwhite {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    font-style: italic;
    color: #4C2E46;
}
.asubwhite2 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    font-style: italic;
    color: #333333;
}
.asubgrey {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    font-style: italic;
    color: #532475;
}
.asubyellow {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    font-style: italic;
    color: #FFBF00;
}
.asubsub {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 120%;
    font-style: italic;
    color: #5D2C42;
}
.asubsubred {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 120%;
    font-style: italic;
    color: #FFFFFF;
}
.acopy {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #111111;
    list-style-position: inside;
    list-style-type: square;
    font-style: normal;
}
.acopywhite {
    color: #633D5C;
    list-style-position: inside;
    list-style-type: square;
}
.acopywhite2 {
    color: #FFFFFF;
    list-style-position: inside;
    list-style-type: square;
}
.acopyblack {
    color: #111111;
    list-style-position: inside;
    list-style-type: square;
}
.acopybold {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #333333;
}
.acopyboldred {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #333333;
    font-style: normal;
}
.acopyboldyellow {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 100%;
	color: #333333;
}
.copyboldblack {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
	font-size: 100%;
	color: #111;
}
.asponsoredby {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 140%;
	color: #222;
}
.bodylink {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #D82423;
    text-decoration: none;
}
.bodylink:hover {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #A61514;
    text-decoration: none;
}
.bodylinkbold {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #D82423;
    text-decoration: none;
}
.bodylinkbold:hover {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #A61514;
    text-decoration: none;
}
.bodylink2 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #D82423;
    text-decoration: none;
}
.bodylink2:hover {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #6E010E;
    text-decoration: none;
}
.amediumlink {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 120%;
	color: #FFB600;
	text-decoration: none;
}
.amediumlink:hover {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 120%;
	color: #FF4000;
	text-decoration: none;
}
.biglink {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    color: #D82423;
    text-decoration: none;
}
.TicketsTextBox2 {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #FF4A01;
    text-decoration: none;
    display: inline-block;
	float: right;
    background-color: #FFD34F;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
}
.TicketsTextBox2:hover {
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #CC3300;
    text-decoration: none;
    display: inline-block;
	float: right;
    background-color: #F9BB00;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
}
.biglink:hover {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 140%;
    color: #A61514;
    text-decoration: none;
}
.biglinkbox {
	display: inline-block;
	height: 100%;
	width: auto;
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 100%;
	color: #222222;
	background-color: #FFB600;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 10px; 
	margin-bottom: 10px;
    border-radius: 5px;
}
.biglinkbox:hover {
	display: inline-block;
	height: 100%;
	width: auto;
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 100%;
	color: #000000;
	background-color: #FFA500;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right:  10px; 
	margin-bottom: 10px;
    border-radius: 5px;
}
.AttractionNameParent {
    position: relative;
 
}
.AttractionName {
    display: block;
    background-color: rgba(238, 238, 255, 0.9);
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    padding: 10px;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 160%;
    font-style: italic;
    color: #4C3047;
}
.AttractionName2 {
    display: block;
    background: rgba(238, 238, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 160%;
    font-style: italic;
    color: #532475;
}
.AttractionEvent {
    display: block;
    max-width: 94%;
    background: rgba(238, 238, 255, 0.9);
    position: absolute;
    left: 10px;
    z-index: 2;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.AttractionTextBox {
    display: block;
    background-color: rgba(255, 211, 79, 0.95);
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-left: 10px;
	text-align: right;
}
.TicketsTextBox {
    display: inline-block;
	float: right;
    background-color: #FFD34F;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-left: 20px;
	text-align: right;
}
.LogoTopRightSampletodelete {
	display: inline-block;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}

.AttractionDescription {
    display: inline-block;
    width: 100%;
    background-color: #FFD34F;
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 16px;
}
.AttractionDescription2 {
    display: inline-block;
    width: auto;
    padding: 20px;
}
.RacerName {
	display: block;
    background: rgba(255, 208, 66, 0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 120%;
    font-style: italic;
    color: #111111;
}
.RacerNumber {
    display: block;
    background-color: rgba(238, 238, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: 5px;
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    font-style: italic;
    color: #532475;
}
.RacerLogos {
    display: block;
    max-width: 50%;
    background-color: rgba(17,17,17,0.50);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    text-align: center;
}
.aflagholder {
	float: right;
}
.aflag {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.aflag2 {
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
}
.aflag3 {
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
}
.aflag4 {
	display: inline-block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: auto;
	height: auto;
	max-height: 45px;
}
.tocopy {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.amug {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.amugFunny {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.aentrydetailswrapper {
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.aentrydetailswrapper2 {
	display: inline-block;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.aentryfunny {
	display: inline-block;
	width: 100%;
}
.aentryimageswrapper {
	display: inline-block;
	float: right;
}
.aentryimages {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* Header */
header {
	text-align: center;
	display: block;
	background-color: #FF9900;
}

/* Main Content sections */

.mainContent {
	display: block;
	background-color: #555555;
}

/* Footer */
footer {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 200;
	background-color: #FF9900;
}
.footermenu {
	color: #FFFFFF;
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 100%;
	text-decoration: none;
}
.footermenu:hover {
	color: #FFD600;
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 100%;
	text-decoration: none;
}
.footermenutital {
	color: #000000;
	font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 100%;
	text-decoration: none;
}
.NoDotList {
	list-style-type: none;
	margin:0;
	padding:0;
}
.menucontainer {
	padding-right: 6px;
	display: inline-block;
	width: auto;
	position: relative;
}
.tickettable {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #E50D24;
	color: #FFFDFF;
	background-color: #000000;
}
.atickettable2 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    border: 2px solid #FFFDFF;
    background-color: #FBE4A0;
}
.atickettable3 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    border: 2px solid #FFFDFF;
    background-color: #FBD5A0;
}
.atickettable4 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    border: 2px solid #CCCCCC;
    background-color: #FFFFFF;
}
.atickettable5 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    border: 2px solid #FFFDFF;
    background-color: #FFD34F;
}
.atextbox {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #CCCCCC;
}
.atextbox2 {
    font-family: roboto-condensed, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: #000000;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #F8D97E;
    border-radius: 10px;
}
.alertBox {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    color: #FFFDFF;
    background-color: #FFD34F;
    border-radius: 15px;
}
.alertBox2 {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFDFF;
    background-color: #F83C21;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 20px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
/* Main content sections */

.headercontainer {
	padding: 55% 0 0 0;
}
.headerimage1{
    display: none;
}
.headerimage2{
    display: block;
}
.aheaderfont {
    font-size: 160%;
}
.aheaderfont2 {
    font-size: 160%;
}
.asub {
    font-size: 130%;
}
.asubwhite {
    font-size: 130%;
}
.asubwhite2 {
    font-size: 130%;
}
.asubgrey {
    font-size: 130%;
}
.asubsub {
    font-size: 110%;
}
.asponsoredby {
	font-size: 130%;
}
.biglink {
	font-size: 130%;
}
.biglink:hover {
	font-size: 130%;
}
.tickettable {
	font-size: 90%;
}
.mainContent {
	text-align: center;
	margin-bottom: 10%;
}
.AttractionRow {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.AttractionWrapper {
	width: 100%;
    padding-top: 15px;
    padding-bottom: 0px;
}
.AttractionWrapperHome {
	width: 100%;
}
.AttractionWrapperSpots {
	width: 50%;
}
.AttractionWrapper2 {
	width: 100%;
}
.AttractionWrapper3 {
	width: 100%;
}
.AttractionWrapperWide {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.AttractionWrapperEntrylistColums {
	width: 100%;
}
.AttractionWrapperEntrylistColums33 {
	width: 50%;
}
.AttractionWrapperEntrylistInfo {
	width: 55%;
	padding-top: 0px;
}
.AentryListPicture {
	width: 45%;
}
.AttractionName {
    font-size: 140%;
}
.AttractionTextBox {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    border-radius: 4px;
    margin-left: 10px;
}
.AttractionEvent {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
}
.HighlightsWrapper {
	width: 50%;
}
.HighlightsPicture50 {
	width: 100%;
}
.AttractionPicture50 {
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.SocialEmbedWrapper {
	width: 100%;
}
.ContentWrapper {
	width: 50%;
}
.ContentWrapper50 {
	width: 100%;
}
.ContentWrapperHalf {
	width: 100%;
}
.ContentWrapperThird {
	width: 50%;
}
.ContentWrapper50textwrap {
	width: 100%;
	margin-right: 0px;
}
.ContentWrapperWide {
	width: 100%;
}
.ContentWrapperChampions {
	width: 100%;
}
.ContentWrapperTwoThird {
    width: 100%;
}
.ContentWrapperOneThird {
    width: 100%;
    padding-top: 0;
}
.ContentWrapperFull {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.ContentWrapperFull2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.ContentWrapperFullNoBottom {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.sponsorLogoWrapper {
	width: 50%;
}
.CalendarWrapper {
	padding-bottom: 0px;
}
.CalendarPicture {
	width: 100%;
	padding-right: 0px;
	margin-right: 0px;
	padding-bottom: 15px;
}
.TicketsTextBox {
    top: 15px;
    right: 15px;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    border-radius: 5px;
}
.TicketsTextBox2 {
    top: 15px;
    right: 15px;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    border-radius: 5px;
}
/* to return some text to next line to keep all calendar boxes the same height*/
.return {
  display: block;
}	
.ContentLogoAttractions {
	max-width: 30%;
}
.aentrydetailswrapper2 {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-bottom: 5px;
}
.aflagholder {
	float: left;
}
.aflag3 {
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}
.aflag4 {
	max-width: 50%;
	height: none;
}
.RacerName {
    font-weight: 400;
    font-size: 100%;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
}
.RacerLogos {
	width: none;
	max-width: 30%;
}
.logoWrapperIndex {
	width: 21%;
	padding-right: 10px;
	padding-left: 10px;
}
.logoWrapperIndex7 {
	width: 33%;
}
.PictureTopRight {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 0;
}
.PhotoDetail {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
	
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
.logoWrapper {
	width: 50%;
}
.logoWrapper20 {
	width: 33%;
}
.logoWrapperLinks {
	width: 35%;
}
.logoWrapperLinksText {
	width: 65%;
}
.logoWrapperSocial {
	text-align: left;
	width: 20%;
}
.logoWrapperSponsors {
	width: 50%;
}
.logoRow {
	padding-left: 0;
}
.HistoryPicture {
	width: 100%;
}
.FooterMenuWrapper {
	width: 100%;
}
.FooterSocialWrapper {
	width: 100%;
	text-align: left;
}
.aentryimageswrapper {
	float: left;
}
.aentrydetailswrapper {
    width: 100%;
    float: left;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1239px) {
/* Header */
header {
	width: 100%;
	float: none;
}
.asubsub {
    font-weight: 600;
    font-size: 100%;
}
.FooterMenuWrapper {
	width: 50%;
}
.FooterSocialWrapper {
	width: 50%;
}
.logoWrapper {
	width: 50%;
}
.logoWrapper20 {
	width: 33%;
}
.logoWrapper50 {
	width: 32%;
}
.logoWrapperLinks {
	width: 30%;
}
.logoWrapperLinksText {
	width: 70%;
}
.logoWrapperSocial {
	width: 20%;
}
.logoWrapperSponsors {
	width: 50%;
}
.logoWrapperIndex {
	width: 13.5%;
	padding-right: 20px;
	padding-left: 20px;
}
.biglinkbox {
	margin-bottom: 10px;
}
.biglinkbox:hover {
	margin-bottom: 10px;
}
.AttractionRow {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
}
.AttractionWrapper {
	width: 50%;
}
.AttractionWrapper3 {
	width: 50%;
}
.AttractionWrapperSpots {
	width: 25%;
}
.AttractionWrapperEntrylistColums {
	width: 50%;
}
.AttractionWrapperEntrylistColums33 {
	width: 50%;
}
.AttractionWrapperEntrylistFunny {
	width: 50%;
}
.HighlightsWrapper {
	width: 33%;
}
.AttractionPicture {
	width: 100%;
	padding-right: 0;
}
.AttractionTextBox {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    border-radius: 4px;
    margin-left: 10px;
}
.AttractionEvent {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
}
.HistoryPicture {
	width: 100%;
	max-width: 500px;
}
.ContentWrapperChampions {
	width: 50%;
}
.ContentWrapperTwoThird {
    width: 100%;
}
.ContentWrapperOneThird {
    width: 100%;
    padding-top: 0;
}
.ContentWrapperFull {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.ContentWrapperFull2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.sponsorLogoWrapper {
	width: 25%;
}
.CalendarPicture {
	width: 50%;
}
/* to return some text to next line to keep all calendar boxes the same height*/
.return {
  display: block;
}	
.ContentLogoAttractions {
	max-width: 14%;
}
.amugFunny {
	padding-top: 0px;
}
.aflag4 {
	max-width: 50%;
	height: none;
}
.RacerLogos {
	width: none;
	max-width: 40%;
}
/* Footer */

}

/* Desktops and laptops  */
@media only screen and (min-width:1240px) {
/* Header */

/* Main content sections */

/* Footer */

}
