/* Site CSS Structure */
/* Variables */
/* Colors */
/* Sizing and Spacing */
/* Common-level Variables */
/* Links */
/* Fonts and Sizing */
/* Typography */
/* General Breakpoints */
/* Z-index guide */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  text-align: left;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden {
  display: none;
}

.d-none {
  display: none !important;
}

.clearfix:before, .clearfix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clearfix:after,
.clear:after {
  clear: both;
}

.will-animate {
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.responsive-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* Site CSS Structure */
body {
  background: #e9e8e5 url(../img/background.svg);
  color: #2e3035;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

.limiter {
  overflow: hidden;
}

iframe {
  max-width: 100%;
  border: none;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.text-center {
  text-align: center;
}

.columns {
  margin: 0 auto;
  column-count: auto;
  column-gap: 2rem;
  column-width: 150px;
  column-rule: 1px solid rgba(0, 0, 0, 0.28);
}
.columns > * {
  margin-top: 0;
  margin-bottom: 1rem;
}

.site-container {
  min-height: calc(100vh - 267px);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 87px;
}
@media all and (min-width: 640px) {
  .site-container {
    padding-top: 52px;
  }
}
@media all and (min-width: 720px) {
  .site-container {
    padding-top: 58px;
  }
}

.home-link {
  position: relative;
  display: inline-block;
  margin-top: 2.25rem;
  padding-left: 3rem;
  color: white;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 700;
  line-height: 0.86;
  text-decoration: none;
  text-shadow: multiple-text-shadow(8, #de624d);
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  z-index: 2;
}
.home-link span {
  display: block;
  max-width: 260px;
}
.home-link {
  /*
  &:after,
  &:before {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    bottom: -16px;
    left: -5%;
    height: 20px;
    background: $orange;
    z-index: -1;
  }

  &:after {
    bottom: -6px;
    height: 10px;
    background: rgba(255, 255, 255, .17);
  }
  */
}
.home-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -118px;
  left: -154px;
  width: 660px;
  height: 398px;
  background: url(../img/the-truck.svg) no-repeat 0 50%;
  transform: rotate(5deg);
  z-index: -1;
  pointer-events: none;
}
.home-link:hover, .home-link:focus {
  color: white;
  text-decoration: none;
}
@media all and (min-width: 480px) {
  .home-link {
    font-size: 2.375em;
  }
}
@media all and (min-width: 1020px) {
  .home-link {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  .cols {
    display: flex;
  }
}

.full-width-wrapper {
  position: relative;
  padding: 4rem 1rem;
  margin: 0 auto;
  background: rgba(233, 232, 229, 0.6);
}
.full-width-wrapper h1 {
  position: relative;
}
@media all and (min-width: 768px) {
  .full-width-wrapper {
    display: flex;
    padding: 3rem 1.5rem;
  }
}
@media all and (min-width: 992px) {
  .full-width-wrapper {
    padding: 3rem 1.5rem;
  }
}

.leftCol {
  flex: 1 auto;
}
.leftCol img {
  max-width: 100%;
  height: auto;
}

.rightCol {
  margin: 2rem 0 0;
  padding: 1rem;
  background: rgba(229, 228, 223, 0.4);
}
.rightCol img {
  max-width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .rightCol {
    flex: 0 0 240px;
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 992px) {
  .rightCol {
    flex-basis: 340px;
    margin-left: 2rem;
  }
}

/* Applied to content, excluded from style dropdown */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

/* Site CSS Structure */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 0;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-weight: 700;
  line-height: 1.14;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

h2 a {
  text-underline-offset: 4px;
  text-decoration-thickness: 4px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #495057;
}

h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.04rem;
}

h1 {
  font-size: 2.5rem;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6 {
  margin-top: 1rem;
}

h2 {
  font-size: 2rem;
}
h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
  margin-top: 1rem;
}

h3 {
  font-size: 1.75rem;
}
h3 + h3, h3 + h4, h3 + h5, h3 + h6 {
  margin-top: 1rem;
}
h4 {
  font-size: 1.5rem;
}
h4 + h4, h4 + h5, h4 + h6 {
  margin-top: 1rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
}
h5 + h5, h5 + h6 {
  margin-top: 1rem;
}

h6 {
  color: #db3f1b;
  font-size: 1rem;
}
h6 + h6 {
  margin-top: 1rem;
}

hr {
  border: none;
  border-bottom: 0.25rem solid #db3f1b;
}

p {
  margin: 1rem 0 0;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  p {
    font-size: 1.125em;
  }
}

a {
  color: #007dbd;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #1abbe8;
  text-decoration: none;
}

.font-arvo {
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
}

ul,
dl,
ol {
  color: #4a4a4a;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
@media all and (min-width: 768px) {
  ul,
  dl,
  ol {
    font-size: 1em;
  }
}
ul li,
dl li,
ol li {
  margin-top: 0.5rem;
}

li > h1,
li > h2,
li > h3,
li > h4 {
  margin-top: 0;
}

/* Site CSS Structure */
/*
 * FullCalendar v1.4.11 Stylesheet
 *
 * Feel free to edit this file to customize the look of FullCalendar.
 * When upgrading to newer versions, please upgrade this file as well,
 * porting over any customizations afterwards.
 *
 * Date: Tue Feb 22 21:47:22 2011 -0800
 *
 */
/* TODO: make font sizes look the same in all doctypes */
.fc,
.fc .fc-header,
.fc .fc-content {
  font-size: 1em;
}

.fc {
  direction: ltr;
  text-align: left;
  margin-bottom: 2rem;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td,
.fc th {
  padding: 0.25rem;
  vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
table.fc-header {
  width: 100%;
}
table.fc-header td {
  padding: 0;
}

.fc-header-left {
  width: 25%;
}

.fc-header-left table {
  float: left;
}

.fc-header-center {
  width: 50%;
  text-align: center;
}

.fc-header-center table {
  margin: 0 auto;
}

.fc-header-right {
  width: 25%;
}

.fc-header-right table {
  float: right;
}

.fc-header-title {
  margin-top: 0;
  white-space: nowrap;
}

.fc-header-space {
  padding-left: 10px;
}

/* right-to-left */
.fc-rtl .fc-header-title {
  direction: rtl;
}

/* Buttons
------------------------------------------------------------------------*/
.fc-header .fc-state-default,
.fc-header .ui-state-default {
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.fc-header .fc-state-default {
  border-width: 1px 0;
  padding: 0 1px;
}

.fc-header .ui-state-default {
  padding: 4px 6px;
}

.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
  white-space: nowrap;
}

/* for adjacent buttons */
.fc-header .fc-no-right {
  padding-right: 0;
}

.fc-header .fc-no-right a {
  margin-right: 0;
  border-right: 0;
}

.fc-header .ui-no-right {
  border-right: 0;
}

/* for fake rounded corners */
.fc-header .fc-corner-left {
  margin-left: 1px;
  padding-left: 0;
}

.fc-header .fc-corner-right {
  margin-right: 1px;
  padding-right: 0;
}

/* DISABLED button COLORS */
.fc-header .fc-state-disabled a {
  color: #999;
}

/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
.fc-widget-content {
  border: 1px solid #adb5bd;
  border-radius: 3px;
}

.fc-content {
  clear: both;
}

.fc-content .fc-state-default {
  border-style: solid;
  border-color: #ced4da; /* inner border color */
}

.fc-content .fc-state-highlight {
  /* today */
  background: #ffc;
}

.fc-content .fc-not-today {
  /* override jq-ui highlight (TODO: ui-widget-content) */
  background: none;
}

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: 0.2;
  filter: alpha(opacity=20); /* for IE */
}

.fc-view {
  /* prevents dragging outside of widget */
  width: 100%;
  overflow: hidden;
}

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  border-style: solid;
  border-color: #36c; /* default BORDER color (probably the same as background-color) */
  background-color: #36c; /* default BACKGROUND color */
  color: #fff; /* default TEXT color */
}

.fc-event .lunch {
  background-color: #36c;
}

.fc-event .evening {
  background-color: #777;
}

.fc-event .rally {
  background-color: #d4502c;
}

/* Use the 'className' CalEvent property and the following
	 * example CSS to change event color on a per-event basis:
	 *
	 * .myclass,
	 * .fc-agenda .myclass .fc-event-time,
	 * .myclass a {
	 *     background-color: black;
	 *     border-color: black;
	 *     color: red;
	 *     }
	 */
.fc-event {
  text-align: left;
}

.fc-event a {
  overflow: hidden;
  font-size: 0.85em;
  text-decoration: none;
  cursor: pointer;
}

.fc-event-editable {
  cursor: pointer;
}

.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

/* for fake rounded corners */
.fc-event a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* right-to-left */
.fc-rtl .fc-event a {
  text-align: right;
}

/* resizable */
.fc .ui-resizable-handle {
  /*** TODO: don't use ui-resizable anoymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
  background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
}

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

.fc-event-hori a {
  border-width: 0;
}

/* for fake rounded corners */
.fc-content .fc-corner-left {
  margin-left: 1px;
}

.fc-content .fc-corner-left a {
  margin-left: -1px;
  border-left-width: 1px;
}

.fc-content .fc-corner-right {
  margin-right: 1px;
}

.fc-content .fc-corner-right a {
  margin-right: -1px;
  border-right-width: 1px;
}

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important; /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px; /* IE6 had 0 height */
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid table {
  width: 100%;
  background: white;
}

.fc .fc-grid th {
  border-width: 0 0 0 1px;
  text-align: center;
}

.fc .fc-grid td {
  border-width: 1px 0 0 1px;
}

.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
  border-left: 0;
}

.fc-grid th:first-child {
  border-top-left-radius: 3px;
}

.fc-grid th:last-child {
  border-top-right-radius: 3px;
}

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */ /* opacity with small font can sometimes look too faded 	   might want to set the 'color' property instead 	   making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 0; /* distance between events and day edges */
}

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
}

/* right-to-left */
.fc-rtl .fc-grid {
  direction: rtl;
}

.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc .fc-agenda th,
.fc .fc-agenda td {
  border-width: 1px 0 0 1px;
}

.fc .fc-agenda .fc-leftmost {
  border-left: 0;
}

.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
  border-top: 0;
}

.fc-agenda-head tr.fc-last th {
  border-bottom-width: 1px;
}

.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
  background: none;
}

.fc-agenda-head th {
  text-align: center;
}

/* the time axis running down the left side */
.fc-agenda .fc-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: right;
  font-weight: normal;
}

/* all-day event cells at top */
.fc-agenda-head tr.fc-all-day th {
  height: 35px;
}

.fc-agenda-head td {
  padding-bottom: 10px;
}

.fc .fc-divider div {
  font-size: 1px; /* for IE6/7 */
  height: 2px;
}

.fc .fc-divider .fc-state-default {
  background: #eee; /* color for divider between all-day and time-slot events */
}

/* body styles */
.fc .fc-agenda-body td div {
  height: 20px; /* slot height */
}

.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
  border-top-style: dotted;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 0; /* distance between events and day edges */
}

/* vertical background columns */
.fc .fc-agenda-bg .ui-state-highlight {
  background-image: none; /* tall column, don't want repeating background image */
}

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert a {
  border-width: 0;
}

/* for fake rounded corners */
.fc-content .fc-corner-top {
  margin-top: 1px;
}

.fc-content .fc-corner-top a {
  margin-top: -1px;
  border-top-width: 1px;
}

.fc-content .fc-corner-bottom {
  margin-bottom: 1px;
}

.fc-content .fc-corner-bottom a {
  margin-bottom: -1px;
  border-bottom-width: 1px;
}

/* event content */
.fc-event-vert span {
  display: block;
  position: relative;
  z-index: 2;
}

.fc-event-vert span.fc-event-time {
  white-space: nowrap;
  _white-space: normal;
  overflow: hidden;
  border: 0;
  font-size: 10px;
}

.fc-event-vert span.fc-event-title {
  line-height: 13px;
}

.fc-event-vert span.fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

th.weekSelect,
td.weekSelect {
  width: 10px !important;
}

.weekSelect a {
  display: block;
  padding: 60px 0;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}

.fc-content tr.weekHover .fc-not-today {
  background-color: #eef3f9;
}

.fc-content tr.weekHover .fc-today {
  background-color: #fafbd9;
}

.widget .weekSelect a {
  padding: 8px 0;
}

.widget .fc-day-content div,
.widget .fc-event {
  display: none;
}

.widget .fc-not-today.hasEvent {
  background-color: #e0f0b2;
}

.widget .fc-today.hasEvent {
  background-color: #f3f9c2;
}

/* Site CSS Structure */
/*
Buttons

Button styles can be applied to any element. Typically you'll want
to use either a `<button>` or an `<a>` element:

Markup:
<Button>Click</Button>
<Buttons href="trulia.com">Trulia!</Buttons>

If your button is actually a link to another page, please use the
`<a>` element, while if your button performs an action, such as
submitting a form or triggering some javascript event, then use a
`<button>` element.

Styleguide Components - Buttons
*/
/* Main Button Class
/* -------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  padding: 0.75rem 1.25rem;
  background-image: linear-gradient(134deg, #f46b44 0%, #b3447a 121%);
  color: white;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.04rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.button:hover, .button:active, .button.active {
  color: white;
  background-size: 120%;
  text-decoration: none;
  transform: scale(1.04);
}
.button:disabled {
  opacity: 0.4;
  cursor: default;
}
@media all and (min-width: 768px) {
  .button {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.button {
  /* Emphasis Modifiers
  /* -------------------------------------------------- */
}
.button--tilted {
  display: block;
  white-space: nowrap;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.14);
  transform: rotate(-5deg);
  transition: all 0.2s ease;
}
.button--tilted span {
  position: relative;
  display: block;
  transform: rotate(2deg);
  transition: all 0.2s ease;
}
.button--tilted:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 100%;
  transform: rotate(3deg);
  transition: all 0.2s ease;
  border: 5px solid #ffffff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.14);
}
.button--tilted:hover, .button--tilted:focus {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.24);
  transform: rotate(0);
}
.button--tilted:hover span, .button--tilted:focus span {
  transform: rotate(0);
}
.button--tilted:hover:after, .button--tilted:focus:after {
  left: 0;
  width: 100%;
  transform: rotate(0);
}
.button {
  /* Display Modifiers
  /* -------------------------------------------------- */
}
.button--block {
  display: block;
}
.button {
  /* Size Modifiers
  /* -------------------------------------------------- */
  /* Small Button */
}
.button {
  /* Large Button */
}
.button--large {
  padding: 1.375rem 2.5rem;
  font-size: 1.5em;
}
@media all and (min-width: 768px) {
  .button--large {
    font-size: 2.125em;
  }
}
.button--no-shadow {
  box-shadow: none;
}

/* Secondary Button
/* -------------------------------------------------- */
.secondary-button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: white;
  color: #4a4a4a;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #cdcdcd;
  transition: all 0.2s ease;
}
.secondary-button:hover, .secondary-button:focus {
  border-color: rgb(179.5, 179.5, 179.5);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* Button Icons
/* -------------------------------------------------- */
/*
.button-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-right: 4px;
  cursor: pointer;
  transition: all .2s ease;
}
*/
/* Icon-only button */
/*
.icon-button {
  display: inline-block;
  background: none;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;

  svg {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
  }
}
*/
/* Text buttons
/* -------------------------------------------------- */
/*
.text-button {
  display: inline-block;
  background: none;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  outline: none;

  .svg-icon {
    display: inline-flex;
    align-self: center;
    position: relative;
    height: 1em;
    width: 1em;
    margin-right: .25em;

    svg {
      position: absolute;
      height: 1em;
      width: 1em;
      bottom: -.1em;
    }
  }

  &:hover,
  &:active {
    text-decoration: underline;
  }

  &:disabled,
  &.disabled {
    color: #444;
    text-decoration: line-through;
    opacity: 0.7;
    cursor: text;
  }
}
*/
/* Text Button With Icon
/* -------------------------------------------------- */
/*
.button.with-icon {
  display: flex;
  justify-content: center;

  .icon {
    width: 16px;
    height: 16px;
    color: white;
    margin-right: 10px;
  }
}
*/
/* Icon Buttons
/* -------------------------------------------------- */
/*
.btn-icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
  text-align: center;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  outline: 0;
  transition: all .2s ease;
  padding: 0;

  svg {
    width: 14px;
    height: 14px;
  }

  &:hover {
    color: white;
  }
}
*/
/* Site CSS Structure */
footer {
  padding: 1.5rem 2rem;
  background: #e06148 url(../img/truck-stamp.svg) no-repeat -200px 100%;
  color: white;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .social-media-bumpersticker {
  float: left;
  margin-top: -2.25rem;
}
footer .social-media-bumpersticker li {
  margin-top: 0;
}

.footer__navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__navigation li {
  margin-top: 0.875rem;
  text-align: right;
}
.footer__navigation li:first-child {
  margin-top: 0;
}
.footer__navigation a {
  color: white;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.125rem;
  text-decoration: none;
}

.footer__navigation-second {
  margin-top: 0.875rem;
}

/* Site CSS Structure */
/*
Forms
*/
.text-danger {
  font-size: 0.9em;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

#eventForm .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#eventForm .form-group {
  margin-bottom: 1rem;
}
#eventForm .form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.col-md-4,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.form-control {
  display: block;
  position: relative;
  width: 100%;
  min-height: 36px;
  height: 36px;
  padding: 4px 12px;
  margin: 0;
  color: #6c757d;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  outline: none;
  transition: all 0.2s ease;
}
.form-control:hover, .form-control:focus {
  border-color: #6c757d;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Form Structure
/* -------------------------------------------------- */
fieldset {
  padding: 5px 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: inherit;
  border: 0;
}
legend strong {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.formWrapper:before, .formWrapper:after {
  content: "";
  display: table;
}
.formWrapper:after {
  clear: both;
}

/* Form Input + Label = Form Field
/* -------------------------------------------------- */
.formHalf,
.formWhole {
  position: relative;
  margin-bottom: 1rem;
}
.formHalf label,
.formWhole label {
  position: relative;
  display: block;
  margin: 0 0 0.125rem;
  color: #6c757d;
  font-size: 0.875em;
}
.formHalf,
.formWhole {
  /* Form Input
  /* -------------------------------------------------- */
}
.formHalf .text,
.formHalf textarea,
.formWhole .text,
.formWhole textarea {
  display: block;
  position: relative;
  width: 100%;
  min-height: 36px;
  height: 36px;
  padding: 4px 12px;
  margin: 0;
  color: #6c757d;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  outline: none;
  transition: all 0.2s ease;
}
.formHalf .text:hover, .formHalf .text:focus,
.formHalf textarea:hover,
.formHalf textarea:focus,
.formWhole .text:hover,
.formWhole .text:focus,
.formWhole textarea:hover,
.formWhole textarea:focus {
  border-color: #6c757d;
}
.formHalf .text.error,
.formHalf textarea.error,
.formWhole .text.error,
.formWhole textarea.error {
  background-color: #f5dadb;
  border-color: #b70000;
}
.formHalf textarea,
.formWhole textarea {
  min-height: 140px;
}

@media all and (min-width: 640px) {
  .formHalf {
    float: left;
    width: 49%;
  }
  .formHalf + .formHalf {
    margin-left: 2%;
  }
}

.formWhole {
  clear: both;
}

.labelReset {
  display: flex;
}
.labelReset input + label {
  padding-left: 0.25rem;
}

input + .labelReset {
  margin-top: 0.25rem;
}

/* Select Menu
/* -------------------------------------------------- */
.form-select,
select {
  display: block;
  position: relative;
  width: 100%;
  min-height: 36px;
  height: 36px;
  padding: 4px 12px;
  margin: 0;
  color: #6c757d;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  outline: none;
  transition: all 0.2s ease;
}
.form-select:hover, .form-select:focus,
select:hover,
select:focus {
  border-color: #6c757d;
}
.form-select.error,
select.error {
  background-color: #f5dadb;
  border-color: #b70000;
}

/* Radio and Checkboxes Input
/* -------------------------------------------------- */
.radio-title {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
}

.radio-input,
.checkbox-input {
  position: relative;
}
.radio-input label,
.checkbox-input label {
  position: relative;
  display: block;
  /*min-height: 20px;*/
  padding: 1px 0 0 22px;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
}
.radio-input label:before, .radio-input label:after,
.checkbox-input label:before,
.checkbox-input label:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.14s ease;
}
.radio-input label:before,
.checkbox-input label:before {
  border: 1px solid black;
}
.radio-input label:after,
.checkbox-input label:after {
  background: black;
  transform: scale(0);
}
.radio-input label:hover:before, .radio-input label:focus:before,
.checkbox-input label:hover:before,
.checkbox-input label:focus:before {
  border-color: black;
}
.radio-input input[type=radio],
.radio-input input[type=checkbox],
.checkbox-input input[type=radio],
.checkbox-input input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.radio-input input[type=checkbox]:checked + label:before,
.radio-input input[type=radio]:checked + label:before,
.checkbox-input input[type=checkbox]:checked + label:before,
.checkbox-input input[type=radio]:checked + label:before {
  border-color: black;
}
.radio-input input[type=checkbox]:checked + label:after,
.radio-input input[type=radio]:checked + label:after,
.checkbox-input input[type=checkbox]:checked + label:after,
.checkbox-input input[type=radio]:checked + label:after {
  transform: scale(1);
}
.radio-input input[type=checkbox]:checked + label:hover:before, .radio-input input[type=checkbox]:checked + label:hover:after,
.radio-input input[type=radio]:checked + label:hover:before,
.radio-input input[type=radio]:checked + label:hover:after,
.checkbox-input input[type=checkbox]:checked + label:hover:before,
.checkbox-input input[type=checkbox]:checked + label:hover:after,
.checkbox-input input[type=radio]:checked + label:hover:before,
.checkbox-input input[type=radio]:checked + label:hover:after {
  background: black;
}
.radio-input.disabled label,
.radio-input fieldset[disabled] label,
.checkbox-input.disabled label,
.checkbox-input fieldset[disabled] label {
  cursor: not-allowed;
}
.radio-input + .radio-input, .radio-input + .checkbox-input,
.checkbox-input + .radio-input,
.checkbox-input + .checkbox-input {
  margin-top: 10px;
}

/* Apply same disabled cursor tweak as for inputs
   Some special care is needed because <label>s don't inherit their parent's `cursor`.
   Note: Neither radios nor checkboxes can be readonly. */
input[type=radio][disabled], input[type=radio].disabled,
input[type=radio] fieldset[disabled],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
input[type=checkbox] fieldset[disabled] {
  cursor: not-allowed;
}

/* Form Validation
/* -------------------------------------------------- */
.validator {
  display: none;
}

.errorWrapper .validator {
  display: flex;
}

.errorMessage {
  display: block;
  padding: 0.25rem 0.325rem;
  margin-left: 4px;
  background: #b70000;
  color: white;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
}

.error-summary {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
  padding-left: 30px;
  color: #dc0000;
  font-size: 13px;
  text-align: left;
}
.error-summary.success {
  padding-left: 0;
  color: #009949;
}
.error-summary span {
  display: block;
  line-height: 16px;
}
.error-summary .icon-error {
  position: absolute;
  display: block;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
}

.in-error .form-input,
.in-error .form-select {
  position: relative;
  background: rgba(105, 0, 0, 0.5);
  border-color: #b70000; /*TODO: Make variable*/
}
.in-error .form-input::placeholder,
.in-error .form-select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Site CSS Structure */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */
/* Header-specific styles
/* -------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.11);
  z-index: 42;
}
header .button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1em;
}
header .button span {
  position: relative;
  display: inline-block;
  padding-right: 1.25rem;
  top: 1px;
}
header .button svg {
  position: absolute;
  display: block;
  top: 49%;
  right: 0;
  width: 10px;
  height: 18px;
  transform: translateY(-50%);
}
@media all and (min-width: 640px) {
  header {
    display: flex;
    left: auto;
  }
  header .button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 51px;
    order: 2;
  }
  header .button svg {
    top: 50%;
  }
}
@media all and (min-width: 768px) {
  header .button {
    line-height: 55px;
  }
}
@media all and (min-width: 840px) {
  header .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125em;
    line-height: 58px;
  }
  header .button span {
    padding-right: 1.5rem;
  }
  header .button svg {
    width: 14px;
    height: 26px;
  }
}

.main-navigation {
  background-color: white;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.main-navigation ul {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.main-navigation ul:before, .main-navigation ul:after {
  content: "";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
.main-navigation li {
  flex: 1 auto;
  display: block;
  margin-top: 0;
}
.main-navigation a {
  display: block;
  padding: 1rem 0.25rem;
  font-size: 0.8125em;
  font-weight: 700;
  color: #48170e;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.main-navigation a:hover, .main-navigation a:focus {
  background: rgba(72, 23, 14, 0.14);
  text-decoration: none;
}
@media all and (min-width: 350px) {
  .main-navigation a {
    font-size: 0.875em;
  }
}
@media all and (min-width: 640px) {
  .main-navigation a {
    padding: 1.125rem 0.4375rem;
  }
}
@media all and (min-width: 768px) {
  .main-navigation a {
    padding: 1.25rem 1rem;
  }
}
@media all and (min-width: 840px) {
  .main-navigation a {
    font-size: 1em;
  }
}
@media all and (min-width: 1020px) {
  .main-navigation a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media all and (min-width: 1070px) {
  .main-navigation a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 1100px) {
  .main-navigation a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Site CSS Structure */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Events
/* -------------------------------------------------- */
/* Event Quickview
/* -------------------------------------------------- */
.events-quickview__event__title {
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.125em;
}
.events-quickview__event__date-time {
  margin-top: 0.25em;
  font-size: 0.875em;
  font-weight: 400;
}
.events-quickview__event__date-time__time {
  display: inline-block;
  padding-left: 0.75em;
}
.events-quickview__event__summary {
  margin-top: 0.5em;
  font-size: 0.75em;
  font-weight: 400;
}

@media all and (min-width: 640px) {
  .categoryChooser {
    float: left;
    width: 49%;
  }
}

a.RSS,
a.RSS:visited {
  display: block;
  float: right;
  height: 20px;
  margin: 0 0 10px;
}

/* Site CSS Structure */
.thin-header {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  z-index: 2;
}
.thin-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 110vw;
  height: 90%;
  background-image: linear-gradient(-174deg, #b35470 0%, #ff1b3c 100%);
  transform: rotate(1deg) translateX(-50%);
  z-index: -1;
}
.thin-header h1,
.thin-header h2 {
  position: relative;
  top: -1.1875rem;
  margin-top: 0;
  padding: 0 0.25rem;
  color: white;
  font-size: 2.125em;
  font-style: italic;
  text-shadow: 1px 1px 0 #6c219a , 1px 1px 0 #6c219a , 2px 2px 0 #6c219a , 3px 3px 0 #6c219a , 4px 4px 0 #6c219a;
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  z-index: 2;
}
@media all and (min-width: 480px) {
  .thin-header h1,
  .thin-header h2 {
    top: -0.875rem;
  }
}
@media all and (min-width: 640px) {
  .thin-header h1,
  .thin-header h2 {
    top: -0.5rem;
  }
}
.thin-header .button--tilted {
  width: 80%;
  margin: -1rem auto 0;
  z-index: 3;
}
.thin-header__image {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: -2.75rem;
  margin-bottom: -1rem;
  padding-bottom: 40%;
  transform: skew(0deg, -5deg);
  box-shadow: 0 2px 19px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.thin-header__image img {
  position: absolute;
  display: block;
  min-height: 110%;
  width: 100%;
  top: 58%;
  left: 0;
  background: #db3f1b;
  transform: skew(0deg, 5deg) translateY(-50%);
}
@media all and (min-width: 768px) {
  .thin-header__image {
    padding-bottom: 20%;
    margin-bottom: 0;
  }
  .thin-header__image img {
    width: 125%;
    top: 50%;
  }
}
.thin-header__content {
  position: relative;
  margin: 1rem;
  padding: 1.5rem 1.5rem 5rem;
  background-color: #0d0527;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.thin-header__content__pull {
  display: flex;
  align-items: center;
  margin-top: 3.25rem;
}
.thin-header__content__pull:first-of-type {
  margin-top: 0;
}
.thin-header__content__pull__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}
.thin-header__content__pull__text {
  margin-top: 0;
  padding-left: 1rem;
  color: white;
  font-size: 1.25em;
  line-height: 1.15;
}
@media all and (min-width: 768px) {
  .thin-header {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .thin-header:before {
    height: 102%;
    top: 0;
    background-image: linear-gradient(6deg, #23c4f4 0%, #173096 50%, #ff1b3c 100%);
  }
  .thin-header h2 {
    top: 0.5rem;
    font-size: 3em;
    padding-left: 1.5rem;
  }
  .thin-header .button--tilted {
    position: absolute;
    right: 3rem;
    display: inline-block;
    width: auto;
    margin: -5rem 0 0;
  }
  .thin-header__content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 280px;
    padding-bottom: 1.5rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .thin-header__content__pull__text {
    font-size: 1em;
  }
}
@media all and (min-width: 992px) {
  .thin-header__content {
    transform: translateY(-65%);
  }
}

.listing-grid-title {
  margin: 2rem 0.5rem 2rem;
  padding-left: 1rem;
  font-size: 2.5rem;
  line-height: 1.55;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
  text-align: center;
}

.listing-grid {
  display: grid;
  padding: 0 0.25rem;
  margin-bottom: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem;
  width: 100%;
}
@media all and (min-width: 640px) {
  .listing-grid {
    padding: 0 1rem;
  }
}

.truck-listing {
  position: relative;
  display: flex;
  flex-flow: column;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
}
.truck-listing div {
  position: relative;
  background: #fff;
  flex: 1;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.truck-listing span {
  position: relative;
  display: block;
  transition: all 0.2s ease;
}
.truck-listing:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease;
  background: transparent;
  border: 7px solid #1abbe8;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: rotate(-2deg) scale(1.01);
  opacity: 0.2;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.14);
}
.truck-listing:hover, .truck-listing:focus {
  color: #2e3035;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.24);
}
.truck-listing:hover .truck-listing-title,
.truck-listing:hover .truck-listing-description,
.truck-listing:hover > *:after, .truck-listing:focus .truck-listing-title,
.truck-listing:focus .truck-listing-description,
.truck-listing:focus > *:after {
  transform: rotate(0) scale(1);
}
.truck-listing:hover .truck-listing-title:before, .truck-listing:focus .truck-listing-title:before {
  left: -1.625rem;
  width: calc(100% + 3.25rem);
}
.truck-listing:hover:after, .truck-listing:focus:after {
  opacity: 1;
  top: -4px;
  left: -4px;
}

.truck-listing-title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-weight: bold;
  text-align: center;
  transform: rotate(2deg) scale(1.04);
}
.truck-listing-title:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.14);
  background-image: linear-gradient(134deg, #f46b44 0%, #b3447a 111%);
  width: calc(100% + 2.5rem);
  height: calc(100% + 1.5rem);
  top: -0.75rem;
  left: -1.25rem;
  z-index: -1;
}

.truck-listing-description {
  margin-top: 1.5rem;
  font-size: 13px;
}

/* Content Blocks
/* -------------------------------------------------- */
.content-block {
  max-width: 90ch;
  margin: 2rem auto;
}

.title-content-block {
  max-width: 90ch;
  margin: 2rem auto;
}
.title-content-block h1 {
  color: #fff;
  margin-top: 0;
  font-size: 2.625em;
  font-style: italic;
  text-shadow: 1px 1px 0 #6c219a , 1px 1px 0 #6c219a , 2px 2px 0 #6c219a , 3px 3px 0 #6c219a , 4px 4px 0 #6c219a , 5px 5px 0 #6c219a , 6px 6px 0 #6c219a , 7px 7px 0 #6c219a , 8px 8px 0 #6c219a , 9px 9px 0 #6c219a , 10px 10px 0 #6c219a , 11px 11px 0 #6c219a , 12px 12px 0 #6c219a;
  margin-bottom: 2rem;
}

/* Testimonials Section
/* -------------------------------------------------- */
.testimonials-block {
  position: relative;
  padding: 3rem 0;
  background: #de624d;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .testimonials-block {
    padding: 6rem 2rem;
  }
}
.testimonials-block:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background: #de624d;
  width: 100dvw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-block > h3 {
  color: #fff;
  text-align: center;
  margin-top: 0.25rem;
  font-size: 2.625em;
  font-style: italic;
  text-shadow: 1px 1px 0 #8747ad , 1px 1px 0 #8747ad , 2px 2px 0 #8747ad , 3px 3px 0 #8747ad , 4px 4px 0 #8747ad , 5px 5px 0 #8747ad , 6px 6px 0 #8747ad , 7px 7px 0 #8747ad , 8px 8px 0 #8747ad , 9px 9px 0 #8747ad , 10px 10px 0 #8747ad , 11px 11px 0 #8747ad , 12px 12px 0 #8747ad;
}
.testimonials-block h2 {
  color: #ffc107;
  font-size: 2em;
  text-align: center;
  margin-top: 0;
}

.review-grid {
  display: grid;
  gap: 3rem;
  max-width: 90%;
  margin: 4rem auto 0;
}
@media all and (min-width: 768px) {
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.review {
  position: relative;
  background: white;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.15);
  padding: 2.5rem;
}
.review h3 {
  margin-top: 0;
  padding-right: 80px;
  font-size: 1.25em;
}
.review .rating {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: inline-block;
  background: #eeede8;
  font-size: 1.125rem;
  margin-left: 0.5rem;
  padding: 5px 8px;
  border-radius: 4px;
  transform: rotate(4deg);
}
.review .date {
  font-size: 0.75em;
  font-style: italic;
  margin-top: 0;
}
.review p {
  font-size: 1em;
}

.review-author {
  margin-top: 0.5rem;
}

/* FAQ Section
/* -------------------------------------------------- */
.faqs-block {
  position: relative;
  padding: 3rem 1rem;
  background: #e9c792;
  z-index: 1;
}
.faqs-block:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background: #e9c792;
  width: 100dvw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faqs-block h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 2.625em;
  font-style: italic;
  text-shadow: 1px 1px 0 #1abbe8 , 1px 1px 0 #1abbe8 , 2px 2px 0 #1abbe8 , 3px 3px 0 #1abbe8 , 4px 4px 0 #1abbe8 , 5px 5px 0 #1abbe8 , 6px 6px 0 #1abbe8 , 7px 7px 0 #1abbe8 , 8px 8px 0 #1abbe8 , 9px 9px 0 #1abbe8 , 10px 10px 0 #1abbe8 , 11px 11px 0 #1abbe8 , 12px 12px 0 #1abbe8;
}

.accordion {
  width: 100%;
  max-width: 880px;
  margin: 2rem auto 1rem;
}

.accordion-item {
  margin-top: 0.5rem;
}

.angle-down {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/angle-down-solid.svg) no-repeat center center;
}

.accordion-header {
  position: relative;
  width: 100%;
  padding: 1.5rem 2.85rem 1.325rem 1.5rem;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-weight: bold;
  font-size: 1.125em;
  text-align: left;
  background: #f7f7f7;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}
.accordion-header .angle-down {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.accordion-header.open .angle-down {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-header:hover {
  background: #b6e9f8;
}

.accordion-content {
  max-height: 0;
  background: #fff;
  overflow: hidden;
  line-height: 1.4;
  transition: max-height 0.3s ease-out;
}

.accordion-content div {
  margin: 0;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Site CSS Structure */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Home Page
/* -------------------------------------------------- */
/* Social Media Bumpersticker
/* -------------------------------------------------- */
.social-media-bumpersticker {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 3px 2px 1px rgba(0, 0, 0, 0.31);
  border-radius: 1px;
  transform: rotate(-5deg);
}
.social-media-bumpersticker:after {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(5deg);
  z-index: -1;
}
.social-media-bumpersticker .social-link {
  margin-left: 1rem;
  margin-top: 0;
}
.social-media-bumpersticker .social-link:first-child {
  margin-left: 0;
}
.social-media-bumpersticker .social-link a {
  position: relative;
  display: block;
  padding: 0.5rem;
  background: white;
  border-radius: 2px;
}
.social-media-bumpersticker .social-link a svg {
  position: relative;
  display: block;
  width: 28px;
  margin: 0 auto;
}
.social-media-bumpersticker .social-link a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.social-media-bumpersticker .social-link a:hover, .social-media-bumpersticker .social-link a:focus {
  background-color: rgba(26, 187, 232, 0.1);
}
.social-media-bumpersticker .social-link a:hover svg g, .social-media-bumpersticker .social-link a:focus svg g {
  fill: #007dbd;
}
.social-media-bumpersticker .social-link.facebook svg {
  width: 12px;
}
.social-media-bumpersticker .social-link.twitter svg {
  top: 3px;
}
/* The Truck
/* -------------------------------------------------- */
.truck-h1 {
  position: relative;
  max-width: 460px;
  margin-top: 3rem;
  margin-bottom: 12px;
  padding: 0 0.25rem;
  color: white;
  font-size: 3em;
  font-style: italic;
  line-height: 0.86;
  text-shadow: 1px 1px 0 #de624d , 1px 1px 0 #de624d , 2px 2px 0 #de624d , 3px 3px 0 #de624d , 4px 4px 0 #de624d , 5px 5px 0 #de624d , 6px 6px 0 #de624d , 7px 7px 0 #de624d , 8px 8px 0 #de624d;
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  z-index: 2;
}
@media all and (min-width: 375px) {
  .truck-h1 {
    font-size: 3.375em;
  }
}
@media all and (min-width: 710px) {
  .truck-h1 {
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .truck-h1 {
    left: -12px;
    margin-top: 5.6rem;
    font-size: 3.875em;
    white-space: nowrap;
  }
}

.truck {
  position: relative;
  margin-bottom: 100px;
  padding: 0 1rem;
}
.truck:before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: -30px;
  right: 0;
  width: 820px;
  height: 89%;
  background-color: #db3f1b;
  border-top: 10px solid #de624d;
  transform: rotate(-5deg);
  z-index: 0;
  pointer-events: none;
}
.truck:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
  background: url(../img/the-truck.svg) no-repeat 25% 100%;
  background-size: 1200px auto;
  z-index: 0;
  pointer-events: none;
}
.truck .svg_truck {
  display: none;
  pointer-events: none;
}
.truck__wrapper {
  position: relative;
  max-width: 768px;
  z-index: 1;
}
.truck__wrapper:before, .truck__wrapper:after {
  content: "";
  display: table;
}
.truck__wrapper:after {
  clear: both;
}
@media all and (min-width: 768px) {
  .truck {
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 4rem;
    padding-top: 1rem;
    background-color: transparent;
  }
  .truck:before {
    display: none;
  }
  .truck:after {
    display: none;
    width: 1031px;
    height: 621px;
    top: 0;
    right: auto;
    bottom: auto;
    background-size: cover;
    background-position: 0 0;
    z-index: 10;
  }
  .truck .svg_truck {
    display: block;
    position: absolute;
    top: -88px;
    left: -100px;
    width: 1220px;
    z-index: 0;
  }
}
@media all and (min-width: 992px) {
  .truck {
    padding-left: 2.375rem;
  }
  .truck .svg_truck {
    left: -60px;
  }
  .truck__wrapper {
    max-width: 860px;
  }
}

/* Truck Contact Area */
.truck__phone-number {
  position: relative;
  top: -8px;
  float: right;
  color: white;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.25em;
  transform: rotate(-5deg);
}
@media all and (min-width: 640px) {
  .truck__phone-number {
    top: -18px;
  }
}
@media all and (min-width: 768px) {
  .truck__phone-number {
    top: -38px;
  }
}
@media all and (min-width: 992px) {
  .truck__phone-number {
    position: absolute;
    top: -50px;
    right: 76px;
  }
}

.truck .social-media-bumpersticker {
  clear: right;
  float: right;
  top: -4px;
}
.truck .social-media-bumpersticker:after {
  transform: rotate(4deg);
}
@media all and (min-width: 480px) {
  .truck .social-media-bumpersticker {
    clear: none;
    top: 0;
    margin-right: 1rem;
  }
}
@media all and (min-width: 640px) {
  .truck .social-media-bumpersticker {
    top: -10px;
  }
}
@media all and (min-width: 768px) {
  .truck .social-media-bumpersticker {
    top: -30px;
  }
}
@media all and (min-width: 992px) {
  .truck .social-media-bumpersticker {
    position: absolute;
    top: -66px;
    right: 0;
  }
}

/* Today's Locations */
.truck__todays-locations {
  clear: both;
  position: relative;
  padding-top: 1rem;
}
.truck__todays-locations:before, .truck__todays-locations:after {
  content: "";
  display: table;
}
.truck__todays-locations:after {
  clear: both;
}
.truck__todays-locations h3 {
  position: relative;
  bottom: -6px;
  margin-top: 0;
  color: white;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.truck__todays-locations__bg {
  padding: 1rem;
  padding-bottom: 6.5rem;
  background-color: #2d2f33;
  background-image: linear-gradient(-180deg, #2d2f33 0%, #171a1e 100%);
  box-shadow: inset 0 0 20px 12px rgba(0, 0, 0, 0.14);
  color: white;
  border-radius: 2px;
  text-align: center;
}
.truck__todays-locations__bg h4 {
  font-size: 22px;
  font-weight: 500;
}
.truck__todays-locations__bg h4 + h4 {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
  padding-top: 0.75rem;
}
.truck__todays-locations__bg h4 a {
  color: #1abbe8;
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.truck__todays-locations__bg h4 a:hover, .truck__todays-locations__bg h4 a:focus {
  color: rgb(21.2202380952, 169.7619047619, 211.2797619048);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.truck__todays-locations__bg p {
  color: white;
}
.truck__todays-locations__bg a {
  color: #fff;
}
.truck__todays-locations__bg h4:first-of-type {
  margin-top: 0.5rem;
}
@media all and (min-width: 480px) {
  .truck__todays-locations {
    padding-top: 1.5rem;
  }
}
@media all and (min-width: 640px) {
  .truck__todays-locations {
    float: left;
    width: 50%;
    padding-top: 1.563rem;
  }
}
@media all and (min-width: 768px) {
  .truck__todays-locations {
    padding-top: 0;
  }
}

.truck__todays-locations__all-locations-btn {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  min-width: 100%;
  padding: 1.375rem 1rem;
  font-size: 1.5em;
}

/* Next Rally */
.truck__next-rally {
  margin-top: 2rem;
}
.truck__next-rally h4 {
  margin-top: 0;
  margin-bottom: -0.3125rem;
  color: white;
  font-size: 1.625em;
  font-style: italic;
  text-align: right;
  text-shadow: 1px 1px 0 #8747ad , 1px 1px 0 #8747ad , 2px 2px 0 #8747ad , 3px 3px 0 #8747ad , 4px 4px 0 #8747ad;
}
.truck__next-rally__bg {
  background-color: #8747ad;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.truck__next-rally__bg > div {
  display: flex;
  flex-direction: column;
}
.truck__next-rally__date {
  position: relative;
  padding: 0 1.25rem 1rem;
  color: #fff9f9;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  text-align: center;
}
.truck__next-rally__date h4 {
  font-size: 1.25rem;
}
.truck__next-rally__date p {
  color: #fff9f9;
}
.truck__next-rally__date a {
  color: #fff;
  text-shadow: 1px 1px 0 #007dbd , 1px 1px 0 #007dbd;
  text-underline-offset: 2px;
}
.truck__next-rally__date__month {
  display: block;
  letter-spacing: 0.1rem;
}
.truck__next-rally__date__day {
  display: block;
  font-size: 2.25em;
  font-weight: 700;
}
.truck__next-rally__info {
  display: flex;
  flex-flow: column nowrap;
  padding: 0.75rem 0.75rem 0.75rem 1.325rem;
  color: white;
}
.truck__next-rally__info__location {
  display: block;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.125em;
  font-weight: 400;
}
.truck__next-rally__info__address {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125em;
  font-weight: 300;
}
.truck__next-rally__info__time {
  display: block;
  margin-top: auto;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media all and (min-width: 640px) {
  .truck__next-rally {
    float: right;
    width: 46%;
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .truck__next-rally {
    margin-top: 0.5rem;
  }
}

/* Upcoming Events */
.truck__upcoming-events {
  margin-top: 1.25rem;
}
.truck__upcoming-events h5 {
  position: relative;
  width: 110%;
  left: -5%;
  margin-top: 0;
  margin-bottom: 8px;
  color: #007dbd;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 700;
  text-shadow: 1px 1px 0 #007dbd , 1px 1px 0 #007dbd , 2px 2px 0 #007dbd , 3px 3px 0 #007dbd , 4px 4px 0 #007dbd;
  text-align: center;
}
.truck__upcoming-events a {
  color: #fff;
}
.truck__upcoming-events__bg {
  padding: 0 1.25rem 1rem;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  text-align: center;
  background-color: #f7f5ed;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.truck__upcoming-events__bg > div {
  display: flex;
  flex-direction: column;
}
.truck__upcoming-events__bg h4 {
  font-size: 1.25rem;
}
.truck__upcoming-events__calendar-link {
  position: relative;
  display: block;
  bottom: -0.875rem;
  padding: 0.5rem;
  margin: 0.125rem 0.5rem 0;
  background-color: #8747ad;
  color: white;
  font-family: "Arvo", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-style: italic;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
.truck__upcoming-events__calendar-link:hover, .truck__upcoming-events__calendar-link:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(106.7827868852, 56.1598360656, 136.8401639344);
  transform: scale(1.02);
}
@media all and (min-width: 640px) {
  .truck__upcoming-events {
    float: right;
    width: 46%;
  }
}

/* Callout Section
/* -------------------------------------------------- */
.callout-section h2 {
  position: relative;
  padding: 0 1rem;
  margin-top: 0;
  margin-bottom: -2px;
  color: white;
  font-size: 2.375em;
  font-style: italic;
  line-height: 0.86;
  text-shadow: 1px 1px 0 #1abbe8 , 1px 1px 0 #1abbe8 , 2px 2px 0 #1abbe8 , 3px 3px 0 #1abbe8 , 4px 4px 0 #1abbe8;
  z-index: 2;
}
.callout-section h2 span {
  display: block;
  margin-top: 1rem;
  text-align: right;
}
.callout-section .button--tilted {
  min-width: 320px;
  max-width: 360px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .callout-section .callout-column {
    margin: 0 6px 6px;
  }
}
@media all and (min-width: 982px) {
  .callout-section .callout-column:nth-child(1) {
    margin-top: 7rem;
  }
  .callout-section .callout-column:nth-child(3) {
    margin-top: 4rem;
  }
}
@media all and (min-width: 992px) {
  .callout-section {
    margin-top: 3rem;
  }
}

.callout-section__columns {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

#show-lg {
  display: none;
  margin-top: 2rem;
}

@media all and (min-width: 1061px) {
  #show-lg {
    display: block;
  }
  #hide-lg {
    display: none;
  }
}
.callout-column {
  flex: 1;
  min-width: 320px;
  max-width: 370px;
  margin: 0 0 2rem;
  background-color: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
}
.callout-column__image {
  position: relative;
  display: block;
  height: 360px;
  background: #495057;
  overflow: hidden;
}
.callout-column__image img {
  display: block;
}
.callout-column__image:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 370px;
  border-color: transparent transparent white transparent;
}
.callout-column__content {
  position: relative;
  padding: 0 1rem 1.5rem;
}
.callout-column__content .editButton {
  top: -30px;
}
.callout-column__content h3 {
  position: relative;
  left: -0.375rem;
  margin-top: -1.25rem;
  color: white;
  font-style: italic;
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  text-shadow: 1px 1px 0 #038aee , 1px 1px 0 #038aee , 2px 2px 0 #038aee , 3px 3px 0 #038aee , 4px 4px 0 #038aee;
}
.callout-column:first-child .callout-column__image img {
  display: block;
  position: absolute;
  top: -30%;
  right: -50%;
}
.callout-column:nth-child(2) .callout-column__image img {
  display: block;
  position: absolute;
  top: -17%;
  right: -35%;
}
.callout-column:last-child .callout-column__image img {
  display: block;
  position: absolute;
  top: -36%;
  right: -44%;
}

/* DJ Truck Section
/* -------------------------------------------------- */
.dj-truck-section {
  position: relative;
  margin-top: 7rem;
}
.dj-truck-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -13%;
  left: -15%;
  width: 130%;
  height: 88%;
  background-image: linear-gradient(39deg, #23c4f4 0%, #173096 50%, #ff1b3c 100%);
  transform: rotate(1deg);
  z-index: -1;
}
.dj-truck-section h2 {
  position: relative;
  top: -1.1875rem;
  margin-top: 0;
  padding: 0 0.25rem;
  color: white;
  font-size: 2.125em;
  font-style: italic;
  text-shadow: 1px 1px 0 #007dbd , 1px 1px 0 #007dbd , 2px 2px 0 #007dbd , 3px 3px 0 #007dbd , 4px 4px 0 #007dbd;
  transform: rotate(-5deg);
  transform-origin: 0 100%;
  z-index: 2;
}
.dj-truck-section h2 a {
  color: #fff;
}
.dj-truck-section .button--tilted {
  width: 80%;
  margin: -1rem auto 0;
  z-index: 3;
}
.dj-truck-section__image {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: -2.75rem;
  margin-bottom: -1rem;
  padding-bottom: 40%;
  transform: skew(0deg, -5deg);
  box-shadow: 0 2px 19px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.dj-truck-section__image img {
  position: absolute;
  display: block;
  width: 120%;
  top: 58%;
  left: -10%;
  right: -10%;
  background: #db3f1b;
  transform: skew(0deg, 5deg) translateY(-50%);
}
.dj-truck-section__content {
  position: relative;
  margin: 1rem;
  padding: 1.5rem 1.5rem 5rem;
  background-color: #0d0527;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.dj-truck-section__content__pull {
  display: flex;
  align-items: center;
  margin-top: 3.25rem;
}
.dj-truck-section__content__pull:first-of-type {
  margin-top: 0;
}
.dj-truck-section__content__pull__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}
.dj-truck-section__content__pull__text {
  margin-top: 0;
  padding-left: 1rem;
  color: white;
  font-size: 1.25em;
  line-height: 1.15;
}
@media all and (min-width: 480px) {
  .dj-truck-section h2 {
    top: -0.875rem;
  }
}
@media all and (min-width: 640px) {
  .dj-truck-section h2 {
    top: -0.5rem;
  }
}
@media all and (min-width: 768px) {
  .dj-truck-section:before {
    height: 102%;
    top: -8%;
    background-image: linear-gradient(6deg, #23c4f4 0%, #173096 50%, #ff1b3c 100%);
    transform: rotate(1deg);
  }
  .dj-truck-section h2 {
    top: 1rem;
    font-size: 3em;
    padding-left: 1.5rem;
  }
  .dj-truck-section .button--tilted {
    position: absolute;
    right: 3rem;
    display: inline-block;
    width: auto;
    margin: -5rem 0 0;
  }
  .dj-truck-section__image {
    padding-bottom: 40%;
    margin-bottom: 0;
  }
  .dj-truck-section__image img {
    width: 125%;
    top: 50%;
  }
  .dj-truck-section__content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 280px;
    padding-bottom: 1.5rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .dj-truck-section__content__pull__text {
    font-size: 1em;
  }
}
@media all and (min-width: 992px) {
  .dj-truck-section__content {
    transform: translateY(-65%);
  }
}

/* Trucks for Sale Section
/* -------------------------------------------------- */
.trucks-for-sale-section {
  position: relative;
  padding: 2rem 1rem;
  margin-top: 5rem;
  background-color: #e9e8e5;
  box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.trucks-for-sale-section h3 {
  margin-top: 0;
  color: white;
  font-size: 1.875em;
  font-style: italic;
  text-shadow: 1px 1px 0 #5ddd9b , 1px 1px 0 #5ddd9b , 2px 2px 0 #5ddd9b , 3px 3px 0 #5ddd9b , 4px 4px 0 #5ddd9b;
}
.trucks-for-sale-section__content {
  margin-top: 2rem;
}
.trucks-for-sale-section__content img {
  display: block;
  width: calc(100% + 2rem);
  max-width: none;
  margin: 1rem -1rem 0;
}
.trucks-for-sale-section__content .button {
  margin-top: -1.125rem;
}
@media all and (min-width: 640px) {
  .trucks-for-sale-section {
    margin-top: 7rem;
  }
  .trucks-for-sale-section__content {
    display: inline-flex;
    align-items: center;
    min-width: 66%;
    margin-top: 1rem;
    margin-left: -1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.06);
  }
  .trucks-for-sale-section__content img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 1rem;
    margin: 0;
    z-index: -1;
  }
  .trucks-for-sale-section__content .secondary-button {
    margin-right: 2rem;
  }
  .trucks-for-sale-section__content .button {
    margin-top: 0;
    margin-left: auto;
  }
}

/* Contact Section
/* -------------------------------------------------- */
.contact-section {
  position: static;
  padding: 3rem 1rem;
  background-color: #e9e8e5;
  z-index: 1;
}
.contact-section h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 2.375em;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 0 #f46b44 , 1px 1px 0 #f46b44 , 2px 2px 0 #f46b44 , 3px 3px 0 #f46b44 , 4px 4px 0 #f46b44;
}
.contact-section .font-arvo {
  color: #6c757d;
  text-align: center;
}
.contact-section > div {
  max-width: 40rem;
  margin: 0 auto;
}
.contact-section .button {
  display: block;
  width: 100%;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media all and (min-width: 640px) {
  .contact-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contact-section .font-arvo {
    font-size: 1.5em;
  }
}

.tripleseat-wrapper {
  padding: 2rem 0;
}
.tripleseat-wrapper h3 {
  text-align: center;
}

.events {
  flex: 1 100%;
}

.postlist-item {
  margin-bottom: 3rem;
}
.postlist-item h2 {
  margin-bottom: 0.25rem;
}

.author-date {
  font-size: 0.75em;
}

.post--summary {
  margin-bottom: 0.75rem;
}
.post--summary p:child-child {
  margin-top: 0;
}

/* Site CSS Structure */
.openPaymentDescription {
  margin: 1rem 0 0;
  color: #4a4a4a;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
@media all and (min-width: 768px) {
  .openPaymentDescription {
    font-size: 1em;
  }
}

.paymentCustom label {
  font-family: "Arvo", serif;
  font-size: 1.25em;
}
.paymentCustom .text {
  height: 44px;
  min-height: 44px;
  font-size: 1.5em;
}
@media all and (min-width: 640px) {
  .paymentCustom {
    width: 75%;
  }
}

.openPayment .section {
  margin-top: 2rem;
}
.openPayment .formWrapper {
  margin-top: 1.5rem;
}

/* Site CSS Structure */
.site-container #tripleseat_embed_form h2,
.site-container #errorExplanation h2 {
  color: #495057;
  font-size: 1.325rem;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-align: left;
  text-shadow: none;
}
.site-container .errorExplanation {
  color: #4a4a4a;
  font-size: 16px;
  padding: 12px;
}
.site-container .errorExplanation h2 {
  margin: 0 0 10px;
}
.site-container #tripleseat_embed_form {
  max-width: 680px;
  margin: 0 auto;
}
.site-container #tripleseat_embed_form table {
  width: 100%;
}
.site-container #tripleseat_embed_form input,
.site-container #tripleseat_embed_form textarea {
  display: block;
  position: relative;
  width: 100%;
  min-height: 36px;
  height: 36px;
  padding: 4px 12px;
  margin: 0;
  color: #6c757d;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  outline: none;
  transition: all 0.2s ease;
}
.site-container #tripleseat_embed_form input:hover, .site-container #tripleseat_embed_form input:focus,
.site-container #tripleseat_embed_form textarea:hover,
.site-container #tripleseat_embed_form textarea:focus {
  border-color: #6c757d;
}
.site-container #tripleseat_embed_form input.error,
.site-container #tripleseat_embed_form textarea.error {
  background-color: #f5dadb;
  border-color: #b70000;
}
.site-container #tripleseat_embed_form input.timeselect_input {
  padding-left: 23px;
}
.site-container #tripleseat_embed_form input[type=submit] {
  position: relative;
  float: none;
  height: auto;
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.75rem 1.25rem;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  outline: 0;
}
.site-container #tripleseat_embed_form #lead_form_submit a {
  display: none;
}
.site-container #tripleseat_embed_form .help-block {
  font-size: 12px;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}