[data-magellan-expedition], [data-magellan-expedition-clone] {
    left: 0;
}

html, body {
	width: 100%;
}

/* Home */
body, .sans-serif {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
p, .serif {
	font-family: "clavo", "ff-tisa-web-pro", serif;
	font-weight: 400;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

.reveal-modal p {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
a {
	cursor: pointer;
}
dialog, .reveal-modal {
	z-index: 999;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}

table tr th, table tr td {
	font-size: 1rem;
}

.pb-10 { margin-bottom: 10px !important; }
.pb-20 { margin-bottom: 20px !important; }
.pb-30 { margin-bottom: 30px !important; }
.pb-40 { margin-bottom: 40px !important; }
.pb-50 { margin-bottom: 50px !important; }
.pbn-10 { margin-bottom: -10px !important; }
.pbn-20 { margin-bottom: -20px !important; }
.pbn-30 { margin-bottom: -30px !important; }
.pbn-40 { margin-bottom: -40px !important; }
.pbn-50 { margin-bottom: -50px !important; }
.pt-10 { margin-top: 10px !important; }
.pt-20 { margin-top: 20px !important; }
.pt-30 { margin-top: 30px !important; }
.pt-40 { margin-top: 40px !important; }
.pt-50 { margin-top: 50px !important; }
.pt-60 { margin-top: 60px !important; }
.pt-70 { margin-top: 70px !important; }
.pt-80 { margin-top: 80px !important; }
.pt-90 { margin-top: 90px !important; }
.pt-100 { margin-top: 100px !important; }
.ptn-5 { margin-top: -5px !important; }
.ptn-10 { margin-top: -10px !important; }
.ptn-20 { margin-top: -20px !important; }
.ptn-30 { margin-top: -30px !important; }
.ptn-40 { margin-top: -40px !important; }
.ptn-50 { margin-top: -50px !important; }
.pr-10 { margin-right: 10px !important; }
.pr-20 { margin-right: 20px !important; }
.pr-30 { margin-right: 30px !important; }
.pr-40 { margin-right: 40px !important; }
.pr-50 { margin-right: 50px !important; }
.pl-10 { margin-left: 10px !important; }
.pl-20 { margin-left: 20px !important; }
.pl-30 { margin-left: 30px !important; }
.pl-40 { margin-left: 40px !important; }
.pl-50 { margin-left: 50px !important; }

form .row .row.collapse .columns.padding {
	padding-right: 5px;
}
form .row .row.collapse .columns.padding:last-child {
	padding-right: 0px;
}

body.fixed {
	position: fixed;
	width: 100%;
}
.full-white-overlay {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}
button.dim {
	filter: alpha(opacity=50);
	     -khtml-opacity: .50;
	       -moz-opacity: .50;
	            opacity: .50;
}
.flyout {
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 0;
	background: #fff;
	height: 100%;
	border-left: solid 1px #C5C5C5;
	box-shadow: -5px 0 10px rgba(0,0,0,0.1);
	/*overflow: auto;*/
}
.flyout form {
	overflow: auto;
	margin-bottom: 50px;
	width: 100%;
}
.flyout .scrollable {
	width: 100%;
  height: 100%;
  overflow: auto;
}
.flyout .header {
	z-index: 10;
	position: relative;
	background: #eee;
	border-bottom: solid 1px #C5C5C5;
	float: left;
	width: 100%;
}
.flyout .alert-box {
	margin-bottom: 0;
}
.flyout .alert-box {
	padding: 1.5rem 1.5rem 0.875rem 1.5rem;
}
.flyout ul.inline-list li {
	width: 100%;
	float: left;
	margin: 10px 0 0 20px;
}
.flyout ul.inline-list li label {
	margin: 0;
	padding: 0;
}
.flyout ul.inline-list li input {
	margin-bottom: 0;
}
.flyout .recurs-section .select-toggle {
	margin: 20px 0 20px 20px;
}
.flyout .header.no-nav {
	border-bottom: none;
}
.flyout h3.section-header {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	width: 100%;
	background: #FBFBFB;
	margin: -5px 0;
	padding: 10px 20px;
	border-bottom: solid 1px #B3B3B3;
	border-top: solid 1px #B3B3B3;
}
.flyout 
.flyout label {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}
.flyout fieldset {
	padding: 10px 20px;
}
.flyout .header .pre-header {
	margin: 15px;
}
.striked {
	text-decoration: line-through;
}
.flyout .header .pre-header h3, .flyout .header .pre-header h4{
	color: #aaa;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.flyout .header .pre-header h4{
	margin: 0;
	font-size: 15px;
}
.flyout .header .pre-header h2{
	font-size: 25px;
	font-weight: 500;
}
.flyout .header .pre-header h3.alert {
	color: #AF2B51;
}
.button.close-flyout {
	position: absolute;
	left: -45px;
	top: 15px;
	z-index: 10;
	background: #F4873F;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: solid 1px #F37117;
	border-right: none;
}
.flyout nav.top-bar {
	background: #F1F1F1;
	padding: 0;
	height: auto;
}
.flyout .lotmom-tabs .tabs, .flyout .lotmom-tabs .tabs dd {
	height: auto;
	background: #E4E4E0;
}
.flyout .lotmom-tabs .tabs dd a {
	line-height: 75px;
	background: #E6E6E6;
	margin-right: 1px;
}
.flyout .right-content-bottom-controls {
	bottom: 0;
	height: auto;
	padding-bottom: 22px;
}
.flyout .header button {
	top: 40px;
}
.help-tip {	
	background: rgb(132, 132, 132);
    color: #E0E0E0;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 107px;
    margin: 0px 0 0 0px;
    border: none;
    left: auto;
    position: absolute;
    top: 6px;
    margin-left: 6px;
}
.help-tip:hover {	
	border:none;
	background: rgb(0, 0, 0);
    color: #fff;
}
button.alert:hover, .button.alert:hover, .top-bar-section ul li > a.button.alert:hover, button.alert:hover, .button.alert:hover {
	-webkit-box-shadow: 0px 2px 0px 0px rgb(140, 34, 34);
	-moz-box-shadow:    0px 2px 0px 0px rgb(140, 34, 34);
	box-shadow:         0px 2px 0px 0px rgb(140, 34, 34);
	margin-top: 0;
	margin-bottom: 0;
    background-color: #8C2222;
}
button.alert, .button.alert {	
	-webkit-box-shadow: 0px 2px 0px 0px rgba(140, 34, 34, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(140, 34, 34, 1);
	box-shadow:         0px 2px 0px 0px rgba(140, 34, 34, 1);
    background-color: #AF2B2B;
    border-color: #8C2222;
}
.title select, .title .button, button.alert, .button.alert {	
	margin-top: 0px;
}
.pull-left, .fl {
	float: left;
}
.pull-right, .fr {
	float: right;
}
.no-padding {
	padding: 0;
}
.gray {
	color: #666;
}
.w100 {
	width: 100% !important;
}
.h100 {
	height: 100% !important;
}
.clearfix {
	clear: both;
}
.underlined {
	text-decoration: underline;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.rounded, img.rounded {
	border-radius: 999px;
	overflow: hidden;
}

.empty-state {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #666;
	width: 100%;
	margin: 50px 0;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	float: left;
}


h4.blue {
	float: left;
	text-align: center;
	width: 100%;
	margin: 40px 0;
	text-transform: uppercase;
	color: #999;
}

.landing-hero, body.user-login, body.user-register {
	width: 100%;
	height: 513px;
	background: #3a948a url(/img/header-photo-space.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header-photo-space.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header-photo.png', sizingMethod='scale')";
	-ms-content-zooming: none;
}

body.user-login, body.user-register {
	background: #3a948a url(/img/login-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header-photo-space.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header-photo.png', sizingMethod='scale')";
	-ms-content-zooming: none;
}


body.user-login #footer .footer_nav li a, body.user-register #footer .footer_nav li a {
	color: #fff;
}

body.user-login #footer .footer_nav p.info, body.user-register #footer .footer_nav p.info {
	color: #82BDB7;
}

.dropshadow:after{
	content: '';
	position:absolute;
	z-index:-1;
	bottom:-3px;
	width:94%;
	left:50%;
	margin-left:-47%;
	height:30px;
	box-shadow: 0 16px 30px -5px rgba(0, 0, 0, 0.5);
	-webkit-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
	-moz-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
	-ms-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
	-o-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
	transform: perspective(800px) rotateY(0deg) rotateX(45deg);
}

.button .split {
	border-left: solid 1px rgba(0,0,0,0.1);
	padding-left: 20px;
	margin-left: 20px;
}

.relative {
	position: relative;
}
#forgot_password {
	position: absolute;
	right: 0;
	font-size: 14px;
	text-decoration: underline;
}

.landing-hero .logo, .login-logo {
	margin: 45px 0 0;
	width: 100%;
	text-align: center;
	float: left;
}
.login-logo {
	margin: 70px 0 60px;
}
#login_page form, #register_page form {
	padding: 4rem 4rem;
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
	border: solid 1px rgb(234, 234, 234);
}

.i_agree {
	text-align: center;
	margin: 35px 0 20px;
}

.landing-hero .center, .newsletter_signup.center {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}

p.center {
	font-family: "brandon-grotesque",sans-serif;
	width: 100%;
	float: left;
	text-align: center;
}

/* login and registration pages */
.page.row p.center, .page.row p.center a { color: #fff; }
.page.row p.center a { font-weight: 500; text-decoration: underline; }
.page.row p.center { padding: 0 10px; }

.landing-hero .tagline {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	color: #ffe116;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 2px;
}

.landing-hero h1.center {
	font-weight: 700;
	margin: 70px 0 0;
	padding: 0;
	letter-spacing: 5.5px;
}

@-webkit-keyframes pulseDown {
		0% {
				opacity: 0;
				-webkit-transform: translateY(-15px)
		}
		50% {
				opacity: 1;
				-webkit-transform: translateY(0)
		}
		100% {
				opacity: 0
		}
}
@-moz-keyframes pulseDown {
		0% {
				opacity: 0;
				-moz-transform: translateY(-15px)
		}
		50% {
				opacity: 1;
				-moz-transform: translateY(0)
		}
		100% {
				opacity: 0
		}
}
@keyframes pulseDown {
		0% {
				opacity: 0;
				-webkit-transform: translateY(-15px);
				-moz-transform: translateY(-15px);
				-ms-transform: translateY(-15px);
				-o-transform: translateY(-15px);
				transform: translateY(-15px)
		}
		50% {
				opacity: 1;
				-webkit-transform: translateY(0);
				-moz-transform: translateY(0);
				-ms-transform: translateY(0);
				-o-transform: translateY(0);
				transform: translateY(0)
		}
		100% {
				opacity: 0
		}
}
.lots-my .inline-list {
	margin-left: 0;
}
.thumb-trucks-attending .thumb-truck {
	margin: 20px 5px 5px 20px;
	clear: both;
}
.thumb-trucks-attending.trucks-large .thumb-truck {
	margin: 0;
	min-height: 195px;
	padding: 20px 5px 5px 200px;
	position: relative;
	clear: none;
}

.thumb-trucks-attending .rounded-image{
  display: inline-block;
  border: solid 1px #D8D8D8;
  background: #eaeaea url(/img/logo-gray-small.png) no-repeat -3px -5px;
	width: 50px;
	height: 50px;
	vertical-align: top;
}
.thumb-trucks-attending .rounded-image img{
	width: 50px;
	height: 50px;
}
.thumb-trucks-attending.trucks-large .rounded-image{
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #eaeaea url(/img/logo-gray.png) no-repeat 30px 5px;
	width: 180px;
	height: 180px;
}
.thumb-trucks-attending.trucks-large .rounded-image img{
	width: 180px;
	height: 180px;
}
.thumb-trucks-attending a .title {
	display: inline-block;
	margin: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #11283a;
}
.thumb-trucks-attending.trucks-large .info {
  display: inline-block;
}
.thumb-trucks-attending.trucks-large a .title {
	margin: 36px 15px 0;
	font-size: 24px;
	font-weight: 500;
	width: 100%;
	color: #337f76;
}
.thumb-trucks-attending.trucks-large a .pill {
	margin: 7px 3px 3px 15px;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 10px;
	background: #b3b3b3;
}
.thumb-trucks-attending.trucks-large a .spot {
	clear: both;
	margin: 5px 15px;
}
.thumb-trucks-attending a:hover .title {
	color: #3a948a;
}
.thumb-trucks-attending .button.secondary, .thumb-trucks-attending .button.secondary:hover {
	font-size: 15px;
	margin: 6px 10px 0 0;
	position: absolute;
	top: 70px;
	right: 0;
}
.thumb-trucks-attending.trucks-large .button.secondary, .thumb-trucks-attending.trucks-large .button.secondary:hover {
	position: relative;
	top: auto;
	right: auto;
    margin-left: 15px;
    padding-left: 0;
    float: none !important;
}
#contact_thank_you_page h3 {
	color: #fff;
    font-weight: 300;
}
#contact_thanks h2.title {
	color: #fff;
}
#my_lots_page .thumb-trucks-attending .button.secondary, #my_lots_page .thumb-trucks-attending .button.secondary:hover {
    position: relative;
    top: 0;
}
#event_results_list, #truck_results_list {
	padding: 0;
	margin: 0;
}
body.events-schedule #event_results_list {
	margin: 0 1px 0 0;
}
#event-details .location {
	float: left;
	width: 100%;
}
.events-schedule #event-details .location {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
}
#event-details .location .address{
	margin: 20px 5px 20px 30px;
	float: left;
}
#event-details .location .address h4 {
    margin: 5px 5px 5px 0;
    line-height: 1.2;
}
#event-details .mini-map {
	padding: 0;
}
#event-details .mini-map .map {
	width: 100%;
	height: 300px;
	background: #FBF1EB;
	float: left;
	margin: 0;
}
#event-details .address .strong {
	color: #999;
	font-size: 18px;
}
p.red  {
	color: #A91515;
}
#event-details .address p.red .strong {
	color:#C17D7D;
}
#event-details .bar {
	width: 100%;
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	background: #FBFBFB;
	margin-top: 30px;
}
#event-details .bar .event-date {
	margin: 0px 15px 5px -10px;
	float: left;
}
#event-details .bar .event-date.times {
    margin: 0px 15px 20px -10px;
    color: #000;
    font-weight: 400;
    clear: both;
    font-size: 15px;
}
#event-details .bar a:not(.button) {
	text-decoration: underline;
	margin: 20px 10px;
	float: right;
	color: #f4873f;
	line-height: 1;
}
#event-details .bar h4 {
	margin: 20px 5px 20px 30px;
	line-height: 1;
}

#search-results li {
	margin: 0 0 0 15px;
	border-top: solid 1px #e4e4e4;
	padding: 0;
	width: 100%;
	width:-webkit-calc(100% - 15px);
	width:-moz-calc(100% - 15px);
	width: calc(100% - 15px);
}

#search-results li:last-child {
	margin-bottom: 80px;
	border-bottom: solid 1px #e4e4e4;
}

.dark .event_wrap {
	border: none;
	margin: 10px 0 0;
	background: #fafafa;
}

#search-results li.dark {
	border-right: solid 13px #f4873f;
	background: #fafafa;
}
#search-results li:first-child {
	border-top: none;
}

.event_wrap {
	margin-top: 10px;
	float: left;
	width: 100%;
	position: relative;
}
.event_wrap .image-container {
	width: 140px;
	height: 100px;
	float: left;
	object-fit: cover;
	margin-bottom: 10px;
	background: #eaeaea;
}
.manage-action {
	position: absolute;
	right: 10px;
	top:78px;
	display: none;
}
body.lots-events .event_wrap .image-container {
	width: 100%;
  height: 200px;
	float: left;
	padding: 13px;
	margin: 0;
	background: transparent;
}
body.lots-events .event_wrap .image-container img {
	width: 100%;
  height: 100%;
}
.event_wrap .image-container.no-photo, .no-photo {
	background: #eaeaea url(/img/logo-gray-small.png) no-repeat center center;
}
.carousel .no-photo {
	background: #545454 url(/img/logo-gray.png) no-repeat center center;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.hover {
	position: absolute;
	z-index: 9999;
}
.my-page .scrollable-content-with-space-for-bottom-controls {
	height: 100%;
}
#event_schedule_page .scrollable-content-with-space-for-bottom-controls {
	height: 100%;
    height: -webkit-calc(100% - 115px);
    height: -moz-calc(100% - 115px);
    height: calc(100% - 115px);
    background: #fff;
}
#event_schedule_page #event-details .location {
	background: #fafafa;
}

#history_page #event_list {
	list-style: none;
	margin:0;
  	padding:0;
}
#history_page #event_list p {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#history_page #event_list li { 
    border-top: solid 1px #e4e4e4;
	margin-bottom:15px;
	padding: 15px 15px 0;
}
#history_page #event_list .vote_wrap {
  float:left;
  width:150px;
}
#history_page #event_list .vote_wrap a {
  display:inline-block;
  height:43px;
  width:48px;
  background:url(/img/vote_icons.png) 0 0 no-repeat transparent;
}
#history_page #event_list .vote_wrap a:hover, #history_page #event_list .vote_wrap a:active {
  cursor:pointer;
  background-position:0 -43px;
}
#history_page #event_list .up.selected { background-position:0 -43px; }
#history_page #event_list .down {
  margin-left:10px;
  background-position:-48px 0 !important;
}
#history_page #event_list .down:hover, #history_page #event_list .down:active { background-position:-48px -43px !important; }
#history_page #event_list .down.selected { background-position:-48px -43px !important; }
#history_page #event_list .info_wrap {
	margin:10px 10px 10px 150px;
}
#history_page #event_list .info_wrap .address { margin: 0; }
#history_page #event_list .info_wrap .date {
}

#mini-profile #profile-info h1 {
	font-size: 30px;
}
#mini-profile .lotmom-tabs .tabs dd a {
	font-size: 12px;
}
#mini-profile .loading {
    position: absolute;
    z-index: 9999;
    margin-top: 0;
    background: rgba(0,0,0,0.5);
    padding: 128px;
    height:100%;
}
#mini-profile .top-bar-section ul.dropdown {
	margin: 0;
}
#mini-profile .top-bar-section ul {
    margin-top: -47px;
    margin-right: 20px;
    background: transparent;
}
#mini-profile .top-bar-section ul li:first-child {
	margin-right: 5px;
}
#mini-profile .lotmom-tabs .tabs, .lotmom-tabs .tabs dd {
	height: 50px;
}
#mini-profile .lotmom-tabs .tabs dd a {
	background: #d5d4d4;
	margin-right: 5px;
	height: 50px;
	padding-top: 5px;
}
#mini-profile .lotmom-tabs .tabs dd.active a {
	background: #fafafa;
}
#mini-profile .lotmom-tabs .tabs dd:first-child {
	margin-left: 30px;
}
#mini-profile .profile-header-left {
	bottom: auto;
	top: 20px;
	left: 30px;
}
#mini-profile .profile-header-right {
	bottom: 86px;
	right: 20px;
}
body.lots-my #mini-profile .profile-header-right {
	bottom: 70px;
}
.events-register #mini-profile .profile-header-right {
	bottom: 20px;
}
.events-register #profile-info .profile-header-left p {
	padding-right: 50px;
}
body.profile #truck-profile-tabs .button.success {
	margin: 18px 0 0 0;
}
#mini-profile .profile-header .scrim {
	background: rgba(0,0,0,0.5) url(/img/profile-header-scrim.png) repeat-x bottom;
}
.scrim.subtle, #mini-profile .profile-header .scrim.subtle {
	background: rgba(0,0,0,0.0) url(/img/profile-header-scrim.png) repeat-x bottom;
	opacity: 0.9;
}
#mini-profile nav.top-bar {
	background: transparent;
    margin-top: -50px;
    height: 50px;
    padding: 0;
    z-index: 1;
}
body.lots-my #mini-profile nav.top-bar {
	margin-top: -12px;
	height: 12px;
}
#mini-profile .carousel {
	height: 290px;
	min-height: 290px;
}
.events-schedule #mini-profile .carousel, .events-register #mini-profile .carousel {
	height: 200px;
	min-height: 200px;
}
.events-schedule #mini-profile .profile-header-right {
	bottom: 20px;
}
#mini-profile .carousel-container, #mini-profile .profile-info-container, #mini-profile .profile-header .row.collapse {
	height: 100%;
}
#mini-profile .profile-header .row.collapse {
	max-width: 100%;
}
#mini-profile #profile-info {
    min-height: 0;
    height: 100%;
}
#mini-profile .profile-body {
	margin-bottom: 150px;
	padding: 0;
}

.upcoming-events-container {
	clear: both;
	height: auto; /*110px;*/
	width: 100%;
	overflow: auto;
	margin-left: -5px;
}
ul.upcoming-events, ul.upcoming-events li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.upcoming-events {
	width: 100%;
}
ul.upcoming-events li {
	background: #eeeeee;
	width: 105px;
	height: 115px;
	float: left;
	border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
ul.upcoming-events li.active, ul.upcoming-events li.active:hover {
	background: #f4873f;
	color: #333;
}
ul.upcoming-events li:hover {
	background: #3a948a;
}
ul.upcoming-events li div {
	float: left;
	width: 100%;
}
ul.upcoming-events li .dotw {
	font-size: 14px;
	margin: 5px 0 0;
	letter-spacing: 1.5px;
}
ul.upcoming-events li .month {
	font-size: 18px;
	margin: -5px 0 0;
	letter-spacing: 1.5px;
}
ul.upcoming-events li .day {
	font-size: 48px;
	font-weight: 900;
	margin: -20px 0 0;
}
ul.upcoming-events li .time {
	font-size: 14px;
	margin: -20px 0 0;
}
.event_wrap .image-container img {
	display: block;
	object-fit: cover;
	border: solid 1px #f1f1f1;
	width: 140px;
	height: 100px;
	background: url(/img/logo-gray-small.png) center no-repeat;
}

.truck_select .event_wrap .image-container, .my_select .event_wrap .image-container {
	/*border-radius: 100px;*/
	overflow: hidden;
	height: 100px;
	width: 140px;
	margin: 10px 0 10px 10px;
}

.my-list .event_wrap .event-info {
	width:-webkit-calc(100% - 150px);
	width:-moz-calc(100% - 150px);
	width: calc(100% - 150px);
	margin: 20px 0;
	padding-right: 35px;
}

#search-results ul.selectable li {
	border-right: solid 7px #fff;
	cursor: pointer;
}

#search-results ul.selectable li:hover {
	border-right: solid 7px #63AAA2;
	background: #fdfdfd;
}
#search-results ul.selectable li .event_wrap {
	background: transparent;
}

#search-results ul.selectable li.selected, #search-results ul.selectable li.selected:hover {
	border-right: solid 7px #f4873f;
	background: #fafafa;
}

.event_wrap .event-info {
	float: left;
	width: 100%;
	width:-webkit-calc(100% - 140px);
	width:-moz-calc(100% - 140px);
	width: calc(100% - 140px);
	color: #666;
	padding: 5px 5px 0 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
}

.block-grid .event_wrap .event-info { 
	width: 100%;
}

.pills {
	float: left;
	clear: both;
}
.event-info span.pill, span.pill {
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	background: #B3B3B3;
	padding: 1px 10px;
	border-radius: 14px;
	margin: 0 3px 3px 0;
}

.truck_select .event_wrap button {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 20px;
	padding: 0px 20px;
	min-width: 127px;
	height: 40px;
}

.truck_select .event_wrap button.alert {
	background: #b3b3b3;
	box-shadow: none;
	bottom: 15px;
}

.truck_select .event_wrap button:hover:not(.alert) {
	bottom: 16px;
}

.truck_select .event_wrap button span {
	color: #fff;
	line-height: normal;
	font-size: 13px;
	padding: 0;
	letter-spacing: 2px;
	margin: 0;
	font-weight: 400;
}
.truck_select .event_wrap button.xbutton {
	background: #eee;
	color: #666;
	box-shadow: none;
	padding: 0;
	min-width: auto;
	border-radius: 0;
	height: 30px;
	width: 30px;
	margin: 4px 4px 0 0;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
}
nav.top-bar.right-content {
	margin: 0;
	padding: 0;
}
.right-content #catering-top-bar-content {
	background: transparent;
}
.right-content-header {
	border-bottom: solid 1px #dfdfdf;
}
.right-content-header .row.header {
	margin-left: 40px;
}
.right-content-header h1 {
	color: #3a948a;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 34px;
}
.right-content-header h4 {
	color: #999;
	font-size: 17px;
	letter-spacing: 1.5px;
	font-weight: 300;
	margin: 0 0 15px;
}
.right-content-bottom-controls {
	position: absolute;
	z-index: 11;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 85px;
	background: #fff;
	border-top: solid 1px #e1e1e1;
	padding: 22px 0 0 30px;
}
#catering_truck_select_page .right-content-bottom-controls {
	z-index: 0;
	bottom: 75px;
}
.right-content-bottom-controls .bottom-controls button {
	font-size: 15px;
}
.right-content-bottom-controls .alert-box.alert {
	position: absolute;
	top: -65px;
}
.right-content-bottom-controls .bottom-controls .alert-box {
	position: absolute;
	top: -65px;
    width: 100%;
}
.bottom-controls .columns {
	position: relative;
	z-index: 11;
}
.right-content-bottom-controls label {
	margin-bottom: 0;
	padding-bottom: 0;
}
.right-content .inline-list {
	margin: 15px 15px 0 0;
	overflow: visible;
}
.request-item .event_wrap {
	margin: 0 15px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 2px;
	background: #fff;
}
.mini-item-list .event-info, .mini-item-list .event_wrap {
	margin-top: 0;
	padding-top: 0;
}
.sidebar-stepped-nav {
	background: #fafafa;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 0;
	overflow-y: auto;
}
.sidebar-stepped-nav ul, .sidebar-stepped-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-stepped-nav ul {
	padding-bottom: 122px;
}
.sidebar-stepped-nav ul li {
	border-bottom: solid 1px #dfdfdf;
	color: #3a948a;
	height: 114px;
	width: 100%;
}
.sidebar-stepped-nav ul li .step-number, .row.step-bar .step .step-number, .tabs.stepped .step-number {
	background: #ebebeb;
	font-size: 30px;
	border-radius: 100px;
	margin: 27px 0 27px 40px;
	float: left;
	font-weight: 800;
	min-width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 6px;
}
.row.step-bar .step .step-number, .tabs.stepped .step-number {
	font-size: 20px;
    border-radius: 100px;
    margin: 10px 0 0 20px;
    float: left;
    font-weight: 800;
    min-width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 0px;
    line-height: 40px;
}
/* add event flow */
.tabs.stepped .step-number {
		margin: 18px 5px 0 0px;
}
.sidebar-stepped-nav ul li.checked .step-number, .tabs.stepped .checked .step-number {
	background: #36cc52 url(/img/icon-matrix.2.png) no-repeat -120px -177px;
	text-indent: -9999px;
}
.row.step-bar, .row.step-bar .step {
    background: #fff;
    float: left;
    padding: 0;
    height: 60px;
    width: 100%;
    color: #3A9481;
    margin-bottom: 1px !important;
}
.sidebar-stepped-nav ul li .step-title, .row.step-bar .step .step-title {
	text-transform: uppercase;
	font-size: 20px;
	margin: 42px 0 20px 13px;
	float: left;
	font-weight: 400;
	letter-spacing: 2px;
}
.row.step-bar .step .step-title {
	margin: 6px 0 0 10px;
	font-size: 18px;
	font-weight: 500;
}
.sidebar-stepped-nav ul li.active, .sidebar-stepped-nav ul li.active:hover {
	background: #3a948a;
}

.sidebar-stepped-nav ul li.active .step-title {
	color: #fff;
} 
.sidebar-stepped-nav ul li .step-title:first-child {
	margin: 27px 0 27px 40px;
}
.sidebar-stepped-nav ul li a {
	float: left;
	width: 100%;
	height: 100%;
}
.primary-content-split {
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
	height: 100%;
	height:-webkit-calc(100% - 35px);
	height:-moz-calc(100% - 35px);
	height: calc(100% - 35px);
}
.primary-content-split form {
	height: 100%;
	overflow: scroll;
	padding-bottom: 170px;
}

#cater_controls.search-controls-wrapper {
	display: block;
	padding: 0;
	margin: 0;
	left: 0;
	top: 40px;
	z-index: 1;
	border-bottom: solid 1px #dfdfdf;
	min-height: 106px;
}
#cater_controls.search-controls-wrapper .dropdown li, #cater_controls.search-controls-wrapper .dropdown ul {
	list-style: none;
	margin: 0;
}
.search-controls-wrapper .chzn-container {
	margin: 0;
	padding: 8px 16px 8px 8px;
	background: #eee;
}
.search-controls-wrapper .what-filter-container.columns {
	padding: 0;
	min-height: 64px;
	background: #eee;
}
p.select-toggle {
	margin: 21px 15px 15px 20px;
	float: left;
}
p.select-toggle a {
	font-size: 17px;
	font-weight: 400;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
.scrollable-content-with-space-for-bottom-controls {
	height: 100%;
	height: -webkit-calc(100% - 205px);
	height: -moz-calc(100% - 205px);
	height: calc(100% - 205px);
	overflow: scroll;
	width: 100%;
	float: left;
}

.pull-right #cater_controls {
	margin: 0 0 0 15px;
	padding-top: 15px;
	background: transparent;
	z-index: 0;
	height: 100%;
}
.request-item {
}
.inline-list>li {
	margin: 0;
}
.inline-list .break {
	float: left;
	width: 100%;
	height: 15px;
}

/* Calendar */
#calendar_wrap {
	margin-bottom: 40px;
}
.fc {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
}
.fc-state-highlight {
	background: #eeeeee;
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px;
}
.fc td, .fc th {
	text-transform: none;
	vertical-align: top;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #949494;
}
.fc-event-container .fc-event {
	font-size: 14px;
  background-color: #ADC9DE;
  color: #11283a;
  border: solid 1px #b3b3b3;
  border-radius: 15px;
  padding: 12px 12px;
  letter-spacing: 1px;
  font-weight: bold;
}
.fc-event-container .fc-event.empty {
	background-color: #deadad;
}
.fc-event-container .fc-event.full {
	background-color: #addeb5;
}
.fc-event-container .fc-event.fc-day-grid-event {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
}
.fc-agenda .fc-agenda-axis {
	color: #969696;
}
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
	border-radius: 0;
}
.fc-border-separate thead tr.fc-last th {
	border-bottom: solid 1px #B7B7B7;
}
/*.fc-content {
	border-bottom: solid 1px #B7B7B7;
}*/
.fc-agenda .fc-agenda-axis {
	color: #000;
}
.fc-header-title h2 {
	text-transform: uppercase;
	font-size: 20px;
}
.fc-button-agendaDay.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-month.fc-state-default {
	background: #fff;
	color: #999;
}
.fc-button-agendaDay:hover, .fc-button-agendaWeek:hover, .fc-button-month:hover {
	color: #000;
}

.fc-button-agendaDay.fc-state-active, .fc-button-agendaWeek.fc-state-active, .fc-button-month.fc-state-active {
	color: #000;
	font-weight: 500;
}
.fc-button.fc-state-default {
	background:transparent;
}
.fc-button-prev:after, .fc-button-prev:before, .fc-button-next:after, .fc-button-next:before {
	margin: 0 10px;
}
.fc-button-next:after {
	border-left-color: #808080;
}
.fc-button-prev:after {
	border-right-color: #808080;
}
.fc td.fc-header-center {
	padding-top: 0.75rem;
}
.fc-header-title h2 {
	font-size: 23px;
}
.fc thead {
	background: transparent;
	border-bottom: none;
}
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
	padding: 10px 7px;
	font-weight: 400;
}
.fc-button-prev, .fc-button-next {
	width: 3rem;
}
html .fc {
	margin-top: 30px;
	margin-bottom: 20px;
}
.calendar-buttons {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 1;
}
.calendar-buttons .button.small {
  margin-right: 10px;
  margin-bottom: 10px;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: #ebebeb;
}
.fc th, .fc-unthemed th {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 500;
	color: #999;
	border-color: #C5C5C5;
}
.fc-unthemed td.fc-widget-header {
	border-top: solid 1px #C5C5C5;
}
.fc-unthemed th.fc-day-header, .fc-unthemed .fc-month-view td.fc-widget-header{
	border-color:transparent;
}
.fc-unthemed .fc-month-view td.fc-widget-header{
	border-bottom: solid 1px #C5C5C5;
}
.fc-ltr .fc-timeline-event {
	margin: 10px 5px 0 5px;
}

.fc-toolbar {    
	text-align: center;
  margin: 0;
  background: #eee;
  padding: 15px 15px 10px;
  border-bottom: solid 1px #c4c4c4;
  border-top: solid 1px #c4c4c4;
  margin-bottom: 15px;
}

.fc-toolbar h2 {
  float: left;
  margin: 15px 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: sans-serif;
}

.fc-toolbar button {
	float: left;
}

.fc-button-group {
	background: #fff;
	border: solid 1px #3a948a;
	border-radius: 7px;
	padding: 2px;
}

.fc-button-group button, .fc-button-group button.fc-state-default, .fc-button-group button.fc-state-default.fc-corner-left, .fc-button-group button.fc-state-default.fc-corner-right {
	background: #fff;
	border: solid 1px #fff;
	border-radius: 7px;
	float: left;
	letter-spacing: 1px;
	color: #666;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 12px 15px 24px;
	outline: none;
	line-height: 13px;
	box-shadow: none;
}

.fc-button-group button:hover {
	box-shadow: none;
}

.fc-button-group button.fc-state-active, .fc-button-group button.fc-state-default.fc-state-active, .fc-button-group button.fc-state-default.fc-corner-left.fc-state-active, .fc-button-group button.fc-state-default.fc-corner-right.fc-state-active, .fc-button-group button:active, .fc-button-group button.fc-state-default:active, .fc-button-group button:active, .fc-button-group button.fc-state-default:active {
	background: #3a948a;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
}
.fc-button-group button:active, .fc-button-group button.fc-state-default:active, .fc-button-group button:active, .fc-button-group button.fc-state-default:active {
	background: #8DC1BC;
}
.fc-timeline-event .fc-content, .fc-day-grid-event .fc-content {
	white-space: normal;
}

.info_wrap h5,
.event-info h5 {
	color: #3a948a;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: -6px 0 5px 0px;
	text-transform: capitalize;
	line-height: 1;
}

.event-info span {
	/*float: left;*/
	color: #666;
	line-height: 23px;
}

.event-info .spot-info {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.event-info .spot-info span {
	float: none;
    font-size: 18px;
    font-weight: normal;
}

.event-info span.minimums {
	margin-top: 3px;
}

.event-info span.minimum {
	line-height: 17px;
	clear: both;
	float: left;
}

.event-info span a {
	text-decoration: underline;
}

.event-info div {
	float: left;
	clear: both;
}

.icon-matrix {
	padding-left: 26px;
	position: relative;
}

.icon-matrix::before {
	background: url('/img/icon-matrix.2.png') no-repeat 0 0;
	content: '';
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 26px;
}

.event-profile-header .event-photo {
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit;
}
#map_container img.icon {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	overflow: hidden;
	border: solid 1px #ccc;
	background: url(/img/logo-gray-small.png) center top #fff;
}
.infobubble a .truck_name {
	margin-left: 2px;
	margin-top: 10px;
    float: left;
}
.event-profile-header .map {
	margin-top: 0px;
}
.event-profile-header .mini-map {
	padding-left: 2px;
}
.event-profile-header .event-photo {
	height: 200px;
}
.event-profile-header .map {
	height: 200px;
}

.icon-matrix.small-location::before  {
	background-position: -41px -115px;
}

.icon-matrix.small-cuisine::before  {
	background-position: -1px -115px;
}

.icon-matrix.small-calendar::before  {
	background-position: -41px -156px;
}

.icon-matrix.small-min::before  {
	background-position: 0px -157px;
}

.icon-matrix.small-time::before  {
	background-position: -41px -196px ;
}

.landing-hero .down_arrow {
	width: 80px;
	height: 50px;
	background: url('/img/down-arrow.png') no-repeat center center;
	margin: 70px 0 0;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-animation: pulseDown 3s ease-in-out infinite;
	-moz-animation: pulseDown 3s ease-in-out infinite;
	animation: pulseDown 3s ease-in-out infinite;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.landing-hero .serif {
	color: #fff;
	font-size: 22px;
	font-family: "clavo", "ff-tisa-web-pro", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0px;
	text-transform: none;
}

.landing-hero .nav {
	position: absolute;
	top: 15px;
	right: 15px;
}

.landing-hero .nav a {
	margin: 20px;
	color: #fff;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

.landing-hero .nav li {
	float: left;
	list-style: none;
}

.landing-hero .nav li a {
	margin: 7px 5px;
	font-size: 14px;
}



.landing-feature {
	margin: 55px 0 40px;
}

.landing-feature li {
	text-align: center;
	color: #999999;
}

.landing-feature li h3 {
	font-size: 18px;
	color: #999999;
	font-family: "brandon-grotesque",sans-serif;
	margin-top: 15px;
}

.landing-feature li a p {
	font-size: 17px;
	color: #999999;
}

.newsletter_signup {
	float: left;
	background-color: #3a948a;
	width: 100%;
	padding-bottom: 50px;
}

.newsletter_signup h4 {
	color: #fff;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	margin: 50px 10px 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

.newsletter_signup input {
	margin-bottom: 23px;
}

button, .button, .top-bar-section ul li > a.button, .button:focus, button:focus {
	text-transform: uppercase;
	font-size: 18px;
	background: #f4873f;
	padding: 10px 30px;
	color: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(205, 115, 53, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(205, 115, 53, 1);
	box-shadow:         0px 2px 0px 0px rgba(205, 115, 53, 1);
	border-radius: 20px;
	margin: 0;
	letter-spacing: 1.5px;
	outline: none;
}
.button.tiny:focus, button.tiny:focus {
	font-size: 0.6875rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5625rem;
  padding-left: 1rem;
}

button:hover, .button:hover, .top-bar-section ul li > a.button:hover, button:hover, .button:hover {
	background: #ff7316;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(185, 95, 33, 1);
	-moz-box-shadow:    0px 3px 0px 0px rgba(185, 95, 33, 1);
	box-shadow:         0px 3px 0px 0px rgba(185, 95, 33, 1);
	margin-top: -1px;
	margin-bottom: 1px;
	outline: none;
}

button.success, .button.success, .top-bar-section ul li > a.button.success, .button.success:focus, button:focus {
	background: #35bd68;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(44, 159, 87, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(44, 159, 87, 1);
	box-shadow:         0px 2px 0px 0px rgba(44, 159, 87, 1);
}

button.success:hover, .button.success:hover, .top-bar-section ul li > a.button.success:hover {
	background: #0DBB4E;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(40, 129, 73, 1);
	-moz-box-shadow:    0px 3px 0px 0px rgba(40, 129, 73, 1);
	box-shadow:         0px 3px 0px 0px rgba(40, 129, 73, 1);
}

button.secondary, .button.secondary, .top-bar-section ul li > a.button.secondary, .button.secondary:focus, button.secondary:focus, .button.secondary:hover, button.secondary:hover {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	text-decoration: underline;
	margin: 0;
}


.row-button {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.top-bar.bg-transparent, .top-bar-section.bg-transparent ul, .bg-transparent {
	background: transparent;
}

.top-bar.profile-edit-button-bar {
	position: absolute;
	right: 0;
	z-index: 999;
}
.top-bar .top-bar-section ul li > a.button, .top-bar .top-bar-section ul.right li > a {
	font-size: 12px;
	padding: 0px 17px;
	border-radius: 30px;
	letter-spacing: 4px;
}
nav .top-bar .top-bar-section ul.right li > a {
	margin-top: 4px;
}
.top-bar .top-bar-section ul.right li > a:not(.button) {
	padding: 10px 15px;
	line-height: 1.5;
	margin: 0 0 0;
	height: auto;
}
.top-bar .top-bar-section ul.dropdown li > a:not(.button) {
	padding: 0px 15px;
	line-height: 45px;
}
.top-bar .top-bar-section ul.right li:last-child {
	margin-left: 5px;
}
.top-bar .top-bar-section ul.right ul.dropdown li:last-child {
	margin-left: 0px;
}
.top-bar .top-bar-section ul.right li > a.with-icon span {
	margin-top: 5px;
	float: left;
}
.top-bar .top-bar-section ul.right li > a.with-icon span.nav-user-icon {
	margin-top: -5px;
}
.top-bar .top-bar-section ul.right li a .nav-user-icon {
	width: 37px;
	height: 32px;
	background: url(/img/icon-matrix.png) no-repeat -35px -55px;
	float: left;
	margin-top: -5px;
}

.top-bar .top-bar-section ul.right li a .nav-search-icon {
	width: 20px;
	height: 32px;
	background: url(/img/icon-matrix.png) no-repeat -40px -10px;
	float: left;
	margin-top: -5px;
}

.top-bar .top-bar-section ul.right li.language-switch,
.top-bar .top-bar-section ul.right li.nav-icon-only {
	margin-left: 20px;
}

#home_page .top-bar .top-bar-section ul.right li.language-switch {
	margin-left: 0;
}

.top-bar .top-bar-section ul.right li.language-switch > a {
	font-size: 14px;
	line-height: 45px;
	padding: 0 15px;
}

.top-bar .top-bar-section ul li > a {
	border-radius: 30px;
	letter-spacing: 4px;
	line-height: 40px;
}
.top-bar .top-bar-section ul ul.dropdown li > a {
	border-radius: 0px;
}
.top-bar .name {
	width: 132px;
	margin-left: 20px;
}
.sub-nav .top-bar-section ul li > a, .sub-nav .top-bar-section ul li > a:hover {
	border-radius: 0;
}

.top-bar .top-bar-section li.active a:not(.button) {
	background: #e2b11c;
	color: #fff;
	border-radius: 30px;
	line-height: 40px;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #e2b11c;
}

nav.top-bar .top-bar-section li:hover a:not(.button) {
	background: #2C8C81;
	border-radius: 30px;
}
nav.top-bar .top-bar-section ul.dropdown li:hover a:not(.button),
nav.sub-nav .top-bar-section li:hover a:not(.button) {
	border-radius: 0;
}


.top-bar-section li.active:hover a:not(.button) {
	background: #e2b11c;
}

.top-bar input, .top-bar .button, .top-bar button {
	top: 0;
}


nav.top-bar, nav.tab-bar {
	background: #3a948a;
	padding: 15px;
	height: 80px;
}

nav.tab-bar .logo {
	margin: 16px 0 0 -23px;
}

nav.top-bar.sub-nav {
	background: #fafafa;
	height: 40px;
	padding: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	z-index: 2;
	margin-top: 0;
	float: left;
	width: 100%;
}

#home_page nav.top-bar {
	background: transparent;
}

#content nav.top-bar.submenu {
	margin: 0;
}

#content nav.top-bar.submenu li, #content nav.top-bar.submenu li a {
	border-radius: 0;
}

.minimize-distraction {
	display: none;
}

#search_page, .data-page {
	height:100%;
	background: #fafafa;
}

.data-page.white {
	background: #fff;
}

#search_page #map-wrapper {
	padding: 0;
	height:100%;
	height:-webkit-calc(100% - 115px);
	height:-moz-calc(100% - 115px);
	height:calc(100% - 115px);
	overflow:hidden;
	background:#ffffff;
}

.search-list-wrapper {
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 2;
	padding: 0;
	height: 100%;
	height:-webkit-calc(100% - 80px);
	height:-moz-calc(100% - 80px);
	height: calc(100% - 80px);
	box-shadow: -1px 0px 5px rgba(0,0,0,0.1);
}

.search-list-wrapper.pull-left {
	left: 0;
	right: auto;
}

#scroll_container {
	height:100%;
	height:-webkit-calc(100% - 35px);
	height:-moz-calc(100% - 35px);
	height:calc(100% - 35px);
	background: #fff;
}
#scroll_container.scrollable {
	overflow: auto;
	width: 100%;
}
#scroll_container .sort-icon {
	left: auto;
	right: 15px;
	top: 50%;
	margin: -1.40625rem 0 0;
}
#scroll_container h4 {
	position: relative;
	top: -60px;
}

.truck_select #scroll_container {
	height:-webkit-calc(100% - 123px);
	height:-moz-calc(100% - 123px);
	height:calc(100% - 123px);
	margin-top: 12px;
}

.events-schedule #scroll_container {
	height:-webkit-calc(100% - 56px);
	height:-moz-calc(100% - 56px);
	height:calc(100% - 56px);
}

.data-page .search-list-wrapper #search-results {
	height: 100%;
}
body.lots-events {
	background: #FAFAFA;
}
body.lots-my .search-list-wrapper {
  height: -webkit-calc(100% - 0px);
  height: -moz-calc(100% - 0px);
  height: calc(100% - 0px);
}
.profile-header .row.collapse.lotmom-tabs {
	margin-top: 0px;
}
.lotmom-tabs .tabs, .lotmom-tabs .tabs dd {
	height: 40px;
	width: auto;
	border: none;
}
.lotmom-tabs .tabs dd.active {
	border: none;
}
.lotmom-tabs .tabs dd a {
	height: 100%;
	color: #666;
	font-size: 14px;
	background: transparent;
	width: auto;
	float: left;
	text-transform: uppercase;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 40px;
	padding: 0 20px;
}
.lotmom-tabs .tabs dd.active a, .lotmom-tabs .tabs dd.active a:focus, .lotmom-tabs .tabs dd a:focus {
	background: #fff;
	color: #2f837a;
}
.lotmom-tabs .tabs dd a:hover {
	background: #EFEFEF;
}
body:not(.profile).full-screen .columns {
	padding: 0;
}
.large-12.columns {
	padding: 0;
}
.content-wrap {
	height: 100%;
	width: 100%;
}
#content.full-screen, #page-wrap.full-screen , .full-screen .inner-wrap, .full-screen .off-canvas-wrap, .off-canvas-wrap.full-screen {
	width: 100%;
	height: 100%;
	padding: 0;
}
.no_results, #search-results .no_results:first-child {
	width: 100%;
	margin-top: 80px;
	border-bottom: none;
}
.no_results h5 {
	width: 100%;
	text-align: center;
	color: #666;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.no_results p {
	font-size: 25px;
	color: #999;
}

.search_what_where-container {
	float: left;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.18);
}

.columns .search_what-container {
	float: left;
	width: 320px;
	padding-right: 15px;
	border-right: solid 1px #f1f1f1;
}

[class*="column"]+[class*="search_where-container"]:last-child {
	float: left;
	min-width: 200px;
	width: auto;
	height: auto;
}

.chzn-container {
	margin: 5px;
}

.primary-content-split .chzn-container {
	margin: 3px 0 10px;
}

.chzn-container-multi .chzn-choices, .chzn-container-multi .chzn-choices .search-field .default {
	border-radius: 6px;
	padding: 2px 5px;
	font-size: 15px;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: none;
}

.chzn-container-multi .chzn-choices {
	padding: 2px 0;
}

.chzn-container-multi .chzn-choices .search-choice {
	margin-top: 4px;
	background: #3a948a;
	color: #fff;
	padding: 11px 27px 10px 13px;
	border-radius: 7px;
	border: none;
	box-shadow: none;
	letter-spacing: 1.2px;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover  {
  width: 20px;
  height: 20px; 
  background: url('/img/icon-matrix.2.png') -139px -250px no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover  {
	filter: alpha(opacity=50);
	     -khtml-opacity: .50;
	       -moz-opacity: .50;
	            opacity: .50;
}
.chzn-container-multi .chzn-choices .search-field input {
	height: 39px;
	color: #3a948a;
}

.search-controls-wrapper .chzn-choices {
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 5px;
	background: #fff;
}
.chzn-container-multi .chzn-choices, .chzn-container-multi .chzn-choices .search-field .default {
	color: #000;
}

#where>div span, #when>div span, #cog>div span, #where ul, #when ul, #cog ul {
	padding: 15px 5px 9px 15px;
	background: #fff;
	color: #f4873f;
	text-transform: uppercase;
	float: left;
}
#where, #when, #cog {
	background: #fff;
}
#where {
	background: #fff url('/img/icon-location-marker.png') no-repeat center right;
	min-width: 280px;
	padding-right: 40px;
}
#where ul, #when ul, #cog ul {
	padding: 0;
	border: solid 1px #f1f1f1;
	border-top: none;
	margin-top: 10px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
#where ul li, #when ul li, #cog ul li {
	font-weight: normal;
	border: none;
	padding: 7px 13px;
}
#where ul li:hover, #where ul li:active, #when ul li:hover, #when ul li:active, #cog ul li:hover, #cog ul li:active {
	background: #eee;
}
#where .arrow-down.blue {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #3a948a;
	margin: 21px 0 0 4px;
	float: left;
	cursor: pointer;
}
#where ul {
	width: 762px;
	left: -325px;
}
#where ul li {
	float: left;
	width: 190px;
}

nav.top-bar.sub-nav .top-bar-section li, nav.top-bar.sub-nav .top-bar-section li:not(.has-form) a:not(.button) {
	color: #2f837a;   
	margin-top: 0px;
	letter-spacing: 1.5px;
	line-height: 40px;
	margin-left: 0;
}
.sub-nav li.active a {
	padding-top: 0;
}

nav.top-bar.sub-nav .top-bar-section li:not(.has-form):hover a:not(.button) {
	color: #fff;
	background: #3a8f86;
}
nav.top-bar.sub-nav .top-bar-section li.active:not(.has-form):hover a:not(.button), nav.top-bar.sub-nav .top-bar-section li.active:not(.has-form) a:not(.button)  {
	color: #fff;
	background: #2f837a;
	border-radius: 0;
}
nav.top-bar.sub-nav.as-title .top-bar-section li.active:not(.has-form):hover a:not(.button), nav.top-bar.sub-nav.as-title .top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #3a948a;
	background: #fafafa;
	border: none;
	margin-left: 30px;
}

.submenu .top-bar-section ul li>a {
	font-size: 14px;
}

nav.top-bar.sub-nav .top-bar-section ul {
	height: 40px !important;
	background: #fafafa;
}

.left-small {
	border-right: solid 1px #368078;
	height: 100%;
}
.tab-bar .right-small {
  border-left: none;
  height: 100%;
  width: 100px;
  margin-top: 16px;
  margin-right: 10px;
}
.tab-bar .menu-icon {
	margin-top: 16px;
}
.tab-bar .menu-icon span {
	box-shadow: 0 0px 0 1px #C1F3EE,0 7px 0 1px #C1F3EE,0 14px 0 1px #C1F3EE;
}
.tab-bar .menu-icon:hover span {
	box-shadow: 0 0px 0 1px #FFFFFF,0 7px 0 1px #FFFFFF,0 14px 0 1px #FFFFFF;
}

nav .top-bar-section ul li>a{
	color: #fff;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: transparent;
	font-weight: normal;
	cursor: pointer;
	padding: 12px;
}
nav .top-bar-section ul li {
	cursor: pointer;
}
nav .top-bar-section ul.left li>a{
	letter-spacing: 4px;
}
#home_page nav .top-bar-section ul,
nav.primary-nav .top-bar-section ul {
	background: transparent;
	margin-top: 5px;
}
nav.top-bar.primary-nav {
	height: auto;
}
.white-1px-separator {
  border-bottom: solid 1px #fff;
  width: 100%;
}

.top-bar-section ul.left li{
	margin-left: 5px;
}
.top-bar-section ul.left ul.dropdown li{
	margin-left: 0;
}
.top-bar-section ul.left li:first-child {
	margin-left: 30px;
}
nav.top-bar .top-bar-section li, .top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
	color: #fff;
	position: relative;
}
.top-bar-section .has-form {
	padding: 0 5px 0;
}

/* Dropdown */
.top-bar-section li ul.dropdown {
	top: 40px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	border: #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0;
	position: relative;
}
.top-bar-section li ul.dropdown {
	z-index: 99999;
}
.top-bar-section .right li ul.dropdown {
	top: 39px;
}
.top-bar .top-bar-section ul li .top-level {
	bottom: -29px;
	position: absolute;
	width: 100%;
	text-align: center; 
}
.top-bar .top-bar-section ul li .top-level .arrow-up {
	display: inline-block;
}
.top-bar .top-bar-section ul li.nav-button .top-level {
	bottom: -29px;
}
.top-bar .top-bar-section ul.right li .top-level {
	bottom: -23px;
}

.top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
	background: #fff;
	border: none;
	color: #3a948a;
	font-size: 13px;
	letter-spacing: 1.5px;
	border-radius: 0;
}
.top-bar-section ul.dropdown li:not(.has-form):hover>a:not(.button) {
	background: #eee;
}
nav ul.dropdown li:not(.has-form):nth-child(2)>a:not(.button), nav ul.dropdown li:not(.has-form):nth-child(2):hover>a:not(.button) {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
nav ul.dropdown li:not(.has-form):last-child>a:not(.button), nav ul.dropdown li:not(.has-form):last-child:hover>a:not(.button) {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #f5f5f5;
	position: relative;
	z-index: 1;
}

.top-bar-section .has-dropdown > a:after {
	border-color: rgba(255,255,255,0.7) transparent transparent transparent;
	margin-top: -4.5px;
}

.top-bar-section .right .has-dropdown > a:after {
	margin-top: -5px;
}

.top-bar-section .right .has-dropdown:not(.nav-button) > a:after {
	margin-top: -1px;
}

.top-bar-section ul li.nav-button:hover:not(.has-form)>a {
	background: #ff7316;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid white;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid white; 
}

.top-bar-section .dropdown .arrow-up {
	position: absolute;
	top: -8px;
	left: 67px;
}

.top-bar-section .right .dropdown .arrow-up {
	right: 24px;
	left: auto;
}

i {
	color: #3a948a;
	cursor: pointer;
}
button i, .button i {
	float: left;
	color: #fff;
	margin-right: 10px;
}
  
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }

.delete-x-button {
	padding: 5px 20px 20px;
	float: right;
}

.arrow-down.blue {
	border-top: 8px solid #3a948a;
}

#search-controls-wrapper, .search-controls-wrapper {
	background: #fff;
	padding: 0;
	position: absolute;
	top: 10px;
	z-index: 3;
	left: 10px;
}

.my-list, #trucks_list {
	height: 100%;
	margin-top: 80px;
	z-index: 0;
	padding-top: 103px;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
	border-right: solid 1px #fff;
}
#lots_list.search-list-wrapper, .my-list.search-list-wrapper {
	padding-top: 0px;
}
#lots_list.search-list-wrapper {
	top: 0px;
}
body.events-schedule #lots_list.search-list-wrapper {
  top: 40px;
}
.my-page .my-list, .my-page #trucks_list {
	padding-top: 0;
}
.my-page #scroll_container {
	overflow: scroll;
}

.slick-dots {
	z-index: 999;
	top: 0.375rem;
	bottom: auto;
}
.slick-dots li.slick-active {
	background: #F4873F;
}
.slick-dots button {
	box-shadow: none;
}
#profile-slider {
	background-color: rgba(0,0,0,0.9);
	overflow: hidden;
	margin: 0;
	max-width: 100%;
}
.profile-header {
	background: #eeeeee;
}
.profile-header .scrim {
	position: absolute;
	background: url(/img/profile-header-scrim.png) repeat-x bottom;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
}
.profile-header .row.collapse {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5rem;
	position: relative;
}
.score {
	display: inline-block;
	height: 28px;
	margin: 0 0 0 6px;
	position: relative;
	width: 140px;
}
.score span {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 28px;
	height: 100%;
	position: absolute;
	width: 32px;
}
.score .pos {
	color: #70ab73 !important;
	left: 0;
	text-align: right;
	top: 6px;
}
.score .neg {
	top: -6px;
	color: #de4262 !important;
	right: 0;
	text-align: left;
}
.score .up,
.score .down {
	background: url(/img/vote_icons_small.png) no-repeat transparent;
	display: block;
	height: 100%;
	width: 32px;
}
.score .up {
	background-position: 0 0;
	left: 34px;
}
.score .down {
	background-position: -32px 0;
	right: 36px;
}
#event_results_list .score {
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
}
#profile-info {
	background: none;
	width: 100%;
	padding: 15px 25px;
	bottom: 0;
	left: 0;
	position: relative;
	min-height: 24rem;
}
#profile-info h1 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
#profile-info h4 {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #ffe116;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}
#profile-info p {
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 10px;
}
#profile-info .profile-header-left p {
	float: left;
	clear: both;
	padding-right: 10px;
}
#profile-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.pills .button {
	background: rgba(255,255,255,0.4);
	border: solid 1px rgba(255,255,255,0.4);
	box-shadow: none;
	cursor: default;
}
.pills .button:hover {
	margin: 0;
/*	background: rgba(255,255,255,0.2);
	border: solid 1px rgba(255,255,255,1);
	box-shadow: none;*/
}
.profile-info-container, .carousel-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
}
.carousel-container {
	z-index: 0;
}
.profile-header-right {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 20px;
	padding: 5px 25px 25px 5px;
}
.profile-header-left {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 25px 25px 5px;
}
#profile-info .social-media ul.social-icons {    
	margin-top: 10px;
	float: right;
}
.license-plate {
	float: right;
	width: auto;
	border: solid 2px #fff;
	border-radius: 5px;
	padding: 19px 10px 9px;
	position: relative;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-left: 15px;
	min-width: 90px;
	text-align: center;
}
.license-plate label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	cursor: default;
	
}
.license-plate .plate-number {
	text-transform: uppercase;
}
.slick-dots { top: 1rem; }
.slick-dots li { border-radius: 20px; background: #FFD07D; }
.profile-header-right p {
	font-size: 18px;
}
.contact-info {
	float: right;
	width: 100%;
	margin-top: 15px;
}
.contact-info a {
	text-decoration: none;
	font-weight: 500;
}
.contact-info p:last-child {
	margin-bottom: 0;
}
.profile-header-right .social-media {
	float: right;
	position: relative;
	width: 100%;
}
.social-media .icon-matrix, .social-media .icon-matrix::before, .social-media .icon-matrix a {
	width: 40px;
	height: 40px;
}

.social-media .icon-matrix {
	display: inline-block;
}

.social-media .icon-matrix a {
	left: 0;
	position: absolute;
	top: 0;
}

.icon-matrix.facebook::before {
	background-position: -133px -4px;
}
.icon-matrix.twitter::before {
	background-position: -133px -63px;
}
.icon-matrix.yelp::before {
	background-position: -133px -123px;
}
.icon-matrix.instagram::before {
	background-position: -175px -4px;
}
.icon-matrix.snapchat::before {
	background-position: -175px -63px;
}
.menu-item { 
	border: none; 
	padding: 0;
}
#truck_profile_attachments_page form, #truck_menu_page form {
	padding: 0;
}
#items .menu-item textarea {
	min-height: 117px;
}
#items .menu-item:first-child {
	margin-top: 10px;
}
.primary-content-split fieldset:last-child {
	margin-bottom: 185px;
}
.fee { 
	text-align: right;
	border-right: solid 2px #e1e1e1;
    padding: 0 15px 11px;
    margin: 10px -10px 0 0;
}
#truck-menu {
	padding: 0;
	background: #fafafa;
	margin-bottom: 40px;
}
#truck-schedule h4 {
	font-size: 18px;
	margin: 10px 24px;
	color: #3a948a;
	font-weight: 500;
}
.truck-grid *, .truck-grid *:hover {
	color: inherit;
}
.upper {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.primary-content-split input.upper {
	text-transform: uppercase;
}

.tabs-content > .content.profile-body-padding, #truck-profile-attachments {
	margin: 20px 0 40px;
	padding: 0;
}
ul.date_list li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #ccc;
	list-style: none;
}
ul.date_list li:first-child {
	border-top: 0;
}
ul.date_list .button {
	margin-bottom: 10px;
}
ul.date_list li ul.truck_list li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: none;
}
.menu-item.row {
	margin-bottom: 15px;
}
.menu-item h5 { 
	margin: 1px 0 4px 15px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-transform: none;
}
.menu-item p.sans-serif { 
	margin: 0 0 0 15px;
	font-size: 20px;
	color: #333;
	font-weight: 400;
}
.profile .lotmom-tabs .tabs, .profile .lotmom-tabs .tabs dd {
	height: auto;
	background: #eee;
}
.profile .lotmom-tabs .tabs dd a, .profile .lotmom-tabs .tabs dd a:focus, .profile .lotmom-tabs .tabs dd a {
	padding: 20px 40px;
	font-size: 16px;
	color: #666;
}
.profile .lotmom-tabs .tabs dd.active a, .profile .lotmom-tabs .tabs dd.active a:focus, .profile .lotmom-tabs .tabs dd a:focus {
	background: #fafafa;
	color: #666;
}
.profile .lotmom-tabs .tabs dd a:hover {
	background: #F3F3F3;
}

.lotmom-tabs dd > .icon-matrix::before {
	position: relative;
	float: left;
	width: 55px;
	height: 40px;
}

.icon-matrix.menu::before {
	background-position: -230px -70px;
}

.icon-matrix.schedule::before {
	background-position: -230px -147px;
}

.icon-matrix.permits::before {
	background-position: -230px -224px;
}

.profile #content, .events-index #content {
	background: #fafafa;
}
.events-index #content {
	padding: 10px 20px 50px 20px;
}
.events-index .location {
	padding: 0px 0 20px 10px;
}

.content-wrapper {
	background: transparent;
}

.footer_nav {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 40px;
}

.footer_nav li a {
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 0;
	margin: 80px 0 0;
}

.footer_nav li.logo a {
	padding-top: 0;
	margin: 30px 0;
}

.footer_nav li a:hover {
	text-decoration: underline;
	color: #666;
}

#footer .footer_nav p.info {
	margin: 0 0 50px;
	font-size: 12px;
	color: #999;
}

#footer {
	background: transparent;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	border-radius: 6px;
	padding: 8px 13px;
	height: auto;
	font-size: 18px;
	font-style: normal;
	font-family: "brandon-grotesque",'Open Sans', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	/*text-transform: uppercase;*/
}
#cuisine-types .columns h5.title {
	font-weight: 500;
}
#cuisine-types .columns:last-child h5.title {
  text-align: right;
  margin-right: 20px;
}
form .row .row.cuisine-item {
	border-bottom: solid 1px #B3B3B3;
	padding-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
form .row .row.cuisine-item:last-child {
	border-bottom: none;
}
form .row .row.cuisine-item .columns {
	padding-top: 10px;
}
form .row .row.collapse input {
	border-radius: 0;
	height: 37px;
	padding: 0px 10px;
}
form .row .row.collapse input.inline {
  width: 50px;
  border-radius: 7px;
  display: inline;
}
form .row .row.collapse .alt-fee input.inline {
  width: 70px;
  margin-bottom: 0;
}
form .alt-fee {
	display: inline;
	border-left: 1px solid #3b948b;
	margin-left: 20px;
	padding-left: 20px;
}
form .no-radius input {
	border-radius: 0;
	height: 37px;
	padding: 0px 13px;
	text-align: center;
}
form .no-radius.text-left input {
	text-align: left;
	padding: 0 13px;
}
span.prefix, label.prefix {
	padding: 0 13px;
}

.image-with-delete div.delete {    
	position: absolute;
	top: -7px;
	right: -7px;
	background: rgba(255, 255, 255, 0.73);
	color: #666;
	width: 30px;
	height: 30px;
	z-index: 44;
	content: "X";
	border-radius: 100px;
	border: solid 1px rgba(102, 102, 102, 0.58);
	text-align: center;
	cursor: pointer;
}
.image-with-delete div.delete:hover { 
	background: rgba(255, 255, 255, 0.93);
	border: solid 1px rgba(102, 102, 102, 0.78);
}

li.draggable img {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: solid 1px rgba(255,255,255,0.8);
}

select {
	padding: 6px 15px;
}

::-webkit-input-placeholder {
	 font-style: normal;
	 color: #666;
}

:-moz-placeholder { /* Firefox 18- */
	 font-style: normal;
	 color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
	 font-style: normal;
	 color: #666;  
}

:-ms-input-placeholder {  
	 font-style: normal;
	 color: #666;  
}

label {
	color: #000;
	margin-bottom: 2px;
	font-weight: 700;
	font-size: 18px;
}
fieldset {
	padding: 10px 35px;
}
.scrim-white {
	pointer-events: none;
	background: url('/img/scrim-white-1.png') bottom repeat-x;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 165px;
	left: 0;
	z-index: 10;
}
.toggle-btn-group {
	border: solid 1px #3a948a;
	float: left;
	clear: both;
	border-radius: 8px;
	margin-top: 10px;
}
.toggle-btn-group label {
	padding: .5em;
	display: inline-block;
	width: 8em;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #666666;
	background-color: transparent;
	border: transparent 4px solid;
	margin: 0;
	border-radius: 9px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
.toggle-btn-group label:first-of-type {
	margin: 0;
}
.toggle-btn-group label:last-of-type {
	margin: 0;
}
.toggle-btn-group input[type="radio"]:checked+label {
	margin: 0;
	background-color: #3a948a;
	border: #fff 4px solid;
	color: #fff;
	font-weight: 400
}
.toggle-btn-group input[type="radio"]:focus+label {
	margin: 0;
	outline: 2px #999 dotted;
}
.toggle-btn-group input[type="radio"] {
	display: none;
}
/*.toggle-btn-group label:hover,
.toggle-btn-group label:focus {
	background-color: #B3B3B3;
	border: #000 2px solid;
	color: #000;
}*/
.help-text {
	float: left;
	width: 100%;
	color: #999;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: 400;
}
.help-text.bold {
	font-weight: bold;
	color: #666;
	font-size: 17px;
}
span.help-text { float:none; display: inline; }
.help-text.black, .help-text .black, .black {
	color: #000;
}
.strong {
	font-weight: bold;
}
.subtle {
	font-weight: 300;
	color: #999;
}
.event-info .strong {
	text-transform: none;
}
h2.help-text {
	margin:-5px 0 10px;
}
h3.help-text, h3.help-text.bold {
	margin: 10px 0 15px;
	font-weight: 400;
	font-size: 20px;
}
label.medium-inline {
	margin-bottom: 0;
}
form h2 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.2px;
}

.primary-content-split input {
	padding: 5px 10px;
	text-transform: none;
}

.scrollable {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
}
form .top-bar {
	height: auto;
	overflow: visible;
}

#ui-timepicker-div {
	z-index: 10000 !important;
}

@media (max-width: 1305px) {
	.right-content-bottom-controls {
		bottom: 87px;
	}
}

@media (max-width: 1200px) {
	#profile-info h1 {
		font-size: 28px;
	}
	#profile-info .profile-header-left p {
		font-size: 16px;
	}
	.profile-header-left {
    width: 50%;
    left: 20px;
	}

	#event_results_list .score {
		position: relative;
	}
}

@media (max-width: 1025px) {
	.manage-action {
    top: -7px;
    right: auto;
    position: relative;
    float: left;
    border-radius: 5px;
    left: 0px;
    width: 98%;
    clear: both;
		display: block;
	}

	#event_results_list .score {
		position: absolute;
	}

	#search-results ul.selectable li:hover,
	#search-results ul.selectable li.selected, 
	#search-results ul.selectable li.selected:hover {
		border-right: solid 7px #fff;
	}

	#scroll_container.scrollable {
		overflow: visible;
	}

	.flyout .scrollable {
		-webkit-overflow-scrolling: touch;
	}

	.off-canvas-wrap:not(.magellan),
	.off-canvas-wrap:not(.magellan) .inner-wrap {
		height: 100%;
		width: 100%;
	}

	.off-canvas-wrap:not(.magellan) .content-wrap {
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.home-index .off-canvas-wrap,
	.home-index .off-canvas-wrap .inner-wrap {
		height: auto;
	}
}

@media (max-width: 1180px) {
	.tabs .small-title {
		display: none;
	}
	#mini-profile .icon-matrix.permits {
	    background-position: -223px -224px;
	}
	#mini-profile .icon-matrix.schedule {
	    background-position: -223px -147px;
	}
	#mini-profile .icon-matrix.menu {
	    background-position: -223px -70px;
	}
	#mini-profile #profile-info h1 {
		font-size: 26px;
	}
}

@media (max-width: 1025px) {
	.truck_select .event_wrap button.xbutton {
		z-index: 0;
	}
	#mini-profile #profile-info h1 {
		font-size: 25px;
	}
	.flyout .header button {
		top: -10px;
	}
	.flyout button {
		top: -10px;
		width: 100%;
		border-radius: 0;
	}
	.flyout ul.inline-list li {
		margin: 10px 0 0 40px;
	}
	.flyout .right-content-bottom-controls {
		padding-left: 0;
	}
	.flyout form {
		margin-bottom: 100px;
	}
	.button.close-flyout {
		right: 10px;
		left: auto;
		border-radius: 5px;
		z-index: 11;
	}
}

@media (max-width: 830px) {
	.primary-content-split form {
		padding-bottom: 80px;
	}
	.right-content-bottom-controls {
		bottom: 0;
		position: fixed;
	}
	.primary-content-split {
		height: auto;
	}
	.sidebar-stepped-nav {
		height: auto;
		float: right;
	}
	.sidebar-stepped-nav ul li .step-number {
		margin: 15px 0 15px 40px;
		min-width: 40px;
		height: 40px;
		font-size: 27px;
		padding-top: 0;
	}
	.sidebar-stepped-nav ul li.checked .step-number {
		background: #36cc52 url(/img/icon-matrix.2.png) no-repeat -128px -186px;
	}
	.sidebar-stepped-nav ul li .step-title {
		margin: 20px 10px 0 30px;
	}
	.sidebar-stepped-nav ul li .step-title:first-child {
		margin: 20px 10px 20px 30px;
		font-size: 16px;
	}
	.landing-hero .nav{
		top: 0px;
		left: 5px;
	}
	.landing-hero .nav li {
		float: right;
	}
	.landing-hero .logo{
		margin-top: 50px;
	}
	.landing-hero h1.center {
		font-size: 2rem;
	}
	.landing-feature {
		margin-bottom: 10px;
	}
	.landing-feature li {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.dropshadow:after{
		box-shadow: none;
	}
	#login_page form, #register_page form {
		padding: 1rem 1rem;
		margin-bottom: 3.125rem;
		margin-top: 1.125rem;
	}
	.events-schedule #mini-profile .carousel, .events-register #mini-profile .carousel {
	    height: 220px;
	    min-height: 220px;
	}
	#mini-profile #profile-info h1 {
		font-size: 24px;
	}
	.profile .lotmom-tabs .tabs, .profile .lotmom-tabs .tabs dd {
		width: 100%;
	}
	.profile .lotmom-tabs .tabs dd a {
		width: 100%;
		text-align: left;
	}

	#catering_truck_select_page .right-content-bottom-controls {
		z-index: 10;
		bottom: 0px;
    padding: 6px 15px;
    position: fixed;
	}
	#search-results li:last-child {
    margin-bottom: 180px;
	}
	#scroll_container h4 {
		position: relative;
		top: -160px;
	}

	form .alt-fee {
		display: inline;
		border-left: none;
		border-top: 1px solid rgba(59, 148, 139, 0.25);
		margin-bottom: 10px;
		padding-top: 20px;
		padding-left: 0;
		margin-left: 0;
		width: 100%;
	}

	.calendar-buttons {
		position: absolute;
		top: 10px;
		right: auto;
		width: 100%;
		z-index: 1;
	}
	.calendar-buttons .button.small {
		width: 100%;
    border-radius: 0;
    left: -5px;
    margin-right: 0px;
	}
	.flyout form {
		margin-bottom: 140px;
	}
	.flyout .recurs-section .select-toggle {
		margin-top: 0;
	}

    .my-page #scroll_container,
	.scrollable-content-with-space-for-bottom-controls,
	.primary-content-split form {
		overflow: visible;
	}
}

@media (max-width: 640px) {

	.thumb-trucks-attending.trucks-large a .title {
		margin: 5px 15px 0;
		font-size: 24px;
		font-weight: 500;
		width: 100%;
		color: #337f76;
	}

	#search_page {
		position: relative;
		top: 160px;
	}
	#search-controls-wrapper {
		z-index: 3;
	}

	.flyout .lotmom-tabs .tabs dd, .flyout .lotmom-tabs .tabs dd a {
		width: 100%;
		text-align: left;
	}

	.landing-hero .serif {
		font-size: 18px;
	}

	#login_page form, #register_page form {
		padding: 2rem 2rem;
		margin-bottom: 3.125rem;
		margin-top: 1.125rem;
	}
	nav .top-bar-section ul li>a {
		padding: 0 20px;
	}
	.events-schedule #mini-profile .carousel, .events-register #mini-profile .carousel {
	    height: 190px;
	    min-height: 190px;
	}
	#mini-profile #profile-info h1 {
		font-size: 20px;
	}	

	#truck_profile_page #profile-slider {
    	height: 300px;
    	overflow: hidden;
	}

	#profile-info {
		padding-top: 0;
	}

	#profile-info .button {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.slick {
		max-height: 300px;
	}

	#truck_profile_page .profile-header-right, #truck_profile_page .profile-header-left,
	#mini-profile .profile-header-right, #mini-profile .profile-header-left {
		float: left;
		padding-bottom: 10px;
		position: relative;
		text-align: left;
		left: 0;
		top: 0;
		width: 100%;
	}
	#profile-info .social-media ul.social-icons {
		float: left;
    margin-top: -15px;
	}

	#truck_profile_page .profile-info-container, #truck_profile_page .carousel-container {
		position: static;
		height: 300px;
	}
	#truck_profile_page .profile-header .scrim {
		display: none;
	}

	.profile-header-right {
		margin-bottom: 10px;
	}
	.profile-header-left {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.license-plate {
		float: left;
		margin-left: 0;
	}

    .my-page #scroll_container,
	.scrollable-content-with-space-for-bottom-controls,
	.primary-content-split form {
		overflow: visible;
	}

	#event_results_list .score {
		position: relative;
	}

	#where ul {
		width: 572px;
		left: -5px;
	}
}

@media (max-width: 479px) {
	.carousel {
		min-height: 13rem;
	}

	#profile-info {
		min-height: 12rem;
		padding: 3rem 0.5em;
	}

	.profile-header-right,
	.profile-header-left {
		position: relative;
		width:100%;
	}

	.profile-header-left {
		left: auto;
	}

	.thumb-trucks-attending.trucks-large .thumb-truck {
		padding-left: 5px;
	}

	.thumb-trucks-attending.trucks-large .rounded-image {
		position: relative;
		left: auto;
		top: auto;
	}
	.thumb-trucks-attending.trucks-large .info {
		display: block;
	}
	.profile-header-left .profile-header-description {
		display: none;
	}

	#where ul {
		width: 382px;
		left: -5px;
	}
}