@charset "UTF-8";
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/**
 * Base stuff
 */
/**
 * Responsiveness?
 * Tell inuit.css when breakpoints start, in pixels.
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/**
 * Brand stuff
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
body, * {
  color: #000 !important;
}

.hero {
  margin: 0;
}
.hero__slide {
  display: block;
}
.hero__content {
  padding: 0;
}

.dot--full {
  border: 10px solid #d60027;
}

.dot--partial {
  border: 3px solid #d60027;
}

.accordion__content,
.team__bio {
  display: block !important;
}

.no-print,
.nav--palm,
.site-head__content,
.social-hub,
.site-foot__social,
.site-foot__nav,
.site-foot__media,
.hero--slider,
.responsive-tabs__nav {
  display: none !important;
}
