html, body {

}
body {
	background: #fccb02;
	font-size: 14px;
}
#top-forms {
	background: #3e6170;
	color: #fff;
}
#top-forms h1, #top-forms h2, #top-forms h3, #top-forms h4 {
	color: #fff;
}
#top-forms input {
	height: 44px;
}
#connect-form input[type=text], #connect-form textarea, #login-form input[type=text], #login-form input[type=password] {
	width: 100%;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #607d89;
	padding: 1px 0 1px 8px;
	margin-bottom: 8px;
	border: 0;
}
#connect-form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
#connect-subject-block {
	position: relative;
}

#connect-subject-block img {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
#connect-subject-block #subject-lines {
	display: none;
	position: absolute;
	top: 46px;
	left: 0px;
	width: 458px;
	padding-bottom: 5px;
	z-index: 10;
}
#subject-lines ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subject-lines li {
	display: block;
	width: 440px;
	padding: 5px 7px;
	background: #fff;
	color: #3e6170;
	border-top: 2px solid #3e6170;
}
#subject-lines li:hover {
	cursor: pointer;
	background: #607d89;
	color: #fff;
}
#top-forms a {
	color: #fff;
}
#top-forms a:hover {
	text-decoration: underline;
}
.topFormContainer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.template input[type="text"], .template input[type="password"], .template input[type="date"], .template input[type="datetime"], .template input[type="datetime-local"], .template input[type="month"], .template input[type="week"], .template input[type="email"], .template input[type="number"], .template input[type="search"], .template input[type="tel"], .template input[type="time"], .template input[type="url"], .template input[type="color"], .template textarea {
	width: 100%;
}
#profileMenu input[type="text"], #profileMenu input[type="password"], #profileMenu input[type="date"], #profileMenu input[type="datetime"], #profileMenu input[type="datetime-local"], #profileMenu input[type="month"], #profileMenu input[type="week"], #profileMenu input[type="email"], #profileMenu input[type="number"], #profileMenu input[type="search"], #profileMenu input[type="tel"], #profileMenu input[type="time"], #profileMenu input[type="url"], #profileMenu input[type="color"], #profileMenu textarea {
	width: auto;
}
#pantryForm input[type="text"] {
	width: 100%;
}
.underline { text-decoration: underline; }
/**************************************************************/
/************************ Main Nav Styles *****************/
/************************************************************/
#navBar {
	background: #333;
	color: #fff;
	height: 85px;
	/*position: relative; */
	z-index: 7999;
}
#headerInner #navBar {
	background: rgba(0,0,0,0.8);
}
.top-bar-section {
	z-index: 7999;
}
.top-bar-section ul.stackedNav {
	width: 120px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top-bar-section ul.stackedNav li:not(.has-form) a:not(.button):hover {
	color: #fccb02;
}
.top-bar-section ul.stackedNav li:not(.has-form) a:not(.button) {
	line-height: 20px;
	/*width: 154px;*/
	width: 120px;
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.top-bar-section ul.stackedNav li:first-child:not(.has-form) a:not(.button) { line-height: 21px; }
.top-bar-section ul.navBigBox li > a.boxLink:hover, .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	background-color: rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}
.top-bar-section .dropdown .parent-link.show-for-small-only {
	display: none !important;
}
.top-bar-section .dropdown li.title h5 a::before {
   content: "\00ab";
	padding-right: 10px;
}
.top-bar-section .dropdown li a, .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	line-height: 2em;
	padding: 6px 30px;
	font-weight: bold;
	font-size: 1em;
}
.top-bar-section .has-dropdown > a:after {
	display: none;
}
.top-bar-section ul li > a.boxLink {
	width: 120px;
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	cursor: default;
}
.top-bar-section ul li.cookBox {
	background: #429739;
}
.top-bar-section ul li.eatBox, .top-bar-section ul li.eatBox .dropdown {
	background: #f07232;
}
.top-bar-section ul li.meetBox, .top-bar-section ul li.meetBox .dropdown {
	background: #1885a4;
}
.top-bar-section ul li.drinkBox {
	background: #1885a4;
}
.top-bar-section ul li.competeBox, .top-bar-section ul li.competeBox .dropdown {
	background: #9529a1;
}
.top-bar-section ul li.aboutBox, .top-bar-section ul li.aboutBox .dropdown {
	background: #8d817b;
}
.top-bar-section ul li.mediaBox, .top-bar-section ul li.mediaBox .dropdown {
	background: #ffc82e;
}
.top-bar-section ul li.joinBox, .top-bar-section ul li.joinBox .dropdown {
	background: #b7c02c;
}

.top-bar .toggle-topbar.menu-icon a span::after{
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
	width: 20px;
	border-bottom: 1px solid #ffffff;
}
/***********************************************************/
/************************ End Main Nav *****************/
/**********************************************************/
#hExterior {
	position: relative;
}
#header, #headerInner{
	height: 476px;
}
#headerInner{
	/*margin-top: -476px;*/
}
#hWrapper, #header {
	background: #fff url('../images/bg_slider/bg1.jpg') no-repeat center 0px;
	background-size: 100% auto;
	height: 476px;
	width: 100%;
}
#hWrapper {
	position: absolute;
	top: 0;
	z-index: -1;
}
#tempHeader {
	background: #fff;
}
#headerInner {
	background: url('../images/2025-WFC-Hero-Photo-text-overlay-INDY.png') no-repeat center 112px;
}
#topLinkBar {
	height: 36px;
	padding-top: 6px;
}
#topLinkBar * {
	color: #fff;
}
#topLinkBar a {
	text-shadow: 0px 0px 3px #000;
}
#topLinkBar a:hover {
	text-decoration: underline;
}
#tempHeader #topLinkBar a {
	color: #000;
	text-shadow: none;
}
#navLogo {
	margin-top: 15px;
	padding: 0 10px;
	height: 56px;
}
#content {
	background: #fff;
	z-index: -1;
	box-shadow: 0 0px 120px #000;
}
#content.template {
	padding: 40px 0;
}
#calloutBox {
	/*height: 300px;*/
	margin-top: -140px;
	background: #fff;
	padding: 18px 18px;
	z-index: -1;
}
.mainSlider {
   max-height: 328px;
   margin: 0 6px;
   z-index: 0;
}

.mainSlider div img {
   max-height: 328px;
}
.sponsors {
	position: relative;
	padding: 0 18px;
}
.sponsor-page-box {
	display: table;
	width: 100%;
	height: 178px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 20px;
	text-align: center;
	-webkit-transition: background-color 200ms linear, border-color 200ms linear;
	-moz-transition: background-color 200ms linear, border-color 200ms linear;
	-ms-transition: background-color 200ms linear, border-color 200ms linear;
	-o-transition: background-color 200ms linear, border-color 200ms linear;
	transition: background-color 200ms linear, border-color 200ms linear;
}
a:hover .sponsor-page-box {
	background-color: #e6e6e6;
   border-color: #adadad;
}
.sponsor-page-box .spb-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	max-width: 100%;
}
.sponsor-page-box .spb-cell img {
	max-width: 100%;
	max-height: 136px;
}
#sponsorHeader {
	position: absolute;
	top: -20px;
	display: inline-block;
	padding: 6px 30px;
	background: #fff;
	color: #1885a4;
	letter-spacing: 4px;
	z-index: 1;
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: -280px;
}
.slickSponsors {
	padding: 26px 0;
	border-top: 4px solid #efefef;
	border-bottom: 4px solid #efefef;
	z-index: 0;
	margin-bottom: 30px;
}
.slickSponsors img {
	max-height: 60px;
	padding: 0 5px;
}
#HomeTabs {
	padding: 0 18px;
}
.tabBG {
	background: #eceded;
}
.tabButton {
	height: 106px;
	padding: 10px;
	color: #fff;
	position: relative;
	font-family: 'Courgette', cursive, sans-serif;
	font-size: 26px;
}
.tabButton:hover {
	background: rgba(255,255,255,0.2);
}
a.tabNews {
	display: block;
	background: #f16c00;
}
a.tabQualify {
	display: block;
	background: #3b719e;
}
a.tabChamps {
	display: block;
	background: #e4ba0d;
}
a.tabBlog {
	display: block;
	background: #429739;
}
.tabTitle {
	font-family:  'Squada One', 'Sarpanch', sans-serif;
	font-weight: bold;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 40px;
}
.tabArrow {
	border: 30px solid transparent;
	border-right-color: #eceded;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 24px;
}
#accordion_section .tabTitle {
	font-size: 40px;
	line-height: 32px;
}
#accordion_section .tabArrow {
	display: none;
}
.tabContent {
	position: relative;
}
.tabText {
	height: 424px;
	overflow: hidden;
	padding: 16px 16px 16px 0;
}
.tabReadMore {
	position: absolute;
	right: 16px;
	bottom: -50px;
	text-transform: uppercase;
}
.tabReadMore img {
	margin-left: 10px;
}
.newsStory {
	padding-bottom: 18px;
}
.icon-bar {
	background: #a8aaaa;
	/*padding: 10px 0;*/
}
.asdf {
	margin-bottom: -7px
}
#footer {
	background: #fccb02;
	color: 525356;
	padding-top: 60px;
	height: auto;
	min-height: 300px;
}
a:not([class]) {
	font-weight: bold;
}
.bg-gray {
	background: #8395a4;
}
.tv-logos {
	max-width: 90% !important;
	margin: 0 auto !important;
	padding: 15px 0;
}
.tv-logos li {
	padding: 10px;
}
.tv-logos .columns {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gold-bg {
	background: #fccb02;
}
.gold-bg h4 {
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	padding: 30px 0;
}
/***********************************************************/
/************************ Store Styles ********************/
/*********************************************************/
.shopHero {
	background: #efeeda;
}
#storeHeroTitle {
	padding-top: 80px;
}
.storeHeroText {
	max-width: 368px;
	text-align: left;
	margin: 30px auto 0;
}
.storeHeroText p {
	font-size: 12px;
}
.store_btn {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.store_btn:hover {
	background: #af0d0d;
	text-transform: uppercase;
}
.storePrice {
	color: #1c576e;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.storePrice .storeDS {
	font-size: 30px;
	/*display: inline-block;*/
	position: absolute;
	top: -4px;
	left: 0px;
}
.storeRetailPrice {
	color: #7b7b7b;
	font-style: italic;
}
.storeItemTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 20px;
}
.storePL, .storeRetailPrice {
	font-size: 12px;
}
.storeItemPromo {
	text-transform: uppercase;
	font-weight: bold;
	color: #af0d0d;
}
.em {
	font-style: italic;
}
.storeAvalble {
	max-width: 170px;
	padding-top: 30px;
}
.storeItemImg {
	height: 280px;
}
.storeItemImg > img {
	border: 2px solid #cecece;
	height: 100%;
	width: auto;
}
.storeRow {
	padding-top: 40px;
}
/***********************************************************/
/******************* End Store Styles ********************/
/*********************************************************/
.vidTopTitle {
	min-height: 60px;
	margin-bottom: 0;
	background: #606060;
	text-align: center;
	padding: 10px;
}
.vidTopTitle h1 {
	color: #fff;
	padding-top: 10px;
	line-height: 20px;
}
.vid h1 {
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 50px;
}
.videoHeader {
	min-height: 60px;
	margin-bottom: 0;
	background: #606060;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 12px 4px 10px;
	line-height: 19px;
	font-weight: normal;
}
.videoLinkBox {
	margin-bottom: 30px;
	display: block;
}
.videoLinkBox:hover .videoHeader {
	background: #959595;
}
/***********************************************************/
/*************** Get Involved Styles *******************/
/*********************************************************/
.giRow {
	margin-bottom: 30px;
}
.linkBox {
	display: block;
	margin-bottom: 14px;
}
.linkBox .linkBoxOutter {
	display: table;
  width: 100%;
	height: 140px;
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	color: #000;
	font-size: 20px;
}
.linkBox .linkBoxOutter .linkBoxInner {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	position: relative;
}
.linkBoxCallout {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 22px;
}
.invRow .linkBox .linkBoxOutter {
	border: none;
}
.linkBoxStrong {
	font-weight: bold;
	font-size: 22px;
	line-height: 10px;
}
.linkBox:hover .linkBoxOutter {
	background: #dad9d9;
}
.linkBox.turq:hover .linkBoxOutter {
	background: #1885a4;
}
.linkBox.purp:hover .linkBoxOutter {
	background: #9529a1;
	color: #fff;
}
.linkBox.grn:hover .linkBoxOutter {
	background: #b7c02c;
}
.linkBox.yella:hover .linkBoxOutter {
	background: #fccb02;
}
.linkBox.brwn:hover .linkBoxOutter {
	background: #8d817b;
}
.invRow {
	padding: 30px;
}
.invRow .linkBox .linkBoxOutter {
	height: 80px;
	width: 75%;
	margin: 15px auto;
}
.invRow .promoPic {
	width: 90%;
  margin: 0 auto 15px;
	height: 242px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 5px solid #f9f8f4;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.invRow p {
	font-size: 18px;
	width: 90%;
	margin: 15px auto;
}
.invRow .border-right {
	border-right: 4px solid #e3eff2;
}
.invRow .linkBoxCallout {
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	color: #ffffff;
	font-size: 46px;
	letter-spacing: 2px;
}
.invRow .linkBox:hover .linkBoxInner {
	background: rgba(255,255,255,0.2);
}
.invRow .linkBox:hover.turq .arrow {
	border-left-color: #449DB8;
}
.invRow .linkBox:hover.purp .arrow {
	border-left-color: #AB51B7;
}
.invRow .linkBox:hover.grn .arrow {
	border-left-color: #C5CF48;
}
.invRow .linkBox:hover.yella .arrow {
	border-left-color: #FDD800;
}
.invRow .linkBox:hover.brwn .arrow {
	border-left-color: #A49A95;
}
.invRow .turq .linkBoxInner {
	background: #1885a4;
}
.turq .linkBoxInner .arrow {
	border-left-color: #1885a4;
}
.invRow .purp .linkBoxInner {
	background: #9529a1;
}
.purp .linkBoxInner .arrow {
	border-left-color: #9529a1;
}
.invRow .grn .linkBoxInner {
	background: #b7c02c;
}
.grn .linkBoxInner .arrow {
	border-left-color: #b7c02c;
}
.invRow .yella .linkBoxInner {
	background: #fccb02;
}
.yella .linkBoxInner .arrow {
	border-left-color: #fccb02;
}
.invRow .brwn .linkBoxInner {
	background: #8d817b;
}
.brwn .linkBoxInner .arrow {
	border-left-color:  #8d817b;
}
.arrow {
	border: 40px solid transparent;
  width: 1px;
  height: 1px;
  border-left-color: blue;
  right: -80px;
  top: 0;
  position: absolute;
}
.invRow .invBtn {
	display: inline-block;
}
.invRow .invDetail {
	float: right;
}
.jEventHeader {
	background: #f4f4f4;
	font-size: 24px;
	padding: 8px 18px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.jEventTable p {
	font-size: 22px;
	line-height: 22px;
	margin-top: 4px;
}
.row.jEventTable {
	margin-top: 20px;
}
.jEventText, .jEventTable {
	padding: 0 18px;
}
.jColHeader {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	color: #5e5e5e;
}
.jEventDeets {
	font-size: 22px;
	font-weight: bold;
}
.evrtBox {
	background: #f4f4f4;
	border: 1px solid #dddddd;
}
.evrtBox p {
	padding: 20px 26px 0;
	font-size: 16px;
}
.evrtHeader {
	background: #d8d8d7;
	height: 84px;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 26px 0;
	line-height: 22px;
	text-transform: uppercase;
}
#ehrForm, #ffwForm {
	background: #f4f4f4;
	border: 1px solid #dddddd;
	padding: 20px 26px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.template #ehrForm  input[type="text"], .template #ehrForm  input[type="password"], .template #ehrForm  input[type="date"], .template #ehrForm  input[type="datetime"], .template #ehrForm  input[type="datetime-local"], .template #ehrForm  input[type="month"], .template #ehrForm  input[type="week"], .template #ehrForm  input[type="email"], .template #ehrForm  input[type="number"], .template #ehrForm  input[type="search"], .template #ehrForm  input[type="tel"], .template #ehrForm  input[type="time"], .template #ehrForm  input[type="url"], .template #ehrForm  input[type="color"], .template textarea {
	width: 100%;
}
.template #ffwForm  input[type="text"], .template #ffwForm  input[type="password"], .template #ffwForm  input[type="date"], .template #ffwForm  input[type="datetime"], .template #ffwForm  input[type="datetime-local"], .template #ffwForm  input[type="month"], .template #ffwForm  input[type="week"], .template #ffwForm  input[type="email"], .template #ffwForm  input[type="number"], .template #ffwForm  input[type="search"], .template #ffwForm  input[type="tel"], .template #ffwForm  input[type="time"], .template #ffwForm  input[type="url"], .template #ffwForm  input[type="color"], .template textarea {
	width: 100%;
}
.template #recipeForm  input[type="text"], .template #recipeForm  input[type="password"], .template #recipeForm  input[type="date"], .template #recipeForm  input[type="datetime"], .template #recipeForm  input[type="datetime-local"], .template #recipeForm  input[type="month"], .template #recipeForm  input[type="week"], .template #recipeForm  input[type="email"], .template #recipeForm  input[type="number"], .template #ffwForm  input[type="search"], .template #ffwForm  input[type="tel"], .template #ffwForm  input[type="time"], .template #ffwForm  input[type="url"], .template #ffwForm  input[type="color"], .template textarea {
	width: 100%;
}
#recipeForm label {
	font-weight: bold;
}
.form-side-note {
	padding-top: 20px; margin-bottom: 30px;
}
#ehrForm h2, #ffwForm h2 {
	text-transform: uppercase;
}
#ehrForm .formPadder, #ffwForm .formPadder {
	margin-top: 24px;
}
#ehrForm .formPadder label, #ffwForm .formPadder label {
	display: inline-block;
}
#ehrForm .inlineLabels label, #ffwForm .inlineLabels label {
	display: inline-block;
}
#ehrForm .button, #ffwForm .button, #recipeForm .button {
	background: #fccb02;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
#ehrForm .button:hover, #ffwForm .button:hover, #recipeForm .button:hover {
	background: #fed93f;
	color: #000;
}
/***********************************************************/
/************** End Get Involved Styles ***************/
/*********************************************************/
.dblArrw {
	width: 47px;
	height: 48px;
	background: url('../images/cook/rightDblArrow.jpg') no-repeat top left;
	margin: 13px 10px;
}
.sideTickets {
	margin-bottom: 10px;
}
.sideTickets:hover .dblArrw {
	background: url('../images/cook/rightDblArrow.jpg') no-repeat bottom left;
}

/***********************************************************/
/********************* Hotels Styles **********************/
/*********************************************************/
.hotelTitleBlock h1, .hotelTitleBlock h2,  .hotelTitleBlock h3 {
	font-family: 'Squada One', 'Sarpanch', sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
.hotelTitleBlock p {
	font-size: 18px;
}
.hotelTitleBlock a {
	color: #000;
	font-weight: normal;
}
.hotelTitleBlock {
	background: #fccb02;
	color: #000;
	padding: 4px 16px 0px;
}
.partner-hotels .hotel {
	border-left: 4px solid #e3eff2;
	min-height: 400px;
	margin-bottom: 60px;
}
.partner-hotels .hotel:first-child {
	border-left: none;
}
@media (max-width: 1025px) {
	.partner-hotels .hotel:nth-child(2n+1) {
		clear: both;
		border-left: none;
	}
	.partner-hotels .hotel {
		padding-bottom: 100px;
		margin-bottom: 0px;
	}
	.partner-hotels.official-hotels .hotel {
		padding-bottom: 60px;
		clear: none;
	}
}
@media (max-width: 641px) {
	.partner-hotels .hotel h2 {
		font-size: 1.5rem;
	}
	.partner-hotels .hotel {
		border-left: none;
		padding-bottom: 80px;
	}
}
/***********************************************************/
/*****************	End Hotels Styles	*******************/
/*********************************************************/
@media (max-width: 1200px) {
	.sponsor-page-box {
		height: 14.6vw;
	}
	.sponsor-page-box .spb-cell img {
		max-height: 10vw;
	}
}
@media (max-width: 1139px) {
	#navLogo {
		margin-top: 18px;
		height: 50px;
	}
}
@media (max-width: 1025px) {
	.sponsor-page-box {
		height: 17.3vw;
		padding: 2vw
	}
	.sponsor-page-box .spb-cell img {
		max-height: 11vw;
	}
	.tabText { padding-left: 16px; }
	.tabReadMore { display: block; position: static; text-align: right; padding: 16px; }
	.storeItemImg > img {
		border: 2px solid #cecece;
		height: auto;
		width: auto;
	}
	.storeItemImg {
		height: auto;
	}
	#hWrapper, #header {
		background-size: auto auto;
	}
	.invRow .border-right {
		border-right: none;
	}
}
@media (min-width: 1023px) {
	nav.top-bar {
		position: relative;
	}
	nav.top-bar .title-area {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	nav.top-bar .title-area .name {
		width: 320px;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.top-bar-section .has-dropdown > a {
		padding: 0 0.59111rem !important;
	}
}
@media (max-width: 1023px) {
	.top-bar.expanded {
		box-shadow: 0px 10px 90px 0px #000;
		z-index: 7777;
	}
	.top-bar-section ul.navBigBox{
		line-height: 42px;
		width: 240px;
	}
	.top-bar-section ul.stackedNav {
		width: 100%;
		padding-left: 0;
	}
	.top-bar-section ul.stackedNav.stackedTrans { background: rgba(0,0,0,0.8); }
	.top-bar-section ul.stackedNav li:not(.has-form) a:not(.button) {
		line-height: auto;
		width: 100%;
	}
	.top-bar-section ul.navBigBox li > a.boxLink {
		line-height: 2em;
		width: 100%;
		text-align: center;
		/*font-size: 1em;*/
		font-size: 26px;
	}
	.top-bar-section ul.navBigBox{
		line-height: auto;
		width: 100%;
	}
	.slickSponsors {
		padding: 18px 0;
	}
	#storeHeroTitle {
		padding-top: 20px;
	}
	.storePrice {
		font-size: 50px;
		line-height: 50px;
	}
	.storePrice .storeDS {
		font-size: 30px;
	}
}
@media (min-width: 1140px) {
	nav.top-bar .title-area .name {
		width: 410px;
		text-align: center;
	}
}
@media (max-width: 708px) {
	.invRow .invRow .linkBox .linkBoxOutter {
		width: 84.5%;
	}
	.invRow p {
		font-size: 16px;
	}
}
@media (max-width: 641px) {
	#navLogo {
		margin-top: 22px;
		height: 44px;
	}
	.sponsor-page-box {
		height: 26vw;
	}
	.sponsor-page-box .spb-cell img {
		max-height: 20vw;
	}
	.mainSlider {
		margin: 0;
	}
	#header, #headerInner{
		height: 484px;
	}
	#headerInner {
		background-size: 365px;
	}
	#sponsorHeader {
		margin-left: 0;
		position: static;
	}
	.slickSponsors {
		padding: 6px 0;
		border-top: 4px solid #efefef;
		border-bottom: 4px solid #efefef;
	}
	.invRow .linkBox .linkBoxOutter {
		margin-left: 0;
	}
	.invRow .invBtn .linkBox .linkBoxOutter {
		width: 85%;
	}
	.invRow .promoPic {
		width: 100%;
	}
	.invRow p {
		width: 100%;
		word-wrap: break-word;
	}
	.invRow .linkBoxCallout {
		font-size: 36px;
	}
	.invRow p {
		margin: 0 0 45px;
	}
	.invRow .invBtn p {
		margin: 0 0 30px;
	}
}
@media (max-width: 500px) {
	.invRow .invBtn .linkBox .linkBoxOutter {
		width: 78%;
	}
	.invRow {
		padding: 15px 0;
	}
}
