@charset "utf-8";
@font-face {
	font-family: 'Conv_Arial Black';
	src: url('../fonts/Arial Black.eot');
	src: local('☺'), url('../fonts/Arial Black.woff') format('woff'), url('../fonts/Arial Black.ttf') format('truetype'), url('../fonts/Arial Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_modernpics';
	src: url('../fonts/modernpics.eot');
	src: local('☺'), url('../fonts/modernpics.woff') format('woff'), url('../fonts/modernpics.ttf') format('truetype'), url('../fonts/modernpics.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
       /*background-color: #fef8ea;*/
        background-image: url(../img/useruploads/leather.png);
}

.clearFloat {
	clear: both;
}

.storeList{
        float: left;
}
.pageContainer {
	width: 100%;
	overflow: hidden;
}

.pageHeaderContainer {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.pageHeaderContainerTop {
	display: block;
	overflow: hidden;
	min-height: 84px;
}

.Big10Logo {
	margin-top: 15px;
	left: 6%;
	display: inline-block;
}

.fa-bars {
	margin-top: 5px;
	font-size: 24px;
}

.topNavigationContainer {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 10px;
}

.topNavigationContainer ul.mainNav {
	background-image: url('../img/images/topMenuBarBG_05.jpg');
	background-repeat: repeat-y;
	padding: 0px;
	width: 94%;
	display: block;
	float: right;
	/*position: absolute;

bottom: 0px;

right: 0px;*/
	margin: 0px;
	/*min-height:48px;*/
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.topNavigationContainer ul.mainNav li > a {
	list-style: none outside none;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	/*width: 130px;*/
	width: auto;
	padding: 0 22px;
}

.topNavigationContainer ul.mainNav li > a:hover {
	list-style: none outside none;
	color: #EFC416;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}

.topNavigationContainer ul.mainNav li.socialSection {
	position: relative;
	border-right: 0px solid #FE575F;
	width: 20%;
	padding: 0;
	margin: 0;
	float: right;
}

.searchBox {
	/*background-image:url(../img/images/searchBox_03.jpg);*/
	background-repeat: no-repeat;
	height: 44px;
	width: 360px;
	position: absolute;
	bottom: 100px;
	right: -8px;
	font-size: 16px;
	s
}

.search {
	float: left;
	background-color: transparent;
	border: 0px solid;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	width: 250px;
	height: 44px;
	background: url('../img/images/searchBoxBG_03.gif') no-repeat scroll 6px 6px transparent;
}

.rounded {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

input[type=text] {}

input[type=button],
input[type=button]:hover {
	position: relative;
	left: -6px;
	border: 1px solid #adc5cf;
	background: #e4f1f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
	/* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0);
	/* IE6-9 */
	color: #7da2aa;
	cursor: pointer;
}

.testimonal_container {
	background-color: #f4f3ed;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	position: relative;
}

#hp_middle {
	float: left;
	margin-right: 2%;
	width: 58%;
}

#hp_middle .home_youtube iframe {
	width: 100%;
	height: 305px;
}

.hp_testimonial_item {
	margin-bottom: 20px;
}

.testimonal_container P {
	text-align: left;
	font-size: 16px;
}

.testimonal_title {
	color: #C9202E;
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}

.testimonal_summary {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 10px;
}

.testimonal_author {
	color: #000000;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 10px;
	margin-left: 15px;
	font-weight: bold;
	text-align: right;
}

.twitterfeed {
	float: left;
	width: 40% !important;
}

.twitterfeed iframe {
	/*width: 345px !important;*/
	width: auto !important;
	float: right;
}

.socialNavConnectChip {
	background-image: url(../img/images/socialNavChipBG_07.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 235px;
	height: 35px;
	position: absolute;
	bottom: 45px;
	right: 0;
}

.connectWithUs {
	color: #cd2027;
	font-weight: bold;
	font-size: 17px;
	padding-left: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	width: 80%;
	text-align: left;
	margin-left: 20%;
	margin-right: auto;
	margin-top: 10px;
}

.connectWithUs a {
	padding: 0;
	margin: 0;
	color: #BF1C26;
}

.connectfooter {
	bottom: 15px;
	color: #efc416;
	display: block;
	font-size: 15px;
	position: absolute;
	right: 165px;
	width: 75px;
}

.footerSocial {
	bottom: 0px;
	left: 43px;
	display: block;
	float: right;
	position: inherit;
}

.footerSocial img {
	width: 12%;
}

.footerSocial img:hover {
	margin-top: -3px;
	-webkit-box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
}

.footlink {
	float: left;
	margin-right: 50px;
}

.socialSection {
	position: absolute;
	z-index: 1000;
	right: 15px;
}

.socialSection .centeringSocialContainer {
	width: 100%;
	z-index: 1000;
}

.socialSection .centeringSocialContainer img {
	width: 30px;
	height: 30px;
}

.socialSection .centeringSocialContainer img:hover {
	margin-top: -3px;
	-webkit-box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 1);
}

.topNavigationContainer ul li.socialSection img {
	float: left;
	width: 20%;
	padding-right: 5px;
}

.topNavigationBrickStripDivider {
	background-image: url(../img/topMenuBricks.png);
	background-repeat: repeat-x;
	width: 100%;
}

.sliderContainer {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sliderContainer2 {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sliderOfferContainer {
	float: left;
	width: 30%;
	min-height: 392px;
	background-color: #bf1c26;
	padding-left: 7.5%;
	padding: 20px;
	display: inline-block;
}

.sliderOfferContainer2 {
	float: left;
	width: 30%;
	min-height: 392px;
	background-color: #bf1c26;
	padding-left: 7.5%;
	padding: 20px 20px 20px 50px;
	display: inline-block;
}

.slideOfferTitle {
	font-family: 'Conv_Arial Black', Sans-Serif;
	/*font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;*/
	text-transform: uppercase;
	color: #ffffff;
	font-size: 45px;
	letter-spacing: -2px;
}

.slideOfferTitle a {
	color: #ffffff;
}

.slideOfferSubTitle {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #cd2027;
	font-size: 30px !important;
}

.slideOfferSubTitle h1 {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #cd2027;
	font-size: 30px !important;
}

.middleContentInnerContainerBlock h1 {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #cd2027;
	font-size: 30px !important;
}

.slideOfferCopy {
	color: #EFC416;
	font-size: 18px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 10px;
}

.slideOfferImage {
	background-image: url(../img/images/sliderImage1_08.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
	width: 70%;
	min-height: 392px;
}

slideOfferImage2 {
	display: inline-block;
	float: left;
	width: 70%;
	min-height: 392px;
}

.callOutMenuThin {
	width: 100%;
	max-width: 1200px;
	z-index: 80;
}

.subBottomContainer {
	margin-top: -100px;
	background-color: #EA1C26;
}

.bottomContainer .subBottomContainer {
	background-color: transparent;
}


/*real*/

.middleNavigationBrickStripBG {
	background-image: url(../img/callOutBrickBG.png);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top left;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 291px;
}

.middleNavigationBrickStripBG ul {
	padding: 0;
	margin: 0;
	width: 96%;
	display: inline-block;
	/*min-height:100px;*/
}

.middleNavigationBrickStripBG ul li {
	list-style: none;
	width: 16%;
	display: inline-block;
	position: relative;
}

.middleNavigationBrickStripBG ul li img {}

.middleNavigationBrickStripBG ul li img:hover {}

.middleNavigationBrickStripBG ul li a.locationsCallout {
	display: inline-block;
	background-image: url(../img/CallOutResized/images/locationsCallOut.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.middleNavigationBrickStripBG ul li a.beveragesCallout {
	display: inline-block;
	background-image: url(../img/CallOutResized/images/beveragesCallOut.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.food_container {}

.middleNavigationBrickStripBG ul li a.foodCallout {
	display: inline-block;
	background-image: url(../img/CallOutResized/imagesfoodCallOut.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.middleNavigationBrickStripBG ul li a.rewardsCallout {
	display: inline-block;
	background-image: url(../img/CallOutResized/images/rewardsCallOut.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.middleNavigationBrickStripBG ul li a.careersCallout {
	display: inline-block;
	background-image: url(../img/CallOutResized/images/careersCallOut.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.callOutMenuThin ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: inline-block;
}

.callOutMenuThin ul li {
	list-style: none;
	width: 12.5%;
	display: inline-block;
	position: relative;
}


/*----------------------------job listing----------------------------- */

.job_listing {
	position: absolute;
	margin-top: 1250px;
	width: 430px;
}

.job_listing ul li {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 20px;
}

.job_listing h1 {
	font-size: 30px;
	color: #cd2027;
	font-family: "Conv_Arial Black", sans-serif;
	text-align: left;
}

.job_listing h2 {
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.job_listing h3 {
	font-size: 20px;
	color: #cd2027;
	font-family: "Conv_Arial Black", sans-serif;
	text-align: left;
}

.job_listing p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
}

.job_listing a {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
	text-decoration: none;
}


/*----------------------------job description----------------------------- */

.job_description {
	position: relative;
	width: 91%;
}

.job_description h1 {
	font-size: 30px;
	color: #cd2027;
	font-family: "Conv_Arial Black", sans-serif;
	text-align: left;
}

.job_description h2 {
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.job_description p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
}

.job_description a {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
	text-decoration: underline;
}


/*----------------------------news ----------------------------- */

.newslist {
	left: -20%;
	position: inherit;
	width: 100%;
	top: 150px;
}

.newslist ul li .dateBadge {
	background-image: url(../img/images/dateBadgeF_07.png);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center center;
	float: left;
	width: 120px;
	min-height: 100px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}

.newslist ul li .videoListContent {
	overflow: hidden;
	width: auto;
}

.newslist ul li {
	border-bottom: 1px solid #333333;
	display: inline-block;
	list-style: none outside none;
	/*margin-left: -80px;*/
	margin-left: -14px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 15px;
}

.newslist h1 {
	font-size: 30px;
	color: #cd2027;
	font-family: "Conv_Arial Black", sans-serif;
	text-align: left;
}

.newslist h2 {
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.jnewslist p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
}

.newslist a {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
	text-decoration: underline;
}

.newslist a h3 {
	font-weight: 600;
	line-height: 29px;
	margin-top: 8px;
	text-decoration: none;
}

.subBottomContainer {
	width: 100%;
	/*background-color:#DF1D26;*/
	padding: 0;
	margin: 0;
}

.bottomContainer {
	width: 100%;
	background-color: #DF1D26;
	padding: 0;
	margin: 0;
	background-image: url(../img/callOutBrickBG.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.bottomInnerContainer {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/*background-size:cover;*/
	/*background-color: #fef8ea;*/
        background-image: url(../img/useruploads/leather.png);
	padding: 0;
	margin-top: -100px;
	/**/
	overflow: hidden;
}

.subBottomInnerContainerH {
	/*background-size:cover;*/
	width: 100%;
	max-width: 1200px;
	/*background-color: #fef8ea;*/
        background-image: url(../img/useruploads/leather.png);
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/*

	margin-top: -100px;*/
	overflow: hidden;
	min-height: 1270px;
	position: relative;
}

.subBottomInnerContainer {
	/*background-size:cover;*/
	width: 100%;
	max-width: 1200px;
	/*background-color: #fef8ea;*/
        background-image: url(../img/useruploads/leather.png);
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/*

	margin-top: -100px;*/
	overflow: visible;
	min-height: 2570px;
}

.subBottomInnerContainerContent {
	width: 85%;
	padding: 0px 0 0 0;
	margin: 0;
}

.bottomInnerContainerContent {
	width: 100%;
	/*background-image:url(../img/images/TAMPLATE_BOTTOM_05.jpg);

	background-repeat:no-repeat;

	background-position: top center;

	background-size:cover;*/
	padding: 20px 0 0 0;
	margin: 0;
}

.rewardBadgeContainer {
	width: 40%;
	position: relative;
	float: left;
	min-width: 320px;
	z-index: 98;
	display: inline-block;
	min-height: 460px;
}

.rewardsBadge {
	margin-left: 5%;
	width: 90%;
	background-image: url(../img/rewardsBadgeB_05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: visible;
	text-align: center;
	padding-top: 45%;
	min-height: 380px;
}

.rewardBadgeContainer .rewardsBadge .bigBold {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #EFC316;
	font-size: 25px;
	font-weight: bold;
}

.rewardBadgeContainer .rewardsBadge h3 {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.napkinContainer {
	background-image: url(../img/napkin_blankBG_08.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	width: 82%;
	position: relative;
}

.signUpFormContainer {
	width: 184px;
	height: 291px;
	margin-left: 20%;
	margin-top: 73px;
	position: relative;
}

.signUpForm {
	/*background-image:url(../img/images/signUpForm_03.png);

	background-repeat:no-repeat;*/
	display: block;
	position: absolute;
	top: -28%;
	left: 20px;
	color: #CD2027;
}

.signUpFormBox {
	/*width:165px;*/
	width: 200px;
	/*height:32px;*/
	margin-bottom: 10px;
	color: #CD2027;
}

.signUpFormBoxCaptcha {
	background-image: url(../img/images/images/captcha_FormFields_05.png);
	width: 212px;
	height: 60px;
	margin-bottom: 10px;
}

.signUpfield {
	background-color: transparent;
	border: 0px solid;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 38px;
	padding-left: 10px;
	background: url(../img/images/signUpField_14.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #CD2027;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.signUpfieldArea {
	background-color: transparent;
	border: 0px solid;
	padding: 0;
	margin: 0;
	width: 212px;
	height: 104px !important;
	padding-left: 10px;
	padding-top: 10px;
	background: url(../img/images/images/aboutUsFormLeftTextAreaBorder_05.png);
	background-repeat: no-repeat;
	color: #CD2027;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.dform_container textarea {
	font-family: inherit;
	letter-spacing: normal;
	outline-style: none;
	padding: 2px 0;
	resize: none;
}

.dform input {
	background-color: transparent;
	border: 1px solid #CD2027;
	border-radius: 7px;
	margin-bottom: 10px;
	width: 210px;
	height: 30px;
	padding-left: 10px !important;
	background-repeat: no-repeat;
	background-size: cover;
	color: #CD2027;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.dform textarea {
	background-color: transparent;
	border: 1px solid #CD2027;
	border-radius: 7px;
	margin: 0;
	width: 210px;
	height: 100px;
	padding-left: 10px !important;
	padding-top: 10px !important;
	background-repeat: no-repeat;
	background-size: cover;
	color: #CD2027;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

.dform input[type=submit] {
	background: #EFC416;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #cd1f2b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	height: 30px;
	cursor: pointer;
}

.dform input[type=submit]:hover {
	background: #EDB417;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #cd1f2b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	height: 30px;
	cursor: pointer;
}

.job_button {
	background-image: -webkit-linear-gradient(top, #EFC416, #EFC416);
	background-image: -moz-linear-gradient(top, #EFC416, #EFC416);
	background-image: -ms-linear-gradient(top, #EFC416, #EFC416);
	background-image: -o-linear-gradient(top, #EFC416, #EFC416);
	background-image: linear-gradient(to bottom, #EFC416, #EFC416);
	border: 0 none;
	border-radius: 10px;
	color: #cd1f2b;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin-left: 8%;
	padding-left: 8%;
	padding-top: 5px;
	width: 300px;
}

.slider_button {
	background-color: #EFC416;
	border: 0 none;
	border-radius: 10px;
	color: #cd1f2b;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin-top: 8%;
	padding-left: 8%;
	margin-left: 13%;
	padding-top: 5px;
	width: 168px;
}

.dform_container label {
	display: none;
}

.dform_captcha .captcha-simple input {
	width: 210px !important;
}


/**/

.findUsMapContainer {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
}

#box_content {
	overflow: hidden !important;
}

.mapShell {
	min-height: 422px;
	width: 622px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: transparent;
	pointer-events: none;
}

#map,
#panorama {
	min-height: 340px;
	width: 520px;
	background: none repeat scroll 0% 0% #69C;
	margin-left: 50px;
	margin-top: 50px;
}

.MapLocationsSortingContainer {
	display: block;
}

.MapLocationDropDownList {
	display: none;
	width: 55%;
}

.middleContentInnerContainerBlock .findUsMapContainer {
	width: 100%;
	/*height: 823px;*/
	margin-left: 0px;
	display: block;
	position: absolute;
	/*left:-400px;*/
	font-family: 'Arial black', Sans-Serif;
	color: #cd2027;
}

.middleContentInnerContainerBlock .rightContentContainerMenu {
	display: none;
}

.middleContentInnerContainerBlock .mapShell {
	background-size: 80% auto;
	width: 130%;
	min-height: 555px;
}

.middleContentInnerContainerBlock #map,
#panorama {
	min-height: 540px;
	width: 100%;
	background: none repeat scroll 0% 0% #69C;
	/*margin-left: 155px;*/
	margin-left: 0px;
	margin-top: 100px;
	border-color: white;
	border-style: solid;
	border-width: 10px;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.75);
}

.videoPlayListContainer {
	height: 323px;
	width: 70%;
	float: right;
	margin-left: 35%;
	margin-top: -32%;
}

.videoContainerInner {
	width: 100%;
	display: inline-block;
	overflow: visible;
}

.videoPlayer {
	width: 65%;
	display: inline-block;
	float: left;
	min-height: 415px;
	padding-top: 10px;
}

.videoPlayList {
	/*

	background-image:url(../img/bottomRight_leftRight_07.jpg);

	background-repeat:no-repeat;*/
	width: 50%;
	height: 323px;
	float: left;
	padding-left: 8px;
	padding-top: 0;
	margin-top: 0;
}

.videoPlayList h2 {
	color: #C9202E;
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -10px;
	line-height: 1;
	padding-left: 25px;
}

.videoPlayList h2 .bigBold {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #C9202E;
	font-size: 30px;
	font-weight: bold;
}

.videoPlayList h3 {
	color: #5B5B5B;
	font-size: 18px;
	line-height: 1;
	padding-left: 25px;
}

.videoPlayList ul {
	padding: 0;
	margin: 0;
	width: 80%;
}

.videoPlayList ul li {
	list-style: none;
	padding-bottom: 5px;
	border-bottom: solid 1px #333333;
	padding-bottom: 5px;
	display: inline-block;
	margin-left: 5%;
	width: 100%;
}

.TypographyBlock ul li .videoListContent p {
	line-height: 1;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}

.beveragesContainer {
	width: 780px;
	position: relative;
	left: 0px;
	top: 50px;
	padding-bottom: 80px;
}

.beveragesContainer ul {
	padding: 0;
	margin: 0;
	width: 114%;
}

.beveragesContainer ul li {
	list-style: none;
	padding-bottom: 10px;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.beveragesContainer ul li .beveragesPicture {
	float: left;
	display: block;
	width: 40%;
	padding-right: 10px;
	padding-bottom: 15px;
}

.beveragesContainer ul li .beveragesPicture img {
	width: 100%;
}

.beveragesContainer ul li .videoListContent h3,
h2 {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.beveragesContainer ul li .videoListContent h5 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #C9202E;
}

.beveragesContainer ul li .videoListContent {
	margin-top: 15px;
	color: #7D7D7D;
	font-size: 12px;
	width: 50%;
	display: block;
}

.beveragesContainer ul li a {
	color: #C9202E;
	font-weight: bold;
	text-decoration: none;
}

.beveragesContainer ul li h3 {
	color: #C9202E;
	/*padding-bottom:0;

	margin-bottom:0;*/
	line-height: 0;
}

.food_container ul li .foodpic {
	float: left;
	display: block;
	width: 40%;
}

.food_container ul li .foodListContent {
	margin-top: 15px;
	color: #7D7D7D;
	font-size: 12px;
	width: 50%;
	float: left;
	display: block;
}

.food_container ul li .foodListContent h3,
h2 {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.videoPlayList ul li .dateBadge {
	background-image: url(../img/images/dateBadgeF_07.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	float: left;
	width: 25%;
	min-height: 80px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

.dateBadgeScalar {
	width: 60%;
	margin-top: 10px;
	margin-left: 23px;
	margin-right: auto;
	display: block;
	font-size: 12px;
	color: #FFFFFF
}

.rightContentContainer .dateBadgeScalar,
.rightContentContainerMenu .dateBadgeScalar {
	margin-left: 14px !important;
}

.bigDate {
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 0;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: -2px;
	padding-bottom: 0;
}

.videoPlayList ul li .videoListContent h3,
h2 {
	padding: 0;
}

.videoPlayList ul li .videoListContent {
	margin-top: 15px;
	color: #7D7D7D;
	font-size: 12px;
	width: 70%;
	float: left;
}

.videoPlayList ul li a {
	color: #C9202E;
	font-weight: bold;
	text-decoration: none;
}

.videoPlayList ul li h3 {
	color: #C9202E;
	/*padding-bottom:0;

	margin-bottom:0;*/
	line-height: 0;
}

.locationTriangularTitleLeftBrickBackground {
	float: left;
	width: 40%;
	margin-top: -30px;
}

.aboutUsTriangularTitleLeftBrickBackground {
	background-image: url(../img/images/images/aboutUsBrickTileLeft_05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 38%;
}

.locationTriangleVisualShellBackground {
	background-position: left top;
	display: block;
	float: left;
	width: 100%;
}

.aboutUsTriangleVisualShellBackground {
	background-image: url(../img/images/images/aboutUsBricksLeftBG_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 100%;
}

.aboutUsTriangularTitleLeftBrickBackground ul {
	padding: 0;
	margin: 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.aboutUsTriangularTitleLeftBrickBackground ul li {
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.aboutUsTriangularTitleLeftBrickBackground img {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.aboutUsTriangularTitleLeft {
	/*background-image: url('../img/images/aboutUs_Top_Yellow_triangle_Title_05.png');

    background-repeat: no-repeat;

	 background-size: 100% auto;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 270px;
	float: left;
}

li.aboutUsNapkinFormLeft {
	position: relative;
	min-width: 390px;
	min-height: 560px;
	display: block;
}

.aboutUsNapkinFormContainer {
	background-image: url(../img/images/images/AboutUsNapkinFormBG_05.png);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	min-width: 90%;
	min-height: 560px;
	position: absolute;
	top: 40px;
	left: -11%;
	z-index: 95;
}

.aboutUsNapkinFormContainer label {
	display: none;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.aboutUsNapkinFormContainer input[type=radio] {
	display: none;
}

.aboutUsNapkinFormContainer label:before {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #CD2027;
	border-radius: 35px;
}

.aboutUsNapkinFormContainer label {
	font-size: 10px;
	margin-left: -25px;
}

.dform_container .dfinput_left,
.dform_container .dfinput_right,
.dform_container .dfinput_full {
	display: block;
	margin-bottom: 10px;
	min-height: 43px;
	width: 220px;
}

.aboutUsNapkinFormContainer .radio label:before {
	border-radius: 35px;
}

.aboutUsNapkinFormContainer input[type=radio]:checked + label:before {
	background-color: #CD2027;
	border: 1px solid #CD2027;
	border-radius: 35px;
}

.subPageBottomContentContainer {
	/*width: 58%;*/
	/*width: 38%;*/
	width: 45%;
	margin-top: 100px;
	float: right;
	overflow: visible;
	position: unset;
	z-index: 1;
}

.middleContentInnerContainer {
	position: relative;
	/*top:-20px;*/
	width: 100%;
}

.middleContentInnerContainerBlock {
	height: auto;
	/*width:75%;*/
	width: 100%;
}

.middleContentInnerContainerBlock .slideOfferSubTitle {
	color: #cd2027;
	padding-bottom: 10px;
	font-size: 30px;
}

.middleContentInnerContainerBlock p {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
}

.middleContentInnerContainerBlock ul li {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}

.middleContentInnerContainerBlock .stackOfImagesContainer {
	padding: 0px;
	width: 366px;
	height: 320px;
	background-image: url(../img/images/AboutUsthumbTacPictureborder_17.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.middleContentInnerContainerBlock .stackOfImagesContainer img {
	margin-left: 44px;
	margin-top: 52px;
}

.rightContentContainerMenu {
	background-image: url(../img/images/images/aboutUs_rightRedBackground_05.png);
	width: 286px;
	min-height: 1019px;
	float: right;
	position: absolute;
	left: -7px;
	/*maring-top:100px;*/
	background-repeat: no-repeat;
	background-position: right top;
	top: -78px;
}

.rightContentContainer {
	background-image: url(../img/images/images/aboutUs_rightRedBackground_05.png);
	width: 286px;
	min-height: 1019px;
	float: right;
	position: absolute;
	/*maring-top:100px;*/
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 100px;
	right: 0;
}

.rightBarBadge {
	background-image: url(../img/images/images/images/aboutUs_rightBar_RewardsBadge_09.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 264px;
	position: absolute;
	top: -35px;
	left: 2%;
}

.rightBarCopyContainer {
	font-size: 14px;
	left: 3%;
	position: absolute;
	text-align: center;
	top: 230px;
	width: 90%;
}

.rightContentContainerMenu ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 98%;
	margin-left: 3%;
	margin-right: 5%;
}

.rightContentContainerMenu ul li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 95%;
	vertical-align: middle;
	/*min-height:260px;*/
	color: #FFFFFF;
	padding-bottom: 18px;
	border-bottom: 1px solid #FE575F;
}

.rightContentContainerMenu ul li.badgeTop {
	min-height: 295px;
}

.rightContentContainer ul li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 100%;
	vertical-align: middle;
	/*min-height:260px;*/
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #FE575F;
}

.rightContentContainer ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 98%;
	margin-left: 3%;
	margin-right: 5%;
}

.rightContentContainer ul li.badgeTop {
	min-height: 295px;
}

.rightContentContainer ul li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 95%;
	vertical-align: middle;
	/*min-height:260px;*/
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #FE575F;
}

.TypographyBlock {
	/*background-image:url(../img/images/images/images/aboutUsNewsBlockTEMPLATE_09.png);

	background-repeat:no-repeat;*/
	width: 270px;
}

.TypographyBlock h2 {
	color: #ffffff;
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0px;
	line-height: 1;
	padding-left: 25px;
}

.TypographyBlock h2 .bigBold {
	font-family: 'Conv_Arial Black', Sans-Serif;
	color: #EFC316;
	font-size: 25px;
	font-weight: bold;
}

.TypographyBlock li h3 {
	color: #EFC316;
	font-size: 16px;
	line-height: 1;
	padding-left: 25px;
	font-weight: bold;
}

.TypographyBlock h3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	padding-left: 25px;
}

.TypographyBlock ul {
	padding: 0;
	margin: 0;
	width: 90%;
}

.TypographyBlock ul li {
	list-style: none;
	border-bottom: solid 0px #333333;
	padding-bottom: 12px;
	display: inline-block;
	margin-left: 5%;
}

.TypographyBlock ul li .dateBadge {
	background-image: url(../img/images/dateBadgeF_07.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	float: left;
	width: 33%;
	min-height: 72px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	f
}

.TypographyBlock ul li .videoListContent h3,
h2 {
	padding: 0;
}

.TypographyBlock ul li .videoListContent {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
	width: 65%;
	float: left;
}

.TypographyBlock ul li a {
	color: #EFC316;
	font-weight: bold;
	text-decoration: none;
}

.rightContentContainerMenu ul li.locationContainer {
	min-height: 100px;
}

.rightContentContainerMenu ul li img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	display: block;
}

.rightContentContainer ul li.locationContainer {
	min-height: 100px;
}

.rightContentContainer ul li img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -21px;
	display: block;
}

.aboutUsNapkinFormContainerInner {
	margin: 55px 0px 0px 75px;
	width: 90%;
}

.aboutUsNapkinFormLeft .slideOfferSubTitle {
	/*  margin-top:60px;

	margin-left:73px;*/
	margin-bottom: 20px;
	color: #CD2027;
	line-height: 0px;
}

.aboutUsNapkinFormLeft p {
	width: 60%;
	color: #CD2027;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

.aboutUsNapkinFormLeft .signUpfield {
	background-color: transparent;
	border: 0px solid;
	padding: 0;
	margin: 0;
	width: 212px;
	height: 33px;
	padding-left: 10px;
	background: url(../img/images/images/aboutUsFormLeftTextbox_05.png);
	background-repeat: no-repeat;
	color: #CD2027;
}

.rightContentContainerMenu li.rightNapkinFormContainerOuter {
	border-bottom: 0px solid #FE575F;
}

.rightContentContainerMenu .rightNapkinFormContainer {
	background-image: url(../img/images/images/images/images/AboutUs_rightBarNapkinBG_05.png);
	background-repeat: no-repeat;
	width: 288px;
	height: 332px;
	margin-left: -19px;
	z-index: 10;
}

.rightContentContainer li.rightNapkinFormContainerOuter {
	border-bottom: 0px solid #FE575F;
}

.rightContentContainer .rightNapkinFormContainer {
	background-image: url(../img/images/images/images/images/AboutUs_rightBarNapkinBG_05.png);
	background-repeat: no-repeat;
	width: 288px;
	height: 332px;
	margin-left: -19px;
}

.rightNapkinFormContainer img {
	padding-top: 48px;
	margin-left: 45px;
	width: 55%;
}

.rightNapkinFormContainer p {
	width: 60%;
	color: #CD2027;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.rightNapkinFormContainer .rightNapkinForm {
	margin-left: 48px;
	margin-top: -25px;
}

.rightNapkinFormContainer .rightNapkinForm img.rightNapkinFormBTN {
	width: 90%;
	margin-left: 0px;
	margin-top: -50px;
}

.footerContainer {
	background-image: url(../img/footerBricksBG_02.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 158px;
	width: 100%;
	position: relative;
	margin-top: -20px;
	z-index: 80;
}

.subFooterContainerInner {
	/* background-image: url('../img/images/footerContentBricksBG_05.jpg');

    background-repeat: no-repeat*/
	background-position: center bottom;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	display: block;
	height: 158px;
}

.footerContainerInner {
	background-image: url(../img/images/footerContentBricksBG_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	display: block;
	height: 158px;
}

.footerContainerContent {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	bottom: 0;
	display: block;
	height: 110px;
}

.moloLogo {
	width: 15%;
	padding-top: 25px;
	float: left;
	display: block;
	position: relative;
}

.moloLogo img {
	position: absolute;
	z-index: 5;
}

.moloLogo:after {
	left: 50%;
	position: absolute;
	top: -29px;
	z-index: 1;
	content: url('../img/footer_glow.png');
	margin-left: -213px;
}

.footerNavContainer {
	background-image: url(../img/footerNavBGred_05.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	float: right;
	background-size: 100% 100%;
	width: 80%;
	height: 110px;
	background-position: right bottom;
	z-index: 3;
}

.footerNavContainer ul {
	padding: 0;
	margin-top: 3%;
	margin-left: 3%;
	width: 81%;
	float: left;
}

.footerNavContainer ul li {
	list-style: none;
	width: 14%;
	display: block;
	/**/
	text-align: center;
	float: left;
}

.footerNavContainer ul li > a {
	list-style: none;
	width: 100%;
	display: block;
	/**/
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5%;
	text-transform: capitalize;
	font-size: 17px;
}

.footerNavContainer ul li > a:hover {
	color: #EFC416;
}

.footerNavContainer ul li.divider {
	border-left: 1px solid;
	height: 15px;
	width: 1px;
	padding: 0;
	list-style: none;
	border-top-color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}

.footerSocialContainer {
	margin-top: -20px;
	margin-right: 10px;
	background-image: url(../img/images/footerSocialTEMPLATE_28.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 55px;
	width: 28%;
	min-width: 20%;
	padding: 0;
	float: left;
	padding-bottom: 10px;
}

.footerSocialContainer img {
	width: 23%;
}

.footerLegalCopy {
	font-size: 14px;
	width: 70%;
	float: left;
	margin-left: 4%;
	display: inline-block;
	line-height: 2em;
	margin-top: -16px;
}

.footerLegalCopy a {
	font-size: 15px;
	color: #fff;
	margin-right: 8px;
}

.footerLegalCopy a:hover {
	color: #EFC416;
}

.footerLegalCopySM {
	font-size: 15px;
	width: 800px;
}

.rewardsBadge {
	min-height: 297px;
}

#read_all_test {
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 13px;
}

#about_us_video {
	margin-bottom: 30px;
}

#about_us_video iframe {
	width: 100%;
}

.return_btn {
	background: #ea1c26;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 15px;
}

.return_btn:hover {
	color: #ffffff;
}

#map_results {
	color: #222222;
	font-size: 20px;
	position: absolute;
	top: 83px;
	font-weight: 600;
}

.bold_result {
	color: #ea1c26;
}

.map_results_top {
	margin-top: 120px !important;
}

.gm-style img {
	max-width: none !important;
}

.slick-slide a {
	width: 70%;
	float: left;
}

.slick-slide .sliderOfferContainer2 a {
	width: auto;
	float: none;
}


}
@media only screen and (min-width: 741px) and (max-width: 1130px) {
	.footlink {
		float: left;
		width: 100%;
	}
	.footerLegalCopy{
		width: 74%;
	}
	.callOutMenuThin ul {
		padding: 0px;
		margin: 0px;
		width: 100%;
		display: inline-block;
	}
	
	.topNavigationContainer ul.mainNav li > a {
		padding: 0px 23px;
	}
	
	.callOutMenuThin ul li {
		list-style: none;
		width: 15%;
		display: inline-block;
		position: relative;
	}
	
	.rightContentContainer {
		/*  background-size: 80% auto;*/
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	.rightBarBadgeContainer {
		background-image: url(../img/images/images/images/aboutUs_rightBar_RewardsBadge_09.png);
		background-repeat: no-repeat;
		background-size: 80% auto;
		width: 270px;
		height: 264px;
		position: absolute;
		top: -35px;
		left: 22%;
	}
	
	.rightContentContainerMenu {
		width: 200px;
		min-height: 1019px;
		top: -120px;
		left: 0px;
		background-size: 100%;
		background-position: top center;
	}
	
	.rightBarBadge {
		width: 170px;
		height: 164px;
		position: absolute;
		top: -35px;
		left: 2%;
		background-size: 100%;
		background-position: center center;
	}
	
	.rightContentContainerMenu ul {
		position: relative;
		padding: 0;
		margin: 0;
		width: 80%;
		margin-left: 3%;
		margin-right: 5%;
	}
	
	.rightContentContainerMenu ul li {
		list-style: none;
		display: inline-block;
		float: left;
		width: 100%;
		vertical-align: middle;
		/*min-height:260px;*/
		color: #FFFFFF;
		padding-bottom: 20px;
		border-bottom: 0px solid #FE575F;
	}
	
	.TypographyBlock {
		width: 100%;
	}
	
	.rightContentContainerMenu ul {
		position: relative;
		padding: 0px;
		margin: 0px 5% 0px 3%;
		width: 90%;
	}
	
	.rightContentContainerMenu ul li.badgeTop {
		min-height: 200px;
	}
	
	.rightBarCopyContainer {
		position: absolute;
		top: 130px;
		left: 5%;
		font-size: 12px;
		width: 90%;
		border-bottom: 1px solid #FE575F;
	}
	
	.TypographyBlock ul li .dateBadge {
		background-image: url('../img/images/dateBadgeF_07.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
		float: left;
		width: 33%;
		min-height: 70px;
		background-size: 100%;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground {
		background-size: 60%;
	}
	
	.aboutUsTriangleVisualShellBackground {
		background-size: 60%;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground img {
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		width: 60%;
	}
	
	.middleContentInnerContainer {
		position: absolute;
		left: -20%;
		width: 100%;
	}
	
	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin: 0px 2px;
		padding: 0px;
		cursor: pointer;
	}
	
	.videoPlayListContainer {
		height: 503px;
		width: 70%;
		float: right;
		margin-left: 35%;
		margin-top: -32%;
		padding-bottom: 200px;
	}
	
	.videoPlayList ul li .videoListContent {
		width: 50%;
	}
	
	.videoPlayList ul li .dateBadge {
		width: 18%;
		background-size: 100%;
		background-position: center center;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.findUsMapContainer {
		width: 100%;
                height: 100%;
		/*height: 400px;*/
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 170%;
		margin-left: auto;
		display: block;
		position: absolute;
		left: -300px;
	}
	
	.middleContentInnerContainerBlock .mapShell {
		background-size: 100%;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		width: 480px;
		min-height: 320px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 50px;
		margin-top: 130px;
	}
	
	.footerNavContainer ul {
		padding: 0px;
		margin-top: 3%;
		margin-left: 0%;
		width: 95%;
		float: left;
	}
	
	.footerNavContainer ul li {
		list-style: none outside none;
		display: block;
		text-align: center;
		float: left;
		font-size: 8px;
		width: 16%;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 541px) and (max-width: 740px) {
	.mainNav li a:after {
		content: url('') !important;
	}
	.footerLegalCopy {
		width: 74%;
	}
	.localspicific {
		margin-left: 0px !important;
	}
	
	.middleContentInnerContainer {
		position: absolute;
		left: 20%;
		width: 100%;
	}
	
	.slideOfferTitle {
		font-family: "Conv_Arial Black", sans-serif;
		text-transform: uppercase;
		color: #FFF;
		font-size: 50px;
	}
	
	.slick-dots {
		position: absolute;
		list-style: none outside none;
		display: block;
		padding: 0px;
		width: 80%;
		top: 80%;
		left: -27.8%;
		text-align: center;
	}
	
	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin: 0px 2px;
		padding: 0px;
		cursor: pointer;
	}
	
	.videoPlayer {
		width: 80%;
		margin-left: 50px;
		display: inline-block;
	}
	
	.videoPlayList {
		width: 90%;
		height: 323px;
		float: left;
		padding-left: 8px;
		padding-top: 20px;
		margin-top: 0px;
	}
	
	.videoPlayListContainer {
		height: 803px;
		width: 70%;
		float: right;
		margin-left: 35%;
		margin-top: -32%;
		padding-bottom: 200px;
	}
	
	.aboutUsNapkinFormContainer {
		background-size: cover;
		background-position: center right;
		top: 40px;
		left: -21%;
	}
	
	li.aboutUsNapkinFormLeft {
		position: relative;
		min-width: 340px;
		min-height: 560px;
		display: block;
	}
	/* ALTERNATE FAUX CONTENT  -- */
	
	.middleContentInnerContainerBlock .rightContentContainerMenu {
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: -100px;
	}
	
	.locationTriangularTitleLeftBrickBackground {
		float: left;
		width: 42%;
		margin-top: -20px;
	}
	
	.middleContentInnerContainer {
		position: relative;
	}
	/* HIDE CONTENT IN LAYOUT  -- */
	
	.callOutMenuThin .rightContentContainerMenu {
		width: 200px;
		min-height: 1019px;
		top: -120px;
		left: 0px;
		background-size: 100%;
		background-position: top center;
		display: none;
	}
	
	.callOutMenuThin ul li {
		width: 18.5%;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 160%;
		/*height: 823px;*/
		margin-left: 0px;
		display: block;
		position: relative;
	}
	
	.subBottomInnerContainer {
		overflow: hidden;
	}
	
	.rightContentContainer {
		float: left;
	}
	
	.rightBarBadge {
		width: 170px;
		height: 164px;
		position: absolute;
		top: -35px;
		left: 2%;
		background-size: 100%;
		background-position: center center;
	}
	
	.rightContentContainerMenu ul {
		position: relative;
		padding: 0;
		margin: 0;
		width: 80%;
		margin-left: 3%;
		margin-right: 5%;
	}
	
	.rightContentContainerMenu ul li {
		list-style: none;
		display: inline-block;
		float: left;
		width: 100%;
		vertical-align: middle;
		/*min-height:260px;*/
		color: #FFFFFF;
		padding-bottom: 20px;
		border-bottom: 0px solid #FE575F;
	}
	
	.TypographyBlock {
		width: 100%;
	}
	
	.rightContentContainerMenu ul {
		position: relative;
		padding: 0px;
		margin: 0px 5% 0px 3%;
		width: 90%;
	}
	
	.rightContentContainerMenu ul li.badgeTop {
		min-height: 200px;
	}
	
	.rightBarCopyContainer {
		position: absolute;
		top: 130px;
		left: 5%;
		font-size: 12px;
		width: 90%;
		border-bottom: 1px solid #FE575F;
	}
	
	.TypographyBlock ul li .dateBadge {
		background-image: url('../img/images/dateBadgeF_07.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
		float: left;
		width: 33%;
		min-height: 70px;
		background-size: 100%;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.footerNavContainer ul {
		padding: 0px;
		margin-top: 3%;
		margin-left: 0%;
		width: 95%;
		float: left;
	}
	
	.footerSocialContainer {
		width: 28%;
	}
	
	.footerSocialContainer img {
		width: 100%;
	}
	
	.footerLegalCopy {
		width: 74%;
		float: left;
		margin-left: 5%;
		display: inline-block;
	}
	
	.footerLegalCopySM {
		font-size: 9px;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 100%;
		margin-left: 0;
		display: block;
		position: relative;
		left: 0px;
	}
	
	.middleContentInnerContainerBlock .mapShell {
		background-size: 100%;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		width: 100%;
		min-height: 520px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 50px;
		margin-top: 130px;
	}
	
	.sliderOfferContainer2 {
		padding: 15px;
	}
	
	.slideOfferTitle {
		font-size: 35px;
	}
	
	.slideOfferCopy {
		font-size: 16px;
	}
	
	.slick-prev {
		left: 0px;
		top: 250px;
	}
	
	.slick-next {
		right: 0px;
		top: 250px;
	}
	
	.slider_button {
		width: 135px;
		margin-left: 0px;
	}
	
	.slick-dots {
		top: 85%;
	}
	
	.middleNavigationBrickStripBG {
		height: 190px;
	}
	
	.Big10Logo img {
		width: 250px;
	}
	
	.topNavigationContainer ul.mainNav li {
		height: 24px;
	}
	
	.rewardBadgeContainer {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sliderContainer2 {
		display: none
	}
	
	.socialSection {
		width: 40%;
		z-index: 1000;
		right: 15px;
	}
	
	.middleNavigationBrickStripBG {
		height: 160px !important;
		max-height: 170px !important;
	}
	
	.subBottomInnerContainerContent {
		float: left;
		width: 100%;
	}
	
	.subPageBottomContentContainer {
		float: left;
		width: 90% !important;
		margin-left: 5%;
		margin-top: 0px !important;
	}
	
	.job_button,
	.job_listing {
		padding-left: 5.5% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middleContentContainer {
		margin-left: 0px !important;
	}
	
	.middleContentInnerContainer {
		left: 0 !important;
	}
	
	.subBottomInnerContainerH {
		min-height: 360px !important;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		margin-left: 0% !important;
	}
	
	.aboutUsTriangularTitleLeft {
		min-height: 120px;
	}
	
	.rewardBadgeContainer {
		display: block;
		float: none;
		margin: 0 auto;
		min-width: 320px;
	}
	
	.rewardsBadge {
		min-height: 290px;
	}
	
	.videoPlayer {
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	.twitterfeed {
		margin: 0 auto;
		width: 73%;
	}
	
	.home_youtube {
		margin: 0 auto;
		width: 415px;
	}
	
	.testimonal_container {
		text-align: center;
		margin: 0 auto;
		width: 80%;
	}
	
	.beveragesContainer {
		width: 100%;
		left: 0px;
		top: 0px;
	}
	
	.beveragesContainer ul {
		width: 100%;
	}
	
	.beveragesContainer ul li {
		display: block;
		margin: 0 auto;
		padding-bottom: 10px;
		vertical-align: top;
		width: 40%;
	}
	
	.beverage_container {
		padding-right: 10px;
	}
	
	.beveragesContainer ul li .beveragesPicture {
		width: 100%;
	}
	
	.beveragesContainer ul li .videoListContent {
		width: 100%;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground {
		display: none;
	}
	
	.callOutMenuThin {
		display: none !important;
	}
	
	.locationTriangularTitleLeftBrickBackground {
		margin-top: 0px !important;
	}
	
	.newslist {
		left: 0%!important;
	}
	
	.footerContainer {
		visibility: hidden;
		display: none;
	}
	
	.sliderContainer2 {
		display: none !important;
	}
	
	.rightContentContainerMenu {
		display: none !important;
	}
	
	.rightContentContainer {
		display: none !important;
	}
	
	.socialSection {
		top: 40px;
		left: 15px;
	}
	
	.top-bar {
		background-image: url('../img/images/mobileMenuBGChip_08.jpg');
		background-repeat: repeat-x;
	}
	
	.topNavigationContainer ul.mainNav {
		background-position: -200px 0px;
		width: 100%;
	}
	
	.topNavigationContainer ul.mainNav li {
		float: none;
	}
	
	.top-bar-section ul li {
		width: 80px;
	}
	
	#hp_middle .home_youtube,
	#hp_middle .home_youtube iframe {
		width: 100%;
	}
}
@media only screen and (min-width: 321px) and (max-width: 540px) {
	.job_listing {
		width: 90%;
	}
	
	.bottomInnerContainer {
		margin-top: 0px;
	}
	
	#hp_middle {
		width: 100%;
	}
	
	#hp_middle .home_youtube,
	#hp_middle .home_youtube iframe {
		margin-left: 5%;
		width: 90%;
	}
	
	.twitterfeed {
		margin: 10px 0 !important;
		padding-left: 5%;
		width: 90% !important;
	}
	
	.aboutUsTriangularTitleLeft {
		min-height: none !important;
	}
	
	.aboutUsTriangularTitleLeft img {
		margin-top: 15px;
		width: 100%;
		max-width: none;
	}
	
	.socialSection .centeringSocialContainer {
		position: absolute;
		width: auto;
	}
	
	.searchBox {
		position: absolute;
		top: 70px;
	}
	
	.socialNavConnectChip {
		position: absolute;
		top: 149px;
	}
	
	.localspicific {
		margin-left: 0px !important;
	}
	
	.Big10Logo {
		position: relative;
		left: 50%;
		margin-left: -125px;
	}
	
	.Big10Logo img {
		width: 250px;
	}
	
	.sliderContainer2 {
		display: none;
	}
	
	.topNavigationContainer ul.mainNav {
		background-position: -200px 0px;
		width: 100%;
	}
	
	.topNavigationContainer ul.mainNav li {
		float: none;
	}
	
	.socialNavConnectChip {
		bottom: 45px;
	}
	
	.pageHeaderContainerTop {
		padding-bottom: 80px;
	}
	
	.top-bar {
		background-image: url('../img/images/mobileMenuBGChip_08.jpg');
		background-repeat: repeat-x;
	}
	
	.videoPlayer {
		float: none;
		margin: 0 auto;
		display: block;
		width: 100%;
	}
	
	.twitterfeed {
		float: none;
		margin: 0 auto;
		width: 73%;
	}
	
	.home_youtube {
		margin: 0 auto;
		width: 415px;
	}
	
	.testimonal_container {
		text-align: center;
		margin: 0 auto;
		width: 80%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.footerNavContainer ul li.divider {
		display: none;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground {
		width: 100%;
	}
	
	.aboutUsTriangularTitleLeft {
		margin: 0px;
		padding: 0px;
		width: 100%;
		min-height: 200px;
		float: left;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground ul {
		width: 90%;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground img {
		display: none;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground ul li img {
		margin-left: 30%;
		margin-bottom: 20%;
		padding: 0px;
		width: 50%;
	}
	
	.aboutUsNapkinFormContainer {
		background-size: 83%;
		background-position: center center;
		top: -10%;
		left: 2%;
	}
	
	.aboutUsNapkinFormContainerInner {
		margin: 20% 0px 0px 20%;
		width: 95%;
	}
	
	.middleContentInnerContainer {
		position: relative;
	}
	
	.rightContentContainer {
		display: none;
	}
	
	.locationTriangularTitleLeftBrickBackground {
		float: left;
		/*width: 42%;*/
		margin-top: -15px;
		width: 100%;
	}
	/* ALTERNATE FAUX CONTENT  -- */
	
	.middleContentInnerContainerBlock .rightContentContainerMenu {
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	/* HIDE CONTENT IN LAYOUT  -- */
	
	.callOutMenuThin .rightContentContainerMenu {
		width: 200px;
		min-height: 1019px;
		top: -120px;
		left: 0px;
		background-size: 100%;
		background-position: top center;
		display: none;
	}
	
	.callOutMenuThin ul li {
		width: 18.5%;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 160%;
		/*height: 823px;*/
		margin-left: 0px;
		display: block;
		position: relative;
	}
	
	.subBottomInnerContainer {
		overflow: hidden;
	}
	
	#map,
	#panorama {
		min-height: 230px;
		width: 290px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 40px;
		margin-top: 102px;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 100%;
		margin-left: 0;
		display: block;
		position: relative;
		left: -10px;
	}
	
	.middleContentInnerContainerBlock .mapShell {
		background-size: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		width: 100%;
		min-height: 510px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 30px;
		margin-top: 105px;
	}
	
	.rightContentContainerMenu {
		display: none !important;
	}
	
	.middleNavigationBrickStripBG {
		display: none !important;
	}
	
	.footerContainer {
		visibility: hidden;
		display: none;
	}
	
	.socialSection {
		left: 15px;
	}
	
	.rewardBadgeContainer {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.signUpFormContainer {
		margin-left: 26%;
	}
	
	.subPageBottomContentContainer {
		display: block;
		margin: 0px auto;
		width: 90% !important;
		margin: 0 5%;
	}
	
	.middleContentInnerContainer {
		display: block;
		left: 0 !important;
		margin: 0 auto;
		width: 90%;
	}
	
	.top-bar-section ul li {
		width: 80px;
	}
	
	.aboutUsTriangleVisualShellBackground {
		display: none;
	}
	
	.beveragesContainer {
		width: 380px;
		left: 0px;
	}
	.carwashmappage{
		width:72% !important;
	}
	.beveragesContainer ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.beveragesContainer ul li {
		display: block;
		margin: 0 auto;
		padding-bottom: 10px;
		vertical-align: top;
		width: 60%;
	}
	
	.beveragesContainer ul li .beveragesPicture {
		display: block;
		float: left;
		padding-bottom: 15px;
		padding-right: 10px;
		width: 50%;
	}
	
	.beveragesContainer ul li .videoListContent {
		color: #7d7d7d;
		display: block;
		font-size: 12px;
		margin-top: 15px;
		width: 50%;
	}
	
	.middleContentInnerContainerBlock {
		width: 100%;
	}
	
	.subBottomInnerContainerContent {
		width: 100%;
	}
	
	.mainNav .divider {
		display: none;
	}
	
	.mainNav li {
		height: 48px;
	}
	
	.socialSection {
		top: 43px;
	}
	
	.pageHeaderContainerTop {
		display: block;
		min-height: 174px;
		overflow: hidden;
	}
	
	.searchBox {
		width: 100%;
		height: 64px;
	}
	
	.searchBox div {
		width: 100%;
		position: relative;
		text-align: center;
		color: #fff;
	}
	
	.searchBox div a {
		/*width: 48%;*/
		position: relative;
		display: block;
		float: left;
		text-align: right;
		color: #cd2027;
	}
	
	.searchBox div a:first-child:after {
		content: "|";
		margin: 0px 10px;
	}
	
	.searchBox div a:first-child {
		text-align: left;
	}
	
	.searchBox div:last-child img {
		z-index: 5;
	}
	
	.top-bar.expanded {
		z-index: 6000000;
	}
	
	.mapShell p {
		margin: 20px 0 !important;
		line-height: 28px;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		margin-left: 15px;
	}
	
	.middleContentInnerContainer {
		margin-bottom: 50px;
	}
	
	.top-bar-section ul li,
	.top-bar-section ul li a {
		width: 100%;
		text-align: left;
	}
	
	.topNavigationContainer ul.mainNav li > a {
		text-align: left;
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {
	.mainNav li a:after {
		content: url('');
	}
	
	#searchmap .mapShell p {
		display: none;
	}
	
	#searchmap #map {
		margin-left: 7%;
		width: 90%;
		margin-top: 20px;
	}
	
	.bottomInnerContainer {
		margin-top: 0px;
	}
	
	#hp_middle {
		width: 100%;
	}
	
	.home_youtube {
		width: 100%;
		padding-left: 10%;
	}
	
	.home_youtube iframe {
		width: 100%;
	}
	
	.testimonal_container {
		width: 90%;
		margin-left: 10%;
	}
	
	.twitterfeed {
		float: none;
		width: 95% !important;
		margin: 0 0 0 5%;
		padding-left: 5%;
	}
	
	.beveragesContainer {
		padding-bottom: 80px;
		position: relative;
		top: 50px;
		width: 100%;
		left: 0;
	}
	
	.beverage_container {}
	
	.middleContentInnerContainerBlock ul li {
		clear: both;
		width: 100%;
		position: relative;
	}
	
	.beveragesContainer ul li .beveragesPicture {
		display: block;
		float: left;
		padding-bottom: 15px;
		padding-right: 10px;
		position: relative;
		width: 100%;
		padding: 0;
	}
	
	.beveragesContainer ul li .beveragesPicture img {
		left: 50%;
		margin-left: -50px;
		position: relative;
		width: auto;
	}
	
	.beverage_container .videoListContent {
		width: 100% !important;
		text-align: center;
	}
	
	.subPageBottomContentContainer {
		margin: 20px 5% 0;
		width: 90%;
	}
	
	.aboutUsTriangularTitleLeft {
		min-height: none !important;
	}
	
	.aboutUsTriangularTitleLeft img {
		margin-top: 30px;
		width: 100%;
		max-width: none;
	}
	
	.socialSection .centeringSocialContainer {
		position: absolute;
		width: auto;
	}
	
	.searchBox {
		position: absolute;
		top: 70px;
	}
	
	.socialNavConnectChip {
		position: absolute;
		top: 149px;
	}
	
	.localspicific {
		margin-left: 0px !important;
	}
	
	.middleContentInnerContainer {
		margin-bottom: 50px;
	}
	
	.top-bar-section ul li,
	.top-bar-section ul li a {
		width: 100%;
		text-align: left;
	}
	
	.topNavigationContainer ul.mainNav li > a {
		text-align: left;
		width: 100%;
	}
	
	.mainNav li {
		height: 48px;
	}
	
	.socialSection {
		top: 43px;
	}
	
	.pageHeaderContainerTop {
		display: block;
		min-height: 174px;
		overflow: hidden;
	}
	
	.searchBox {
		width: 100%;
		height: 64px;
	}
	
	.searchBox div {
		width: 100%;
		position: relative;
		text-align: center;
		color: #fff;
	}
	
	.searchBox div a {
		/*width: 48%;*/
		position: relative;
		display: block;
		float: left;
		text-align: right;
		color: #cd2027;
	}
	
	.searchBox div a:first-child:after {
		content: "|";
		margin: 0px 10px;
	}
	
	.searchBox div a:first-child {
		text-align: left;
	}
	
	.searchBox div:last-child img {
		z-index: 50;
	}
	
	.top-bar.expanded {
		z-index: 55;
	}
	
	.mainNav .divider {
		display: none;
	}
	
	.socialSection {
		left: 15px;
	}
	
	.sliderContainer2 {
		display: none
	}
	
	.middleNavigationBrickStripBG {
		display: none;
	}
	
	.topNavigationContainer ul.mainNav {
		background-position: -200px 0px;
		width: 100%;
	}
	
	.topNavigationContainer ul.mainNav li {
		float: none;
	}
	
	.socialNavConnectChip {
		bottom: 45px;
	}
	
	.pageHeaderContainerTop {
		padding-bottom: 80px;
	}
	
	.slideOfferImage {
		width: 100%;
	}
	
	.top-bar {
		background-image: url('../img/images/mobileMenuBGChip_08.jpg');
		background-repeat: repeat-x;
	}
	
	.napkinContainer {
		margin-left: 3%;
	}
	
	.locationTriangularTitleLeftBrickBackground {
		float: left;
		width: 100%;
	}
	
	.middleContentInnerContainer {
		position: relative;
	}
	
	.callOutMenuThin ul li {
		width: 30%;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 160%;
		/*height: 823px;*/
		margin-left: 0px;
		display: block;
		position: relative;
	}
	
	.subBottomInnerContainer {
		overflow: hidden;
	}
	
	#map,
	#panorama {
		min-height: 230px;
		width: 290px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 40px;
		margin-top: 102px;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		width: 100%;
		margin-left: 0;
		display: block;
		position: relative;
		left: -10px;
	}
	
	.middleContentInnerContainerBlock .mapShell {
		background-size: 100%;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.middleContentInnerContainerBlock #map,
	#panorama {
		width: 250px;
		min-height: 400px;
		background: none repeat scroll 0% 0% #69C;
		margin-left: 30px;
		margin-top: 200px;
	}
	
	.videoPlayListContainer {
		height: 803px;
		width: 90%;
	}
	
	.videoPlayer {
		width: 90%;
		margin-left: 0px;
		display: inline-block;
	}
	
	.aboutUsTriangularTitleLeft {
		margin: 0px;
		padding: 0px;
		width: 100%;
		min-height: 200px;
		float: left;
		background-size: 100% auto;
	}
	
	.aboutUsTriangleVisualShellBackground {
		background-size: cover;
		background-position: center center;
		display: block;
	}
	
	.aboutUsTriangularTitleLeftBrickBackground img {
		margin-left: 15%;
		margin-bottom: 20%;
		padding: 0px;
		width: 80%;
	}
	
	.aboutUsNapkinFormContainer {
		background-size: 90% auto;
		background-position: center center;
		top: -10%;
		left: -18%;
	}
	
	.aboutUsNapkinFormContainerInner {
		margin: 20% 0px 0px 20%;
		width: 95%;
	}
	
	.middleContentInnerContainerBlock .stackOfImagesContainer {
		width: 215px;
		height: 210px;
		background-size: cover;
		background-position: center center;
		margin-left: 20px;
	}
	
	.middleContentInnerContainerBlock .stackOfImagesContainer img {
		width: 95%;
		margin-top: 34px;
		margin-left: 5px;
	}
	
	.rightContentContainer {
		background-image: url('../img/images/images/aboutUs_rightRedBackground_05.png');
		width: 286px;
		min-height: 1019px;
		float: left;
		position: relative;
		background-repeat: no-repeat;
		background-position: right top;
		margin-left: -20%;
	}
	
	.footerNavContainer ul li.divider {
		display: none;
	}
	
	.career_spacer {}
	
	.footerContainer {
		visibility: hidden;
		display: none;
	}
	
	.Big10Logo img {
		width: 250px;
	}
	
	.rewardBadgeContainer {
		/*display:block;*/
		display: none;
		float: none;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.signUpFormContainer {
		margin-left: 26%;
	}
	
	.aboutUsTriangleVisualShellBackground {
		display: none;
	}
	
	.rightContentContainer {
		display: none;
	}
	
	.middleContentInnerContainerBlock {
		width: 250px;
		margin-left: 10px;
	}
}
@media only screen and (min-width: 740px) and (max-width: 1040px) {
	.topNavigationContainer ul.mainNav li > a {
		font-size: 12px;
		/*width: 86px;*/
		width: auto;
		padding: 0px 18px;
	}
	#hp_middle {
		width: 100%;
	}
	.twitterfeed {
		width: 50% !important;
	}
	.footerLegalCopy {
		width:74%;
	}
	.rewardBadgeContainer {
		float: left;
	}
	
	.videoPlayer {
		float: left;
		width: 57%;
	}
	
	.slideOfferTitle {
		font-family: "Conv_Arial Black", sans-serif;
		text-transform: uppercase;
		color: #FFF;
		font-size: 30px;
	}
	
	.testimonal_container {
		margin-bottom: 20px;
		margin-left: 7px;
	}
	
	.topNavigationContainer ul.mainNav li > a:hover {
		font-size: 12px;
	}
	
	.rightContentContainer {
		display: none;
	}
	
	.rightContentContainerMenu {
		display: none;
	}
	
	.middleNavigationBrickStripBG {
		height: auto;
	}
	
	.subPageBottomContentContainer {
		margin-left: 0px;
		width: 60%;
	}
	
	.middleContentInnerContainerBlock {
		width: 100%;
	}
	
	.footerNavContainer ul {
		width: 95%;
	}
	
	.connectfooter {
		display: none;
	}
	
	.footerLegalCopy {
		line-height: 18px;
		font-size: 13px;
	}
	
	.footerSocial {
		display: none;
	}
	
	.footerNavContainer ul li > a {
		font-size: 15px;
	}
	
	.footerLegalCopySM {
		width: 600px;
	}
	
	.middleContentContainer {
		margin-left: 80px;
	}
	
	.middleContentInnerContainer {
		padding-left: 20px;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		left: 0px;
	}
	
	.middleContentInnerContainerBlock .findUsMapContainer {
		color: #cd2027;
		display: block;
		font-family: "Arial black", sans-serif;
		/*height: 823px;*/
		left: 50%;
		position: absolute;
		width: 600px;
		margin-left: -410px;
	}
	
	.beveragesContainer {
		width: 550px;
		margin-top: -20px;
	}
	
	.beveragesContainer ul {
		width: 100%;
	}
	
	.beveragesContainer ul li {
		display: inline-block;
		margin: 0 auto;
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	.beverage_container {
		padding-right: 0px;
		width: 290px !important;
	}
	
	.footlink {
		float: left;
		width: 100%;
	}
	
	.beardsquish {
		margin-left: 85px;
	}
}
.subPageBottomContentContainer h2 {
	font-family: "Conv_Arial Black", sans-serif;
	color: #CD2027;
	font-size: 24px !important;
}
.subPageBottomContentContainer .halfwidth a {
	font-family: "Conv_Arial Black", sans-serif;
	color: #fff;
	font-size: 24px !important;
	padding: 4px 8px 8px;
	width: 100%;
	background-color: #EFC316;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-top: 7px;
}
.subPageBottomContentContainer .halfwidth a:hover {
	background-color: #edb417;
}
.middleContentInnerContainerBlock .xpreswash #map {
	margin-top: 0;
}
.halfwidth {
	width: 50%;
	float: left;
	padding: 5% 0 5% 5%;
}
.halfwidth:first-child {
	padding: 5% 5% 5% 0;
}
.fullwidth {
	padding: 0 !important;
	width: 100% !important;
	margin-top: 15px !important;
}
.job_button {
	padding-left: 5.5% !important;
}
.subPageBottomContentContainer {
	float: left;
}
.top-bar .toggle-topbar.menu-icon {
	z-index: 9999999999;
}
.middleContentContainer {}
.divider {
	position: relative;
	top: 0;
	display: block !important;
	opacity: 1 !important;
}
.mainNav li {
	position: relative;
}
.mainNav li a:after {
	content: url('../img/nav_div.gif');
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
@media only screen and (min-width: 740px) and (max-width: 850px) {
	.topNavigationContainer ul.mainNav li > a {
		padding: 0px 11px;
	}
}
.carwashwide .fullwidth li,
.carwashwide .fullwidth ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	width: 90%;
}
.carwashwide .fullwidth li {
	display: list-item;
	margin-left: 15px;
}
.carwashwide {
	left: 0px !important;
}
.carwashwide .fullwidth .col33 img {
	max-width: 100%;
	height: auto !important;
}
.col33 {
	width: 33.2%;
	float: left;
	padding: 0 10px;
}
@media only screen and (min-width: 321px) and (max-width: 740px) {
	.carwashwide {
		left: 0 !important;
	}
	
	.col33 {
		width: 100%;
	}
	
	.halfwidth,
	.fullwidth {
		width: 75% !important;
	}
}